Sergey Golubev / 个人资料
Newdigital
Sergey Golubev
Creating Custom Indicators in MQL5 (Part 5): WaveTrend Crossover Evolution Using Canvas for Fog Gradients, Signal Bubbles, and Risk Management -
https://www.mql5.com/en/articles/20815
https://www.mql5.com/en/articles/20815
Sergey Golubev
Australia Private New Capital Expenditure q/q - https://www.mql5.com/en/economic-calendar/australia/private-new-capital-expenditure-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 )
Sergey Golubev
Developing a multi-currency Expert Advisor (Part 24): Adding a new strategy (II) -
https://www.mql5.com/en/articles/17328
https://www.mql5.com/en/articles/17328
Sergey Golubev
Introduction to MQL5 (Part 35): Mastering API and WebRequest Function in MQL5 (IX) -
https://www.mql5.com/en/articles/20859
https://www.mql5.com/en/articles/20859
Sergey Golubev
Price Action Analysis Toolkit (Part 55): Designing a CPI Mini-Candle Overlay for Intra-bar Pressure -
https://www.mql5.com/en/articles/20949
https://www.mql5.com/en/articles/20949
Sergey Golubev
Mexico First Half-Month Core CPI m/m - https://www.mql5.com/en/economic-calendar/mexico/first-half-month-core-cpi-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 )
分享社交网络 · 1
Sergey Golubev
Price Action Analysis Toolkit Development (Part 54): Filtering Trends with EMA and Smoothed Price Action -
https://www.mql5.com/en/articles/20851
https://www.mql5.com/en/articles/20851
Sergey Golubev
Mexico Economic Activity n.s.a. y/y - https://www.mql5.com/en/economic-calendar/mexico/economic-activity-nsa-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
MQL5 Trading Tools (Part 11): Correlation Matrix Dashboard (Pearson, Spearman, Kendall) with Heatmap and Standard Modes -
https://www.mql5.com/en/articles/20945
https://www.mql5.com/en/articles/20945
Sergey Golubev
Reimagining Classic Strategies (Part 21): Bollinger Bands And RSI Ensemble Strategy Discovery -
https://www.mql5.com/en/articles/20933
https://www.mql5.com/en/articles/20933
Sergey Golubev
From Novice to Expert: Automating Intraday Strategies -
https://www.mql5.com/en/articles/21283
https://www.mql5.com/en/articles/21283
Sergey Golubev
Python-MetaTrader 5 Strategy Tester (Part 02): Dealing with Bars, Ticks, and Overloading Built-in Functions in a Simulator -
https://www.mql5.com/en/articles/20455
https://www.mql5.com/en/articles/20455
Sergey Golubev
Hong Kong Unemployment Rate 3-Months - https://www.mql5.com/en/economic-calendar/hong-kong/unemployment-rate-3-months
(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
Hong Kong Unemployment Rate 3-Months - https://www.mql5.com/en/economic-calendar/hong-kong/unemployment-rate-3-months
(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
Larry Williams Market Secrets (Part 5): Automating the Volatility Breakout Strategy in MQL5 -
https://www.mql5.com/en/articles/20745
https://www.mql5.com/en/articles/20745
Sergey Golubev
Engineering Trading Discipline into Code (Part 1): Creating Structural Discipline in Live Trading with MQL5 -
https://www.mql5.com/en/articles/21273
https://www.mql5.com/en/articles/21273
Sergey Golubev
Fibonacci in Forex (Part I): Examining the Price-Time Relationship -
https://www.mql5.com/en/articles/17168
https://www.mql5.com/en/articles/17168
Sergey Golubev
South Africa Building Permits y/y - https://www.mql5.com/en/economic-calendar/south-africa/building-permits-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
Neural Networks in Trading: Two-Dimensional Connection Space Models (Chimera) -
https://www.mql5.com/en/articles/17210
https://www.mql5.com/en/articles/17210
:
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355