Friends

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

Alex
Added topic Multi time frame EA using CExpertBase
Hi,   I've been using CExpertSignal and it's data access methods (Open, Close, High, Low) from the series mask successfully for a single time frame. However I'd like to expand it to use multiple timeframes and can't seem to find any
Alex
Added topic Showing trades, avg fill price, stop and take profit on Market Watch Tick chart
Is this possible? It would be awesome if I could see these levels on the tick chart.   If it's not possible would it be possible to release the source code for it so that I can add these myself?   Cheers 
Alex
Added topic Time and Sales data
Hi,   Is there any way to get the time and sales data in MT5? I can't seem to find any documentation on it.   Cheers 
Alex
Added topic No option to migrate to VPS
Hi,   I currently use ActivTrades to run an EA in MetaTrader 5. I'm trying to following the VPS migration guide https://www.mql5.com/en/vps/manage-forex-vps but I don't see the context menu option to "Register a Virtual Server ". I only see the
Alex
Added topic Backtesting rendering errors
I'm seeing a lot of rendering errors for the line between entry/exit points. Is this a known issue?    
Alex
Added topic Indicators appear to be baked into EA
Hi,   I have an EA which I added a few indicators to ( CiFractals , CiAO, CiAC) and now I would like to remove some of them. I have commented out the code that references the indicators, but it appears that no matter what I try all of the
Alex
Added topic CiFractals not returning data for daily & 8hr timeframes
Hi,   I've been using the CiFractals class for the fractal indicator. However for some reason at the 8hr timeframe and up it doesn't return any fractal values. I do make sure that I call fractals.Refresh()   and it does work at the lower
Alex
Added topic Assign array to local variable
Hi, Is it possible to assign an array to a local variable? I've tried the following but I get a "pointer cannot be used" error.   class Foo { private:    const double *high;  public:     void Foo(const double
Alex
Added topic Size of grid
Hi,   Is it possible to get number of points that the height of 1 grid unit represents? If not is it possible to get the min & max price represented in the chart? 
Alex
Added topic Can't find indicator in platform
Hi,  I'm trying to install the following indicator (https://www.mql5.com/en/market/product/4370) but can't find it within the platform. Do they get deleted but not updated on the website? 
Alex
Added topic Stop loss getting triggered early
Hi, For some reason my stop loss gets triggered early. In the following example I have a stop loss @1.11460 but the candle that causes the stop to be triggered only reaches a high of 1.11435. 
Alex
Added topic Anchor plot arrow in custom indicator
Howdy traders, I'm trying to figure out if it's possible to change the anchor position of the plot drawing in a custom indicator . Normally when I draw an object I would just call the following which works fine.   ObjectSetInteger(0
Alex
Added topic Indicators get removed from Strategy Tester after compilation
Howdy Traders, Ideally I would like to have the following workflow 1. Edit EA in MetaEditor 2. Compile 3. Run in Strategy Tester 4. Stop test if I see something I need to change 5. Edit EA in MetaEditor 6. Compile 7. Run Strategty Tester again  
Alex
Registered at MQL5.community