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

Re: % after buy with Exploration



PureBytes Links

Trading Reference Links

COND1=CROSS(STOCHD(),30);/*Your buy condition*/
BUY=COND1;
FILTER=REF(BUY,-3);/*A buy occurred before 3 days*/ 
NUMCOLUMNS=1;
COLUMN0=ROC(C,3);/*Your roc*/
SELL=FILTER;

--- In amibroker@xxxx, "Tom Supera" <tom_supera@xxxx> wrote:
> Hi,
> I want to see the price change in percent,
> 3 days after my buy signal.
> How can I realize it with exploration?
> 
> Can anyone help me.
> 
> Thanks 
> Tom Supera