Sergey Golubev / Profile
Newdigital
Friends
3830
Requests
Outgoing

Sergey Golubev
Trading with the MQL5 Economic Calendar (Part 8): Optimizing News-Driven Backtesting with Smart Event Filtering and Targeted Logs - https://www.mql5.com/en/articles/17999



Sergey Golubev
Data Science and ML (Part 39): News + Artificial Intelligence, Would You Bet on it? - https://www.mql5.com/en/articles/17986


Sergey Golubev
Price Action Analysis Toolkit Development (Part 22): Correlation Dashboard - https://www.mql5.com/en/articles/18052


Sergey Golubev
EIA United States Crude Oil Stocks Change - https://www.mql5.com/en/economic-calendar/united-states/eia-crude-oil-stocks-change


Sergey Golubev
From Basic to Intermediate: Arrays and Strings (II) - https://www.mql5.com/en/articles/15442

Sergey Golubev
MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel - https://www.mql5.com/en/articles/18033



Sergey Golubev
MQL5 Wizard Techniques you should know (Part 63): Using Patterns of DeMarker and Envelope Channels - https://www.mql5.com/en/articles/17987

Sergey Golubev
Data Science and ML (Part 38): AI Transfer Learning in Forex Markets - https://www.mql5.com/en/articles/17886


Sergey Golubev
From Basic to Intermediate: Arrays and Strings (I) - https://www.mql5.com/en/articles/15441

Sergey Golubev
From Basic to Intermediate: Operator Precedence - https://www.mql5.com/en/articles/15440


Sergey Golubev
MQL5 Wizard Techniques you should know (Part 62): Using Patterns of ADX and CCI with Reinforcement-Learning TRPO - https://www.mql5.com/en/articles/17938


Sergey Golubev
Automating Trading Strategies in MQL5 (Part 16): Midnight Range Breakout with Break of Structure (BoS) Price Action -
https://www.mql5.com/en/articles/17876
https://www.mql5.com/en/articles/17876


Sergey Golubev
Data Science and ML (Part 37): Using Candlestick patterns and AI to beat the market - https://www.mql5.com/en/articles/17832

Sergey Golubev
MQL5 Wizard Techniques you should know (Part 61): Using Patterns of ADX and CCI with Supervised Learning - https://www.mql5.com/en/articles/17910


Sergey Golubev
Price Action Analysis Toolkit Development (Part 21): Market Structure Flip Detector Tool - https://www.mql5.com/en/articles/17891


Sergey Golubev
CMHC Canada Housing Starts - https://www.mql5.com/en/economic-calendar/canada/cmhc-housing-starts

:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325