Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 14:37:22 +0000



Post From: Quickly testing multiple conditions for acsil trading custom studies

[2025-02-04 20:51:03]
User887126 - Posts: 84
Hi SC team and the community

I have one trading account and one main custom studies with various trading logics condition for triggering long or short order. I want to see what is the best way to test the performance of algo with slightly variable trading parameters.

For example, i have 5 conditions for my trading logic for buy order. One condition can be simple fast MA crossover from bottom to slow MA, another condition could be that current candle close is higher than previous candle close.

I want to be able to test and turn on/off different combination of these conditions quickly. Lets say, for my first test, only condition 1 and 2 would be on. how would i quickly turn off the requirement that condition 3, 4 and 5 also need to be met to trigger the buy order? for now, i am just manually changing the code and testing with different charts but this is very tedious.

please advise on this. any other tips on back testing trading algo is also welcomed.