Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 6803
- Note:
- Publié:
- 2016.07.01 11:15
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Errors function. In Russian.
Function call: #include <Error.mq4>
Usage example: Print("Error : ",Error(GetLastError()));
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8691

Based on the values of the OsMA indicator.

Parabolic plotted based on Lows and Highs of a moving average. Efficiently displays the trends on smaller timeframes, and allows to mostly eliminate frequent switches, inherent to the "Parabolic SAR" indicator.

Determination of the entry levels

Calculation of the number of lots by Anton Trefolev.