Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 6682
- Rating:
- Published:
- 2016.07.01 11:15
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Errors function. In Russian.
Function call: #include <Error.mq4>
Usage example: Print("Error : ",Error(GetLastError()));
Translated from Russian by MetaQuotes Ltd.
Original code: 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.