Support Board
Date/Time: Wed, 08 Oct 2025 08:17:02 +0000
Post From: Advice for ACSIL bot guards/checks
[2025-10-06 19:53:06] |
rajeshh - Posts: 37 |
Take a look at the included study scsf_TradingSystemBasedOnAlertCondition in TradingSystemBasedOnAlertCondition.cpp. Some of the things there are checks on Start trade time, and end trade time etc. There is a bunch of settings in ACSIL which can restrict how flexible your automated trading can be vs not - like open positions in both directions, multiple trades in same direction or not. Take a look at that. imho, the most important check is whether you have a reasonable stop in the market based on your approach or not. The rest really depends on your strategy - scalp or swing and signals, position size, how often your signals trigger, and your average risk/reward. |