Re: [amibroker] Stupid beginner question about Arrays

2009-09-07 Thread Ɓukasz Bigos
thank you very much :D Both answers are useful for me :) -- Best regards raskoks On Mon, Sep 7, 2009 at 3:15 PM, Herman wrote: > > > There is no such thing as a stupid question :-) > > > exrem(), flip(), and equity(1) can all be used to remove redundant > conditions or signals. > > > btw, If y

RE: [amibroker] Stupid beginner question about Arrays

2009-09-07 Thread Ork Inet
: [amibroker] Stupid beginner question about Arrays Hi, I've got stupid problem - but i can't solve it. I've got situation like that: Condition,Condition2 - some condition with value true/false And i need to have array which value is set 0 after Condition ==true and be 0 until Condi

[amibroker] Stupid beginner question about Arrays

2009-09-07 Thread raskoks
Hi, I've got stupid problem - but i can't solve it. I've got situation like that: Condition,Condition2 - some condition with value true/false And i need to have array which value is set 0 after Condition ==true and be 0 until Condition2 change to true. But important for me is only change conditio