How do I change this so that the text will appear below the low
of the price bar. Also, if I want to add a variation of the same
study to the chart, how do I change that study so that the text
will appear below the already existing text that is below the price
bar.
drawTextRelative(-j, high(-j), vMynumbers[i], Color.blue, null,
Text.ONTOP | Text.CENTER | Text.Bottom, "Courier New" , 10,
i);
Thanks for the help
j l evans
of the price bar. Also, if I want to add a variation of the same
study to the chart, how do I change that study so that the text
will appear below the already existing text that is below the price
bar.
drawTextRelative(-j, high(-j), vMynumbers[i], Color.blue, null,
Text.ONTOP | Text.CENTER | Text.Bottom, "Courier New" , 10,
i);
Thanks for the help
j l evans
Comment