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)
|
Kevin Luo's article, “The RSI & Price Trends”, discussed ways to improve on the traditional RSI buy and sell signals. The formulas below are one possible method of using these ideas: Buy Order: Code:peakbars(1, c, 20) > troughbars(1,c,20) AND
barssince(c>trough(1,c,20) < troughbars(1, c, 20) AND cross(RSI(14), 50)
Sell Order: Code:peakbars(1, c, 20) < troughbars(1,c,20) AND
Cross(troughbars(1, c, 20), C)
|
|
|
|
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.