APE.X Trade Assist Strategy Builder
APE.X Trade Assist Strategy Builder
APE.X Trade Assist Strategy Builder
//////////////////////////////////////////////
edit//////////////////////////////////////////////
edit//////////////////////////////////////////////
//alertcondition(short, title= "=>cornix: SHORT call ❌", message = '❌ {{ticker}} \n
\n exchanges: {{exchange}}, Bittrex, Huobi.pro, Binance \n Signal Type: Regular
(Short) \n Amount: 10.0% \n \n Sell {{close}} \n \n Take-Profit Targets: \n 1)
{{plot("ShortTP1")}} \n \n Stop Targets: \n 1){{plot("ShortSL")}}')
//////////////////////////////////////////////
edit//////////////////////////////////////////////
edit//////////////////////////////////////////////
alertcondition(short, title= " =>cornix: Leverage 2x SHORT call ❌", message = '❌
Pair :{{ticker}} \n \n exchanges: Binance Futures, Bybit usdt) \n SHORT \n Leverage
: 5x \n Entry : {{close}} \n Amount: 2.0% \n \n Target 1 : {{plot("ShortTP1")}} \
n \n Stop Loss : {{plot("ShortSL")}}')
alertcondition(short, title= " =>cornix: Leverage 5x SHORT call ❌", message = '❌
Pair :{{ticker}} \n \n exchanges: Binance Futures, Bybit usdt) \n SHORT \n Leverage
: 5x \n Entry : {{close}} \n Amount: 2.0% \n \n Target 1 : {{plot("ShortTP1")}} \
n \n Stop Loss : {{plot("ShortSL")}}')
alertcondition(short, title= " =>cornix: Leverage 7x SHORT call ❌", message = '❌
Pair :{{ticker}} \n \n exchanges: Binance Futures, Bybit usdt) \n SHORT \n Leverage
: 5x \n Entry : {{close}} \n Amount: 2.0% \n \n Target 1 : {{plot("ShortTP1")}} \
n \n Stop Loss : {{plot("ShortSL")}}')
alertcondition(short, title= " =>cornix: Leverage 10x SHORT call ❌", message = '❌
Pair :{{ticker}} \n \n exchanges: Binance Futures, Bybit usdt) \n SHORT \n Leverage
: 5x \n Entry : {{close}} \n Amount: 2.0% \n \n Target 1 : {{plot("ShortTP1")}} \
n \n Stop Loss : {{plot("ShortSL")}}')
alertcondition(long, title= "LONG call ::simple alert 🟩", message = ' 🟩 enter the
market: bull call \n \n🟩 buy {{ticker}} \n \n exchange: {{exchange}} \n call price
{{close}} \n volume at call price {{volume}} \n time of call {{timenow}} \n
telegram quick index #{{ticker}}')
alertcondition(short, title= "SHORT call ::simple alert ❌", message = '❌ bear
call \n \n ❌ sell {{ticker}} \n \n exchange: {{exchange}} \n call price {{close}} \
n volume at call price {{volume}} \n time of call {{timenow}} \n telegram quick
index #{{ticker}}')
alertcondition(dcainput, title= "DCA entry call 🟦", message = ' 🟦 enter the market:
bull call \n \n 🟦 buy {{ticker}} \n \n exchange: {{exchange}} \n call price
{{close}} \n volume at call price {{volume}} \n time of call {{timenow}} \n
telegram quick index #{{ticker}}')
alertcondition(condition=longSLhitHR1, title="Long Stop LOSS Alarm ❌",
message='Long SL Hit at ${{plot("L.SL")}}')
alertcondition(condition=shortSLhitHR1, title="Short Stop LOSS Alarm ❌",
message='Short SL Hit at ${{plot("S.SL")}}')
alertcondition(condition=longSLhitDCA1, title="DCA Stop LOSS Alarm ❌", message='DCA
SL Hit at ${{plot("DCAL.TP3")}}')
alertcondition(condition=longTPhitHR1, title="Long Take Profit 1 Alarm 🟪",
message='Long TP.1 Hit at ${{plot("L.TP1")}}')
alertcondition(condition=longTPhitHR2, title="Long Take Profit 2 Alarm 🟪",
message='Long TP.2 Hit at ${{plot("L.TP2")}}')
alertcondition(condition=longTPhitHR3, title="Long Take Profit 3 Alarm 🟪",
message='Long TP.3 Hit at ${{plot("L.TP3")}}')
alertcondition(condition=shortTPhitHR1, title="Short Take Profit 1 Alarm 🟨",
message='Short TP.1 Hit at ${{plot("S.TP1")}}')
alertcondition(condition=shortTPhitHR2, title="Short Take Profit 2 Alarm 🟨",
message='Short TP.2 Hit at ${{plot("S.TP2")}}')
alertcondition(condition=shortTPhitHR3, title="Short Take Profit 3 Alarm 🟨",
message='Short TP.3 Hit at ${{plot("S.TP3")}}')
alertcondition(condition=longTPhitDCA1, title="DCA Long Take Profit 1 Alarm 🟦",
message='DCA Long TP.1 Hit at ${{plot("DCAL.TP1")}}')
alertcondition(condition=longTPhitDCA2, title="DCA Long Take Profit 2 Alarm 🟦",
message='DCA Long TP.2 Hit at ${{plot("DCAL.TP2")}}')
alertcondition(condition=longTPhitDCA3, title="DCA Long Take Profit 3 Alarm 🟦",
message='DCA Long TP.3 Hit at ${{plot("DCAL.TP3")}}')