View Single Post
  #19 (permalink)  
Old 02-12-2006, 02:27 AM
charliev charliev is offline
Junior Member
 
Join Date: Jan 2006
Posts: 25
charliev is on a distinguished road
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
Reply With Quote