potatoshop

Binance_Min_Limit_Order_amount_library

potatoshop Atualizado   
Library "Binance_Min_Limit_Order_amount_library"
TODO: This library give us the minimum Limit Order amount for the contract in Binance.

m_qty(n_v, m_fee, t_fee, cost, m_t)
  TODO: it give us the Minimum Qty for the trading in Binance
  Parameters:
    n_v: TODO: min_notional_value. 5 dollar is the minimum notional amount in Binance at the moment.
    m_fee: TODO: maker_fee %
    t_fee: TODO: taker_fee %
    cost: TODO: your investing money
    m_t: TODO: if you want Limit_Order, put the "T", if you want Market_Order, put the "M" defval="M"
  Returns: TODO: for the coin of binance on your chart,


Reference: www.binance.com/en/f...ing-rules/perpetual/
Notas de Lançamento:
v2

Updated:
m_qty(n_v, m_fee, t_fee, cost, price)
  TODO: it give us the Minimum Qty for the trading in Binance
  Parameters:
    n_v: TODO: min_notional_value. 5 dollar is the minimum notional amount in Binance at the moment.
    m_fee: TODO: maker_fee %
    t_fee: TODO: taker_fee %
    cost: TODO: your investing money
    price: TODO: Target price you want to trade in Limit_Order, if you want Market_Order, NaN
  Returns: TODO: for the coin of binance on your chart,
Notas de Lançamento:
v3

Added:
ceil_truncate()

truncate()
Notas de Lançamento:
v4
Biblioteca do Pine

No verdadeiro espírito TradingView, o autor publicou este código de Pine como uma biblioteca de código aberto para que outros programadores de Pine de nossa comunidade possam reutilizá-lo. Um brinde ao autor! Você pode usar esta biblioteca em particular ou em outras publicações de código aberto, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Gostaria de usar essa biblioteca?

Copie a seguinte linha e cole-a em seu script.