Jump to content

Recommended Posts

Posted
Hi kraven

 

Change this line in the start function

int l_ind_counted_0 = IndicatorCounted();

 

to this

int l_ind_counted_0;

 

should do the trick

 

 

I couldn't find that line. This was the closest:

int i,shift,limit,y=0,counted_bars=IndicatorCounted();

 

???

Posted

Oops, my bad; Wrong MTF OsMA.

 

change this

int i,shift,limit,y=0,counted_bars=IndicatorCounted();

 

to this

int i,shift,limit,y=0,counted_bars;

 

this will refresh the indicator at each tick

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


×
×
  • Create New...