Print(pivotPoint);
when
double pivotPoint = Pivots(PivotRange.Daily, HLCCalculationMode.DailyBars, 0, 0, 0, 20).PP[0];
both are placed on an on tick bar update, so every tick should print the pivot point for the given day.
I am sure I am just missing something dumb, but thank you for any help...
Andrew

Comment