Interesting "Tend Analysis Tools" Tend Quality & Pivots. I'm using a 45 High and 80 Low in this chart for my Pivot Chart settings
Using a HA moving average that you'll see below, with a BB and MACD crossover as a trigger. Created one for a Long and Short strategy to be used on a Daily chart only after the trend had been confirmed in the weekly. //@version=3 strategy("HA & BB Long Strategy", overlay = true) // === BACKTEST RANGE === // FromMonth = input(defval = 1, title = "From Month",...
Wrote a HA moving ave to eliminate repainting that was seen with the TickerID. I then added a MACD indicator to assist in confirming Buy entries. The exit entries are solely reliant on the HA moving ave. This helps in reducing entries into the market when it's going sideways, and keeps the MACD from taking me out of a trade to soon by only using it as part of...
Using the heikinahshi(tickerid) over a standard candle along with a EMA to help identify trends.
//@version=3 ////////// I've been playing around with a new trading script using a MACD Indicator ////////// When I run the script shows that hypothetically made over 600% in 22 months. ////////// It would have take 50,000 and turned it into $314,827 dollars.. ////////// MACD Indicator is set to FastLength 5, SlowLength 30, and MACDLength 9. ////////// I...
I finished this MACD & BB strategy. Back testing shows promising results in just 7 months worth of trades. Below is the script feel free to play around with it, and if you can make any improvements please share.. Oh, on the alerts.. I realize that the script has to be in study mode.. I may use this in study mode once I'm done to trigger alerts to be sent to...