MacGyver
MacGyver
Friends

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

MacGyver
Registered at MQL5.community
MacGyver
Added topic orderStopLoss() = 1
Hi, I have a problem in coding Trailing Stop Loss . if (OrderSelect(u,SELECT_BY_POS,MODE_TRADES)) { double stoploss = OrderStopLoss(); int ticket = OrderTicket(); double priceopen = OrderOpenPrice(); double takeprofit = OrderTakeProfit(); int typ =
MacGyver
Added topic How to make an EA not lose data after MT4 shut down?
I have an idea for coding an EA, but at very first stage I found out that it would start making losses if by any reason MT4 would be switched off and on again. I need my EA to remember a set of data (an array to be specific) no matter what. I
MacGyver
Added topic DeleteOrder problem
Hi! I have a problem with DeleteOrder function. My EA places series of 18 pending orders and assigns order ticket numbers to the array. Program should delete them later on when it decides that they are in a wrong place, and put new ones in a valid