Forum

(Request) Period Converter and EA

Hi, i'm try to code an ea and make it work on period converter Offline Chart. I try to hardcode the Symbol but don't work. It's seems that the Ea don't receive the feed from the offline chart. On the contrary the ea work fine in offline chart like Renko or Range. Can someone give me a solution for

Expert can create subwindows mql4?

Hi, i know that basically it can't be possible but someone know a solution for create a subwindows with an expert advisor in mql4? Thank you

MQL4 OnChartEvent Issue

Hi, i have problem with OnChartEvent specially with CHARTEVENT_OBJECT_CLICK . For me it's strage what happen. With an indicator a create 3 different button in separate window. If i load the indicator for the first time the Function CHARTEVENT_OBJECT_CLICK work perfectly with it but : If i change TF

What is the characheter set used from metaeditor?

Hi, guys. I want ask you what is the set charachter using by metaeditor for compiling the file. Do you have this info? Thank you

Problem with ea and stock market

Hi, i'm running an ea both currencies and stock market. The problem is that the ea wrk perfectly in currencies but doesn't open position in the stock market. I need to know if exist some parameter the must be change for an ea to work in stok market. Thank you

Find pre installed indicator???

Hi, it is only a curiosity. It's possible to find and read the preinstalled indicator on metatrader like MovingEverage CCi.....??? I don't need the code but it's only my curiosity Thank you

Help with icustom() Buffer

Hi, i have to get the last 6 buffer in the chart and associate it at some variable. The indicator have buffer 0=! EMPTY_VALUE . I try in this way but nothing. int n = 0 ; int i = 0 ; double p[ 6 ]; while ( n < 6 ) { temp = iCustom ( NULL , 0 , "1" , 0 ,i); if (temp != EMPTY_VALUE ) {

Have difficulty with advanced order management.

Hi all, i have difficulty to code my exigency. Let assume that i have multiple buy position opened. If the ea want open a new buy position i want that before it verify that some of the all other open buy position haven't the same or + o - the same open price level respect the actual ask; Hope to