Automated Trading: Knowing When It's Turned On From Code

Questions about MultiCharts and user contributed studies.
User avatar
furytrader
Posts: 354
Joined: 30 Jul 2010
Location: Chicago, IL
Has thanked: 155 times
Been thanked: 217 times

Automated Trading: Knowing When It's Turned On From Code

Postby furytrader » 09 Sep 2011

Is there a way for an EasyLanguage signal to "know" that automated trading has been turned on? The reason I ask is because there are different commands for determining a market position whether you're using automated trading or not.

Thanks.

oliveagle
Posts: 20
Joined: 07 Jul 2011
Has thanked: 4 times
Been thanked: 4 times

Re: Automated Trading: Knowing When It's Turned On From Code

Postby oliveagle » 09 Sep 2011

value1 = getappinfo(aiStrategyAuto);

you can check it out here.
http://help.TS.com/08_08/elword/whnjs.htm


Return to “MultiCharts”