Sei Tetsu He
Sei Tetsu He
  • Information
no
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends 1
Sei Tetsu He
Added topic ONNX usage on MQL5
ONNX usage on MQL5 Currently I'm coding AI stragey program on MQL5. 1) Train a data on python with lightGBM binary This training data works well on python. Prediction results are appropriate numbers. 2) Convert it to Onnx format with onnxmltools
Sei Tetsu He
Added topic TickVolume is not available MT5 from python
When I access MT5 from python, I can get date and price information, but not last and tick_volume. I couldn't get them with my own code, nor with the official sample code. The result is always 0. from datetime import datetime import MetaTrader5 as
Sei Tetsu He
Added topic How does HistoryDealGetInteger() in backtest?
If you can help me resolve this situation, please let me know. I was thinking about the process after StopLoss in OnTradeTransaction(). I wrote the following code. When I backtested with this code, it did not work as expected. The reason was that
Sei Tetsu He
Registered at MQL5.community