I am interested to know if I could return a value from only the last bar instead of returning value for each bar on the chart to avoid to much clutter when I use the return function for a study?
so at the end of my script when I use:
return mystudy; I get a value returned for each bar on the chart but I would only want for the last value.
Many thanks,
Baldur
so at the end of my script when I use:
return mystudy; I get a value returned for each bar on the chart but I would only want for the last value.
Many thanks,
Baldur
Comment