AutoTrader

Questions about MultiCharts and user contributed studies.
widgetman
Posts: 81
Joined: 11 Oct 2005

AutoTrader

Postby widgetman » 17 Aug 2007

Hi,
Is anyone else experiencing issues with getting the AutoTrader to fire orders to IB ?
I have the option enabled, and my code triggers a print statement showing the condition is met, yet I see no order going to IB. Any ideas or help would be appreciated.
Thanks


Here is a buy code example

if absvalue(CurrentAsk - value0) <=1 then
begin
Buy ("LEntry") this bar at Close;
print("Long At ",CurrentAsk);
end;

User avatar
Marina Pashkova
Posts: 2758
Joined: 27 Jul 2007

Postby Marina Pashkova » 20 Aug 2007

Hello,

Have you enabled Autotrading function in MC?

Also, could you please double-check all the settings for autotrading? For reference, please see MultiCharts Help.


Return to “MultiCharts”