The script presented is a trading strategy called "Breaker Block Strategy with Price Channel". This strategy uses multiple time frames (1 minute, 5 minutes, 15 minutes, 1 hour, and 4 hours) to detect support and resistance areas on the chart. The strategy uses parameters such as length, deviations, multiplier, Fibonacci level, move lag and volume threshold for...
Hello Guys! Nice to meet you all! This is my Second script after changing My Profile Name! I updated my strategy template before - I added some filter conditions (EMA, ADX, DMI). If there's something to update, I will update this script! Thank you! ----- I made this based on the open source strategies by jason5480, kevinmck100, myncrypto. Thank you All! ###...
Hello Guys! Nice to meet you all! This is my fourth script! This is the Strategy Template for traders who wants to make their own strategy. I made this based on the open source strategies by jason5480, kevinmck100, myncrypto. Thank you All! ### StopLoss 1. Can Choose Stop Loss Type: Percent, ATR, Previous Low / High. 2. Can Chosse inputs of each Stop Loss...
Buy One Sell One Two Options to send Alert Order via Webhook 1. Order fill events with `alert_message` on strategy.close(), strategy.entry(), strategy.exit() and strategy.order() NOTE: Need to fill the Alert Creation box with `{{strategy.order.alert_message}}` 2. Send Alert through `alert()`
Hello traders I'm getting this question at least once per week: "how to define a custom exit quantity for my stop loss and a different one for my take profit" Instead of answering every day the same question in my DMs, I've decided to publish an educational strategy template script using this Features - Select to use or not the SL and/or TP - Define how many...