Recent content by dayraiderz

  1. D

    amibroker afl guidance

    try this TimeFrameSet(4*inHourly); stok=StochK(5,3); stod=StochD(5,3,3); Buy=cross(stok,stod); sell=cross(stod,stok); TimeFrameRestore();
Back
Top