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: Ginzburg
About
User Name: Ginzburg
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Friday, January 2, 2009
Last Visit: Monday, September 6, 2010 1:57:37 PM
Number of Posts: 41
[0.01% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: ranking stocks
Posted: Wednesday, March 24, 2010 3:30:27 PM
Bruce, and additional question (this is easy).
  How can I change the period of the moving average (in C/AVGC30) in blocks and save the change?. I mean, I know how to change the period in blocks, but not idea how to save the change in blocks.

  Thanks.
Topic: ranking stocks
Posted: Wednesday, March 24, 2010 1:08:36 PM
Bruce,

  thanks very much for your work and attention. The new indicator you created works fine now.

 
Topic: ranking stocks
Posted: Wednesday, March 24, 2010 6:32:36 AM
for some reason the previous code now displays nothing!.
Topic: ranking stocks
Posted: Tuesday, March 23, 2010 5:21:26 PM
Bruce,

 thank a lot for your help. Really helpful.
   Now I need the last step, I'm trying to combine the ranking filter with other filters, and later to create a market indicator from the stocks of a watchlist. I import the indicator you created as follow, but the code just plot a straight line of value= 49.51 . Please, could you take a look at it?. Thanks.

'# Rank = indicator.MyLibrary.Ranked_Price_MA_Ratio
'# Period = UserInput.Integer = 250

Static compo As Integer
Static cuenta As Integer

If isListCalc Then
    compo = ActiveList.SymbolCount
Else
    compo = 1
End If    
cuenta = 0

If CurrentIndex >= Period Then
    If Price.Close >= 4 And Rank.Value >= 50 Then cuenta += 1
    Plot = cuenta * compo
Else
    Plot = Single.NaN
End If
Topic: ranking stocks
Posted: Tuesday, March 23, 2010 4:33:08 PM
ok, could you generate the indicator to rank the stocks accordint to a moving average?. For instance, to rank the stocks according to C/AVGC30.

  Thanks.
Topic: ranking stocks
Posted: Tuesday, March 23, 2010 4:23:27 PM
Block diagram is too confusing for me... maybe I could send you en e-mail.
Topic: ranking stocks
Posted: Tuesday, March 23, 2010 3:42:49 PM
Thanks bruce,

  that's the idea, but how can I customize the formula?. There is not access to real code.

  Best.
Topic: ranking stocks
Posted: Tuesday, March 23, 2010 12:41:12 PM
Hi,
  I would like to create a ranking of stocks according to a personal formula. Not using the built-in rankings of SF5.  How is possible to do that?.

  Once the ranking is created, how can I create a Market Indicator with this ranking from the stocks in a watchlist?.

  Thanks.
Topic: Indicators no running at SF5
Posted: Friday, February 26, 2010 11:51:56 AM
the e-mail goes to support@worden.com ?. Last time I had this problem I did what you are saying and I got an e-mail saying that was the wrong place. Not very helpful indeed.
Topic: Indicators no running at SF5
Posted: Friday, February 26, 2010 10:34:54 AM
Kuf, the indicators are indexes, and have been working perfectly until 3 or 4 day ago. Suddenly something happened, btw I reinstalled SF5beta to fix this problem without success. This problem happened to me some months ago in another machine.