Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Scripts

Tick Speed Indicator - script pour MetaTrader 5

Pablo Maruk
Publié par:
Pablo
Vues:
4037
Note:
(8)
Publié:
2023.04.16 17:41
Mise à jour:
2023.04.17 18:55
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

How fast does the price moves?
With this very simple piece of code you may learn how many seconds it takes to complete 100 ticks.

The less seconds it takes, the faster the price moves.
it uses the time subtraction to determine the time it takes to complete 100 ticks.

You may drag and drop the ea to the chart and see the comment on it with such information.

    Subtract Time Subtract Time

    You learn how to subtract time, insert it manually in a string format, tick counter and see output on comment function.

    Exponential Commodity Channel Index Exponential Commodity Channel Index

    Commodity Channel Index using exponential moving averages.

    Money Management Money Management

    Close trades when the percentage profit or risk of the account is reached

    Benchmark Benchmark

    A set of macros to benchmark small code snippets for their execution speeds.