Re: [amibroker] Sell trigger

2008-03-06 Thread Steve Dugas
2008 6:05 AM Subject: [amibroker] Sell trigger > > Hello > > Can anyone offer some help please... > > I want my trades to exit if the sell condition below is met: > > Sell= C < Ref(LLV(C,2),-1); > > What it is supposed to do is exit a trade if the closing price is

[amibroker] Sell trigger

2008-03-06 Thread Steve Carlsson
Hello Can anyone offer some help please... I want my trades to exit if the sell condition below is met: Sell= C < Ref(LLV(C,2),-1); What it is supposed to do is exit a trade if the closing price is lower for 2 consecutive days...the 2 is a variable I want to test My other effort at this f