Page 1 of 1

Multiple strategies backtest

PostPosted: Tue May 28, 2019 12:12 pm
by conjure
Anyone knows how i can backtest multiple strategies at same time writen in lua?

Re: Multiple strategies backtest

PostPosted: Tue May 28, 2019 4:24 pm
by Apprentice
On Demo
Open multiple instances of strategies
On Backtester
Open multiple instances of strategy backtester.
(will require a powerful computer)

Re: Multiple strategies backtest

PostPosted: Tue May 28, 2019 4:38 pm
by conjure
What i want is to test 20 Pairs on same Balance so i can find how many Lot i can use for each pair.

as you see on the image,
I have 1 strategy with different Time frames that is working with 20 pairs.
Can i backtest them all under the same account?
Capture.PNG


If its not possible on TS2 is it possible with any other software? MT4 MT5?
or is there a backtest tool that can do the job?