Signal Tester and Trader
- Experts
- Devy Tanusukma
- Versione: 1.4
- Attivazioni: 5
Signal Tester and Trader is an Expert Advisor that is capable to reading most indicators (except for indicator that has string as an input). Custom backtest the signal on a live chart and trade the signal on live account.
The expert has 2 modes:
- Backtest mode (custom backtest on current indicator and strategy settings)
- Trading mode (trade based on current indicator and strategy settings)
Available Indicator types:
- Two cross indicator: indicator that generates a signal when 2 lines crossed each other/single line indicator with moving average
- Zero cross indicator: indicator that generates a signal when a line crossed certain levels
- Chart indicator: indicator that generates a signal when it crossed and closed above/bellow price
- One buffer indicator: custom indicator that returns either 1 (long), 0 (no trade) or -1 (short) as its signal
- Two buffers indicator: indicator that generates a signal when either one of the buffers has a value
- Two cross indicator: 2 Moving Averages, MACD, Stochastic, RSI + MA, OBV + MA
- Zero cross indicator: MACD (one of its lines), Stochastic (one of its lines), RSI, Momentum
- Chart indicator: Moving Average, Bolinger Band (one of its line), Ichimoku cloud (one of its line)
- One buffer indicator: custom indicator
- Two buffers indicator: Trend Direction and Force Index
Indicator parameter input format: every single input parameter of the indicator separated by comma (",") and add a semicolon (";") on the back before adding the buffer number.
Input format sample:
- indicator type: two cross indicator
- folder\\name: Indicator\\MACD
- parameter 1: 12,26,9;0
- parameter 2: 12,26,9;1
Risk calculation method:
- ATR (Average True Range)
- Fixed pips
Takeprofit and stoploss calculation:
- ATR multiplier
- fixed pips
You have the option of generating a csv file containing all the trade records that the expert found based on your settings. You also need to set the spread to your current account.
Remember to download the data before doing backtest:
- Your first bar should be at least the same year as your backtesting start period
- Your last bar should be at least the same year as your backtesting end period
There 3 build in strategy that you can test and trade:
- Standard Strategy (1 trade open for every signal with take profit and stoploss)
- Scale Out Strategy (2 trades open for every signal; breakeven adjustment as soon as the first trade hit takeprofit; second trade will close as soon as you have an exit signal)
- 1 ATR Breakeven Strategy (1 trade open for every signal; breakeven adjustment as soon as the first trade hit takeprofit; the trade will close as soon as you have an exit signal)
Exit signal needs to be turned on when you want to use scale out / 1 ATR breakeven strategy.
Lot calculation method:
- Percentage based (0.01 is equal to 1%)
- Fixed lot size (0.01 is equal to 0.01 lot)
Trading period:
- Hours must be in between 0-23 OR leave it blank if you want the expert to keep trading all the time
- Minutes must be filled with a format xx-xx. It is recommended to trade 1-2 minutes after the candle closed to make sure the signal is correct.