Forum

EA not opening orders

Comments that do not relate to the " EA problem! ", have been moved into this topic

Order ID number

Comments that do not relate to the " Deleted topic "Deleted topic "Where is my order ID number?"" ", have been moved into this topic

How can I find my personal signal?

I lost him and now I don't know how can I find him... Go to your profile (click your name in the top right corner of the page) Click on "Seller" on the left hand side of the page. I've removed your original post, lest it looks like advertising. Not the best advert, admittedly

Displaying current trades [MT5]

Comments that do not relate to the " check if pending order has opened ", have been moved into this topic

How to use the vertical scale on MT5

Comments that do not relate to the " MQL4 and MQL5 are No.41 in TIOBE's language popularity index ", have been moved into this topic

Passing parameters in event mapping with macro substitution

Is there any way to pass a parameter when using macro substitution for event mapping? #define ON_EVENT( event ,control,handler) if (id==( event +CHARTEVENT_CUSTOM) && lparam==control.Id()) { handler(); return ( true ); } So would it be possible to pass the equivalent of OnClickButton( myParameter

OnChartEvent() and creating / deleting objects

When an object is CREATED by an indicator, it doesn't trigger OnChartEvent(). But when an object in DELETED by an indicator, it does. #property strict #property indicator_chart_window int OnInit () { ChartSetInteger ( 0 , CHART_EVENT_OBJECT_CREATE , true ); ChartSetInteger ( 0

Reliably detecting connection and history updated

Over time, I've experimented with several techniques to reliably and quickly detect whether the terminal is connected and history updated , but they all fall short under certain circumstances. I'm specifically talking about 2 scenarios: 1. Disconnect/Reconnect with the Terminal running 2. Terminal

Object click priority always to rectangle label?

I have noticed that Rectangle Labels receive click priority over Labels , irrespective to the z-order assignment. Is this behavior deliberate? This can be seen by creating a rectangle label with z-order 0, which partially overlaps a label with z-order 100. When clicking on the "So" text not over the

Terminal hanging (multi-TF / multi-symbol)

I've been trying to get to the bottom of terminal hangs after removing multi-timeframe multi-symbol indicators. This issue can be replicated (on my terminal) by applying this very simple script. About 5 seconds after script execution, the terminal will hang for 1-2 minutes. I would appreciate it if