How to get the value of "Select Object By Single Mouse Click" (in the Options->Objects) programmatically?
Dear Experts,
@Alain Verleyen
@Keith
Watford
@Marco vd Heijden
@William
Roeder
When you have time, please we need your help :)
how do we can check this option (tools --> options --> objects) by code in
mq4.
Is there a function available to do that, please?
-- I have searched a lot, but unfortunately I haven't found it yet.
I mean, similar with the options in chart properties, we can check object description by the code, example :
... if(!showObjDesc) ChartSetInteger(handle,CHART_SHOW_OBJECT_DESCR,0,false); else ChartSetInteger(handle,CHART_SHOW_OBJECT_DESCR,0,true); ... |
![]() |
Thank you,
Yohana
ChartSetInteger(0,CHART_SHOW_ONE_CLICK,true);
Constant | Description | Usage |
CHART_SHOW_ONE_CLICK | Showing the "One click trading" panel on a chart | ChartSetInteger, ChartGetInteger |
OP's question is about selecting objects, not about trading.
Constant | Description | Usage |
CHART_SHOW_ONE_CLICK | Showing the "One click trading" panel on a chart | ChartSetInteger, ChartGetInteger |
OP's question is about selecting objects, not about trading.
Ohh thank you,
hopefully we can find it later.
I appreciate your time.