researchpro
researchpro
Friends

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

researchpro
Added topic Fake Forex prices - Bid only charts, show Buys ON the Bid only bars
Forex charts are nonsense bid only bars.  Yet when a backtest is ran on your EA , it will show the Buy Entry price arrow on the Bid Bar chart. That's impossible. It's a bid bar chart, not an ask bar chart. A buy is at the ASK not the bid. The
researchpro
Added topic How to print "Last" tick price (current tick price)
Hi, before I write a custom "Last" code, is there a simple way to return and print the current tick price, tick by tick? They have Bid, and Ask but not Last, which seems kind of basic info that most people would want to refer to. Thanks John 
researchpro
Added topic how to see report for live chart trade results ?
Hi, it seems like a very basic feature, but I can't find it. How do we view a report of the trades made while an ea was trading live on a chart? Thanks John 
researchpro
Added topic ArrayMinimum and ArrayMaximum not working for me, incorrect values, even returns reversed min/max values.
Hi, I'm having some issues with array sorting and ArrayMinimum() and ArrayMaximum().  Not sure if it is Update related or ME related. I'll stick to the basic issue for this post - Min and Max are not returning correct values for me.  Notice
researchpro
Added topic Can't find how to Return the OrderClose Boolean. Need to load OrderClose event into array
Hi , I'm trying to return the parameters from the OrderClose function event.  I want to load it into an array as each one occurs. Example: When a Take Profit or StopLoss is hit, the order is closed . I want know When and at what price it closed
researchpro
Registered at MQL5.community
researchpro
Added topic Declaring 2D array, doesn't work on local level, only global
Hi, this is some info that may save someone a few days of trouble, or maybe some that will bring to light what I'm missing. I was unable to declare a 2D array locally. Only 1D. The 2D had to be declared Globally. Access denied violation is the error
researchpro
Added topic Access Code violation
Hi, suddenly after update yesterday the print out log is messed up, I'm getting rows of numbers on the far left, and now it won't even print out to log except for some of the lines Access violation read to 0x2456F000 Version 4 Build 711 sep 27 I