Georgeencrypted

StrategyTOstudy LongGorila [CODE WITHOUT PYRAMIDING]

Georgeencrypted Updated   
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
Release Notes:
//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
Release Notes:
Update for easy of use
Release Notes:
just variables
Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?