pirokele
pirokele
Friends

Add friends via their profile or user search and you will be able to see if they are online

pirokele
Added topic OrderModify not working
I have this code below which I am using to test trailing stop function. It works on some currency pairs and doesn't work in others. It's returning error code 0 (zero).  I will be grateful if somebody can help me out
pirokele
Added topic Variations in EA and manual entry points
I recently deployed my EA. The EA placed a buy order and I immediately manually clicked buy. I noticed that the entry point of the EA is higher than that of the manual entry.  What could be the reason
pirokele
Added topic Trade Operations not allowed by setting
I recently hosted my EA on mql5.com and i opened my terminal this morning and no open trade was running. I clicked on the Experts tab of the terminal and saw  messages there " Trade Operations not allowed by setting as shown in the image Is
pirokele
Added topic Mismatch Error and Trailing Loss
I am a beginner in EA programming and i recently developed an EA <Deleted> but my worry is the mismatched errors it's reporting in some currency pairs , sometines it can be as high as 5,000. Please how do i correct this Secondly, when i
pirokele
Added topic OrderModify not working
I am using this code to test my order modify function but is not working and it is returning false. Please what could be the problem. I am still learning. Thanks for your kind help
pirokele
Added topic How to Track Trades closed by Stop Loss or Take Profit
Hi everyone, I am a beginner in Mql4 programming. I am creating an EA that can track trades closed by Stop loss or Take profit and use that information to further process the EA for the current trade session. I am thinking of doing this by tracking
pirokele
Added topic OrderModify Only Modifies Buy Trades
for ( int i= 0 ; i< OrdersTotal (); i++) { OrderSelect (i,SELECT_BY_TICKET,MODE_TRADES); //Alert("Order Ticket = ", OrderTicket(), " Order Open Price= ", OrderOpenPrice()); ticket=OrderTicket(); pricelevel=OrderOpenPrice();
pirokele
Added topic How to calculate the total profit of a particular symbol in EA
Please how do i calculate the total profit or loss of a particular symbol in EA, that is in a situation i have so many sell and buy in the symbol and i want to know if both sell and buy if calculated together in the symbol are in profit or loss
pirokele
Registered at MQL5.community