TradingView
crypto_kai
19 paź 2021 13:44

Rolling VWAP - Vhunt Scalper bot 

Cardano / TetherUS PERPETUAL CONTRACTBinance

Opis

BINANCE:ADAUSDTPERP
Modified VWAP to use scalping in lower timeframe.
Use 1minute TF for best results but can also use up to 30min.
This indicator is made for crypto but may also work for other assets.
The bands serve as support and resistance and used for opening quick profit position if conditions below are met:

Indicators:
Blue - modified rolling vwap
Orange - Band1
Green - Band2

Opening position Conditions:
Long:
  • Band2 < Band1
  • Price < Band2


Short:
  • Band2 > Band1
  • Price > Band2

Informacje o Wersji

Updated Band 1 type to float for more accurate value.
Komentarze
ghka2545
hi - i have this error :
----- Script could not be translated from: |B|var bool buy = true|E| *****
vensonom
Great script. Quick Q.

in the strategy code it says :
// longSignal = low < lowerBandValue and low < vwap_low.

in description it says :
Opening position Conditions:
Long:
Band2 < Band1
Price < Band2

should it be updated to:
longSignal = lowerBandValue < vwap_low and low < lowerBandValue
crypto_kai
@vensonom, should be the same when you check the logic
Więcej