Codes

Indicator Buffers for MetaTrader 4

This EA will detect the buffers values of any indicator you want. Just type its name in the EA settings

Forum

Channels inquiry

Hello every body I saw an advertisement on mql5 website that saying you can make paid channels ... Did any body tried it? Can guide how to do it

Issue to fix please in mq5

Hello i am coding indicator for mt5 And 1.after i launch it the buffers draws out of their values that i didnt load in code this is the first question 2.when i call time value in oncalcuulate indicator freez dont respod to other duals like onchert events or ontimer..etc 3.when i run this function it

Is there any issue in product publication

hi all members and moderators i want to know if there is any issue in this great website i have 2 products (one to be updated and one for publication ) and they are in ready mode since about 10 days and till now they still in this mode with no acceptation for them yet any comment about this

Who is with my openion

Today market is too slow i think that and it is hiding a coming big volatility

Help For ea

hi recently i coded an ea that give results of testing stratigies at tester only note****on tester only and iwant to add it as product to sell it in the market but there is aproblem if i put it in the market there is afree demo version that user can download to test it... and if it run on tester

for whom concern in mql4 please help in coding

hi ii have this code but it start in tester then don't give me result just if i compile it again it will appear results what is the correction of it please with all of my thanks int OnCalculate ( const int rates_total, const int prev_calculated, const datetime

What is your prefferrd trading stratigie

Hi every body let's put here the most preffered strategie with pictures and good explain of it to make benifit for all

correcting acode with fractals for indicator

frac4hup=iFractals(NULL,PERIOD_H4,MODE_UPPER,0); frac4hdn=iFractals(NULL,PERIOD_H4,MODE_LOWER,0); frac0up=iFractals(NULL,0,MODE_UPPER,i); frac0dn=iFractals(NULL,0,MODE_LOWER,i); if(Low[0]<frac4hdn){b1[i]=Low[i];}; if(High[0]>frac4hup){s1[i]=High[i];}; iam making an indicator

please help in movingaverage

hi thanks for all who can help me i want to write a code that call many moving average when they cross they give me signal to buy or sell really i made the code but i have a problem that i want to call moving average in the h1 time frame or h4 but the expert isn't working according to this example