MQL5 Algo Trading
Curated Telegram channels, groups and bots — all in one place
MQL5 Algo Trading
- Subscribers
- 511.9K
- Rank in category
- #1 / 53
- Posts
- 5
- Updated
If you have Telegram, you can contact @mql5dev right away.
Recent posts
-
Neural-network trading workflow shifts from Matlab to Python, using TensorFlow plus Keras with MetaTrader 5 integration. Focus moves to input preparation, dataset splitting by direction, and training …
-
A new MT5 chart wallpaper background indicator is available with BMP support. Place an image named background.bmp in the terminal’s FILES directory, then attach the indicator to a chart. The indicator…
-
DoEasy indicator handling in MQL5 received a custom indicator object to complement the standard indicator set. Standard indicators use fixed, known inputs and can be instantiated via dedicated constru…
-
Order reject 130 (“Invalid stops”) is often caused by server contract limits, not EA logic. Key constraints are stop level, freeze level, and volume rules (min/step/max lot). These values are per symb…
-
MetaTrader 5 trendlines are purely graphical, so EAs can’t natively detect touches, bounces, or meaningful breakouts. This article bridges that gap by wrapping each chart trendline into a managed runt…