Discussions
»
Community Forums
»
General Chat
»
Open Interest Question future trader
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)
|
Discussions
»
Community Forums
»
General Chat
»
Open Interest Question future trader
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.