Customize Tradingview Script
Budget: $30 – $250 USD
I have an open source Tradingview script that backtests Indicators. I add my indicators and the backtest template to my chart and get the results based on inputs given.
The following must be added to the functions and script of the Backtest script:
1. Change current ATR setting to ATR with Hard SL
- Set ATR period
- Set ATR Multiplier
- Remove current ATR risk value
2. Add Fixed SL in pips
- Set Fixed SL
3. Add the following Trailing Stops
3.1 - Trail byATR
- Set ATR Period
- Set ATR multiplier
3.2 - Trail by pips
- Set Start Value in pips
- Set Trailing Stop value in pips
4. Add TP in points
- Set TP in pips
ATR value must be calculated on Candle1.
Make sure and test for correctness.
Thank you
The following must be added to the functions and script of the Backtest script:
1. Change current ATR setting to ATR with Hard SL
- Set ATR period
- Set ATR Multiplier
- Remove current ATR risk value
2. Add Fixed SL in pips
- Set Fixed SL
3. Add the following Trailing Stops
3.1 - Trail byATR
- Set ATR Period
- Set ATR multiplier
3.2 - Trail by pips
- Set Start Value in pips
- Set Trailing Stop value in pips
4. Add TP in points
- Set TP in pips
ATR value must be calculated on Candle1.
Make sure and test for correctness.
Thank you