Re-Initialize after settings change
-
Hi,
This has been mentioned before in:- https://fxdreema.com/forum/topic/4812/some-of-my-fxd-ea-s-won-t-reinitiale-after-changing-settings-or-timeframes/2
I am surprised more people are not requesting this.
When the EA is running & it is opened to change a setting, it does not then reinitialize. I don't understand why this is the default state & it is cumbersome to keep having to enter the code, rem out the code suggested by Miro & recompile.
I am having to insert blocks that checks settings every tick for changes but this is slowing the EA down.
Is there a way to write a custom block that can automatically change this behaviour ?
-
@mantadiver I guess no one cares about it.

-
@mantadiver Hi!
Yes you are right.....it is a problem.
Especially if you have objects at event init where you want to change the font size thru constants.
I´m currently working with a button which starts "run block", but it would be much better if it would work automatically on change. -
Old thread, but it still is an annoying feature especially with equity protection and modifying daily drawdown settings etc when you don't want to re-apply the ea but change something. I had to make lengthy condition checks and variable inputs to check if any specific settings have changed.. doh
