Strooths Find Candle Indicator (by input list)

1 800 Views No Comments 3 years ago
  • For the main description see the original indicator
    Strooths Candle Indicator

    This one is modified so you can feed it a list as required in your strategy rather then the standard lists I defined.

    to use

    
    local bearish = {BreakawayType, BeltHoldType, ThreeBlackCrowsType}
    local bullish = {MorningStarType, ThreeWhiteSoldiersType, MarubozuType}
    local signal = CC_StroothsFindCDL(bearish, bullish)
    

    to fine tune a little more

    local bearish = {BreakawayType, BeltHoldType, ThreeBlackCrowsType}
    local bullish = {MorningStarType, ThreeWhiteSoldiersType, MarubozuType}
    local cp = CurrentPrice()
    local signal = CC_StroothsFindCDL(bearish, bullish, 1 CurrentInterval(), {cp.open, cp.high, cp.low, cp.close}, 3, 3, 4, true, false, false)
    • This topic was modified 2 years, 11 months ago by Strooth.
    HaasScript Code
    Sign in or Register to download for free
Login or Register to Comment

Unlock your crypto trading potential

Create a free account and enjoy everything we have to offer.

Join for Free