04-05-2018, 08:38 PM
Okay, I got it.
Here an example for all of you:
Just look in the toml file of the strategy and then file the vars with values you want to test..
SMA_long: randomExt.integer(500,10),
SMA_short: randomExt.integer(50,20),
BULL_RSI: randomExt.integer(15,5),
BULL_RSI_high: randomExt.integer(80,80),
BULL_RSI_low: randomExt.integer(60,60),
BEAR_RSI: randomExt.integer(15,15),
BEAR_RSI_high: randomExt.integer(60,60),
BEAR_RSI_low: randomExt.integer(20,20),
Here an example for all of you:
Just look in the toml file of the strategy and then file the vars with values you want to test..
SMA_long: randomExt.integer(500,10),
SMA_short: randomExt.integer(50,20),
BULL_RSI: randomExt.integer(15,5),
BULL_RSI_high: randomExt.integer(80,80),
BULL_RSI_low: randomExt.integer(60,60),
BEAR_RSI: randomExt.integer(15,15),
BEAR_RSI_high: randomExt.integer(60,60),
BEAR_RSI_low: randomExt.integer(20,20),