Sergey Golubev / Профиль
Newdigital

Sergey Golubev
Econometric tools for forecasting volatility: GARCH model - https://www.mql5.com/en/articles/15223

Sergey Golubev
Build Self Optimizing Expert Advisors With MQL5 And Python (Part II): Tuning Deep Neural Networks - https://www.mql5.com/en/articles/15413


Sergey Golubev
Neural Networks Made Easy (Part 96): Multi-Scale Feature Extraction (MSFformer) - https://www.mql5.com/en/articles/15156


Sergey Golubev
Price Action Analysis Toolkit Development (Part 6): Mean Reversion Signal Reaper - https://www.mql5.com/en/articles/16700


Sergey Golubev
MQL5 Trading Toolkit (Part 5): Expanding the History Management EX5 Library with Position Functions - https://www.mql5.com/en/articles/16681


Sergey Golubev
Automating Trading Strategies in MQL5 (Part 3): The Zone Recovery RSI System for Dynamic Trade Management - https://www.mql5.com/en/articles/16705


Sergey Golubev
MQL5 Wizard Techniques you should know (Part 51): Reinforcement Learning with SAC - https://www.mql5.com/en/articles/16695


Sergey Golubev
From Novice to Expert: The Essential Journey Through MQL5 Trading - https://www.mql5.com/en/articles/15320


Sergey Golubev
Building a Candlestick Trend Constraint Model (Part 10): Strategic Golden and Death Cross (EA) - https://www.mql5.com/en/articles/16633


Sergey Golubev
Mastering File Operations in MQL5: From Basic I/O to Building a Custom CSV Reader - https://www.mql5.com/en/articles/16614

Sergey Golubev
Integrate Your Own LLM into EA (Part 5): Develop and Test Trading Strategy with LLMs (III) – Adapter-Tuning - https://www.mql5.com/en/articles/13500


Sergey Golubev
Integrating Discord with MetaTrader 5: Building a Trading Bot with Real-Time Notifications - https://www.mql5.com/en/articles/16682


Sergey Golubev
MQL5 Wizard Techniques you should know (Part 29): Continuation on Learning Rates with MLPs - https://www.mql5.com/en/articles/15405


Sergey Golubev
Integrating MQL5 with data processing packages (Part 4): Big Data Handling - https://www.mql5.com/en/articles/16446


Sergey Golubev
The other key summary thread which every newbie should read - " All about MQL5 Wizard : create robots without programming" -
https://www.mql5.com/en/forum/14482
https://www.mql5.com/en/forum/14482


Sergey Golubev
The other thread with EAs, ideas and indicators (mostly for newbies): Market Condition Evaluation based on standard indicators in Metatrader 5 - https://www.mql5.com/en/forum/9773


Sergey Golubev
Next thread with many indicators and trading systems to ne good to start with for newbies for example: Trading Systems Based on Signal Indicators - https://www.mql5.com/en/forum/10741


Sergey Golubev
Neural Networks Made Easy (Part 81): Context-Guided Motion Analysis (CCMR) - https://www.mql5.com/en/articles/14505

Sergey Golubev
Automating Trading Strategies in MQL5 (Part 2): The Kumo Breakout System with Ichimoku and Awesome Oscillator - https://www.mql5.com/en/articles/16657


Sergey Golubev
Build Self Optimizing Expert Advisors in MQL5 (Part 2): USDJPY Scalping Strategy - https://www.mql5.com/en/articles/16643

:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298