Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Twitter!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Visualizações:
22727
Avaliação:
(36)
Publicado:
2016.02.08 12:40
\MQL4\Include\Common\ \MQL4\Include\Quantum\ \MQL4\Experts\
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

One of the implementation variants of the Quantum trading system.

This implementation includes only the principle of awaiting the extreme price value withing the amount of bars specified by the trader from the original Quantum system:

Red labels — local maximums, after which it is recommended to make short trades, and the blue ones — local minimums, after which it is recommended to make long trades.

Improvement of the system is the filtration of the received signal using the Stochastic indicator. Confirmation of the price extremum is the exit of the main line of the Stochastic from the overbought or oversold areas.

Thus, a significant portion of false alarms gets filtered out. However, there is some delay and hence, the opening price of the trade is deteriorated. However, the use of filtering outweighs these disadvantages.

Stop Loss of the opened position is set beyond the last registered price extremum. Take Profit is not set by default, although the trader has the ability to specify its size in points from the opening price. The closure of the trade in profit is performed when the main line of the Stochastic exceeds the values, specified in the input parameters "Level to close Buy" and "Level to close Sell".

The detailed review of the strategy and the results of its testing are given in the article The Quantum trading system.

Traduzido do russo pela MetaQuotes Ltd.
Publicação original: https://www.mql5.com/ru/code/14604

Lossless MA Lossless MA

The EA opens trades at the intersection of the fast and the slow MAs. It has the function of outstaying the losses.

Zakryvator Zakryvator

The EA closes orders when certain loss is reached by them in the account currency. It is possible to vary the loss by the volume of the order.

Heiken Ashi in Subwindow Heiken Ashi in Subwindow

Display of the Heiken Ashi candlestick indicator in a subwindow.

The Fraktrak xonax Expert Advisor based on the fractal breakouts The Fraktrak xonax Expert Advisor based on the fractal breakouts

The EA searches the last upper and lower fractals and opens positions when the price exceeds these levels.