RicardoSantos

FunctionCompoundInterest

RicardoSantos Wizard Güncellendi   
Library "FunctionCompoundInterest"
Method for compound interest.

simple_compound(principal, rate, duration) Computes compound interest for given duration.
  Parameters:
    principal: float, the principal or starting value.
    rate: float, the rate of interest.
    duration: float, the period of growth.
  Returns: float.

variable_compound(principal, rates, duration) Computes variable compound interest for given duration.
  Parameters:
    principal: float, the principal or starting value.
    rates: float array, the rates of interest.
    duration: int, the period of growth.
  Returns: float array.

simple_compound_array(principal, rates, duration) Computes variable compound interest for given duration.
  Parameters:
    principal: float, the principal or starting value.
    rates: float array, the rates of interest.
    duration: int, the period of growth.
  Returns: float array.

variable_compound_array(principal, rates, duration) Computes variable compound interest for given duration.
  Parameters:
    principal: float, the principal or starting value.
    rates: float array, the rates of interest.
    duration: int, the period of growth.
  Returns: float array.
Sürüm Notları:
v2

Added:
compound_interest_periods(principal, final, rate) compound interest periods
  Parameters:
    principal: float, value of investment.
    final: float, target final value.
    rate: float, interest rate.

compound_interest_principal(final, rate, period) compound interest principal
  Parameters:
    final: float, target final value.
    rate: float, interest rate.
    period: float, period of investment.
Pine kitaplığı

Gerçek TradingView ruhuyla yazar, topluluğumuzdaki diğer Pine programcılarının yeniden kullanabilmesi için bu Pine kodunu açık kaynaklı bir kitaplık olarak yayınladı. Yazarın eline sağlık! Bu kitaplığı özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanımı Kullanım Koşulları tarafından yönetilir.

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.

Bu kütüphaneyi kullanmak ister misiniz?

Metni panoya kopyalayın ve komut dosyanıza yapıştırın.