Sergey Golubev / Profile

Topics1111Comments94221Reader2473
Articles0CodeBase3Charts1019
Newdigital
Friends
3800
Requests
Outgoing


Sergey Golubev
Creating an MQL5-Telegram Integrated Expert Advisor (Part 6): Adding Responsive Inline Buttons - https://www.mql5.com/en/articles/15823



Sergey Golubev
Automating Trading Strategies in MQL5 (Part 19): Envelopes Trend Bounce Scalping — Trade Execution and Risk Management (Part II) - https://www.mql5.com/en/articles/18298

Sergey Golubev
Neural Networks Made Easy (Part 87): Time Series Patching - https://www.mql5.com/en/articles/14798



Sergey Golubev
Neural Networks in Trading: Practical Results of the TEMPO Method - https://www.mql5.com/en/articles/15469


Sergey Golubev
Developing a Replay System (Part 71): Getting the Time Right (IV) - https://www.mql5.com/en/articles/12335


Sergey Golubev
How to add Trailing Stop using Parabolic SAR - https://www.mql5.com/en/articles/14782


Sergey Golubev
Neural Networks in Trading: Contrastive Pattern Transformer - https://www.mql5.com/en/articles/16163


Sergey Golubev
Neural Networks in Trading: Market Analysis Using a Pattern Transformer - https://www.mql5.com/en/articles/16130



Sergey Golubev
Automating Trading Strategies in MQL5 (Part 18): Envelopes Trend Bounce Scalping - Core Infrastructure and Signal Generation (Part I) - https://www.mql5.com/en/articles/18269


Sergey Golubev
Example of Stochastic Optimization and Optimal Control - https://www.mql5.com/en/articles/15720

Sergey Golubev
ALGLIB library optimization methods (Part I) - https://www.mql5.com/en/articles/16133


Sergey Golubev
Self Optimizing Expert Advisor with MQL5 And Python (Part III): Cracking The Boom 1000 Algorithm - https://www.mql5.com/en/articles/15781


123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308