Try these FAST exit routines in EDS.
CciOut if val([CCI],1)>[CCI].
TciOut if val([TCI],1)>[TCI].
SvmaOut if val([SVMA],1>[SVMA].
MacdOut if val([Macd Osc],1)>[Macd Osc].
PhaseOut if val([Phase],1)>[Phase].
VelOut if val([Velocity],1)>[Velocity].
Sell if Cciout or TciOut or SvmaOut.
The idea is to generate a sell signal if any one of the conditions is met.
I have used and tried the first three with good success and it DOES get you out of a bad trade fast.
However, it DOES also restrict the MAXIMUM potential of a good profit run that has small pullbacks!!!!
You could use any or all of these in combination.In backtesting, it seriously improves the 'LOSS' situation,resulting in typical maximum losses around 8%.I'm currently working on some new EDS routines that are providing ,typically, max profits of 20-40% and average 'hold' days of 3-5 days.The bad ones also show holdings of > 5 days....
I have seen EDS routines based on hold for 'x' number of days and sell, 'irrespective'.!Not sure I like those.....
If anyone would like to contribute to EDS, please post the most violent price rises that you have seen over the last 6 months or so. BUT maybe not 'penny shares'or 'funds'.
I'll take a look and see if I can conjure up some wicked EDS routine(s).....
Martin
WARNING....This will not protect you against stocks like TRK.......
[This message has been edited by reality (edited 28-11-2000).]
CciOut if val([CCI],1)>[CCI].
TciOut if val([TCI],1)>[TCI].
SvmaOut if val([SVMA],1>[SVMA].
MacdOut if val([Macd Osc],1)>[Macd Osc].
PhaseOut if val([Phase],1)>[Phase].
VelOut if val([Velocity],1)>[Velocity].
Sell if Cciout or TciOut or SvmaOut.
The idea is to generate a sell signal if any one of the conditions is met.
I have used and tried the first three with good success and it DOES get you out of a bad trade fast.
However, it DOES also restrict the MAXIMUM potential of a good profit run that has small pullbacks!!!!
You could use any or all of these in combination.In backtesting, it seriously improves the 'LOSS' situation,resulting in typical maximum losses around 8%.I'm currently working on some new EDS routines that are providing ,typically, max profits of 20-40% and average 'hold' days of 3-5 days.The bad ones also show holdings of > 5 days....
I have seen EDS routines based on hold for 'x' number of days and sell, 'irrespective'.!Not sure I like those.....
If anyone would like to contribute to EDS, please post the most violent price rises that you have seen over the last 6 months or so. BUT maybe not 'penny shares'or 'funds'.
I'll take a look and see if I can conjure up some wicked EDS routine(s).....
Martin
WARNING....This will not protect you against stocks like TRK.......
[This message has been edited by reality (edited 28-11-2000).]