stfl / backtestd-expert

8 stars 4 forks source link

Error messages about wrong input configuration shall be more descriptive #3

Open stfl opened 3 years ago

stfl commented 3 years ago

If for example the buffer variable is not configured properly the EA will give a message saying:

invalid pointer access at ...

Each CSignalClass implementation should implement the ValidateParameters method from CCustomSignal an check for correct configuration of buffers and levels.