Original Version credits to DonovanWall
Actual Version i just set alerts and change the parameters for BTCUSDC 5min Chart.
NO REPAINT.
Wait For Barclose
Actual Version i just set alerts and change the parameters for BTCUSDC 5min Chart.
NO REPAINT.
Wait For Barclose
發布通知:
Update to Version 4.
For use like Strategy and backtest,
1. Change the word "study" for "strategy"
2. Add this at the end
strategy.entry( id = "Long", long = true, when = longCondition )
strategy.close( id = "Long", when = shortCondition )
For use like Strategy and backtest,
1. Change the word "study" for "strategy"
2. Add this at the end
strategy.entry( id = "Long", long = true, when = longCondition )
strategy.close( id = "Long", when = shortCondition )