⭐ rcbarlow Posted August 30, 2009 Report Share Posted August 30, 2009 Would one of you programmers please take a look at the attached indicator code and tell me why a new dot doesn't show up until I refresh the chart or change time frames? This is a neat signal based on S&R if I can get it to show up automatically instead of having to change time frames or refresh the chart. Please help me fix this problem. Thanks Quote Link to comment Share on other sites More sharing options...
⭐ rcbarlow Posted August 30, 2009 Author Report Share Posted August 30, 2009 Re: (Req) HELP Fixing this Indicator Code Sorry, here is the indicator code. Quote Link to comment Share on other sites More sharing options...
Kaishakunin Posted September 1, 2009 Report Share Posted September 1, 2009 Re: (Req) HELP Fixing this Indicator Code Hi,fellow trader. You just have to add the following in the code and then compile and thats all ;) SetIndexStyle(0, DRAW_ARROW, EMPTY); SetIndexStyle(1, DRAW_ARROW, EMPTY);-here added is 'EMPTY' and the following line in 'int Start()' if (l_ind_counted_0 > 0) l_ind_counted_0--; Quote Link to comment Share on other sites More sharing options...
⭐ rcbarlow Posted September 1, 2009 Author Report Share Posted September 1, 2009 Re: (Req) HELP Fixing this Indicator Code Thank you so very much. What do you think of the indicator? Quote Link to comment Share on other sites More sharing options...
vladv Posted September 2, 2009 Report Share Posted September 2, 2009 Re: (Req) HELP Fixing this Indicator Code We also need a Exit Signal indicator...... Quote Link to comment Share on other sites More sharing options...
Kaishakunin Posted September 3, 2009 Report Share Posted September 3, 2009 Re: (Req) HELP Fixing this Indicator Code Thank you so very much. What do you think of the indicator? I don't like it personally cause its repaints all the time and looks good only in the past. 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.