Forum

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 documentation on how to achieve it with the base classes. Does

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

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

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 option to "Register as Signal"

Backtesting rendering errors

I'm seeing a lot of rendering errors for the line between entry/exit points. Is this a known issue

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 indicators are still there. I've even tried going back to the

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 timeframes

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 &a_high) { high = a_high; }; } ;

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

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