Hi, I'm trying to use the Backtest software in the IG Index platform but running into some difficulties. Maybe someone can help.
Basically I have written some simple backtests and when i run them they only trigger once instead of, say, 3 times.
A simple example would be the 5EMA crossing the 10EMA:
c1 = ExponentialAverage[5](close) CROSSES OVER ExponentialAverage[10](close)
IF c1 THEN
BUY 10 SHARES AT MARKET
ENDIF
I try and run the backtest on the daily chart.
The only manual i found have precious little information in it.
Any ideas?
Basically I have written some simple backtests and when i run them they only trigger once instead of, say, 3 times.
A simple example would be the 5EMA crossing the 10EMA:
c1 = ExponentialAverage[5](close) CROSSES OVER ExponentialAverage[10](close)
IF c1 THEN
BUY 10 SHARES AT MARKET
ENDIF
I try and run the backtest on the daily chart.
The only manual i found have precious little information in it.
Any ideas?