justinmcridge
justinmcridge
Friends

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

justinmcridge
Added topic ArrayIsSeries
I am wondering what went wrong! here is the situation:  writing an indicator, declaring a double array to be used as buffer, and it still shows that it is not timeseries!! double BufferInd; OnInit () { ArraySetAsSeries (BufferInd, true ); return
justinmcridge
Added topic indicators in Data Window, using python
Good day to all, I am wondering if there is a way to capture the indicator data (ie. buffers) from the data window using python? a function similar to CopyRates()
justinmcridge
Added topic Symbol properties
In the Symbol Property window, I am wondering what does the < 1/2 > stand for, as shown in pic
justinmcridge
Added topic BarsCalculated(3)
Hello everyone, I am using BarsCalculated(handle) in EA like so:  double   BolliBandLow ( int index)   {        if (!m_symbol.RefreshRates())        return (- 7
justinmcridge
Added topic Cannot Load custom Indicator 4802
Can Anyone Solve this mystery!  when  I Copy my .ex5 file into  another  Broker's Terminal\QBD0125HJF5248LZEEOO21542HJ75\MQL5\Expert I get the error 4802 cannot load custom indicator .... while at the same time when I run the same
justinmcridge
Added topic session_index
Hello MT4/5 Gurus I am wondering if someone would shed some light on the session_index parameter ,  Allows receiving time of beginning and end of the specified quoting sessions for a specified symbol and day of week. bool
justinmcridge
Added topic MQL5InfoInteger
Hello Mql5 Gurus would anyone have a link to where I would find how to deal with a code that uses  MQL5InfoInteger function ? I couldn't find relative documentations on the website ( lol that doesn't mean they aren't any!) thank you
justinmcridge
Added topic lack of documentation for: SYMBOL_MARGIN_STOPLIMIT
can anyone point out the documentation or an article making use of the following: SYMBOL_MARGIN_STOPLIMIT thank you
justinmcridge
Added topic not all indicators appear in strategy tester
I came across an unusual situation:  I put all the indicators I need in a class in a separate header file. When I run the strategy tester I am able to see 4 of them instead of 6!  even though the EA is able to read their values at any
justinmcridge
Added topic bar candle size Error " array out of range
I cannot seem to be able to investigate the array out of range error  in the following code sniplet : double LargestBarSize( NULL , 0 ) { MqlRates   PriceInfo[]; ArraySetAsSeries (PriceInfo, true ); int Data = CopyRates ( NULL , 0 , 0
justinmcridge
Added topic strategy tester error
I am wondering if someone can help me figure out this issue:  the MQL5 function in SymbolInfo.mqh : Point() returns Point: 0.00001000  when I call it via the Comment (which is correct and as expected .....) and returns :  Point
justinmcridge
Added topic error 4806
CopyBuffer unexpected results!! this seemingly sound code gives a reading error double CMyTemplate:: MACDGet( const int buffer, const int index)      {        double MACD_buffer[]; ArraySetAsSeries
justinmcridge
Added topic unexplained return of a simple function
Hello community  double HighestHigh( string pSymbol, ENUM_TIMEFRAMES pPeriod, int pStart = 0 , int pBars= 8 ) {                   double high[];
justinmcridge
Registered at MQL5.community