Kindly convert this MT4 indicator to MT5 for me. Thanks in advance
Attached File(s)
RHO-Pro-4.mq4
15 KB
|
199 downloads
I will code your pivot EAs for no charge 25 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
extern int CloseHour = 1; // Time to close and scan the price, hours extern int CloseMinute = 0; // Time to close and scan the price, minutes extern int AmountOfPips = 20 ; double pBid; int Slippage = 3; int start() { if (Hour()==CloseHour && Minute()==CloseMinute) { for (int i=OrdersTotal()-1; i>=0; i--) { if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) { if (!UseCurrSymbol || OrderSymbol()==Symbol()) { if (OrderType()==OP_BUY && ) { if (A2 > 0 && iClose(OrderSymbol(), 0, 0) - OrderStopLoss() <= AmountOfPips) { pBid=MarketInfo(OrderSymbol(), MODE_BID); OrderClose(OrderTicket(), OrderLots(), pBid, Slippage, Red); }
Disliked{quote} Master please sorry for inconvenience still need your touch {image} {image}Ignored
Dislikedhow to get a chart like this, which indicator to download {image}Ignored
Disliked{quote} This is some chart overlay in a separate window with RSI indicator. And the subwindow is extended upwards. So, most likely, the RSI is first, and then the chart overlay is dropped into th RSI subwindow. Or, could be that the RSI is just plotted over the whole chart window.Ignored
DislikedGuys, are there any EAs that can close a trade at a specific time if the current price >= ( or <=) x amount of SL? For example, I want the EA to defy whether at 1:00 AM the pips between the current price (1:00) and the SL > = amount of pips. something like this: extern int CloseHour = 1; // Time to close and scan the price, hours extern int CloseMinute = 0; // Time to close and scan the price, minutes extern int AmountOfPips = 20 ; double pBid; int Slippage = 3; int start() { if (Hour()==CloseHour && Minute()==CloseMinute) { for (int i=OrdersTotal()-1;...Ignored
DislikedMaster i did what you advised, am still testing without typing in minus , these errors keep printing a million times i will update the result soon {image}Ignored
Disliked{quote} Master please as i observed is working last close was exact 0.70 but the code error still printing millions, please advise {image}Ignored
Disliked{quote} Hello Dear BestTraderEV Can you bro plz Fix this EA Bug. After MT4 Restart this EA open Random Trade without any Logic. Plz Fix it https://drive.google.com/file/d/1f1_...w?usp=drivesdk {file}Ignored
Disliked{quote} I don't know if there is any bug in the Entry logic. The Entry logic is in the void ManageOrders() function starting at line #300. There are conditions there for the first Entry. I am not going to waste my time testing this BS. Just because You don't see the logic, does not mean that the EA opens a random trade without any logic! This EA does not open any random trades.Ignored
DislikedHello Great Trader Coders, I found a mt5 version of ZigZag HH HL LH LL but something is wrong and it won't display in Indicators pane, can someone fix please? Thanks ! {file}Ignored
Disliked{quote} First Trade entry logic not matter. It run Well but If Suddenly MT4 Close and Restart then it open lot of Flase tradeIgnored
Disliked{quote} This error 0 does nothing, but anyways, here is a modified version which won't print this error: {file}Ignored