Machine learning in trading: theory, models, practice and algo-trading - page 3236

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
If I understood correctly, the scheme of work with ONNX simplified looks like this:
MQL5_Input_Data -> ONNX -> MQL5_TS, where:
MQL5_Input_Data - data acquisition
ONNX - model (neural network with weight coefficients)
MQL5_TS - handler and trading system.
It is not clear how the ONNX model is executed, whether it is executed directly by MT5, or whether Python should be used for this purpose.
If I understood correctly, the scheme of working with ONNX simplistically looks like this:
MQL5_Input_Data -> ONNX -> MQL5_TS, where:
MQL5_Input_Data - receiving data
ONNX - model (neural network with weight coefficients)
MQL5_TS - handler and trading system.
It is not clear how the ONNX model is executed, whether it is executed directly by MT5, or whether Python should be used for this.
If I understood correctly, the scheme of working with ONNX simplistically looks like this:
MQL5_Input_Data -> ONNX -> MQL5_TS, where:
MQL5_Input_Data - receiving data
ONNX - model (neural network with weight coefficients)
MQL5_TS - handler and trading system.
It is not clear how the ONNX model is executed, whether it is executed directly by MT5, or whether Python should be used for this.
It is not clear how the ONNX model is executed, whether it is executed directly by MT5 or whether Python needs to be involved for this.
Apparently, it is executed via onnxruntime from Microsoft, which is included in MT5. There was a brief moment when it was necessary to add some dlls to the root of the terminal to run the model.
MT5 does it. How it is sewn into the bot body afterwards - I think Renat wrote about it, I don't remember. The output is just an exe of the bot.
If an EA with ONNX is just an exe, how will the organisers know that ONNX is used at all?
Or, "don't worry, they will know!"?)))
If an EA with ONNX is just an exe, how will the organisers know that ONNX is being used at all?
Or, "don't worry, they will know!"))))
If an EA with ONNX is just an exe, how will the organisers know that ONNX is being used at all?
Or, "don't worry, they will know!"?)))
No, the model is added as a resource.
Well, that's what I'm saying, the model as a resource is embedded in the EA exe, the exe is sent to the organiser. anything can be in the exe, up to the absence of the ONNX model at all))))
Well, that's what I'm saying, the model as a resource is embedded in the EA exe, the exe is sent to the organiser. anything can be in the exe, up to the absence of the ONNX model at all)))
))
No, there are some messages about the launch of onnx. And they will accept models, not exeshniks, and then they will run models in the same template for all.