Features Its early trend detection relies on complex algorithms of break outs that allows traders to get success on their manual trading skills. Indicator Parameters Bollinger Band Periods - Length for Bollinger Band It Identifies the Main Trend and colors Red for Sell and Green for Buy on Moving Average as a SwingDn and SwingUp. (Moving Average has no mathematical impact on indicator) Heiken Ashi Period - Heiken Ashi Period and ATR bot.h identifying trends in parallel with Bolinger and plotting as a Trackerup for Buy and TrackerDn for Sell. ATR Multiplier - Heiken Ashi Period and ATR both identifying trends in parallel with Bolinger and plotting as a Trackerup for Buy and TrackerDn for Sell. ATR helps to find best BreakOuts. Nbars - Number of Bars to Process for indicator. Default value 1000 best optimized. Display Stats - True to display stat and False to hide stats StatClr - Select Font colors for stat Start TrackingFromBar: Value 0 to select tracking system to count trend pips from Candle1-Open Value. Value 1 to select tracking system to count trend pips from Candle2 Open Value. Magic: 8-digit unique Magic Number of the EA Entry Strategy: Choose between entry on "Swing color" or "TrackerDn -> TrackerUp Green/TrackerUp -> TrackerDn Red" or "both" (by default "Swing color"). Exit Strategy: Choose between exit on "SwingUp -> SwingDn Red/SwingDn -> SwingUp Green" or "TrackerUp -> TrackerDn Red/TrackerDn -> TrackerUp Green) or "both" (by default "both"). Take Profit: (by default "0"). Stop Loss: (by default "0"). Size: lot size of the trades to be opened (by default "0.1"). PushAlert1 - True/False PushAlert2 - True/False Values for Parameters below -- Values Bollinger Band Periods = 60 HeikenAshiPeiod = 10 ATR Multiplier = 4.4 NBARS = 1000 Start Tracking from bar = 1 The trade should close when the trend has changed. It needs to have the ability to active on the 15minute time frame, But also be adjustable to any time frame of my choosing -- The 15minute time frame is the time frame the trades should be taking in Buy/Sell Also I need to be able to adjust the Lots per trade, the lot size per trade -- The take profit should automatically be done with the paremters of the trend tracking system with the values and parameters above. I would like to recieve push alerts every time a trade is taken -- (if possible) 1) Main Strategy (Watch Video: https://youtu.be/kuJSbmcFCqY) Entry Point Enter Buy when Swing color changes to Green Enter Sell when Swing Color changes to Red Exit Strategy Exit Buy when TrackerUp turned to TrackerDn “Red” Exit Sell when TrackerDn turned to TrackerUp “Green” Exit Buy SwingUp turned to SwingDn “Red” Exit Sell SwingDn turned to SwingUp “Green” Secondary Strategy: Entry Point Enter Buy when TrackerDn Changes to TrackerUp “Green” Enter Sell when TrackerUp Changes to TrackerDn “Red” Use Swing Direction or Color to avoid/filter unwanted signal Exit Strategy Exit Buy when TrackerUp turned to TrackerDn “Red” Exit Sell when TrackerDn turned to TrackerUp “Green” Exit Buy SwingUp turned to SwingDn “Red” Exit Sell SwingDn turned to SwingUp “Green” Basically it's about having a BUY order when the signal is showing buy. As soon as the signal shows SELL, we close the BUY order and open a new SELL, and viceversa.