Login Page - Create Account

Support Board


Date/Time: Sun, 19 Jan 2025 06:30:09 +0000



Post From: Capture"Auto Trading Enabled-Chart" status

[2018-03-14 05:50:42]
User553714 - Posts: 184
As far as I can tell the function GlobalTradeEnabled does not exist.

If you are just trying to determine whether AutoTrading is on off then you just do something like

if (sc.IsAutoTradingEnabled == 1) --> AutoTrading is enabled
else
--- > AutoTrading is Not enabled


The correct function for determining Chart trading status is here
ACSIL Interface Members - Variables and Arrays: sc.ChartTradeModeEnabled