s loo
s loo
s loo
Added topic i couldn't search the answer, so please help me with the error "Cannot call "wininet.dll::InternetOpenA', DLL is not allowed"
I had already checked 'allow DLL import '.  and I couldn't find the answer to my problem, can anyone aware of this issue help me to solve it? or telling me what is the problem that I may try to solve myself. the thing is its all okay when I run
s loo
Added topic Can you help me correct my coding ? I want write a trailing on both TP and SL.
Can you help me correct my coding , in which I'd like to trail both TP and SL, may be I am too optimistic but it seems do not working. please help to correct it : it is a function looks like this following: ////////////////////// trailing profit
s loo
s loo
Can you help me correct my coding , in which I'd like to trail both TP and SL, may be I am too optimistic but it seems do not working. please help to correct it : it is a function looks like this following:

////////////////////// trailing profit BOOL function /////////
void TrailingProfit()
{
if profit<=100 useLossToClose=false;
else useLossToClose=true;

if profit>profitToClose
lossToClose=profitToClose;
profitToClose=profitToClose+50;

}

and I put it in the EA like :

int start()
{
TrailingProfit();

....

}

Thank you.
s loo
Added topic I think MT4 ATR code is wrong?
Hi, am not an expert, thus I need to seek your support, I know I am wrong but: According to the definition/formula of ATR, it looks to me that the ATR code in MT4 is wrong. See, the formula to calculate ATR is :  TR=max[(high-low)
s loo
Added topic can anyone help me understand how this function working ?
I couldn't get in touch with the author , therefore I decided to ask in the forum to help me understand some function : Thank you in advance, please bare in mind that I am not professional IT or trader. so I am just an amateur, but I like to study
s loo
Added topic hi, sorry but I need to ask how to find that "MQL5 Wizard" which said can create a EA in my MT4 ?
hi, sorry but I need to ask how to find that " MQL5 Wizard " which said can create a EA in my MT4 ? in my MT4 's meta editor ,, there is only MQL4 no MQL 5  thank you 
s loo
Registered at MQL5.community