MT4/5 Connector

 
What is the best connector l can use to connect my Python Scripts(EAs) to MT4/5
 
Amosy:
What is the best connector l can use to connect my Python Scripts(EAs) to MT4/5

If they are models , use onnx and import them to mt5

the supported types are :

  • Keras 
  • Tensorflow 
  • scikit-learn 
  • Apple Core ML
  • Spark ML (experimental)
  • LightGBM
  • libscm;
  • XGBoost;
  • H2O
  • CatBoost
Format Conversion - ONNX models - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Documentation on MQL5: ONNX models / Format Conversion
Documentation on MQL5: ONNX models / Format Conversion
  • www.mql5.com
ONNX is an open format, which allows using models from different machine learning toolkits. This format is supported by many frameworks, including...