NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

///@BorsaHocam
study(title="RALLİ HABERCİSİ ", overlay=true)

ema5 = ema(close, 5)
ema9 = ema(close, 9)
ema21 = ema(close, 21)
ema50 = ema(close, 50)
ema100 = ema(close, 100)
ema200 = ema(close, 200)

plot(ema5, title="ema5", color = black,linewidth =2)
plot(ema9, title="ema9", color = purple,linewidth =2)
plot(ema21, title = "ema21", color = red, linewidth = 2)
plot(ema50, title = "ema50", color = green, linewidth = 2)
plot(ema100, title = "ema100", color = orange, linewidth = 2)
plot(ema200, title = "ema200", color = blue, linewidth = 2)

plot(cross(ema5, ema9) and ema5[1] < ema9[1] ? ema5 : na, title=" AL 1", style=cross, linewidth=4, color=blue) // AL SİNYALİ
plot(cross(ema9, ema21) and ema9[1] < ema21[1] ? ema9 : na, title=" AL 2", style=cross, linewidth=4, color=blue) // AL SİNYALİ
plot(cross(ema50, ema200) and ema50[1] < ema200[1] ? ema50 : na, title="ALTIN RALLİ", style=cross, linewidth=4, color=blue) // golden cross
plot(cross(ema21, ema50) and ema21[1] < ema50[1] ? ema21 : na, title="GÜMÜŞ RALLİ", style=cross, linewidth=4, color=blue) // silver cross
plot(cross(ema21, ema50) and ema21[1] > ema50[1] ? ema50 : na, title="SAT 3", style=cross, linewidth=4, color=black)//DEATH CROSS
plot(cross(ema9, ema21) and ema9[1] > ema21[1] ? ema9 : na, title="SAT 2", style=cross, linewidth=4, color=black) //DEATH CROSS
plot(cross(ema100, ema200) and ema100[1] > ema200[1] ? ema100 : na, title="SON ŞANSIN SAT ", style=cross, linewidth=4, color=black) //DEATH CROSS
plot(cross(ema50, ema200) and ema50[1] > ema200[1] ? ema50 : na, title="SATMAZSAN BATARSIN", style=cross, linewidth=4, color=black) //DEATH CROSS
plot(cross(ema50, ema100) and ema50[1] > ema100[1] ? ema50 : na, title="SAT 4", style=cross, linewidth=4, color=black) //DEATH CROSS
plot(cross(ema5, ema9) and ema5[1] > ema9[1] ? ema5 : na, title="SAT 1", style=cross, linewidth=4, color=black) //DEATH CROSS
plot(cross(ema50, ema200) and ema50[1] < ema200[1] ? ema50 : na, title="RALLİ", style=cross, linewidth=4, color=blue) // golden cross
plot(cross(ema100, ema200) and ema100[1] < ema200[1] ? ema100 : na, title="RALLİ", style=cross, linewidth=4, color=blue) // golden cross
plot(cross(ema21, ema200) and ema21[1] < ema200[1] ? ema21 : na, title=" RALLİ", style=cross, linewidth=4, color=blue) // golden cross


plotshape(cross(ema5, ema21) and ema5[1] < ema21[1] ? true : na, style=shape.triangleup, text="AL ",color=blue,size=size.small, location=location.belowbar,transp=0)
plotshape(cross(ema50, ema200) and ema50[1] < ema200[1] ? true : na, style=shape.diamond, text="ALTIN RALLİnGOLDEN CROSS",color=orange,size=size.small, location=location.abovebar,transp=0)
plotshape(cross(ema21, ema50) and ema21[1] < ema50[1] ? true : na, style=shape.diamond, text="GÜMÜŞ RALLİnSİLVER CROSS",color=blue,size=size.small, location=location.abovebar,transp=0)

plotshape(cross(ema5, ema21) and ema5[1] > ema21[1] ? true : na, style=shape.triangledown, text="SAT ",color=black,size=size.small, location=location.abovebar,transp=0)

plotshape(cross(ema50, ema200) and ema50[1] > ema200[1] ? true : na, style=shape.triangleup, text="SATMAZSAN BATARSINnDEATH CROSS",color=black,size=size.small, location=location.belowbar,transp=0)

barcolor(cross(ema50, ema200) and ema50[1] < ema200[1] ? blue: cross(ema21, ema50) and ema21[1] < ema50[1] ? blue: close < open ? red: green)
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.