Import Custom indicator - defaults change . . .
-
When importing custom indicators I regularly experience the default parameters changing . .
In particular:
- Boolean changes from False to True.
- Negative settings changed to positive.
Just something to be aware of as I spent hours trying to track down an error in the buffer values only to realise the defaults had been changed.
-
Good to know! Thank you very much for the info.
-
Hi @Mantadiver ,
what should we do , for this problems?
thanks -
The easiest thing is checking if that happened in your custom indicator. If it did, then simply correct the values manually once on your project.
-
Hi @kave
For me the solution was to stop using the auto-import & use Custom MQL Code blocks to import custom indicator data by using iCustom.The issue may have been caused by the fxDreema import or maybe something in my custom indicators, either way, writing the raw code to import inficator values works 100%.
Hope this helps.