PureBytes Links
Trading Reference Links
|
List,
In the past, I've posted a simple Forecast Oscillator system that optimized
the days in the FO and the buy and sell "trigger" levels. The following
formula reduces the number of variables to 2 (buy and sell levels).
Instead of optimizing a different amount of days for each separate
commodity, this method averages the calculations of the formula, using
three fibonacci numbers. This hybrid ForecastOsc trades all futures
markets with profits (by tweaking the entry levels). It's not the holy
grail, but it's a steady performer that is applicable to a wide range of
securities. Remember, to always adjust "options" and edit the "optimize"
sections for peak results.
FibFO (indicator): (ForecastOsc(C,3)+ForecastOsc(C,5)+ForecastOsc(C,8))/3
FibFO Optimizer:
Enter Long/Close Short:
Cross(opt1,Fml("FibFO"))
Enter Short/Close Long:
Cross(Fml("FibFO"),opt2)
Semi optimized "trigger levels" for the lazy:
opt1 opt2
British pound: -.3 +.3
Can dollar -.8 +.8
Gold -.8 +.6
Copper -.3 +1.7
Heating Oil -1.9 +.4
Crude Oil -.5 +.25
Cotton -.1 0
Unleaded -1.5 0
Steve Karnish
CCT
|