Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Step chart - indicateur pour MetaTrader 5

Vues:
17702
Note:
(25)
Publié:
2020.07.21 18:07
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The original versionStep chart

Usage:
  • Step chart is displaying values as increments of step size
  • Step size can be specified as fractional pips
  • You can use any of the usual price types to display the chart

Reason for upgrade : making the code faster (never enough of execution speed) and simpler to use (iCustom() wise too)




Identify potential Trends/Range (Pivot Points) Identify potential Trends/Range (Pivot Points)

When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout market and vice versa". I looked at few charts and he was right. So I told myself, I have to always eyeball ranging market and trending market but with the help of an indicator. There are plenty for indicator that help us eyeball these ranging/trending market and they work really well, but I like using Pivot Points.

Open Random Charts Open Random Charts

This script opens randomly selected charts and applies user-defined template.

Design patterns - Builder Design patterns - Builder

For a complex object separate its construction from representation. Same construction process can create different representations

Range Follower Range Follower

this expert opens trade in the direction of the trend when specific rate of average daily range has been passed.