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

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
The main rule is that the model must be converted to ONNX.
thanks - I will study the topic....
I in turn don't understand metaquotes with their idea of implementing ONNX.
There is no need to learn the onnx language - it is an internal representation language, just like you don't need to learn the pdf format if you only save or read documents in this format.
You need to learn Python only because of the lack of full-fledged ONNX support in R. And this, IMHO, is already a serious bell about the beginning of language obsolescence.
just a hypothetical example...
For example I am a javascript (or any other) programmer, I am interested in the market ,
I come up with some complex trading algorithm.
1) I input OHLC.
2) then a huge 100000 lines of javascript code on how to deal with traits (preprocessing)
3) then I train a javascript neural network on TensorFlow.js ( model ).
I get my robot as output.
I package all this code in a docker container and can integrate it anywhere.
On any comp, no dependencies needed, everything is already inside the container.
If metatrader supported this, it would be a breakthrough!
But what I am offered is this :
1) To have a metatrader to get OHLC date (well, everything is good here).
2) Learn the new MQL5 language to completely rewrite the entire code for data preprocessing (I'm already excited, aren't you? But everything is still ahead of me).
3) Learn new Python, Tensorflow framework for Python, ONNX for Python, train the model, save the model in ONNX. Models have limitations, you choose only what is available, not what you need, for example in ONNX there are no associative rules, no dbscan and thousands of other algorithms MO NO .
==============================================================================================
As a result, I have to completely rewrite all my algorithms in two new languages, having learnt them beforehand....
So that I can implement my model in ONNX format, and not just any model, but only the one that this format supports!!!!
COOL!!!!!!!!!!!
and the first variant with docker solves any problem, with any algorithm, and in one favourite ANY language.
Where did you read that? I don't see any such information.
Where did you read that? I don't see any such information.
Where did you read that? I don't see any such information.
Pitorch, tensorflo, sklern. Any big framework.
Good if that's the case. I've read several articles and watched videos - everywhere it was just about the model.
Good if that's the case. I've read a few articles and watched videos - everywhere it was just about the model.
Yes, it's better to spend months on learning new languages, frameworks and api onnx guts....
All for the sake of rewriting something you've already written...
Yes, it's better to spend months learning new languages, frameworks and api onnx guts