Forum

Alert never ends and freezes MT5

What is wrong with this alert? That sound never ends and finally it freezes MT5. manageAlerts(time[rates_total- 1 ],rates_total); return (rates_total); } //+------------------------------------------------------------------+ void manageAlerts( datetime

Checking previous bars

Hello, can someone tell why I can not check previous colored bar(ColorT[bar+1], ColorT[bar+2], etc...) Indicator is using ADX values and according to them colors solid candles. I would like to play with these colored candles. Do I need another loop for this or how to solve it? for (bar=limit; bar>=

iCustom EA buffers problem MQL5

Hello, I have an indicator "myindi" and it gives up and down arrows(buffers 1 and 2). Now I try to make an EA using iCustom but I don't understand where I have to put these buffer numbers ? #include <Trade\PositionInfo.mqh> #include <Trade\Trade.mqh> CPositionInfo m_position;

Help detecting volume indicator

Does someone know what kind of volume indicator is this? Is it even related to volume somehow

How to check previous bar?

This indicator colors candles according on volume(climax candles). How to change it so that if previous bar was climax bar and current bar is ...whatever? At the moment it controls current bar. #property copyright "Copyright @ 2014 traderathome and qFish" #property link "email