Quote:
|
Originally Posted by divergence_trader
hi,
is it possible to create a murreymath indicator which, instead of redrawing the grid when it changes, simply draws a new one on and leaves the previous one where it was? this would be really helpful for backtesting.
thanks for any help!
|
Hi,
I'm new here, so my answer should be confirmed with a more seasoned programmer... but MQL4 only allows 8 buffers to display lines. So if this indicator is comprosed of 1 line... the best you could do is the "last 7" instances, 'cause you'll run out of buffers to put the data.
-charliev