Hi All,
Is there any way to test fixed target in AFL.
say suppose i want to SELL a BUY position when my fixed point target complete.
for example i buy a script at 200 and i want to generate a sell signal when price reaches 210. same for short.
thanks
Is there any way to test fixed target in AFL.
say suppose i want to SELL a BUY position when my fixed point target complete.
for example i buy a script at 200 and i want to generate a sell signal when price reaches 210. same for short.
thanks
eg bp = 200+ rs 10 = sellinprice.
so in afl it should be - sp = bp+ (bp*(5/100) ; since 10 is 5%of 200.
i think u know this method of calculation, maybe seniors can give better method. i use simple techniques in afl only.
thanks,
regards