Registered User Joined: 10/7/2004 Posts: 133
|
How do you write COP/ COP MOVING AVERAGE8 >3
Thanks AHK
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I'm not quite sure what is being asked here. A Condition Formula with the Time Frame set to Monthly could be written for the Coppock Curve being greater than 3 times its own 8-period simple moving average:
50 * (C / C14 + C / C11) + 15 * (C1 / C15 + C1 / C12) - 130 > 17 * (C2 / C16 + C2 / C13) + 46 * (C3 / C17 + C3 / C14) + 72 * (C4 / C18 + C4 / C15) + 95 * (C5 / C19 + C5 / C16) + 115 * (C6 / C20 + C6 / C17) + 132 * (C7 / C21 + C7 / C18) + 116 * (C8 / C22 + C8 / C19) + 100 * (C9 / C23 + C9 / C20) + 84 * (C10 / C24 + C10 / C21) + 63 * (C11 / C25 + C11 / C22) + 45 * (C12 / C26 + C12 / C23) + 30 * (C13 / C27 + C13 / C24) + 18 * (C14 / C28 + C14 / C25) + 9 * (C15 / C29 + C15 / C26) + 3 * (C16 / C30 + C16 / C27) - 1890
But it is kind of an odd thing to do because the Coppock Curve can cross through zero.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|