Search found 1 match

by doug4knfpu
Mon Jul 23, 2012 1:23 pm
Forum: Boards
Topic: Schaff Trend Cycle - BUG
Replies: 10
Views: 42529

Re: Schaff Trend Cycle - BUG

The corrected EasyLanguage code for the Schaff trend cycle is as follows: Inputs: TCLen (10), MA1 (23), MA2 (50); Plot1(_SchaffTC(TCLen,MA1,MA2), "Schaff_TLC"); Plot2(25); Plot3 (75); Inputs: TCLen(NumericSimple), MA1(NumericSimple), MA2 (NumericSimple); Variables: XMAC(0), Frac1(0), PF(0), PFF(0),...