Machine learning in trading: theory, models, practice and algo-trading - page 3240
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
Another important question is whether the model will get information about the trading environment - what positions are open, what is there in the history....
Question to developers, ONNX models in MT are executed on processor or video card?
Another important question is whether the model will receive information about the trading environment - what positions are open, what is there in the history.....
Renat Fatkhullin #:
GPUs are critical precisely at the learning stage.
ONNX could be an alternative for OpenCL. But this is just an idea for now.
Up for discussion is the robot template for Tester.
The code is concise, so it's immediately readable. It has three states: buy, sell, do nothing.
I don't see the point in complicating it, adding MM, etc. Then with MO you have to try harder.
The element of randomness is eliminated if you require that the frequency of transactions (one per day, for example) corresponds to the previous values. In general, we can discuss something at the code level.
There is a huge amount of information on ONNX on our website.
Will zipmap support be added? Not all models have it disabled when converting.
convenience for
ONNX: output parameter has unsuppotred type 'ONNX_TYPE_SEQUENCE'
Now if they go there, almost everyone will hit it, but they will not have the desire and ability to edit ONNX files.The testing system will consist of three components:
Thanks, this is already better!
Will the trading class be standard or can I use my own, with a more convenient wrapper?
That's if you mean just the neural network model, not just any model like Forest.
Although hgboost is probably okay too.
---------------------------------
And it says that you can't convert any model, the model itself must support this format.
--------------------------------
So, the conclusion is that ONNH is python, no way out.
There is a list of model preparations recommended for use. All 3 boosts support both saving in c++ or json and onnx. Any others are impractical to use. With neural networks it's probably more complicated, maybe only in python.
Any preprocessing, at the level of execution of an already trained model, is usually quite simple and can be rewritten to another language.