Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5651
- Rating:
- Published:
- 2022.03.16 09:02
- Updated:
- 2022.03.17 20:30
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.
Parameters define:
- regular period
- number of iterations: the higher the smoother
- smoothing method: exponential or smoothing only in order to keep it fast
- optional drawing of an arrow at signal
It sports two features_
- the trigger line: it equals average sum of smoothing iterations, the crossing of both lines signals a trade
- Optional drawing of arrow at signal.

Reverse candle patterns

Use this simple Indicator to monitor your VPS.

The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)

Rsi oversold bought , Moving average