Tick RSI Adaptive – indicator MetaTrader 5

Tick RSI Adaptive - indicator for MetaTrader 5
This indicator calculates an Adaptive RSI using tick data and plots it along with fast and slow moving averages in a separate window. It provides options to customize the calculation periods, moving average types, and visual settings. It was a conversion from an ancient 2008 MT4 indicator made by Rosh at trend laboratory, but at … Read more

Lesson 2_ Trading RSI Pattern Confirmation two Bottom – EA MetaTrader 5

Lesson 2_ Trading RSI Pattern Confirmation two Bottom - expert for MetaTrader 5
I. Input parameter: II. Main function: 1.  How to confirm condition entry. 2. Only buy sell at new candle 3. Count position and trailling stop auto. 4. Lotsize is fix at input parameter setup /////////////////////////////////////////////////////////////////////////////////////////////////////////////// Refer information: Link Exness IB Web: Các bạn đăng ký mở tài khoản Exness link IB dưới ủng hộ mình … Read more

RSI with channels – indicator MetaTrader 4

RSI with channels - indicator for MetaTrader 4
This indicator promote new way of analyses signals from standard indicator named RSI. Main feature of RSI is level crossing signals. Usually 30 and 70. But it’s bad relative to real market state. That’s why i added dynamic levels for this indicator. By this way, signals efficiency become more powerful RSI with channels – indicator … Read more

Create your own neural network predictor easily (example: MA and RSI Predictors) – indicator MetaTrader 4

Create your own neural network predictor easily (example: MA and RSI Predictors) - indicator for MetaTrader 4
Author: gpwr, posted on I simply renamed a few vars in order to make the code easier to read, and created a new proxy function. All the credits must go to gpwr for his much excellent source. The BNN predictor posted by gpwr is a great indicator, but many traders were wondering how to use … Read more

Relative Strength Index (RSI) – indicator MetaTrader 5

Relative Strength Index indicator
The Relative Strength Index technical indicator (RSI) is a price-following oscillator that ranges between 0 and 100. When Wilder introduced the Relative Strength Index, he recommended using a 14-day RSI.. Since then, the 9-day and 25-day Relative Strength Index indicators have also gained popularity. A popular method of analyzing the RSI is to look for … Read more

Simple Adviser EMA WMA RSI – EA MetaTrader 4

Simple Adviser EMA WMA RSI - expert for MetaTrader 4
Description: Expert Advisor is fairly simple and with a little practice it can be modified even people not familiar with the programming. An Expert Advisor opens the trade, based on the intersection of MA. Opening is filtered on the indicator RSI. If RSI> 50 – allowed only Buy If RSI <50 – allowed only SellVariables: … Read more