StockFetcher Forums · Filter Exchange · Pullback off High<< >>Post Follow-up
jayantdixit
1 posts
msg #100359
Ignore jayantdixit
4/22/2011 7:48:41 AM

http://pennysleuth.com/pullback-off-highs-the-only-pattern-you-need-to-know/
Any ideas on how to code the pullback off High in Stock Fetcher?

Thanks

irishpitbull
54 posts
msg #100361
Ignore irishpitbull
4/22/2011 10:58:42 AM

This will get you close.

Fetcher[
close is above 15
average volume (10) is above 500000
and high is below high 1 day ago
and low is above low 1 day ago
and low 1 day ago is below low 2 days ago
and ma(10) is above ema(30)
and close is above ema(30)
and close is below ma(10)
and close is above ma(200)
and weekly ma(10) is above weekly ema(30)
and adx(10,10) is above 20

do not draw weekly ma(10)
do not draw weekly ema(30)
add column 10 day slope of MA(10)
draw resistance(45,15,2)
draw resistance(65,10)
draw support(65,10,1)
draw support(45,15,2)
and beta above 1
]



TheRumpledOne
6,407 posts
msg #100364
Ignore TheRumpledOne
modified
4/22/2011 11:59:12 AM

Fetcher[
/* PRICE POSITION Display */

/* enter your Upper Limit criteria */
set{UpperLim , High 52 week High}

/* enter your Lower Limit criteria */
set{LowerLim , Low 52 week Low}

set{ Dynamic_Range , UpperLim - LowerLim }
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / Dynamic_Range}
set{BallOn, PPDiv * 100}

add column BallOn
add column UpperLim
add column LowerLim

/* SELECTION CRITERIA */

symlist(aapl,rimm)

sort column 5 descending
]



The BallOn column tells you where price is.


BallOn = 100 means price is at the high 100%.

BallOn = 50 means price is at the mid point 50%.

BallOn = 0 means price is at the low 0%.

BallOn could have been named FIB RETRACE.



REMEMBER AND DO NOT FORGET....

If you are holding over night, you must do your due diligence.

Do not FRONT RUN earnings!!


Important Disclaimer:
Upon viewing, reading, utilizing, downloading, participation, attending, registration and/or purchase/attendance in/of ANYTHING, I hereby waive all claims against ANYBODY for any loss in trading or personal expense I incur related to but not limited to these materials/webinars/chat rooms/channels/seminars/newsletters and events.
I am aware and agree that these materials/webinars/chat rooms/channels/seminars/newsletters and events are provided/conducted for educational purposes only and Nothing provided is to be taken as trading advice.

IMPORTANT:
The risk of loss in online trading futures, options, cash currencies and other leveraged transaction products can be substantial. Therefore only "risk capital" should be used. Futures, options, cash currencies and other leveraged transaction products are not suitable investments for everyone. The valuation of futures, options, cash currencies and other leveraged transaction products may fluctuate and as a result clients may lose more than the amount originally invested and may also have to pay more later. Consider your financial condition before deciding to invest or online trade.

CFTC RULE 4.41
Hypothetical or simulated performance results have certain inherent limitations unlike actual performance record: simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or overcompensated of the impact, if any, of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No presentation is being made that any account will or is likely to achieve profits or losses similar to those predicted or shown.

TheRumpledOne
6,407 posts
msg #100365
Ignore TheRumpledOne
4/22/2011 12:01:51 PM

Take a look at the SUPPLY/DEMAND filter I wrote.

Use the enter trigger and you should be profitable.



StockFetcher Forums · Filter Exchange · Pullback off High<< >>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.