date of the results

  1. F

    HELP: refer to the date of highest value

    <Part of the code> X = IIf(BarsSince(up) < BarsSince(dn), BarsSince(up), IIf(BarsSince(up) > BarsSince(dn), BarsSince(dn)*-1, 0)); AddColumn(HHV(X,20),"Since 20 Days Highest count"); Can I add a column knowing the date of the results? i.e 4/2/2013, with count 49.