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
Experts

AfterEffects - expert para MetaTrader 4

Visualizações:
15850
Avaliação:
(32)
Publicado:
2016.02.08 12:29
Atualizado:
2016.11.22 07:32
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

Trading robot based on the theorem "On the presence of memory (aftereffects) in random sequences".

Despite the complexity of the theorem itself, its conclusions are quite trivial. Therefore, the logic of making trading decisions in the robot is primitive: take two previous areas of historical data, from each of them subtract the difference of the prices at the start and at the end, and get two values. These values ​​are compared with each other. And depending on which is greater or less than the other, make the decision about the difference of prices in the area in the future.

The settings of the Expert Advisor are quite simple, as only three of the input parameters are optimizable:

Input Parameters

  1. sl — stop loss and trailing stop step size in points. In the above picture the parameters are set for 5 digits. All values must be reduced by 10 times in the columns Start, Step and Stop.
  2. p — size of the history data areas in bars for the technical analysis.
  3. random — quote randomness. If the quotes are not random, and therefore, the conditions of the theorem are not valid, then the trading signals are reversed.

Notes:

  • The input parameters specified in the code of the robot (by default), are not configured. Therefore, before launching the algo-trading, it is necessary to optimize them for each financial instrument on which the robot will trade.
  • Reoptimization needs to be done once the algo-trading results will become unsatisfactory.
  • It is not recommended to configure the robot to small timeframes. It will lose the money (already checked on the demo and the real cent accounts). The optimum timeframes are not less than H1.

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

Trade when the market is closed Trade when the market is closed

The script is designed to place orders at the time when it is not possible, for example, when the market is closed.

UP bot 1 UP bot 1

A simple Expert Advisor, which works without the use of any indicators. Enters at trend reversal attempt.

Info rectangle drawing Info rectangle drawing

Example of creating info panels.

Shved Supply and Demand Shved Supply and Demand

The indicator showing the supply and demand zones.