NVB - DO YOU KNOW THE BUY POINT MA200we dont talk about business situation
we talk about method to buy when the stock crosses MA200
when a stock breaks through the MA200 and stays below it for 6-8 months
when the stock bounces up from MA50 then surpasses MA150 and MA200, we have a buying point to continue for very good profit.
keep things simple and efficient HNX:NVB
FPT retails (FRT)FPT Retail was established in 2012 in Viet Nam, is now an associate of FPT Corporation. FPT Retail operates 2 retail chains FPT Shop, F-Studio by FPT and a subsidiary company is FPT Long Chau Pharma Joint Stock Company. (frt.vn)
FPT shop: 807 stores
FPT Pharmacy (Long Chau): 1.056 stores
Data on chart.
Trading Diary Friday 11.08.2023
CKVN - VPG - 0063 (result)From March 2023, we bought VPG at the price of 12,000 VND. After 5 months, the stock value has increased by 70% and is currently fluctuating in the range of 19,000-21,000 VND.
If in the near term, the 16,600-18,300 zone can support the short-term downtrend and become a support zone. It is very likely that we will have another continuing up wave before a strong correction.
Target will be 27,000-32,000 VND. The equivalent profit range from the buy zone will be 120% or more. With a stock that invests over 3 months with a profit of over 50% - 120% is extremely large. So here is a code we have won.
The point confirming that bullish and bearish wave is 14,800. (Minimum profit from buy zone ~10%)
Analysis from March 2023
Wait for test buyHPG is strongly gathered by foreign organizations and investors' expectations are great despite the difficult economy, especially the steel industry. However, with the support of interest rate reduction in the long-term, the market still expects to increase, paying attention to the short-term correction of the general market. This is your chance to buy!
Locimport pandas as pd
import ta.volatility as vol
# Load stock price data into a pandas DataFrame
df = pd.read_csv('stock_prices.csv')
# Calculate Bollinger Bands
df , df , df = vol.bollinger_hband(df ), vol.bollinger_mavg(df ), vol.bollinger_lband(df )
# Filter stock price movements that are above the upper Bollinger Band
df = df > df
# Filter stock price movements that are below the lower Bollinger Band
df = df < df
# Print the filtered stock price movements
print(df [df | df ])
RSI 3Traceback (most recent call last):
File "/home/runner/poe-code-execution/venv/lib/python3.10/site-packages/wasm_exec/__init__.py", line 106, in exec
start(store)
File "/home/runner/poe-code-execution/venv/lib/python3.10/site-packages/wasmtime/_func.py", line 101, in __call__
raise WasmtimeError._from_ptr(error)
wasmtime._error.ExitTrap:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/runner/poe-code-execution/venv/lib/python3.10/site-packages/fastapi_poe/samples/echo.py", line 29, in execute_code
result = await loop.run_in_executor(None, wasm.exec, code)
File "/nix/store/hd4cc9rh83j291r5539hkf6qd8lgiikb-python3-3.10.8/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/runner/poe-code-execution/venv/lib/python3.10/site-packages/wasm_exec/__init__.py", line 109, in exec
raise WasmExecError(f.read())
wasm_exec.exceptions.WasmExecError: File "", line 1
code 3 RSI sma 6 and 12 and 20
^
SyntaxError: invalid syntax