logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
dieselpr  
#1 Posted : Tuesday, June 27, 2006 2:44:38 AM(UTC)
dieselpr

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 4/27/2005(UTC)
Posts: 130

Does anybody use encoding using open interest data only? I haven't seen any example of using it in metastock so far. I thought something simple like this could be used but the results are not what I expected. MA10:=Mov(OI,10,E); MA40:=Mov(OI,40,E); Buy:=MA10>MA40 AND Alert(MA10<MA40,2); Sell:=If(MA10<MA40 AND Alert(MA10>MA40,2),-1,0); Buy+Sell Any Idea guys? :(
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.