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:
- 5322
- Rating:
- Published:
- 2015.12.11 11:12
- Updated:
- 2016.03.15 08:34
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The function returns the lot size, which is calculated based on the stop loss size and the risk specified in the variable. That is, if the risk is set to 2%, and the SL is set to 40 points, the lot will be calculated in such a way, that if the price reaches the SL, then 2% of the deposit would be lost.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/14296

The function closes all locked orders. This really saves money on the spread.

Implementation of a trading system based on divergence detection.

The script analyzes the market based on two criteria: the moving averages and the support and resistance levels.

Opens orders using the martingale and a virtual trailing stop.