How can I get "contract ratio" for each crypto future in Binance Future Datafeed?

Questions about MultiCharts and user contributed studies.
Morgan
Posts: 16
Joined: 29 Oct 2014
Has thanked: 1 time
Been thanked: 1 time

How can I get "contract ratio" for each crypto future in Binance Future Datafeed?

Postby Morgan » 05 Feb 2021

Hi,

As attached image displayed, in Binance Future datafeed, there's setting for contract ratio in each crypto.

If there's any easy language script I can use to get the "contract ratio" for each crypto future instrument?

Thanks~
Attachments
contractratio.JPG
(105.95 KiB) Not downloaded yet

tornadoatc
Posts: 11
Joined: 05 Feb 2011
Been thanked: 1 time

Re: How can I get "contract ratio" for each crypto future in Binance Future Datafeed?

Postby tornadoatc » 18 Feb 2021

Bump... I am looking for same. Unable to calculate any position sizing without this parameter.

User avatar
Smoky
Posts: 507
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 97 times
Been thanked: 115 times

Re: How can I get "contract ratio" for each crypto future in Binance Future Datafeed?

Postby Smoky » 19 Feb 2021

Bump... I am looking for same. Unable to calculate any position sizing without this parameter.
Yes of course, and You can add also "Levarage Level" to have every language code to work realy well ...

On binance trading plateform we can change leverage on fly for every trade... Must have LoL

User avatar
Tammy MultiCharts
Posts: 200
Joined: 06 Aug 2020
Has thanked: 6 times
Been thanked: 65 times

Re: How can I get "contract ratio" for each crypto future in Binance Future Datafeed?

Postby Tammy MultiCharts » 19 Feb 2021

Hello Morgan,

The contract ratio information is received from the broker. Accessing Contract Ratio values directly from the script in MultiCharts is not possible.

However, the following information might help you calculate the position size:
Contract Ratio value for Spot symbols and USDT Futures equals to BigPointValue. You can refer to BigPointValue in your script: https://www.multicharts.com/trading-sof ... PointValue
Contract Ratio for Coin Futures always equals to 1.

andreinvest
Posts: 43
Joined: 27 Oct 2019
Has thanked: 29 times
Been thanked: 1 time

Re: How can I get "contract ratio" for each crypto future in Binance Future Datafeed?

Postby andreinvest » 23 Feb 2021

Hello Morgan,

The contract ratio information is received from the broker. Accessing Contract Ratio values directly from the script in MultiCharts is not possible.

However, the following information might help you calculate the position size:
Contract Ratio value for Spot symbols and USDT Futures equals to BigPointValue. You can refer to BigPointValue in your script: https://www.multicharts.com/trading-sof ... PointValue
Contract Ratio for Coin Futures always equals to 1.
Tammy, bigpointvalue for USDT futures BTCUSDT is 1. I receive it from function "bigpointvalue" however at Contract Ratios it indicated 0.001.
When I make manual trade from the same chart for 10, result position is 0.01, and it is ok. How can i receive the same figure from script?


Return to “MultiCharts”