Vvv Kkk:
So, when expert is running - its ok - so Init() works - file is loaded and in start() it derives parameter which is actually the current one (today is the last date in file) - so I just tested this
What is the function start() ?

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
Hi, I was trying to find but I dont see such a topics before
I have a parameter dependent on a date - in a real time its ok - I can just load it from file daily and use it
What I was expecting from strategy tester: that I can upload the whole file
format is
date1,par1
date2,par2,
etc
OnInit():
<load file and put it to arrays: dates and pars>
and in OnTick() I write:
So, when expert is running - its ok - so Init() works - file is loaded and in OnTick() it derives parameter which is actually the current one (today is the last date in file) - so I just tested this
And I expected that strategy tester actually reproduces all the code including OnInit() and OnTick() but from logs I dont see any parameters loaded
Could you please advise or direct me to right direction
Am I inventing a wheel over here and there is another way or just it is not possible at all?
Many thanks