⭐ rcbarlow Posted August 30, 2009 Report 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
⭐ rcbarlow Posted August 30, 2009 Author Report Posted August 30, 2009 Re: (Req) HELP Fixing this Indicator Code Sorry, here is the indicator code. Quote
Kaishakunin Posted September 1, 2009 Report 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
⭐ rcbarlow Posted September 1, 2009 Author Report Posted September 1, 2009 Re: (Req) HELP Fixing this Indicator Code Thank you so very much. What do you think of the indicator? Quote
vladv Posted September 2, 2009 Report Posted September 2, 2009 Re: (Req) HELP Fixing this Indicator Code We also need a Exit Signal indicator...... Quote
Kaishakunin Posted September 3, 2009 Report 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
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.