제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다
Tran Xuan Anh Duy  
Can you add notify to mt4 app feature for this indicator
lnrdlai  
This is one of the coolest tool ever used, please kindly give birth a version to MT5 
fbi333444  

I like the RSI indicator, but not coding, I think if this indicator add one filter condition, it will change to trend indicatior.

if on the daily chart the RSI(14) > 50, only send the buy signal  on the hourly chart.

if on the daily chart the RSI(14) < 50, only send the sell signal  on the hourly chart.

FYI, I'm glad if it helps.

Tran Quang Trung  

Can you give me this Heiken Ashi RSI Oscillator indicator?

I downloaded it from the mql5 site but it cannot run when copied to another computer

114101268  
Bạn có thể chuyển chỉ báo này sang nền tảng MT5 không? Cảm ơn bạn rất nhiều!
[삭제]  
  • Hi there! Not every system performs equally for all users, and misuse or poor risk management can cause problems. This system, which I recommend due to its strong profit potential and low drawdown, includes an audited account. Please find the attached file from the author.

  • 이건희  

    The visualization of this indciator is the best indicator among everything that implemented the heiken ashi RSI oscillator for free. I love it and I want to give five stars. But I have a question. When I called this in EA using iCustom(), An error is caused 'array out of range in 'Heiken Ashi Rsi Oscillator.mq4' (189, 16). Is this indicator available for EA? I want to use this indicator in EA.

    if possible, I hope you share the source code of this indicator. I want to analyze the error and to fix it.

    - I'm programmer and developer in the another domain. My English is weak because my mother tongue is not English. So I hope you understand me who don't speak English well.

       double haClose = iCustom(Symbol(), 0, "Market/Heiken Ashi RSI Oscillator", 0.5, 14, 1, PRICE_MEDIAN, 7, true, true, 0, 1);
       double haOpen  = iCustom(Symbol(), 0, "Market/Heiken Ashi RSI Oscillator", 0.5, 14, 1, PRICE_MEDIAN, 7, true, true, 1, 1);
       double currHaRSI = iCustom(Symbol(), 0, "Market/Heiken Ashi RSI Oscillator", 0.5, 14, 1, PRICE_MEDIAN, 7, true, true, 8, 1);
       double prevHaRSI = iCustom(Symbol(), 0, "Market/Heiken Ashi RSI Oscillator", 0.5, 14, 1, PRICE_MEDIAN, 7, true, true, 8, 2);
    파일:
    capture.JPG  170 kb
    제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다