Forum

how experience is calculated. i m using mql5 since 2013 and my experience is just 3 years in mql5 website

how experience is calculated. i m using mql5 since 2013 and my experience is just 3 years in mql5 website. what is mql5 procedure for CALULATING EXPERIENCE

How to give a manually entered trade the same MagicNumber as EA

How to give a manually entered trade the same MagicNumber as EA

ihigh - ilow command some issue

for(int j=2; j<20; j++) { if(iHigh( "USDCHF" , PERIOD_H1 ,j)-iLow( "USDCHF" , PERIOD_H1 ,j)>=200*Point) { K=j; return true; break; i want to detect only buy or sell candle at a time. what additional setting i do for it

how to cancel sell and buy stop in EA

how to cancel sell and buy stop in EA. cancel buy and sell stop after some time . what is command or what changes may be needed. thanks in advance

i bought an EA from MQL5 platform. when my computer updated then EA not working waste one activation.

i bought an EA from MQL5 platform. when my computer updated then EA not working waste one activation. is there is any solution for this

what is code for closing all trade at specific time.

what is code for closing all trade at specific time. for example start time trade at 7 and and end time 23 and close all trade as well. what will be the code for that

How to buy or sell according to given chart timing(IM,H,4h or daily)

for example EA bought BUY or sell according to given conditions when thats conditions satified it will simply take. but how can i maintain daily, 4h or H etc chart that if it takes another trade in the same or opposite direction but wait for new time candle to start. means both candle and step

how to sell or buy when it reach it step and time frame not fulfil

for example i buy trade by martingle EA buy and it losing 240 points or 24 pips it will buy another buy but i want EA to maintain time frame too. what changes is require in EA to fulfil my requirements

how can we command new order on the condition below

how can we command new order on the condition if TP( take profit ) buy or sell another lot if time limit is 1 am to 2 pm and it hit tp on 3 pm onward , we want to take another lot by ignoring time condition. what will be syntax for that