checking market stop status

Questions about MultiCharts and user contributed studies.
quark
Posts: 9
Joined: 08 Sep 2009

checking market stop status

Postby quark » 01 Oct 2009

Hello

How can I check from easylanguage whether the market filled a a stop or limit order?

Thanks
Last edited by quark on 01 Oct 2009, edited 1 time in total.

SUPER
Posts: 646
Joined: 03 Mar 2007
Has thanked: 106 times
Been thanked: 84 times

Postby SUPER » 01 Oct 2009

you can name orders and they will appear on chart depending which one got filled.

If condition then Buy ("StopBuy") next bar at MyStopPrice stop;

If condition then Buy ("LimitBuy") next bar at MyLimitPrice Limit;


from above example you will see on your chart "StopBuy" or "LimitBuy" order which ever got filled.

quark
Posts: 9
Joined: 08 Sep 2009

Postby quark » 01 Oct 2009

Hi

BUt I don't mean to see them at the chart but check its status from the code in order to perform new operations


Return to “MultiCharts”