Thank you, Chris. Very much appreciated!
Fred
Search found 4 matches
- Tue Sep 11, 2012 10:34 pm
- Forum: Forum
- Topic: LowerCandleClose Event
- Replies: 2
- Views: 18372
- Mon Aug 27, 2012 10:55 pm
- Forum: Forum
- Topic: LowerCandleClose Event
- Replies: 2
- Views: 18372
LowerCandleClose Event
I am trying to build a script that will recognize: -- the highest high in the last "N" bars, -- the Low of that "Highest High" bar and then -- a subsequent Close below the Low of that bar as an Event. I have tried the following (which does not work): PriorHighBar:= Ref(HHV(H,N),1...
- Sat Aug 25, 2012 11:05 pm
- Forum: Forum
- Topic: Percentage Based Limit Entry??
- Replies: 2
- Views: 17685
Re: Percentage Based Limit Entry??
Thanks for considering this new feature, Chris. I will look forward to its implementation.
With kind regards,
Fred
With kind regards,
Fred
- Fri Aug 17, 2012 12:30 pm
- Forum: Forum
- Topic: Percentage Based Limit Entry??
- Replies: 2
- Views: 17685
Percentage Based Limit Entry??
Is it possible to specify a limit entry that is a defined percentage away from the closing price of the event bar in the Trade Simulation module? For example, some of Larry Connor's strategies call for a Long limit entry on the day following an "event bar" as much as 10% below the event ba...