View RSS Feed

mql5

Developing a robot in Python and MQL5 (Part 1): Data preprocessing

Rate this Entry
by , 10-13-2024 at 08:00 AM (44 Views)
      
   
We will look at the development cycle of a trading robot: data collection, processing, sample expansion, feature engineering, model selection and training, creating a trading system via Python, and monitoring trades.

Working in Python has its own advantages: speed in the field of machine learning, as well as the ability to select and generate features. Exporting models to ONNX requires exactly the same feature generation logic as in Python, which is not easy. That is why I have selected online trading via Python.
more...

Submit "Developing a robot in Python and MQL5 (Part 1): Data preprocessing" to Google Submit "Developing a robot in Python and MQL5 (Part 1): Data preprocessing" to del.icio.us Submit "Developing a robot in Python and MQL5 (Part 1): Data preprocessing" to Digg Submit "Developing a robot in Python and MQL5 (Part 1): Data preprocessing" to reddit

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments