Sergey Golubev / 个人资料
Newdigital
Sergey Golubev
Integrating External Applications with MQL5 Community OAuth -
https://www.mql5.com/en/articles/20852
https://www.mql5.com/en/articles/20852
Sergey Golubev
Germany Industrial Production m/m - https://www.mql5.com/en/economic-calendar/germany/industrial-production-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
Introduction to MQL5 (Part 38): Mastering API and WebRequest Function in MQL5 (XII) -
https://www.mql5.com/en/articles/21061
https://www.mql5.com/en/articles/21061
Sergey Golubev
Price Action Analysis Toolkit Development (Part 58): Range Contraction Analysis and Maturity Classification Module
https://www.mql5.com/en/articles/21109
https://www.mql5.com/en/articles/21109
Sergey Golubev
United States Nonfarm Payrolls -https://www.mql5.com/en/economic-calendar/united-states/nonfarm-payrolls
(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
Visualization of strategies in MQL5: Organizing optimization outcomes by criteria charts -
https://www.mql5.com/en/articles/17457
https://www.mql5.com/en/articles/17457
Sergey Golubev
Larry Williams Market Secrets (Part 9): Patterns to Profit -
https://www.mql5.com/en/articles/21063
https://www.mql5.com/en/articles/21063
分享社交网络 · 1
Sergey Golubev
Halifax United Kingdom House Price Index (HPI) y/y - https://www.mql5.com/en/economic-calendar/united-kingdom/halifax-house-price-index-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 )
分享社交网络 · 1
Sergey Golubev
MQL5 Trading Tools (Part 15): Canvas Blur Effects, Shadow Rendering, and Smooth Mouse Wheel Scrolling -
https://www.mql5.com/en/articles/21140
https://www.mql5.com/en/articles/21140
分享社交网络 · 1
Sergey Golubev
From Novice to Expert: Creating a Liquidity Zone Indicator -
https://www.mql5.com/en/articles/20986
https://www.mql5.com/en/articles/20986
分享社交网络 · 1
Sergey Golubev
Price Action Analysis Toolkit Development (Part 57): Developing a Market State Classification Module in MQL5 -
https://www.mql5.com/en/articles/20996
https://www.mql5.com/en/articles/20996
分享社交网络 · 1
Sergey Golubev
Automating Trading Strategies in MQL5 (Part 47): Nick Rypock Trailing Reverse (NRTR) with Hedging Features -
https://www.mql5.com/en/articles/21096
https://www.mql5.com/en/articles/21096
分享社交网络 · 1
Sergey Golubev
Larry Williams Market Secrets (Part 8): Combining Volatility, Structure and Time Filters -
https://www.mql5.com/en/articles/21003
https://www.mql5.com/en/articles/21003
分享社交网络 · 1
Sergey Golubev
United States Unit Labor Costs q/q - https://www.mql5.com/en/economic-calendar/united-states/unit-labor-costs-qq
(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 )
分享社交网络 · 1
Sergey Golubev
MQL5 Trading Tools (Part 14): Pixel-Perfect Scrollable Text Canvas with Antialiasing and Rounded Scrollbar -
https://www.mql5.com/en/articles/21072
https://www.mql5.com/en/articles/21072
Sergey Golubev
Data Science and ML (Part 48): Are Transformers a Big Deal for Trading? -
https://www.mql5.com/en/articles/18885
https://www.mql5.com/en/articles/18885
分享社交网络 · 1
Sergey Golubev
ISM United States Non-Manufacturing Purchasing Managers Index (PMI) - https://www.mql5.com/en/economic-calendar/united-states/ism-non-manufacturing-pmi
(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 )
分享社交网络 · 1
Sergey Golubev
The MQL5 Standard Library Explorer (Part 6): Optimizing a generated Expert Advisor -
https://www.mql5.com/en/articles/20478
https://www.mql5.com/en/articles/20478
Sergey Golubev
Introduction to MQL5 (Part 37): Mastering API and WebRequest Function in MQL5 (XI) -
https://www.mql5.com/en/articles/20978
https://www.mql5.com/en/articles/20978
分享社交网络 · 1
Sergey Golubev
Creating Custom Indicators in MQL5 (Part 6): Evolving RSI Calculations with Smoothing, Hue Shifts, and Multi-Timeframe Support - https://www.mql5.com/en/articles/21083
分享社交网络 · 1
:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357