Forum

Is it possible to get iRSI value in a timeframe other than that of the chart?

Hi, Is it possible to get the value of iRSI in a timeframe (such as daily) when the chart's timeframe is weekly? Thanks

How to use iRSI function to get the value of RSI on the last bar in a chart

Hi guys, I used iRSI function in following format int iRSI ( string symbol , // symbol name ENUM_TIMEFRAMES period , // period int ma_period , // averaging period ENUM_APPLIED_PRICE applied_price // type of price

Modifying an existing indicator "macd_histogram"

Hi everybody, I want to make two changes to an existing indicator "macd_histogram" and I would appreciate your kind help: 1- I want to show the date in alert window in "hh:mm:ss" format. By default the indicator shows the date of alerts in alert window in "yyyy:mm:dd, hh:mm:ss" format. (pls see the

Is there any way to show alerts in alert window just once

Hi everybody, I asked a question about avoiding repetition of similar alerts in alert window and no one replied. Now, I have another question: Is there any way to write the alert part of an indicator so that it shows each alert once and the indicator remembers that it showed that alert before and

How to omit repetitive messages in "message alert window" or replace them with newer ones without restarting MT5

Hi everybody, I am looking for a way either to omit or replacing repetitive alerts (created by different indicators in message alert window) by newer ones. In other words, I want to know is there any way to clean message alert window other than restarting the MT5. For example, on a single chart I

Would you please help me to write a code that makes the first candle visible in a chart (switch to first candle when chart is launched)

Hi everyone, I need an urgent help with writing a few lines of code that makes the first candle visible in a chart, in other words, when the chart is opened, it automatically scrolls the chart to the first candle available in that chart. I would appreciate your kind help in advance