Attachments forums

List of attachments posted on this forum.


All files on forums: 137494

Re: MT5 Rsi indicators

太虚一毫, Wed Feb 23, 2022 1:19 am

mrtools wrote: Sat Feb 19, 2022 3:26 am Alerts added.
Image


The teacher modified the pure arrow indicator of Sidus v3 in the past, it seems to add two average lines, so that the Sidus that may be redrawn can get a new life.

extern int FastMaPeriod = 13; // Fast moving average period
extern enMaTypes FastMaMethod = ma_lwma; // Fast moving average method
extern enPrices FastMaPrice = pr_typical; // Fast moving average price to use
extern int SlowMaPeriod = 34; // Slow moving average period
extern enMaTypes SlowMaMethod = ma_lwma; // Slow moving average method
extern enPrices SlowMaPrice = pr_typical; // Slow moving average price to use

It might also be interesting if the RSI filter also adopts this method, i.e. upgrades the RSI filter to the RSI filter_ Sidus.mq5 version! :thumbup:
All files in topic