Quote from oddiduro:
This looks like automation.
Make sure that you have code that will not take the trade if volume does not confirm the breakout. Volume should exceed DU, and price should maintain it's strengh through the next bar. If price goes against you immediately, you could get hurt badly on a spike if you are not there to oversee the trade.
On three of you short trades you could have gotten out earlier than you did if you were doing it by hand.
There is monitoring that needs to be done, this is not a "set it and forget it" system.
Best Regards
Oddi
I am trying to compare automated with manual. If the automated
is not correct, the comparison would be invalid. The set of rules incorporated into the model are as follows:
Decisions are made at bar ends to be executed immediately on the open of the next bar. For sell triggers such as generated today the following are all in place to trigger an entry at the open of the next bar:
MACD <= -.40
Stoch SlowK <= .20 and SlowD <= .20
Volume >= 10,000
exit rule
exit when SlowK goes above .20
This model is built on the basic rules outlined in the beginner rockets document. Further refinements will include volume analysis on lower time frames in an effort to model wash trades when no follow thru is evident at decision time.
