MOUSSA SEYDI SALL: I have a Python Bot that registers in the MetaEditor and that will not display on the Charts when I drag it or double click it. Any suggestions ?
Python programs do not "run" on the chart. They cannot interact with the MetaTrader charts or the user interface in any way.
Only MQL programs can interact with the charts. Python applications run externally and access the data via the Integration API.

Documentation on MQL5: Python Integration
- www.mql5.com
Python Integration - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
I have a Python Bot that registers in the MetaEditor and that will not display on the Charts when I drag it or double click it.
Any suggestions ?
Thanks