I'm looking to create an indicator that will read levels from a .csv file (support/resistance, price, a ranking 1 to 5), and plot them on the chart. Basically this is a one time action once the "apply" or "ok" button is pressed. It is merely a convenience for plotting lines (like F6 Horizontal Lines) at the prices, with preset colors, thicknesses, and types based on the data from the .csv file.
I have much of the logic done, but am stumped for where I would call the file read and plot methods from for this one time action. Like which Calculate.??
Thanks

Comment