Sei Tetsu He / Publications
Forum
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 However, the training data of onnx on MQL5 returns
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 mt5 import pandas as pd if not mt5.initialize()
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 HistoryDealGetInteger() only returned 0 no matter