PureBytes Links
Trading Reference Links
|
> Can the Parabolic system in SC be rewritten to enable optimization
> of this trading system? How would one experiment with different
> acceleration factors?
>
> Any suggestions would be appreciated.
>
> Richard.
>
I am not that familiar with SC, but TS has a Parabolic System ready
for optimizing:
----------------------------------------------
Input: ACCFACTR(.02);
IF CurrentBar = 1 or MarketPosition <> 1 Then Buy Parabolic(ACCFACTR)
Stop; IF CurrentBar > 1 and MarketPosition = 1 Then Sell
Parabolic(ACCFACTR) Stop;
----------------------------------------------
I assume that you are familiar with the dangers of optimization. What
data are you using for optimization?
JFB
Shaven Heads Trading
NYC
|