Support Board
Date/Time: Sat, 03 May 2025 01:02:07 +0000
Post From: Quickly testing multiple conditions for acsil trading custom studies
[2025-02-05 14:41:29] |
User887126 - Posts: 86 |
Hi, Yes. i thought about it but the way i wrote the trading logic is to take a buy order trade only if cond 1, 2 , 3, 4 and 5 all meet the specified parameter. How would i write a study so that i can just easily turn it off ? For example, lets say condition 2 is that current price is higher than moving average for last 10 candle, how do i remove this from trade logic? Is there a specific function i need to use? The only thing i can change in the input is how many candle to look back on to calculate moving average. unless i remove it from trade logic, it will not take any trade. I am new to programming and was wondering if there is an easier way to do this. |