Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

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

Posted

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--;

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...