EA Inputs No Longer Visible in MT4 Strategy Tester
-
Hi there,
I've been a subscriber on and off for a couple years now. I had an EA that I was testing in MT4 early last year. Work got really busy and I'm only now able to work again on my EA.
The problem..
Now when I download the MQL file none of the inputs are visible when I click on 'Expert Properties' in Strategy Tester. The old EA is still in MT and opens up fine but the exact same one now downloaded from FXDreema doesn't show the inputs..?!Has the code changed?
Is the code within the blocks from my EA (Steve_v4) outdated or something?If you could let me know how to resolve this soonest I would appreciate it.
Kind Regards,
Steve. -
There must be inputs from those that come after checking the checkboxes? Because there are no Constants defined. I don't know what happened, but I recommend to use Constants (Inputs) instead of these checkboxes
-
Thanks, I'll make the changes from variables to constants and see how it goes.
Kind regards,
Steve.