Forum

Some jobs aren't clickable in freelance section.

Hello Some jobs aren't clickable in freelance section. may i know the reason? is they just not ready to execute or something

Indicator doesn't work properly in EA.

Hello. I have coded a multi currency ea for mt5 and when i try to test it the indicator lod but it doesn't appear in the tester chart and don't show data. and when trying on single currency it didn't work either. here's the code any help? the used indicators are attached

Multi Currency EA

Hello I'm trying to build a multi currency ea that works in the mt5 strategy tester . i'm not a professional programmer but i tried i've read the articles on this website about that and tried but with no luck i couldn't understand the method because they use about 3-5 include files linking to each

Over-optimization (curve fitting)

Hello Traders, How do you solve the problem of over optimization ? i tried the mt5 tester with the forward tester the in sample data was 2 years and the out of sample data was 3 years, 2 of them defined in the tester and the last one year, i test the final forward results on them. when i do that i

MQL5 orderclose

Why mql5 don't have and ORDERCLOSE function like mql4 and have a library for that? is there is a reason

iMAONARRAY problem

I'm trying to put ma on rsi in expert advisor but it says Array out of range double limit= Bars - 1 ; double ma[]; double ima[]; ArrayResize (ima, Bars ); ArrayResize (ma, Bars ); for ( int i= 0 ;i<limit;i++){ ma[i]= iRSI ( Symbol (), 0 , 14 , 0 ,i); ima[i]=iMAOnArray(ma, 0 , 10

New feature request

How can i request a feature to mt5 and mql5? there is an important thing that lacks mt4 and mt5 is multi currency backtesting and optimization ! because once indicator or strategy backtesting and found the ideal settings for it on pair when doing this on another pair it just become very difference

Delay trade until another condition is true

Hello I have an expert advisor(ea just typing it as keyword) that has two ways to open trades the first way is for example using moving averages and stochastic if the price is under a 50 period simple moving average and a 10 period sma is under 20 period sma and under the stochastic has crossed down