[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: Standard Stock Data Format in US



PureBytes Links

Trading Reference Links

boelbrandt@xxxxxx
On Tue, 30 Dec 1997 23:19:08 +0100 "boelbrandt" <boelbrandt@xxxxxx>
writes:
>is there anyone who can write : 
>34-day CMO (chande momentum oscillator ) above zero , 
>34-day CMO crosses the 9-day moving average of the 14-day-CMO , 
>the 9-day moving average is rising
>
>

i hope this is what you needed:
CMO(C,34)>0 AND Cross(CMO(C,34),Mov(CMO(C, 14),9,E)) AND CMO(C,34)>
Ref(CMO(C,34),-1)

what is this supposed to indicate ?

mike