I have tried a couple of things and it is when i add Timeframes in the indicator that the parsing-problem appear… anyone with a solution?
When i change in my indicator it doesnt update, how do I save? Isnt autosave?
Any changes will be saved if you add the indicator.
it is when i add Timeframes in the indicator that the parsing-problem appear
You said that you get the parsing problem with your ‘suck’ indicator but now you are saying that it only happens with TIMEFRAME in the indicator. I think you need to be a little clearer in exactly what the issue is.
In the French topic that I gave a link to Nicolas clearly said that it was linked to the use of TIMEFRAME.
probacktest.error.parsing
Thanks for the help and I tried too code it with only indicators and no timeframes in the indicator file and then call them too timeframes in the system and got it too work. You guys are the best and I really like the way you support us newbies, keep up the good work!
Avoid CALL ing indicators with TIMEFRAME in their codes. Embed their codes into the strategy instead. This is a current workaround until the MTF indicators is fully supported with CALL.