Problem Loading Python Bot on Charts

 


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 

 
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
Documentation on MQL5: Python Integration
  • www.mql5.com
Python Integration - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5