Strooths Find Candle Indicator (by input list)

1 535 Views No Comments 2 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, 1 month ago by Strooth.
    HaasScript Code
    Sign in or Register to download for free
  • Earn Up to 2,000 $BMEX Tokens Promotion Type: contest Expires: July 31, 2023 Exclusive
    Fire up your trade bots and earn up to 2,000 $BMEX, $BTC, free subscriptions, and more.
Login or Register to Comment

Unlock your crypto trading potential

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

Join for Free