TradingView
HTrade17
Jan 18, 2023 12:13 AM

HiveLibrary 

Gold vs US DollarPepperstone

Description

Library "HiveLibrary"
: Custom library

RoundDown(number, decimals)
  RoundDown() rounds the specified number down to the given number
of decimal places.
  Parameters:
    number: is the argument for rounding down & decimals is the number of digits after dot
    decimals
  Returns: return is the rounded down value of the number
More