Georgeencrypted

StrategyTOstudy LongGorila [CODE WITHOUT PYRAMIDING]

Georgeencrypted Aktualisiert   
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
Versionshinweise:
//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
Versionshinweise:
Update for easy of use
Versionshinweise:
just variables
Open-source Skript

Ganz im Spirit von TradingView hat der Autor dieses Skripts es als Open-Source veröffentlicht, damit Trader es besser verstehen und überprüfen können. Herzlichen Glückwunsch an den Autor! Sie können es kostenlos verwenden, aber die Wiederverwendung dieses Codes in einer Veröffentlichung unterliegt den Hausregeln. Sie können es als Favoriten auswählen, um es in einem Chart zu verwenden.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie dieses Skript auf einem Chart verwenden?