I need the "Value" to be up to date so that the condition has meaning in the trade setup
SO ALL I NEED TO DO is place
ATSFloatingAnchors1.Update();
in the OnBarUpdate() region just below the CurrentBars lines of code
That and that only will keep my indicator in use up to date
Thanks
IF I REMOVE LATER THE AddChartIndicator() is it ok to leave the ATSFloatingAnchors1.Update(); ?????

Comment