Giter VIP home page Giter VIP logo

Comments (9)

pascal00d avatar pascal00d commented on May 25, 2024 1

Thanks for your work !

from monigomani.

PoCk3T avatar PoCk3T commented on May 25, 2024 1

As far as I remember, some of the pairs that shows up if you remove "isMarginTradingAllowed==True" are simply not traded anymore

from monigomani.

PoCk3T avatar PoCk3T commented on May 25, 2024 1

With "isMarginTradingAllowed==True" => 131 pairs
Without "isMarginTradingAllowed==True" => 233 pairs
Delta = 102 pairs

Very concretely, if we remove "isMarginTradingAllowed==True", get a list of pairs, and try to download OHCLV data for these pairs, Binance will tell you 102 of these pairs don't exist and the freqtrade download-data tool will ask you to remove these pairs from your list.

Additionally, pick one of these 102 pairs, and as far as I've seen myself, you will see these are old shitcoins

from monigomani.

Rikj000 avatar Rikj000 commented on May 25, 2024

Hello,

To retrieve a current Binance-USDT-All-Tradable-StaticPairList.json file, in Binance-Retrieve-All-Tradable-StaticPairList.py you check that "isMarginTradingAllowed==True".

With "isMarginTradingAllowed==True" => 131 pairs
Without "isMarginTradingAllowed==True" => 233 pairs

What is the reason to check that "isMarginTradingAllowed==True" ?

Good question, @PoCk3T is the creator of this tool, maybe he can elaborate this.
For now I'll comment it out upon my next commits pushed since indeed this tool's current purpose is mostly to pull All-Tradable pairs! (Together with some cleanup of the file)

from monigomani.

Rikj000 avatar Rikj000 commented on May 25, 2024

Margin trade limitation disabled in commit: 499f4d5

from monigomani.

3ylo avatar 3ylo commented on May 25, 2024

As far as I remember, some of the pairs that shows up if you remove "isMarginTradingAllowed==True" are simply not traded anymore

I wonder if it is related to leveraged pairs used on margin trading.If that's the case I believe they will be blacklisted because of the high risk.
https://academy.binance.com/en/articles/what-is-margin-trading
https://academy.binance.com/en/articles/a-beginners-guide-to-binance-leveraged-tokens-blvt

from monigomani.

Rikj000 avatar Rikj000 commented on May 25, 2024

As far as I remember, some of the pairs that shows up if you remove "isMarginTradingAllowed==True" are simply not traded anymore

Can't find much on the matter besides this: https://dev.binance.vision/t/ismargintradingallowed-the-same-as-shortable/2274
It's function is clear though, to only leave pairs in the list that are margin trade-able.

But if you say that pairs would be added that are not traded anymore, then do you mean not available anymore?
Or do you mean still available but quite unpopular?

from monigomani.

Rikj000 avatar Rikj000 commented on May 25, 2024

Very concretely, if we remove "isMarginTradingAllowed==True", get a list of pairs, and try to download OHCLV data for these pairs, Binance will tell you 102 of these pairs don't exist and the freqtrade download-data tool will ask you to remove these pairs from your list.

Alright that settles it 😄 and d['isMarginTradingAllowed'] is True shall remain uncommented 🙂

from monigomani.

Rikj000 avatar Rikj000 commented on May 25, 2024

Re-enabled in commit: f726c79

from monigomani.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.