potatoshop

Binance_Min_Limit_Order_amount_library

potatoshop تم تحديثه   
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/
ملاحظات الأخبار:
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,
ملاحظات الأخبار:
v3

Added:
ceil_truncate()

truncate()
ملاحظات الأخبار:
v4
مكتبة باين

كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشور تحكمه قواعد الموقع.

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.

هل تريد استخدام هذه المكتبة؟

انسخ النص إلى الحافظة وألصقه في النص البرمجي الخاص بك.