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: snowpatrol
About
User Name: snowpatrol
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, July 7, 2005
Last Visit: Sunday, June 23, 2013 3:25:57 PM
Number of Posts: 5
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Ichimoku Scans
Posted: Tuesday, February 28, 2012 2:24:43 PM
Hi Bruce.  I recently attended the Worden seminar in San Francisco, which was great, by the way.  At that seminar, Bill Kraft showed a series of custom columns he uses in his watchlist to identify stocks showing favorable Ichimoku setups.  I was wondering if you could build these conditions for us, so that we could add them as columns, and run scans.  Thank you.

The four column headings that Bill uses are as follows: 
1)  Leadspan A Crossing Above Leadspan B
2)  Conversion Crossing Up Above Base
3)  Conversion Above A
4)  Conversion Below B
Topic: Exporting Data
Posted: Friday, February 12, 2010 3:04:27 PM
What do you mean by "you generally can't"?  If there is a way I would like to know.

Thanks,

Steve
Topic: Exporting Data
Posted: Friday, February 12, 2010 2:22:46 PM
Hello,

I am layering indicators within the top graph and analyzing the data provided by pressing the period "." button twice. 

Specifically how would I export the indicator data such as BOP and MS into an excel spread sheet?

Thanks for your help.

Best,

Steve

Topic: PCF Balance of Power Question
Posted: Wednesday, January 20, 2010 11:59:29 AM

Hello,

I am a new user and in the midst of trying to create a PCF using the Balance of Power technical.

Here's what I'm going after.

       1. BOP value three days ago between -35 and -10

       2. BOP value two days ago greater than 10

       3. BOP value yesterday greater than BOP value two days ago by 50%

This is the code I have attempted to write:
BOP1.3 > ( - 1) * 35 AND BOP1.3 < ( - 1) * 10 AND BOP1.2 > 10 AND BOP1.1 > (BOP 1.2 * 1.5)

 Once filtered, the first two conditions are working but the last condition is not.

Thanks for your help