Platinum Customer
Joined: 3/31/2006 Posts: 3,207
|
Bruce,
I increased my data limit to 10,000 by going to the Block diagram of price and by adding a length limit block set to 10,000.
But when I write a simple RC If Price.Close > Price.Close(1) Then Pass it still paint the last 5000 bars and nothing that was added by the length limit
How do I get the rules to go back?
Thx
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Even though there isn't a context sensitive menu item available for it when you right-click on a Condition, you can edit its Block Diagram. You just have to Edit the Block Diagram of something else, choose the All Diagrams tab and choose your Condition from the list. You would need to add a Length Limit Block there is well (linked to both Prices and Volume).
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Platinum Customer
Joined: 3/31/2006 Posts: 3,207
|
Bruce
The Rule Block Diagram is Not Editable it says.
I just made a simple rule If Price.Close > Price.Close(1) Then Pass just to test it.
I opened the Block Diagram of Price then clicked on All Diagrams, selected My Rule and the block diagram comes up it doesn't allow me to to add the length limit
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
This may be something that is only possible in StockFinder 5 then. Because I can edit the Block Diagram of a RealCode Condition in StockFinder 5.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|