PINE LIBRARY
מעודכן Binance_Min_Limit_Order_amount_library

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, [min_unit,min_qty,posible_qty,fee_price]
Reference: binance.com/en/futures/trading-rules/perpetual/
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, [min_unit,min_qty,posible_qty,fee_price]
Reference: binance.com/en/futures/trading-rules/perpetual/
הערות שחרור
v2Updated:
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, [min_unit,min_qty,posible_qty,fee_price]
הערות שחרור
v3Added:
ceil_truncate()
truncate()
הערות שחרור
v4ספריית Pine
ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומי קוד פתוח אחרים, אך השימוש החוזר בקוד זה בפרסומים כפוף לכללי הבית.
כתב ויתור
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.
ספריית Pine
ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומי קוד פתוח אחרים, אך השימוש החוזר בקוד זה בפרסומים כפוף לכללי הבית.
כתב ויתור
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.