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

Notification

Icon
Error

Options
Go to last post Go to first unread
sevenvironment  
#1 Posted : Tuesday, July 4, 2023 8:24:31 AM(UTC)
sevenvironment

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 3/27/2023(UTC)
Posts: 6
Location: istanbul

If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54) and Cross(RSI(58),55) and Cross(RSI(58),56) and Cross(RSI(58),57)),10, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54) and Cross(RSI(58),55) and Cross(RSI(58),56)),9, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54) and Cross(RSI(58),55)),8, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54)),7, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53)),6, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52)),5, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51)),4, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50)),3, If((Cross(RSI(58),48) and Cross(RSI(58),49)),2,ıf(Cross(RSI(58),48),1,0))

I would like to count RSI break line, how could ı do it ? 

MS Support  
#2 Posted : Wednesday, July 5, 2023 4:40:46 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,934

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)
Originally Posted by: sevenvironment Go to Quoted Post

If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54) and Cross(RSI(58),55) and Cross(RSI(58),56) and Cross(RSI(58),57)),10, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54) and Cross(RSI(58),55) and Cross(RSI(58),56)),9, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54) and Cross(RSI(58),55)),8, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53) and Cross(RSI(58),54)),7, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52) and Cross(RSI(58),53)),6, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51) and Cross(RSI(58),52)),5, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50) and Cross(RSI(58),51)),4, If((Cross(RSI(58),48) and Cross(RSI(58),49) and Cross(RSI(58),50)),3, If((Cross(RSI(58),48) and Cross(RSI(58),49)),2,ıf(Cross(RSI(58),48),1,0))

I would like to count RSI break line, how could ı do it ? 

Hello,

Are you just wanting to count the total number of crosses on each price bar? If so you could simply add each cross together, i.e.:

Code:
Cross(RSI(58),48) + Cross(RSI(58),49) + Cross(RSI(58),50) + Cross(RSI(58),51) + Cross(RSI(58),52) + Cross(RSI(58),53) + Cross(RSI(58),54) + Cross(RSI(58),55) + Cross(RSI(58),56) + Cross(RSI(58),57)

sevenvironment  
#3 Posted : Friday, July 7, 2023 3:54:12 PM(UTC)
sevenvironment

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 3/27/2023(UTC)
Posts: 6
Location: istanbul

i would like to do that, for example RSI(58) going rise and break 48 for that +1 and break 49 for that +1 and break 50 for that +1 till 57 and total point will be : 10 , but if RSI(58) for example break 51 and next bars break 50 ,counting will be cancelled, ı hope ı could explain ,
MS Support  
#4 Posted : Monday, July 10, 2023 2:31:42 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,934

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)

Originally Posted by: sevenvironment Go to Quoted Post
i would like to do that, for example RSI(58) going rise and break 48 for that +1 and break 49 for that +1 and break 50 for that +1 till 57 and total point will be : 10 , but if RSI(58) for example break 51 and next bars break 50 ,counting will be cancelled, ı hope ı could explain ,

Hello again,

So with regards to crossing up, are you wanting to add together crosses that occur within a range of price bars (as opposed to crossing all on the same price bar)? When you say one RSI(58) crosses above 51 and you say the next bar breaks 50, do you mean that RSI(58) crosses below 50 will cancel the count?

sevenvironment  
#5 Posted : Tuesday, July 11, 2023 9:08:10 AM(UTC)
sevenvironment

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 3/27/2023(UTC)
Posts: 6
Location: istanbul

for example in 30 period (daily or hour or weekly) , RSI(58) crosses above 30 and 31 and 32 and 33 then 32 , total point will be : 4 because RSI(58) crosses below 32 and cancel the count.
MS Support  
#6 Posted : Thursday, July 13, 2023 2:47:14 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,934

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)

Originally Posted by: sevenvironment Go to Quoted Post
for example in 30 period (daily or hour or weekly) , RSI(58) crosses above 30 and 31 and 32 and 33 then 32 , total point will be : 4 because RSI(58) crosses below 32 and cancel the count.

Hello again,

Something like this might be possible, but I would recommend checking with our Custom Formula team if you are unable to get help with the formula here. Please note there is a charge when requesting custom formula work (although if the formula is not possible this charge would be refunded).

https://www.metastock.com/customer/resources/formulas/customformulaform.aspx

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.