|
CCI Moving Average Crossover
Test
MetaStock Trading System
System Explanation: Buy when the Moving Average
crosses up through the CCI and sell on the reverse condition.
| Signal Formulas |
|
Enter Long
When( CCI( opt1 ) ,< ,Mov(
CCI( opt1 ) ,opt2 ,E ) ) AND When( Ref( CCI(opt1) ,-1) ,>=
,Ref( Mov( CCI( opt1 ) ,opt2 ,E ) ,-1 ) ) |
Enter Short
When( CCI( opt1 ) ,> ,Mov(
CCI( opt1 ) ,opt2 ,E ) ) AND When( Ref( CCI(opt1) ,-1) ,<=
,Ref( Mov( CCI( opt1 ) ,opt2 ,E ) ,-1 ) ) |
|
| Optimization Variables |
|
| Opt1: Min = 5 Max =
40 Step = 1 |
| Opt2: Min = 5 Max =
40 Step = 1 |
|
|