Initiate custom indicator with settings file
Initiate custom indicator with settings file
01 Sep 2022, 21:55
Hey,
we can export cbot settings as a .cbotset file.
Is there a way to import these Settings into a custom written indicator?
My plan is to build a cbot and run the optimizer. Then, i want to import the parameters of the best optimizer-result into my custom-indicator.
The problem is, that this are more than 30 Parameters. Its not possible to change that settings per hand every time, the parameters of the cbot change.
I hope, I can expot the cbot parameters and import them into the indicator.
Thank you
PanagiotisCharalampous
05 Sep 2022, 10:29
Hi benjaminwolf123454321,
There is no built in API method for this but you can acheve this with some custom work. At the end, a .cbotset file is just a text file.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous