Skip to content

Beginner is a practicing indicator for MetaTrader that marks local maximum and minimum levels. Repaints.

License

Notifications You must be signed in to change notification settings

EarnForex/Beginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginner

Beginner is an indicator for MT4 and MT5 by EarnForex.com. It is a very simple indicator, which is meant to be a practice point both for indicator developers and for traders who need some objective markup of the past local maximum and minimum levels on the chart (for support and resistance, for example).

It displays the tops and bottoms with colored dots directly in the main window of the chart.

WARNING! This indicator repaints - it means that its current and some of the most recent output values may change as the new data arrives. It cannot be used to receive direct trading signals. Its only purpose is to learn to code other indicators and to detect repainting indicators.

Beginner shows perfect top/bottom detection for past data but is likely failing with the most recent bottom it displays

A detailed description of the indicator and its changelog can be found here: https://www.earnforex.com/metatrader-indicators/Beginner/

Any contributions to the code are welcome!