TC2000.com• Download software • Tutorial videos • Subscription & data-feed pricing • Class schedule
TC2000Brokerage.com• New account application • Trading resources • Margin rates • Stock & option commissions
Worden Discussion Forum » Customer Training & Support » Ask a Trainer - StockFinder 5.0 » Pocket Pivots in Stock Finder
I am exploring how to make a condition in SF.Basics of Pocket Pivot Signature stamp1)Today's Close greater than yesterday's close2)Today's Close should be within 2% of 10d SMA3)Today's close above 50d SMA4)Today's volume > Highest of Last 15 negative Day's volumeI came up with the condition in Telechart..1) C > C1 2) H > AVGC10 and L < AvgC10 and (C < (AvgC10*1.02) and C >(AVGC10 * 0.98))3) C > AVGC503)V > ABS(C1 < C2) * V1 AND V > ABS(C2 < C3) * V2 AND V > ABS(C3 < C4) * V3 AND V > ABS(C4 < C5) * V4 AND V > ABS(C5 < C6) * V5 AND V > ABS(C6 < C7) * V6 AND V > ABS(C7 < C8) * V7 AND V > ABS(C8 < C9) * V8 AND V > ABS(C9 < C10) * V9 AND V > ABS(C10 < C11) * V10 AND V > ABS(C11 < C12) * V11 AND V > ABS(C12 < C13) * V12 AND V > ABS(C13 < C14) * V13 AND V > ABS(C14 < C15) * V14 AND V > ABS(C15 < C16) * V15 Need help to convert this to SF for backtesting..