ETH & BTC: 5 Minute scalping strategy, 76% accuracy, it can be applied with 3commas bot January 3, 2023 admin Investing In Cryptocurrency 1 shorts The Best Platform to Trade Crypto : Zero fee + $30000 Rewards & Free Bonus in Rewards Hub …
Hello! Great work on V2, thank you! Could you add this code to it, so I can use it with my backtesting script ? Its only 2 lines of code: Trigger = Long ? 1 : Short ? -1 : naplot(Trigger, color=color.white, display=display.data_window) (replace "Long" and "Short" with your Large Long and Large Short condition) I would appriciate it very much! I can give you the backtest results in return! Reply
Hello! Great work on V2, thank you!
Could you add this code to it, so I can use it with my backtesting script ? Its only 2 lines of code:
Trigger = Long ? 1 : Short ? -1 : na
plot(Trigger, color=color.white, display=display.data_window)
(replace "Long" and "Short" with your Large Long and Large Short condition)
I would appriciate it very much! I can give you the backtest results in return!