Forum

OBJPROP_RAY_LEFT?

It seems that OBJPROP_RAY_LEFT is unavalible? ObjectSetInteger ( 0 ,StopLoss_Line, OBJPROP_RAY_LEFT , true ); It doesn't take any affact and I can't find it in the documentation any more. Is there any thing i missed

How to use ArraySetAsSeries() to the row of a 2D Array?

I declare a 2D array and I need to make each row elements being indexed like in time series . double a[ 10 ][ 10 ]; for (i= 0 ; 1 < 10 ; 1 ++) { ArraySetAsSeries (a[i][], true ); } But it didn't work. The compiler says Error: ']' - expression expected How should I make it work? Thanks in advance

Why did my rating number decrease?

I find my rating number in my profile decreasing sometimes without doing anything. Anyone knows in what circumstance will the rating decrease

I add several agents to the cloud but they don't show up in my Profile-Agents tab.

How long will they show up in the Profile -Agents tab? I add them about four hours ago

Which book is your recommendation for a FX trader?

Hi,guys! Which book is your recommendation for a FX trader ? Or which book do you think that has affeced you most

Will a static variable lose its value when EA restart from disconecting?

hi, Will a static variable lose its value when EA restart from disconecting? Does any one know

Can i run an EA on several different currency charts at the same time?

Can i run an EA on several different currency charts at the same time? Will they affect each other

what is the problem occuring when i run my ea on alpari MT5?

what i am doing is : open a position and modify the tp ,there is no problem when i am backtesting, but when i run my ea on the demo account of alpari mt5, it shows this error. where is the problem,any one knows? why did PositionModify happen before PositionOpen ? What is 'Exchange buy'

How can i add an arrow or something to the chart when an position is opened or closed by my ea?

How can i add an arrow or something to the chart when an position is opened or closed by my ea? Any one knows? thanks a lot

Anyone knows how to delete the pending orders in mt5?

Anyone knows how to delete the pending orders in mt5? first,select the pending orders you want to delete; second, use OrderDelete() function to delete them. but how to write this in mql5? can anyone help? thanks a lot~