Discussion of article "CatBoost machine learning algorithm from Yandex with no Python or R knowledge required" - page 3

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
Maybe try the settings from the article?
It seems that I had to set the capital from 10k USD to 200k USD so now I have at least better results: Score of 24 for 15k trades with 0.89 PF
In my code set the lot size equal to one. You consider the code as a template for experimenting with CatBoost.
In my code set the lot size equal to one. You consider the code as a template for experimenting with CatBoost.
thanks, it looks better now but from 40 seeds there was still no higher than 0.5. I try to do more seeds. Is it different if it goes 1 to 100 by 1 or 1 to 10000 with a step of 100?
Do the quantization, and only then apply the seed. Each seed is different.
Do the quantization, and only then apply the seed. Each seed is different.
Thanks, I am not sure I fully understand you. Quantization and seeding is prepared in one step when setting it in the CB_bat script, right?
Anyway during night some 200-300 seeds were generated with better results, also mqh files were generated. When I backtested during the training period the equity curve nicely picking up but when I test it during the test and exam period trades are rarely taken. Ma period was 96 so now I started again from the beginning. Switched to DJI30 (for a change) used period 8 and M2 and optimized the price and MA type only. This way much more than 15k trades are generated (I even reduced the length of the period as the XXXCB_Save_pred.csv file is around 1.3Gb and 1 training cycle is 13 minutes. I set the seed parameter fro 1 to 10000 with a step of 100 which gives around 100 model. I hope there will be some result after this.
Thanks, I am not sure I fully understand you. Quantization and seeding is prepared in one step when setting it in the CB_bat script, right?
Anyway during night some 200-300 seeds were generated with better results, also mqh files were generated. When I backtested during the training period the equity curve nicely picking up but when I test it during the test and exam period trades are rarely taken. Ma period was 96 so now I started again from the beginning. Switched to DJI30 (for a change) used period 8 and M2 and optimized the price and MA type only. This way much more than 15k trades are generated (I even reduced the length of the period as the XXXCB_Save_pred.csv file is around 1.3Gb and 1 training cycle is 13 minutes. I set the seed parameter fro 1 to 10000 with a step of 100 which gives around 100 model. I hope there will be some result after this.
I recommend that you first find the best way to quantize by going through the different options, and then go through the seed. Ideally, you should search for your own quantization settings for each predictor, and then combine the results. Perhaps I will write about this in the next article.
Thanks very much for sharing this great article and sample codes, while I have problem Running "_01_Train_All.bat" ,
scrrenshot as below:
Files in the folder:
could you please help to figure out where is the problem, or any step misconfigured?
very appreciated for your kindly support!
Thanks very much for sharing this great article and sample codes, while I have problem Running "_01_Train_All.bat" ,
scrrenshot as below:
Files in the folder:
could you please help to figure out where is the problem, or any step misconfigured?
very appreciated for your kindly support!
If you want to use GPU you can comment out the frequency sampling line and add this to the array :
--task-type GPU
https://catboost.ai/en/docs/features/training-on-gpu
comment out this : // Train_All[25]=" --sampling-frequency "
I'm getting the following errors after I try to uncomment the model.
If you want to use GPU you can comment out the frequency sampling line and add this to the array :
--task-type GPU
https://catboost.ai/en/docs/features/training-on-gpu
comment out this : // Train_All[25]=" --sampling-frequency "
I'm getting the following errors after I try to uncomment the model.
Please read the article carefully:
"
Select the model you like from the Models_mqh subdirectory of the directory in which our models were trained, and add it to the Expert Advisor directory. Comment the line with empty buffers at the beginning of the EA code using "//". Now, we only need to connect the model file to the EA:
"