Forum

MT4 drawing error when candles are deleted

Hello everyone, I'm looking for a solution to the following MQL4 issue. I wrote an indicator that draws histograms in the chart window. I noticed that when the chart reaches the specified candle count limit, it still draws an additional 128 candles and then deletes the oldest 128 candles to return

higher timeframe data problem

Dear Support, I have a technical question. If an indicator automatically uses higher timeframe candles (for example, M1 chart uses M15 candles, M5 chart uses M30 candles, etc.) and the indicator runs on a chart where I change the chart symbol to one that I loaded a long time ago, even though I can

get balance on tester chart

Can anyone help me that in mql4 if I test an expert advisor and place an indicator on the tester chart, can I achieve the balance and equity values of the tester from that indicator? On real chart it works but during the backtest it gets the live balance and equity.(I tried with AccountBalance() and

Indicator Font

Hi, Could anybody help me how can I change the font (from Wingdings to an other) in an indicator when I use its DRAW_ARROW style ? Is this possible? Thank you for the replies