| burak30 |
|
Member
|
| Registered User |
|
|
|
|
| Gender: |
|
| Saturday, February 06, 2010 |
| Tuesday, June 01, 2010 9:35:24 PM |
7 [0.00% of all post / 0.03 posts per day] |
|
Thanks to everyoe who posted. I watched the videos and StockFinder , and try out the search patterns shown on those videos. I will continue learning more about Telechart and Stockfinder too.
|
Hi Bruce,
I found the "Volume Greater Than Value" predefined rule , and it worked fine. :)
Could you help me with the following issue please? I posted this on StockTrader forum and didn't want to cross post it here too.
----------------------------
I haven't quite figured out how to find a channeling stock using RealCode.
Could you
a) tell me how I can set RealCode to return a list of channeling stocks
or
b) tell me a stock that is in a channel as we speak
Thank you,
Burak
|
Hello everyone,
I haven't quite figured out how to find a channeling stock using RealCode.
Could you
a) tell me how I can set RealCode to return a list of channeling stocks
or
b) tell me a stock that is in a channel as we speak
Thank you,
Burak
|
Hello,
Is there a generic code to detect a Head & Shoulder formation?
Thank you,
Burak
|
Thank you Bruce.
Could you also take a look at my "Bearish Doji Star and filtering by Volume Question" on the RealCode forum please?
Thank you in advance.
Burak
|
Hi everyone,
I am a newbie to Stockpicker, and was wondering how I can have the US Stocks watchlist just return me stocks and not ETFs and Mutual Funds? Is it possible to whittle it down by cap size as well?
Thank you,
Burak
|
|
Hello everyone, I am a newbie to Stockfinder but I work with vb.net professionally so the learning curve is not that steep for me. Here is my question:
The default Bearish Doji Star rule filter did not catch SYMM (Feb. 8/2010) close so I created my own simplified Bear Star Doji rule as follows
If price.close = price.Open AndAlso _
price.Close(1) > price.Close(2) AndAlso _
price.Close(2) > price.Close(3) Then pass
I'd like to add volume >= 100000 condition to the above statement and according to the RealCode documentation, I should just add
If price.close = price.Open AndAlso _
price.Close(1) > price.Close(2) AndAlso _
price.Close(2) > price.Close(3) AndAlso _
Volume.Last >= 100000 Then pass
and it should work, but it is not working. How can I fix this?
Thank you,
Burak
|
|