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
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