Hi,
Does anyone have an idea how to implement dynamic, volatility based 
profittarget? When the instrument drops more, the profittarget is higher.

I tried the following but it does not work.
ProfitTarget= -ROC(15);
ApplyStop(stopTypeProfit,stopModePercent,ProfitTarget,1,True,0 );

Thanks,
Zozu

Reply via email to