PhythonML MT4
- 专家
- Yevhen Chystiukhin
- 版本: 11.5
- 更新: 30 一月 2024
- 激活: 5
This multicurrency Expert Advisor uses 28 currency pairs. For predictions, the advisor uses models trained by the machine learning algorithm in the Python language environment.
All signals of this advisor in real time and download settings for it can be downloaded from my website forexvisible.com - copy and paste into the browser
This version for the MT4 terminal can work with one time interval H1, the version for MT5 can work with two time intervals H1 and H2, it can be downloaded here https://www.mql5.com/en/market/product/63791
By default, the most profitable 9 pairs out of 28 are selected
The EA was trained from 2007 to 2022, it is necessary to test in the strategy tester from 2022 for Model3 = True, from this period the EA did not know anything about the history during training
The default settings are for the EURUSD H1 currency pair, and use Models3
- UseSameLotSizeForAllPairs - the ability to select the lot size for each pair separately, true by default, one lot size for all specified by the parameter above
- UseMaxAllTakeProfitProcent - enables the global take profit as a percentage of the current profit specified in the MaxAllTakeProfitProcent parameter, after its execution all current orders are closed. Test only on all ticks or 1 minute OHLC
- UseMaxStopLossProcent - turns on the global stop loss as a percentage of the current profit specified in the MaxAllStopLossProcent parameter, after its execution, all current orders are closed. Test only on all ticks or 1 minute OHLC
- IsDynamicLot - enable automatic formation of the lot size depending on the balance or free margin
- is_koef_for_each - if true, then the lot size is formed from the balance for each currency pair separately, if false, then from the total balance or free margin
- koef - coefficient for forming the lot size, the larger, the greater the risks
- from - formation of the lot size depending on the balance or free margin
- CountOfGrid - the number of pending orders in the grid
- GridDistanseBegin - the beginning of the first pending order in the grid from the current price
- GridDistanseEnd - end of the last pending order in the grid from the current price
- GridKoefBegin, GridKoefEnd - distribution of coefficients for multiplying the price of a pending order in the grid