How to place orders directly from Scanner?

Questions about MultiCharts and user contributed studies.
2haerim
Posts: 502
Joined: 01 Sep 2006
Been thanked: 2 times

How to place orders directly from Scanner?

Postby 2haerim » 04 Feb 2009

I would like to place order from the Scanner using indicators.

Is it possible to write and apply an indicator to the Scanner like:

if marketposition=0 then
send order;

if marketposition<>0 then
exit order;

To do this, I think it is necessary somehow to find out the I_MarketPosition value but MC currently does not support I_xxx functions.

Can someone shed light on me please?
Using built-in or external dll would be ok if I can send out orders from the Scanner.

Return to “MultiCharts”