Ginzburg |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, January 2, 2009 |
Monday, September 6, 2010 1:57:37 PM |
41 [0.01% of all post / 0.01 posts per day] |
|
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.
|
Bruce,
thanks very much for your work and attention. The new indicator you created works fine now.
|
for some reason the previous code now displays nothing!.
|
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
|
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.
|
Block diagram is too confusing for me... maybe I could send you en e-mail.
|
Thanks bruce,
that's the idea, but how can I customize the formula?. There is not access to real code.
Best.
|
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.
|
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.
|
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.
|
|