PROTECTED SOURCE SCRIPT
업데이트됨 Daily breakout @Tradingade

This is a daily breakout strategy that can be used on lower timeframe.
Yellow line is our breakout line, based on yesterday's average candle or yesterday's high/low. I found particularly usefull take data from daily candles and trade on lower timeframe, so that we can enter in position each time a trigger point is met on higher timeframe like Daily, which gives more reliable level for some kind of breakout strategy.
The logic of this code is:
Long Entry:
1 - price crosses above the yesterday's average candle
2 - price crosses above yesterday's high
Stop Loss : Percentage % / Trailing Stop
Take profit : Percentage %
Exit Cond : Today's High crosses above Yersterday's High
Filter: Yesterday low was highest in X days
Short Entry:
1 - price crosses below the yesterday's average candle
2 - price crosses below yesterday's low
Stop Loss : Percentage % / Trailing Stop
Take profit : Percentage %
Exit Cond : Today's low crosses below Yersterday's low
Filter: Yesterday high was lowest in X days
FILTER Notes:
You could switch both timeframe and N. of candles in input section. Even tough generally daily data are more reliable, you could find interesting to change it to 1H tf, so filter would be:
"1H high/low was the lowest/highest in previous X hours"
EXIT Notes:
Please note that "% exits" will always override "Exit Cond".
Set % exits to 0 if you want to exit only by "Exit Cond".
Yellow line is our breakout line, based on yesterday's average candle or yesterday's high/low. I found particularly usefull take data from daily candles and trade on lower timeframe, so that we can enter in position each time a trigger point is met on higher timeframe like Daily, which gives more reliable level for some kind of breakout strategy.
The logic of this code is:
Long Entry:
1 - price crosses above the yesterday's average candle
2 - price crosses above yesterday's high
Stop Loss : Percentage % / Trailing Stop
Take profit : Percentage %
Exit Cond : Today's High crosses above Yersterday's High
Filter: Yesterday low was highest in X days
Short Entry:
1 - price crosses below the yesterday's average candle
2 - price crosses below yesterday's low
Stop Loss : Percentage % / Trailing Stop
Take profit : Percentage %
Exit Cond : Today's low crosses below Yersterday's low
Filter: Yesterday high was lowest in X days
FILTER Notes:
You could switch both timeframe and N. of candles in input section. Even tough generally daily data are more reliable, you could find interesting to change it to 1H tf, so filter would be:
"1H high/low was the lowest/highest in previous X hours"
EXIT Notes:
Please note that "% exits" will always override "Exit Cond".
Set % exits to 0 if you want to exit only by "Exit Cond".
릴리즈 노트
Default Settings Changes보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 제한 없이 자유롭게 사용할 수 있습니다 — 여기에서 자세히 알아보기.
🤖💎PREMIUM INDICATORS💎🤖
tradingade.com
⚡️Join Our Discord⚡️
tradingade.com/discord
🟢 BloFin - Unlock Exclusive Bonuses: partner.blofin.com/d/Tradingade
🟢 Premium TV : cutt.ly/XwbhwgyO
tradingade.com
⚡️Join Our Discord⚡️
tradingade.com/discord
🟢 BloFin - Unlock Exclusive Bonuses: partner.blofin.com/d/Tradingade
🟢 Premium TV : cutt.ly/XwbhwgyO
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 제한 없이 자유롭게 사용할 수 있습니다 — 여기에서 자세히 알아보기.
🤖💎PREMIUM INDICATORS💎🤖
tradingade.com
⚡️Join Our Discord⚡️
tradingade.com/discord
🟢 BloFin - Unlock Exclusive Bonuses: partner.blofin.com/d/Tradingade
🟢 Premium TV : cutt.ly/XwbhwgyO
tradingade.com
⚡️Join Our Discord⚡️
tradingade.com/discord
🟢 BloFin - Unlock Exclusive Bonuses: partner.blofin.com/d/Tradingade
🟢 Premium TV : cutt.ly/XwbhwgyO
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.