TradingView
Vvaz_
Jun 7, 2022 9:03 AM

VXD Supercycle 

SET50 Index FuturesTFEX

Description

VXD is a brand new indicator and still developing. to minimize stop losses and overcome sideways market conditions, Higher Timeframe are recommended

Trend lines
-using Rolling VWAP as trend line to determined if Volume related to a certain price.
-you can switch RVWAP to EMA in the setting

ATR
-trailing 12*ATR and 2.4 Mutiplier

Pivot point and Rejected Block
Pivot show last High and low of a price in past bars
Rejected Block show when that High or Low price are important level to determined if it's Hidden Divergence or Divergence

Symbols on chart show Premium and Discount Prices
  • X-Cross - show potential reversal trend with weak volume .
  • O-circle - show potential reversal trend with strong volume .


Setting
  • Momentum: RSI = 25 , RSI MA = 14
  • Trend: Rolling VWAP and ATR and Subhag
  • Trailing STOP: ATR 12 x 2.4
  • Highlight Bars color when volume is above SMA 6
  • SMA200 act as TP Line


Risk:Reward Calculation
if Buy your Stoploss will be previous Pivot low
if Sell your Stoploss will be previous Pivot high and will be calculated form there, then show TP in Orange color line

VXD เป็นระบบเทรดที่ผมทดลองเอาหลาย ๆ ไอเดีย ทั้งจาก Youtube facebook และกลุ่มคนต่าง ๆ มารวบรวมไว้ แล้วตกผลึกขึ้นมาเป็นระบบนี้ ใน Timeframe ใหญ่ ๆ สามารถลากได้ทั้ง Cycle กันเลย

Trend lines
-ใช้ Rolling VWAP ของแอพ Tradingview (สามารถตั้งแค่าเป็น EMA ได้)

ATR
-ใช้ค่า ATR 12 Mutiplier 2.4

Pivot point and Rejected Block
Pivot โชว์เส้น High low และมีผลกับออเดอร์ หากแท่งเทียนปิดทะลุเส้นนี้
Rejected Block วาดแนวรับ-ต้าน อัตโนมัติ ใช้ประกอบ RSI ว่ามี Divergence หรือไม่

สัญลักษณ์ต่าง ๆ
  • X-Cross - แท่งกลืนกิน วอลุ่มน้อย
  • O-circle - แท่งกลืนกิน มีวอลุ่ม


Setting
  • Momentum: RSI = 25 , RSI MA = 14
  • Trend: Rolling VWAP and ATR and Subhag
  • Trailing STOP: ATR 12 x 2.4
  • Highlight Bars color when volume is above SMA 6
  • SMA200 act as TP Line


Risk:Reward Calculation
หาก Buy จุด SL จะอยู่ที่ Pivot low
หาก Sell จุด SL จะอยู่ที่ Pivot high และระบบจะคำนวณจากตรงนั้น จากนั้นแสดงเป็นเส้น TP สีส้ม



This Strategy Combined the following indicators and conditioning by me
ATR , RSI , EMA , SMA
Rolling VWAP - /script/ZU2UUu9T-Rolling-VWAP/
Regression Lines - Subhag form Subhag Ghosh /script/LHHBVpQu-Subhag-Ghosh-Algo-Version-for-banknifty/
Rejection Block , Pivots , High Volume Bars and PPDD form Super OrderBlock / FVG / BoS Tools by makuchaku & eFe /script/aZACDmTC-Super-OrderBlock-FVG-BoS-Tools-by-makuchaku-eFe/

ขอให้รวยครับ.

Release Notes

What's new?
-Add Auto Position Sizing
-Fixed TP line bug (now only show where an order is excuted)

Auto Position Sizing is calculate form our SL (Pivot High Low) you can fixed how much you can lose per trade in the setting, this will helping you minimized your losing trade.

Release Notes

What's new?
+Add Ability to enable/disable SMA TP line separately form RR TP line
+Update Pivot Lookup - now can set up to 20 (This help alot in low timeframe even 1m)
+Improve Setting UI
+Double TP is working!.


Release Notes

+Adding more Variable assignment Fixed "Pine cannot determine the referencing length of a series. Try using max_bars_back' error" when replaying charts
and avoid code using too much buffer size.
+Improve Backtest input and Setting UI

I'll Pausing on VXD Supercycle For a while if there is no more bug. and focus on Converting VXD Cloud Edition to a bot trading.

Release Notes

+Renew strategy order code.
+Avoid take position after TP 100% .
+TP/SL Work greater than before.
-SMA200 are not TP line any more.
+Easier to set alert message.
+More user friendly alert message.
add text below to message box of alert setting.

{{strategy.order.alert_message}}

Release Notes

+Fixed avoid take position after TP 100% .

Release Notes

+Fixed avoid take position after TP 100% . (V2)
Comments
ash2410
I really like this strategy, it works great on ETH/USDT 5min, thanks to the author!
But there is a problem that bothers me, I removed "SMA take profit" in the settings, and 100% take profit. But in the test, I found that the strategy will often open another order in the same direction at the same position after taking profit. According to my observation, this order often ends in a loss. How can I modify it to avoid this situation?
Vvaz_
@ash2410, Thank for the feedback I'll try to improve this.
Vvaz_
Trip : add this to alerts setting.
" Order {{strategy.order.action}} filled on {{ticker}} @ {{strategy.order.price}} {{strategy.order.alert_message}}. "
S_THORN
Thx a lot
GloryGate
Hi K.Vvaz , your rolling vwap doesn't seem to work properly in comparing to a stand alone Rolling Vwap? the showed diff. Vwap prices on same security , same TF 30 min.
Vvaz_
@GloryGate, Rolling VWAP on this strategy used closed price instead of hlc3 and set Minimun Window Size to 21 instead of 10 it's indeed slightly different than a standard ones.
GloryGate
@Vvaz_, Kob Kuhn ka
immanuel192
Does this strategy has repainting issue? I see it use ema
Vvaz_
@immanuel192, NONE, it's calculated on bars close only.
Vvaz_
Buy condition : Close is above trendline and ATR flip bull(bars wick) and close above subhag(bars) and close above pivot high
Sell condition : Close is below trendline and ATR flip bear(bars wick) and close below subhag(bars) and close below pivot low
More