[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: formula/exploration help



PureBytes Links

Trading Reference Links

Paul wrote:
> 
> howdy guys,
> 
> I need to create an exploration filter in which a few conditions must happen
> one by one.
> For example:
> within the last two weeks the following things happened in this particular
> order
> 1) secret oscillatorA fired, THEN
> 2) super-secret oscB fired, THEN
> 3) super-ultra-duper systemC fired
> 
> Explorer checks for #1 then (and only then) #2 and so on
> 
> Is that possible in MetaStock?
> 
> thank you
> Paul

If I understand your question, a 'if' statement will work.  My own
explorer uses a similiar cascading 'if' statement structure in it.

Bruce Giroux