Raymond Philip
Raymond Philip
Friends

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

Raymond Philip
Added topic HOW TO TRAIL STOP
if (SellTicket> 0 ) {               Selected = OrderSelect (SellTicket, SELECT_BY_TICKET );              double
Raymond Philip
Added topic TRADING HOURS MQL4 CODE
int start() { int GMT_HOUR = TimeHour(TimeGMT()); int GMT_MINUTE = TimeMinute(TimeGMT()); //TradingHours (00:00-20:59) if(GMT_HOUR >= 00 && GMT_HOUR <= 20 && GMT_MINUTE >= 00) { //OpenOrders (08:00-12:59) if(GMT_HOUR >= 08
Raymond Philip
Added topic How do you shift object to the right? Expert Advisor mql4
hey guys anyone here knows how to shift object to the right/future? Here's my code:  double Highest = High[iHighest(Symbol(),PERIOD_CURRENT,MODE_HIGH,96,0)]; double Lowest = Low[iLowest(Symbol(),PERIOD_CURRENT,MODE_LOW,96,0)]; int start() {
Raymond Philip
Registered at MQL5.community