Strooths Find Candle Indicator (by input list)

1 673 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, 7 months ago by Strooth.
    HaasScript Code
    Sign in or Register to download for free
  • HaasOnline Black Friday Sale Promotion Type: Sale Expires: December 7, 2023 24:00 UTC
    For a limited-time get up to 50% off monthly and 30% off annual plans.
Login or Register to Comment

Unlock your crypto trading potential

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

Join for Free