This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Herhangi bir strategy() komutunda çalışır. | |
zararli_cikis = strategy.losstrades != nz(strategy.losstrades[1]) | |
var int ardisik_zarar = 0 | |
if zararli_cikis | |
ardisik_zarar += 1 | |
max_ardisik_zarar = ta.max(ardisik_zarar) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Hobi amaçlı :) | |
// Tek cümle ile; MOST'tan OTT nasıl üretilir? | |
// OTT, MOST'un (yüzdesel olarak ve katsayının yarısı kadar) yukarı ve aşağı yöne kaydırılmış değerlerinin (support ile kesişim koşuluna göre) tek bir çizgi haline getirilmesi ve bu çizginin iki bar önceki değerinin alınmasıyla üretilir. | |
// ANIL ÖZEKŞİ RULZ 💯👍🙏 | |
//@version=5 | |
indicator(title="Most'tan Ott nasıl üretilir?", overlay=true) | |
most = input(close), support = input(close) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ŞURADAN ULAŞABİLİRSİNİZ : | |
https://github.com/dgfctr/PineScript |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BİLGİLENDİRME : Gist paylaşımları bir repoda birleştirildi. Aşağıdaki linkten ulaşabilirsiniz. | |
https://github.com/dgfctr/PineScript/blob/main/VAR%20(De%C4%9Fi%C5%9Fken%20Ortalama) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BİLGİLENDİRME : Gist paylaşımları bir repoda birleştirildi. Aşağıdaki linkten ulaşabilirsiniz. | |
https://github.com/dgfctr/PineScript/blob/main/Degreed%20Tillson%20Moving%20Average |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BİLGİLENDİRME : Gist paylaşımları bir repoda birleştirildi. Aşağıdaki linkten ulaşabilirsiniz. | |
https://github.com/dgfctr/PineScript/blob/main/Trailing%20Stop%20%26%20Profit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BİLGİLENDİRME : Gist paylaşımları bir repoda birleştirildi. Aşağıdaki linkten ulaşabilirsiniz. | |
https://github.com/dgfctr/PineScript/blob/main/Fixed%20Stop%20%26%20Profit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BİLGİLENDİRME : Gist paylaşımları bir repoda birleştirildi. Aşağıdaki linkten ulaşabilirsiniz. | |
https://github.com/dgfctr/PineScript/blob/main/Ko%C5%9Ful%20Uygulamalar%C4%B1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PineCoders | |
https://www.pinecoders.com/ | |
Playlist | |
https://www.youtube.com/playlist?list=PL6jSyM1s1UHsDEx2i-LajNrUeFiLimcR6 | |
https://www.youtube.com/playlist?list=PLxPHzYEkNYvzCLpdeQ_UT9P-Nl1OlyJJN | |
https://www.youtube.com/playlist?list=PL08mP5yXw3aHKMdXvyWyjt6efvmue6p6G | |
https://www.youtube.com/playlist?list=PLM0BBafRCnROxc6NL7WRwSLNUwl3nndv2 | |
https://www.youtube.com/c/TheArtofTrading/videos | |
https://www.youtube.com/c/ProTradingArt/playlists |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BİLGİLENDİRME : Gist paylaşımları bir repoda birleştirildi. Aşağıdaki linkten ulaşabilirsiniz. | |
https://github.com/dgfctr/PineScript/blob/main/EMA%20-%20Tuples%20(10%20Degree) |