Thanks for your help droskill. --- In [email protected], "droskill" <drosk...@...> wrote:
PriceMin = Param("Price Min",0.2,0.2000,100,1);
MyPriceFilter = C > PriceMin;
Then use this in with an AND statement in the buy - so:
Buy = C > MA(C,50) AND MyPriceFilter;
