Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 4/5/2017 Posts: 15
|
Hi Bruce,
Is there a way to scan for stocks retracing to their fib levels on daily ? 23.8%, 38.2%, 50% etc etc
thank you
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If you mean within a trading day, you can find where price is within its range using the follwonig daily formula.
STOC1
Stochastic Oscillator
Or where price is within in true range using the following daily formula.
100 * (C - LEAST(L, C1)) / (GREATEST(H, C1) - LEAST(L, C1))
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 4/5/2017 Posts: 15
|
Thanks Bruce,
But I was referring to Fib retracements levels. intraday/daily. so lets say i wantto find what stocks have pulled back to 38.2% or 50% after a move intraday
thank you
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Have you tried it? The formula does show where price is intraday relative to its daily range.
The first formula is base on what is literally today's range.
The second formula has the range include the close of the previous bar as well as part of today's range.
There is no way to actually create an intraday formula for this as there is no way to tell when the trading day starts or ends in an intraday formula.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 4/5/2017 Posts: 15
|
Sounds good thanks Bruce!
|
|
Gold Customer
Joined: 6/23/2015 Posts: 20
|
Hi Bruce,
Is it possible to have this formula for a daily period rather than intra day.
Regards,
MK
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The formula as given is already designed to be set to a daily time frame.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |