Perceptron Distance MA
- Experts
- Roman Poshtar
- Versione: 1.0
- Attivazioni: 15
EA PERCEPTRON Distance MA works on a perceptron recruitment algorithm. The selection and construction of features for training are described in detail in my articles, which you can read below:
Experiments with neural networks (Part 2): Smart neural network optimization https://www.mql5.com/en/articles/11186
Experiments with neural networks (Part 3): Practical application https://www.mql5.com/en/articles/11949
Experiments with neural networks (Part 4): Templates https://www.mql5.com/en/articles/12202
Experiments with neural networks (Part 5): Normalizing inputs for passing to a neural network https://www.mql5.com/en/articles/12459
Experiments with neural networks (Part 6): Perceptron as a self-sufficient tool for price forecast https://www.mql5.com/en/articles/12515
Recommendations:
- Connecting an account through the spread return service. Allows you to get additional profit in the form of a return of the spread.
- Currency pairs: AUDUSD, EURUSD, GBPUSD, NZDUSD, USDCAD.
- Timeframe: H1.
- The spread is not important, the broker is not important.
Settings:
- "------------Open settings--------------";
- OpenSeries - the number of additional series of market entries;
- MA - MA period;
- Canbles - number of tracking MA candles;
- Start - start of trading using MA;
- StepStart - additional opening of transactions using MA;
- StepOrder - step of orders;
- MaxSymbolOpenSeries - maximum opening for currency pairs;
- "------------Close settings------------";
- TakeProfit - fixing profit;
- StopLoss = fixing loss;
- CloseProfitSeries - closing a series in profit;
- "------------Lots settings------------";
- input Sym SetFixLotOrPercent - maximum risk per 1 trade (the number of included strategies is taken into account);
- input double LotsOrPercent - fixed lot per trade or percentage;
- MaxLotOpen - Maximum lot from the balance;
- MaxLotSeries - Maximum lot in a series of positions;
- "------------Close settings------------";
- TakeProfit - fixed profit;
- StopLoss - fixed loss;
- "------------Other settings-----------";
- MaxSpread - maximum spread for opening a position;
- Slippage - slippage;
- Magic - magic number;
- EAComment - commentary for positions (ATTENTION - do not change comments for positions. The Advisor keeps records of comments.).
