Newdigital
Sergey Golubev
Sergey Golubev
Price Action Analysis Toolkit Development (Part 50): Developing the RVGI, CCI and SMA Confluence Engine in MQL5 - https://www.mql5.com/en/articles/20262
Sergey Golubev
Sergey Golubev
Author: Shedevrum AI
Sergey Golubev
Sergey Golubev
Central Force Optimization (CFO) algorithm -
https://www.mql5.com/en/articles/17167
Sergey Golubev
Sergey Golubev
Automating Trading Strategies in MQL5 (Part 40): Fibonacci Retracement Trading with Custom Levels - https://www.mql5.com/en/articles/20221
Sergey Golubev
Sergey Golubev
Integrating MQL5 with Data Processing Packages (Part 6): Merging Market Feedback with Model Adaptation -
https://www.mql5.com/en/articles/20235
Sergey Golubev
Sergey Golubev
United States Personal Consumption Expenditures (PCE) Price Index y/y - https://www.mql5.com/en/economic-calendar/united-states/pce-price-index-yy
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Sergey Golubev
United States Initial Jobless Claims - https://www.mql5.com/en/economic-calendar/united-states/initial-jobless-claims
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Sergey Golubev
Markets Positioning Codex in MQL5 (Part 1): Bitwise Learning for Nvidia - https://www.mql5.com/en/articles/20020
Sergey Golubev
Sergey Golubev
New Zealand Electronic Card Retail Sales m/m - https://www.mql5.com/en/economic-calendar/new-zealand/electronic-card-retail-sales-mm
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Sergey Golubev
Build a Remote Forex Risk Management System in Python -
https://www.mql5.com/en/articles/17410
Sergey Golubev
Sergey Golubev
From Novice to Expert: Time Filtered Trading - https://www.mql5.com/en/articles/20037
Sergey Golubev
Sergey Golubev
Canada Industrial Product Price Index (IPPI) y/y - https://www.mql5.com/en/economic-calendar/canada/ippi-yy
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Sergey Golubev
Author: Shedevrum AI
Sergey Golubev
Sergey Golubev
Neural Networks in Trading: Memory Augmented Context-Aware Learning for Cryptocurrency Markets (Final Part) - https://www.mql5.com/en/articles/16993
Sergey Golubev
Sergey Golubev
South Africa Gold Production y/y - https://www.mql5.com/en/economic-calendar/south-africa/gold-production-yy
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Sergey Golubev
Germany Producer Price Index (PPI) m/m - https://www.mql5.com/en/economic-calendar/germany/ppi-mm
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Sergey Golubev
MQL5 Trading Tools (Part 10): Building a Strategy Tracker System with Visual Levels and Success Metrics - https://www.mql5.com/en/articles/20229
Sergey Golubev
Sergey Golubev
Optimizing Trend Strength: Trading in Trend Direction and Strength -
https://www.mql5.com/en/articles/19755
Sergey Golubev
Sergey Golubev
Risk-Based Trade Placement EA with On-Chart UI (Part 2): Adding Interactivity and Logic - https://www.mql5.com/en/articles/20159
Sergey Golubev
Sergey Golubev
Neural Networks in Trading: Two-Dimensional Connection Space Models (Final Part) -
https://www.mql5.com/en/articles/17241
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353