Discussions
»
Resource Library
»
Trader's Tips from TASC Magazine
»
2017
»
April 2017: Volume-Weighted Moving Average Breakouts
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
Ken Calhoun's article, “Volume-Weighted Moving Average Breakouts”, presented a trading system based on the volume weighted moving average. The buy and sell signals are shown below. Buy Signal: Code:entry:= Cross( Mov(C, 50, VOL), Mov(C, 70, S) );
entry OR ( Mov(C, 50, VOL) > Mov(C, 70, S) AND H > Ref(HighestSince(1, entry, H),-1))
Sell Signal: Code:Cross( Mov(C, 70, S), Mov(C, 50, VOL) )
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Resource Library
»
Trader's Tips from TASC Magazine
»
2017
»
April 2017: Volume-Weighted Moving Average Breakouts
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.