Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: craigieburns
About
User Name: craigieburns
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, February 19, 2009
Last Visit: Thursday, July 23, 2009 11:45:19 AM
Number of Posts: 28
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: price range
Posted: Monday, March 9, 2009 11:15:27 AM
Thanks Bruce

This makes perfect sense....
Craig

QUOTE (Bruce_L)
Filtering in StockFinder is done using Rules, so you will have to make at least one in order to do so. One option would be to create the following RealCode Rule:

If 5 <= Price.Last AndAlso Price.Last <= 60 Then Pass

Another option would be to right-click on Price History and select Create Rule | Greater Than Value: 5, right-click on Price History and select Create Rule | Less Than Value: 60 and then Drag and Drop these Rules onto each other and select Create New Combo Rule.

Either the RealCode Rule or the Combo Rule can be Dragged and Dropped to the Filter to limit the Stocks listed for the Watchlist to those meeting your conditions.
Topic: price range
Posted: Monday, March 9, 2009 11:04:20 AM
is there a way to filter the price range of stock e.g $5 -$60 in S.F or do i have to make a rule??
Craig
Topic: choosing indicators ??
Posted: Sunday, March 8, 2009 3:15:26 PM

wow i see there are alot of T.C on here.... is there anyone using S.F yet ??
John Thanks for the help i think i have it set up....still gonna take some time getting used to i guess
... i see alot of the formulas are already in S.F just the more advanced p.c.f's
you need to produce.
Craiger

Topic: 20 period simple moving average of true range
Posted: Friday, March 6, 2009 10:14:29 AM
Hey Bruce

was wondering if you can show me how to convert this PCF into S.F??
Thanks Craig

If you want the True Range to be, on average, at least 3 points a day for the last 20-Days you would use the 20-Period Simple Moving Average of True Range formula and add >= 3 to end to convert from a Value based formula to a Boolean (True or False) formula to use as an EasyScan Condition.

If you need the Minimum Value of True Range over the last 20-Days to be at 3, you would want to test each of the last 20-Days:

(H -L + ABS(H - C1) + ABS(C1 - L)) / 2 >= 3 AND (H1 -L1 + ABS(H1 - C2) + ABS(C2 - L1)) / 2 >= 3 AND (H2 -L2 + ABS(H2 - C3) + ABS(C3 - L2)) / 2 >= 3 AND (H3 -L3 + ABS(H3 - C4) + ABS(C4 - L3)) / 2 >= 3 AND (H4 -L4 + ABS(H4 - C5) + ABS(C5 - L4)) / 2 >= 3 AND (H5 -L5 + ABS(H5 - C6) + ABS(C6 - L5)) / 2 >= 3 AND (H6 -L6 + ABS(H6 - C7) + ABS(C7 - L6)) / 2 >= 3 AND (H7 -L7 + ABS(H7 - C8) + ABS(C8 - L7)) / 2 >= 3 AND (H8 -L8 + ABS(H8 - C9) + ABS(C9 - L8)) / 2 >= 3 AND (H9 -L9 + ABS(H9 - C10) + ABS(C10 - L9)) / 2 >= 3 AND (H10 -L10 + ABS(H10 - C11) + ABS(C11 - L10)) / 2 >= 3 AND (H11 -L11 + ABS(H11 - C12) + ABS(C12 - L11)) / 2 >= 3 AND (H12 -L12 + ABS(H12 - C13) + ABS(C13 - L12)) / 2 >= 3 AND (H13 -L13 + ABS(H13 - C14) + ABS(C14 - L13)) / 2 >= 3 AND (H14 -L14 + ABS(H14 - C15) + ABS(C15 - L14)) / 2 >= 3 AND (H15 -L15 + ABS(H15 - C16) + ABS(C16 - L15)) / 2 >= 3 AND (H16 -L16 + ABS(H16 - C17) + ABS(C17 - L16)) / 2 >= 3 AND (H17 -L17 + ABS(H17 - C18) + ABS(C18 - L17)) / 2 >= 3 AND (H18 -L18 + ABS(H18 - C19) + ABS(C19 - L18)) / 2 >= 3 AND (H19 -L19 + ABS(H19 - C20) + ABS(C20 - L19)) / 2 >= 3
Topic: choosing indicators ??
Posted: Thursday, March 5, 2009 9:31:14 PM

Guys can you take a look at this ...is anyone using s.f ??wanted to send them my layout so they can check it  and tell me if i have it set up right...I have my rules in place  stocks moving above and below 55 day moving average change color  red and blue with a  volume 500 000 moving between an average of 0 .25 - 0.75 a day..



.

Topic: choosing indicators ??
Posted: Thursday, March 5, 2009 8:56:18 AM
ejr39
Holy cow!! when i saw your post i almost ran the other way LOL!! Just kidding...
I think im getting the hang of S.F been playing with it alot...whats really cool i see if you 
want to share a scan you can send the whole layout to other people to try out ...pretty cool.
John Thanks for the help i sent you my layout to see what you think so far....
thanks for the tip.
Topic: Creating a moving average pcf
Posted: Wednesday, March 4, 2009 12:54:58 PM
thanks Bruce

will try this and see how it works out.
Craig
Topic: Creating a moving average pcf
Posted: Wednesday, March 4, 2009 11:13:49 AM
Do i need to enter this code all in in S.F ? if so how do i do it...
Thanks for the help
Craig. 


make a moving average pcf.       this one is close below 55 day moving average for 10 days.      
 C<AVGC55ANDC1<AVGC55.1ANDC2<AVGC55.2ANDC3<AVGC55.3 REPEAT PROCEDURE OUT TO C9<AVGC55.9
JUST MAKE THE <  TO>  FOR CLOSE ABOVE
Topic: choosing indicators ??
Posted: Tuesday, March 3, 2009 10:09:35 PM
John 

I'll Try it in S.F getting used to it already... seems user friendly  will let you know tomorrow when i get a chance, will start putting this info into my chart see how it works out.

Topic: choosing indicators ??
Posted: Tuesday, March 3, 2009 9:26:32 PM
I ment Davids Movies on the Dragon.... Correction!! 
QUOTE (craigieburns)

thanks John,

Will put this into S.F  not to sure how to setup a custom indicator in S.F...T.C is differnt i see  was watching John's Movies on How to set up a custom Indicator envelope for the dragon, its not the same in S.F when i was entering the code it came up as a syntax error?? ...was a little lost with that(still getting used to S.F programme), will ask a trainer to give me a hand on entering it if i get stuck.

Here is my  email address Craighe2003@yahoo.com this looks a good  approach. thanks will try  put this together.

Craig