StockFetcher Forums · General Discussion · Calling Chetron- Help with Pivot Points<< >>Post Follow-up
mesayah
658 posts
msg #85592
Ignore mesayah
1/5/2010 8:30:19 PM

Looking for any kind of stock that gaps down and opens beneath pivotpoint support 3.

Also looking for any stocks that start at PIVOTPOINT and crosses all supports 1,2 & 3.All in 1 day. So 2 screens.

What do you think? Doable?

chetron
2,817 posts
msg #85594
Ignore chetron
modified
1/5/2010 8:57:07 PM

how about....

Fetcher[

/* GAP DOWN BELOW S3 PLAY */

/* R3 CALC */

SET{VAR1A,PP 1 DAY AGO}
SET{VAR1,2 * VAR1A}
SET{VAR2A,LOW 1 DAY AGO}
SET{VAR2,2 * VAR2A}
SET{VAR3A,HIGH 1 DAY AGO}
SET{VAR3,VAR3A - VAR2}
SET{R3,VAR1 + VAR3}

/* S3 CALC */

SET{VAR12,2 * VAR3A}
SET{VAR13,VAR12 - VAR2A}
SET{S3,VAR1 - VAR13}

/* R4 CALC */

SET{VAR41,3 * VAR1A}
SET{VAR22,3 * VAR2A}
SET{VAR23,VAR3A - VAR22}
SET{R4,VAR41 + VAR23}

/* S4 CALC */

SET{VAR32,3 * VAR3A}
SET{VAR33,VAR32 - VAR2A}
SET{S4,VAR41 - VAR33}

/* PIVOT POINTS 1 DAY AGO */

SET{VR21,R2 1 DAY AGO}
SET{VR11,R1 1 DAY AGO}
SET{VPP1,PP 1 DAY AGO}
SET{VS11,S1 1 DAY AGO}
SET{VS21,S2 1 DAY AGO}

/* BATTLE LINES */

SET{VAR70,VPP1 - VS11}
SET{VAR71,VAR70 * .80}
SET{VAR72,VAR70 * .50}
SET{VAR73,VAR70 * .20}

SET{S1S20,VS11 + VAR71}
SET{S150,VS11+ VAR72}
SET{S1B20,VS11+ VAR73}

SET{VAR60,VS11 - VS21}
SET{VAR61,VAR60 * .80}
SET{VAR62,VAR60 * .50}
SET{VAR63,VAR60 * .20}

SET{S2S20,VS21 + VAR61}
SET{S250,VS21 + VAR62}
SET{S2B20,VS21 + VAR63}

DRAW PRICE LINE AT PP 1 DAY AGO
DRAW PRICE LINE AT S3
DRAW PRICE LINE AT R3

OPEN below S3
CLOSE > 1
VOLUME > 1000000


CHART-TIME 5 DAY

]




passing through....


Fetcher[

/* OPEN ABOVE PIVOT AND TANKED PLAY */

/* R3 CALC */

SET{VAR1A,PP 1 DAY AGO}
SET{VAR1,2 * VAR1A}
SET{VAR2A,LOW 1 DAY AGO}
SET{VAR2,2 * VAR2A}
SET{VAR3A,HIGH 1 DAY AGO}
SET{VAR3,VAR3A - VAR2}
SET{R3,VAR1 + VAR3}

/* S3 CALC */

SET{VAR12,2 * VAR3A}
SET{VAR13,VAR12 - VAR2A}
SET{S3,VAR1 - VAR13}

/* R4 CALC */

SET{VAR41,3 * VAR1A}
SET{VAR22,3 * VAR2A}
SET{VAR23,VAR3A - VAR22}
SET{R4,VAR41 + VAR23}

/* S4 CALC */

SET{VAR32,3 * VAR3A}
SET{VAR33,VAR32 - VAR2A}
SET{S4,VAR41 - VAR33}

/* PIVOT POINTS 1 DAY AGO */

SET{VR21,R2 1 DAY AGO}
SET{VR11,R1 1 DAY AGO}
SET{VPP1,PP 1 DAY AGO}
SET{VS11,S1 1 DAY AGO}
SET{VS21,S2 1 DAY AGO}

/* BATTLE LINES */

SET{VAR70,VPP1 - VS11}
SET{VAR71,VAR70 * .80}
SET{VAR72,VAR70 * .50}
SET{VAR73,VAR70 * .20}

SET{S1S20,VS11 + VAR71}
SET{S150,VS11+ VAR72}
SET{S1B20,VS11+ VAR73}

SET{VAR60,VS11 - VS21}
SET{VAR61,VAR60 * .80}
SET{VAR62,VAR60 * .50}
SET{VAR63,VAR60 * .20}

SET{S2S20,VS21 + VAR61}
SET{S250,VS21 + VAR62}
SET{S2B20,VS21 + VAR63}

DRAW PRICE LINE AT PP 1 DAY AGO
DRAW PRICE LINE AT S3
DRAW PRICE LINE AT R3

open above pp 1 day ago
low below S3
CLOSE > 1
VOLUME > 1000000


CHART-TIME 5 DAY
]



mesayah
658 posts
msg #85597
Ignore mesayah
1/5/2010 9:12:10 PM

You are a friggen genius!!

chetron
2,817 posts
msg #85598
Ignore chetron
1/5/2010 9:15:24 PM

THANK YOU. IF YOU SEARCH THE FORUMS FOR PIVOTS, YOU'LL FIND THESE AND MORE FILTERS.



StockFetcher Forums · General Discussion · Calling Chetron- Help with Pivot Points<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.