Sergey Golubev / Profile
Newdigital
Friends
3870
Requests
Outgoing
Sergey Golubev
MQL5 Wizard Techniques you should know (Part 82): Using Patterns of TRIX and the WPR with DQN Reinforcement Learning - https://www.mql5.com/en/articles/19794
Sergey Golubev
Risk Management (Part 2): Implementing Lot Calculation in a Graphical Interface - https://www.mql5.com/en/articles/16985
Sergey Golubev
Building AI-Powered Trading Systems in MQL5 (Part 6): Introducing Chat Deletion and Search Functionality - https://www.mql5.com/en/articles/20254
Sergey Golubev
Developing Trading Strategy: Pseudo Pearson Correlation Approach - https://www.mql5.com/en/articles/20065
Sergey Golubev
Markets Positioning Codex in MQL5 (Part 2): Bitwise Learning, with Multi-Patterns for Nvidia - https://www.mql5.com/en/articles/20045
Sergey Golubev
Neural Networks in Trading: Models Using Wavelet Transform and Multi-Task Attention (Final Part) - https://www.mql5.com/en/articles/16757
Sergey Golubev
New Zealand Trade Balance - https://www.mql5.com/en/economic-calendar/new-zealand/trade-balance
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
From Novice to Expert: Demystifying Hidden Fibonacci Retracement Levels - https://www.mql5.com/en/articles/19780
Sergey Golubev
From Novice to Expert: Predictive Price Pathways - https://www.mql5.com/en/articles/20160
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 )
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Neural Networks in Trading: Models Using Wavelet Transform and Multi-Task Attention - https://www.mql5.com/en/articles/16747
Sergey Golubev
South Africa Retail Sales y/y - https://www.mql5.com/en/economic-calendar/south-africa/retail-sales-yy
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Implementation of a table model in MQL5: Applying the MVC concept - https://www.mql5.com/en/articles/17653
Sergey Golubev
South Africa Consumer Price Index (CPI) y/y - https://www.mql5.com/en/economic-calendar/south-africa/cpi-yy
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
CMHC Canada Housing Starts - https://www.mql5.com/en/economic-calendar/canada/cmhc-housing-starts
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Evolutionary trading algorithm with reinforcement learning and extinction of feeble individuals (ETARE) - https://www.mql5.com/en/articles/16971
Sergey Golubev
Federal Reserve System (Fed) Vice Chair for Supervision Barr Speech - https://www.mql5.com/en/economic-calendar/united-states/fed-vice-chair-for-supervision-barr-speech
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
(for more indicators by source code - look at this channel: https://www.mql5.com/en/channels/forecast )
Sergey Golubev
Post-Factum trading analysis: Selecting trailing stops and new stop levels in the strategy tester - https://www.mql5.com/en/articles/16991
:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340