3. 5. 2022

5 5

CRSI

CRSI

 

In the case of Metatatrader importi RSIOnArray.mqh for MT5 – library for MetaTrader 5 import to : \MQL5\Include\

 

The Connors RSI (CRSI) is a technical analysis indicator developed by Larry Connors that is made up of three separate components. The Relative Strength Index (RSI) is the core of the Connors RSI. RSI is used in two of the three components of the indicator. The three components, RSI, UpDown Length and Rate-of-Change, together form a momentum oscillator. Connor’s RSI outputs a value between 0 and 100, which is then used to identify mostly short-term overbought and oversold conditions.

The indicator two parameters:

  1. RSI Period
  2. ROC Period

The indicator has one line:

  1. CRSI

We have added these basic conditions:

  • CRSI is above/below level
  • CRSI  crosses above/below level

Indicator is implemented for: MT4/MT5/Tradestation/ Multicharts

You can download the indicator and conditions here

 

You can easily do your conditions in Custom blocks. More informations you can find here:

 

 

 

Subscribe
Notify of
5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Emmanuel
3. 5. 2022 6:34 pm

Excellent Ivan !!!!! Thank you very much !!!!

Emmanuel
3. 5. 2022 6:57 pm

This is awesome !!!!!!!!!!!!!!!!!

Bee trader
25. 6. 2022 11:15 pm

thanks clonex, this is very useful.

huangwh88
17. 7. 2023 2:12 pm

hello, when running the indicator in MT4, i often get the message in the experts tab: “Indicator is too slow, 889172 ms. rewrite the indicator, please.” Is there a way to avoid this?

Hector Floria
Hector Floria
21. 11. 2023 6:58 pm

The indicator does not generate MT5 code. The rest of languages work ok.

Please fix