Patrick Barks Posted October 12, 2012 Report Share Posted October 12, 2012 Came accross this indicator and looking at it on 1HR charts it looks like a holy grail however... even though im sure it doesnt repaint the question is... when do the actual arrows appear? If someone could look at the code and maybe figure that out then we can know either way. If it doesnt lag and the arrows appear straight at the hour mark at the close of the candle then we have found ourselves a holy grail. http://www.mediafire.com/?lknquf7dnmy525d PSmith41 1 Quote Link to comment Share on other sites More sharing options...
Patrick Barks Posted October 12, 2012 Author Report Share Posted October 12, 2012 Ok been monitoring this, it does in fact lag. Please delete this thread Quote Link to comment Share on other sites More sharing options...
iwjw Posted October 12, 2012 Report Share Posted October 12, 2012 That's the reason for repainting/lagging (the bold part): if (Low < Low[i+1] && Low < Low[i-1] && High < High[i+1] && High < High[i-1]) Quote Link to comment Share on other sites More sharing options...
Patrick Barks Posted October 12, 2012 Author Report Share Posted October 12, 2012 That's the reason for repainting/lagging (the bold part): if (Low < Low[i+1] && Low < Low[i-1] && High < High[i+1] && High < High[i-1]) Thanks for looking into it, i had my hopes all built up haha >:) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.