TradingView
superNature
21 Apr 2022 pukul 11.16

Strategy Execution Template - Master Pattern 

Bitcoin / TetherUSBinance

Deskripsi

This script is a template to execute your strategy with Stop Loss and Take Profit and showing Trades.

Then, you can write your strategy without taking care of Stop Loss and Take Profit method.
3x Fixed Percent Stop Loss, Trailing Percent Stop Loss, Trailing ATR Stop Loss, Tailing HHLL Stop Loss
3x Fixed Percent, Take Profit

Catatan Rilis

Fix error

Catatan Rilis

New Stop Loss and Take Profit strategy

Catatan Rilis

New version
Komentar
Unpredictable_
The values ​​entered as a percentage are not the same, but 1 tp also outputs values ​​such as 0.75 1.20.
myncrypto
Can this do longs and shorts (both)? Awesome work BTW. Anxious to try it
vgandhi
I added this to chart and no trades show up the basic version also so where am i going wrong pl guide
knownRock50442
Repaint ?
superNature
@knownRock50442, Not at all
Joshua42196
Hi
thanks, the script looks amazing, I'm lost on how to enter long and short in strategy input

entry=(wayTradeType == "Long") ? crossOver : crossUnder (this equals LONG?)
i.e. entry=(wayTradeType == "Long") ? longConditions

and short??

can it do both?

thank you
superNature
@Joshua42196, Only one way, to simplify execution, add two times strategy for long and short
Lebih lanjut