Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 19256
- Rating:
- Published:
- 2016.05.16 10:20
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Suppose that there is some data, which is used as the basis for plotting a diagram, for example, a chart of five equities.
After that, comment out one line in the indicator code, and, conversely, uncomment the other one, then press F5 (compile). Now there is a normal picture.
Thus, the terminal was "deceived" and forced to scale the indicator according to the current price range. This trick is only possible in case the indicator is told to be drawn in a separate window.
Receive this picture.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7600

It uses VMA - ЕMA, which automatically adjust the smoothing percentage based on the market volatility.

The Wss_trader EA. People recommend setting the trading hours to 7-17, trailing to 60, metrics to 36 and to look back to 2 months.

The EA uses the values of the Stochastic indicator on the H4 timeframe to open a position, and after that it builds up based on the martingale principle.

The program is designed to facilitate the routine work of the trader on testing and optimization of experts, performing sequential multi-currency, multi-timeframe and other types of tests and optimizations.