⭐ 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
⭐ rcbarlow Posted August 30, 2009 Author Report Posted August 30, 2009 Re: (Req) HELP Fixing this Indicator Code Sorry, here is the indicator code.
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--;
⭐ 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?
vladv Posted September 2, 2009 Report Posted September 2, 2009 Re: (Req) HELP Fixing this Indicator Code We also need a Exit Signal indicator......
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now