Firetron’s FormatRoundedPercent

1 1125 Views No Comments 4 years ago
  • Formats a number to be rounded and have the percent symbol.

    Custom Command Dependencies:
    None

    Test code:

    if not Load('done', false) then
    
      local closes = ClosePrices()
      local close1 = ArrayGet(closes, 1)
      local close2 = ArrayGet(closes, 2)
    
      local change = PercentageChange(close1, close2)
    
      Log(' ')
      Log(change)
      Log('Chnage:')
      Log(' ')
    
      local formatted = CC_FormatRoundedPercent(change)
    
      Log(formatted)
      Log('Formatted Default:')
      Log(' ')
    
      local formatted2 = CC_FormatRoundedPercent(change, 4, ' @')
    
      Log(formatted2)
      Log('Formatted Another Way:')
      Log(' ')
    
      Save('done', true)
    
    end
    • This topic was modified 3 years, 9 months ago by Team HaasScripts.
    • This topic was modified 3 years, 3 months ago by Firetron. Reason: Removed tip addresses
    • This topic was modified 2 years, 11 months ago by Firetron. Reason: Updated to latest standards
    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