Join our fan page
Opening and Сlosing on time - expert for MetaTrader 5
- Views:
- 4837
- Rating:
- Published:
- 2017.01.19 16:54
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The EA opens and closes positions at a specified time. Only HH:mm are considered in the inputs (time).
Inputs:
opening time (only HH:mm are considered) — position open time
closing time (only HH:mm are considered) — position close time
symbol — traded symbol
volume transaction — position volume
true -> Buy, false -> Sell — if "true", only "Buy" positions are opened; if "false", only "Sell" ones
magic number — EA's magic number.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16728
The Expert Advisor using artificial intelligence - a single-layer neural network. The "Perceptron" is used for identification of the quotes movement direction. Both iAC indicator and CopyTime calls are used.
The MasterMind 2Receive data from two indicators: iStochastic and iWPR.