TradingView
superNature
21 апр 2022 г., 11:16

Strategy Execution Template - Master Pattern 

Bitcoin / TetherUSBinance

Описание

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

Информация о релизе

Fix error

Информация о релизе

New Stop Loss and Take Profit strategy

Информация о релизе

New version
Комментарии
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
Ещё