Niagara:
Hi,
I have an indicator that draws the Highest High and Lowest Low levels of the predetermined times. It draws trendlines and give names bs and ss... But it adds the number of days to them like 0,1,2,3...
It takes the data from
extern int day_number = 3;
The lines becomes bs0,ss1 , bs1, ss1... How can I reconfigure the code that doesnt add the day number?... It comes from the for operator...
The related part of the code as follows :
<CODE REMOVED>
Please edit your post . . .
Niagara:
No it doesn't, you need to show the code that utilises day_number
The related part of the code as follows :
RaptorUK:
No it doesn't, you need to show the code that utilises day_number
No it doesn't, you need to show the code that utilises day_number
I have edited my post...
RaptorUK:
Get rid of the for loop and remove the following from each line in the loop . .
Thank you for your help RaptorUK

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I have an indicator that draws the Highest High and Lowest Low levels of the predetermined times. It draws trendlines and give names bs and ss... But it adds the number of days to them like 0,1,2,3...
It takes the data from
extern int day_number = 3;
The lines becomes bs0,ss1 , bs1, ss1... How can I reconfigure the code that doesnt add the day number?... It comes from the for operator...
The related part of the code as follows :