Please help the master to modify the formula, and be able to choose a stock that appears any day. Thank you.

1 thought on “Please help the master to modify the formula, and be able to choose a stock that appears any day. Thank you.”

  1. A1: = Ref (v, 1);
    a2: = dvol;
    a3: = a2/a1;
    lnx: = a3-ref (A3,1) ,,;
    e1: = Ref (c, 1);
    e2: = dclose;
    e3: = (E2-E1)/E1*100; r nxg: cross (lnx, 500) and cross (qmx, 10);

Leave a Comment