Hello there, need help.
I thought it was something basic, but I couldn't find nothing among the answers.
I would like to plot horizontal lines among consecutive prices, por example:
plot each 0.5 dollars,
plot each 1 dollar,
plot each 5 dollars,
plot each 10 dollars,
Would be 4 plots in total , so I can activate and deactivate them as I want. If its a penny stock I would use every 0.5 and if its AMZN I would use every 10..
The solutions I previously find suggest to put it manually, for example:
plot line1 = 5;
plot line2 = 10;
And you end up with hundreds of plots..
Im sure there is a more efficient way.
I thought it was something basic, but I couldn't find nothing among the answers.
I would like to plot horizontal lines among consecutive prices, por example:
plot each 0.5 dollars,
plot each 1 dollar,
plot each 5 dollars,
plot each 10 dollars,
Would be 4 plots in total , so I can activate and deactivate them as I want. If its a penny stock I would use every 0.5 and if its AMZN I would use every 10..
The solutions I previously find suggest to put it manually, for example:
plot line1 = 5;
plot line2 = 10;
And you end up with hundreds of plots..
Im sure there is a more efficient way.