Navigation

    Backtrader Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/

    Best IDE for Backtrader

    General Discussion
    5
    11
    1709
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kaya last edited by

      Hi all, can you please recommend the best IDE for developing backtrader strategies? debugging, plotting etc.

      1 Reply Last reply Reply Quote 0
      • A
        ab_trader last edited by

        VS Code.

        • If my answer helped, hit reputation up arrow at lower right corner of the post.
        • Python Debugging With Pdb
        • New to python and bt - check this out
        1 Reply Last reply Reply Quote 0
        • Nikolai
          Nikolai last edited by

          I use PyCharm Pro.

          1 Reply Last reply Reply Quote 1
          • K
            kaya last edited by

            Thanks both, I have previously used both IDE's, PC for python and VS for .net.

            1 Reply Last reply Reply Quote 0
            • Developing Coder
              Developing Coder last edited by

              Wouldn't recommend PyCharm although I use it myself.

              BackTrader is a bag of tricks with a hack on top and PyCharm's tools don't play well with that. Half of your code will be highlighted as problematic, autocomplete rarely works and you can't ask which parameters a function takes.

              If I wasn't so used to PyCharm, I'd probably go with Sublime Text.

              1 Reply Last reply Reply Quote 2
              • K
                kaya last edited by

                I'm getting some red squiggles in VSCode, i'm using pylint.

                A 1 Reply Last reply Reply Quote 0
                • A
                  ab_trader @kaya last edited by

                  @kaya I found pylint quite useless, a lot of false errors marked. But maybe it needs more extensive configuration.

                  • If my answer helped, hit reputation up arrow at lower right corner of the post.
                  • Python Debugging With Pdb
                  • New to python and bt - check this out
                  K 1 Reply Last reply Reply Quote 1
                  • K
                    kaya last edited by

                    Does anyone use Spyder?

                    1 Reply Last reply Reply Quote 0
                    • K
                      kaya @ab_trader last edited by

                      @ab_trader said in Best IDE for Backtrader:

                      @kaya I found pylint quite useless, a lot of false errors marked. But maybe it needs more extensive configuration.

                      Which one do you recommend @ab_trader ?

                      A 1 Reply Last reply Reply Quote 0
                      • A
                        ab_trader @kaya last edited by ab_trader

                        @kaya I don't use any linter for python.

                        • If my answer helped, hit reputation up arrow at lower right corner of the post.
                        • Python Debugging With Pdb
                        • New to python and bt - check this out
                        1 Reply Last reply Reply Quote 1
                        • A
                          Alex_CL last edited by

                          atom.io , with some plugins for python installed,
                          linter, linter-python, autocomplete-python, bracket-colorizer , file-icons, minimap, python-autopep8

                          1 Reply Last reply Reply Quote 1
                          • 1 / 1
                          • First post
                            Last post
                          Copyright © 2016, 2017, 2018, 2019, 2020, 2021 NodeBB Forums | Contributors