Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 6/21/2014(UTC) Posts: 9
|
please ,
I want to get any a cross , up 70 in aroon indicator
Cross(AroonUp(14),AroonDown(14))
|
|
|
|
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)
|
beehoney wrote:please ,
I want to get any a cross , up 70 in aroon indicator
Cross(AroonUp(14),AroonDown(14))
You would need to reference the numerical value you want the indicator to cross through. Within the Cross() function, the first item is crossing UP, the second item is crossing DOWN. For example:
Cross(AroonUp(14),70) -- This would identify when AroonUp crosses UP through the 70 line.
Cross(70,AroonUp(14)) -- This would identify when AroonUp crosses DOWN through the 70 line.
|
|
|
|
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.