Forum

Candle Volume Indicator

I am trying to find a Candle Volume Indicator on MT5. Is that available ? Also would like to see that X-Axis(time) is adjusted according to the size of the Bar. Some of the indicators that I have see do not properly calculate the x-axis and see that they are static/fixed

Comment(...) not seen during backtesting

I am testing and EA which has a few Comments to be displayed on the top left hand corner. During backtesting I am not able to see those but if I use a Demo account its shown. So can anyone help me out to fix this ? Am I missing to set anything

What is POSITION_PROFIT under ENUM_POSITION_PROPERTY_DOUBLE.

I did not quite understand the meaning of this enumeration. Does it mean Profit from the Open Price of the order ? I checked the value of it and it doesnt quite look like it. Can anyone explain that to me ? Also is the profit in Pips/Money

Passing strings from DLL to MQL5

Hi, I have developed a DLL in VS 2010 ( Uses Unicode Character Set ) and am trying to pass string (wchar_t*) from the DLL function as return value but have failed in every attempt. Need help to get this issue resolved. e.g DLLAPI wchar_t* __stdcall cMySqlVersion()

Unable to retrieve USDCHF data on a EURUSD chart during live trading

I am trying to overlay USDCHF data on EURUSD chart . It works fine on a demo account but the same indicator fails to come up on a live account. Can anyone explain