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
|
What do you mean by "you generally can't"? If there is a way I would like to know.
Thanks,
Steve
|
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
|
|
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
|