OPEN-SOURCE SCRIPT
Güncellendi StrategyTOstudy LongGorila [CODE WITHOUT PYRAMIDING]

This code is fofr you to change it and transform a strategy into a study and avoid pyramiding just by editting this lines
longcondition= buy_entry and buy_zone
shortcondition= sell_entry and sell_zone
like this
longcondition= 'YOUR CONDITION HERE'
shortcondition= 'YOUR CONDITION HERE'
and using your own conditions
This particular strategy is only as example and not for actual trading, this code is only to be edited an used to transform your strategies into studies to get alerts
longcondition= buy_entry and buy_zone
shortcondition= sell_entry and sell_zone
like this
longcondition= 'YOUR CONDITION HERE'
shortcondition= 'YOUR CONDITION HERE'
and using your own conditions
This particular strategy is only as example and not for actual trading, this code is only to be edited an used to transform your strategies into studies to get alerts
Sürüm Notları
//The objective of this code is to transforma a strategy into a study and avoid pyramiding. You only have to copy the srategy code into the first part and //modify the "entry and exit definitions" with your own from your strategy
//This is a code for taking long and short positions and so the closing code. If you want to work in a buy/sell scenario this is not going to work as it is
//functions declared are only as an examble and doesnt give a good result for actual trading
Sürüm Notları
Update for easy of useSürüm Notları
just variablesAçık kaynak kodlu komut dosyası
Gerçek TradingView ruhuna uygun olarak, bu komut dosyasının oluşturucusu bunu açık kaynaklı hale getirmiştir, böylece yatırımcılar betiğin işlevselliğini inceleyip doğrulayabilir. Yazara saygı! Ücretsiz olarak kullanabilirsiniz, ancak kodu yeniden yayınlamanın Site Kurallarımıza tabi olduğunu unutmayın.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.
Açık kaynak kodlu komut dosyası
Gerçek TradingView ruhuna uygun olarak, bu komut dosyasının oluşturucusu bunu açık kaynaklı hale getirmiştir, böylece yatırımcılar betiğin işlevselliğini inceleyip doğrulayabilir. Yazara saygı! Ücretsiz olarak kullanabilirsiniz, ancak kodu yeniden yayınlamanın Site Kurallarımıza tabi olduğunu unutmayın.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.