Collaborating with a programmer to create trading tools/strategies - Have anyone done this?

Discussion in 'App Development' started by Howard, Nov 23, 2019.

  1. d08

    d08

    10 Mb of java code. So what's like 20 kb of Python?
     
    #21     Nov 26, 2019
    userque, ET180 and Howard like this.
  2. schizo

    schizo

    What's the program language? Most upper-level like Python and C# is pretty easy to learn. Unless there are millions of codes, which doesn't sound like it by what you've written, why not tackle it yourself?
     
    #22     Nov 26, 2019
    Howard likes this.
  3. d08

    d08

    Higher level. While I agree, it takes quite a lot of time to get things working right. Plenty of pitfalls and tricks to learn.
     
    #23     Nov 26, 2019
    userque and Howard like this.
  4. Howard

    Howard

    Hi, SteveH,

    I sincerely appreciate the suggestion, but I think what you're suggesting is way beyond me and probably not even possible with this project.

    It's written in C#, but uses queries and functions in SQL. It's not just an algorithm in Ninjatrader. I don't use Ninjatrader at all for this application.

    I had a programmer spend a day just understanding the codebase and even then he didn't fully comprehend it. I think because the code is poorly documented and not very logically organized. Also, he ran into problems once because he couldn't find the correct source code (I later retrieved it from the old company).

    Your latter paragraph is how I wish this was organized and how I want things to be when I eventually redesign this entire thing. It needs to be done in a way that I can understand and make changes to.

    Best regards,

    Howard
     
    #24     Nov 26, 2019
  5. Howard

    Howard

    Hi, ironchef,

    Please see my reply to SteveH. I don't think that's possible.

    I do NOT know how to program. :)

    I know some basics, but it's too basic to be of any use yet, except simple stuff in VBA.

    Best,

    Howard
     
    #25     Nov 26, 2019
  6. Howard

    Howard

    I do want to learn it eventually. It's on my fat to-do list. So is learning a new market and learning options.

    But I do feel learning programming is mandatory these days...

    Howard

    It's written in C# and if not a million (could be), there's at least thousands of lines of codes.

    The way to go with this project is to do it correctly from scratch and document things properly.

    I do want to learn coding, but I think it will take me a few years until I'm proficient enough to write something like this.

    My application is basically a program. A back-testing engine, even. It's not just a single algorithm or indicator in Ninja.

    Part of the reason why it's not optimal is because version 1.0 was designed by two great guys and worked great as it was a very basic and limited version. Throughout the years my application grew much more complex than it was originally intended to be. For example, it was not meant for intraday use initially. And due to my budget, a less skilled programmer took over the project (while still inside the original company). Only later on did I work with programmers who seemed a lot better than this one.

    Howard
     
    #26     Nov 26, 2019
  7. ET180

    ET180

    I haven't counted, but it's currently 2,858 files.
     
    #27     Nov 26, 2019
  8. ironchef

    ironchef

    If you know high school math, you can learn how to program.

    I didn't even know VBA until I took a Coursera course in VBA (actually two, part 1 & part 2). Took me six months after to be able to code something useful. I have written a bunch of subroutines to backtest some scenarios... I also took a course in MATLAB but am having difficulty applying it to backtest.

    I am going to take a course in Python next year because my ET advisors here said if I wanted to automate my trading, using API, Python is better suited than VBA excel.

    Happy holiday to you.
     
    #28     Nov 30, 2019
    Howard and qlai like this.
  9. themickey

    themickey

    I write my own and they take months to complete working on them several hours a day all week.
    First there is the general outlay, then tweaking, then additions, further tweaking, cutting stuff out, replacing. There will be errors in the code which don't come to light until you're trading.
    Most often you will not be happy with the results so improvements are made.
    My suggestion if you are really serious about getting someone to code rather than yourself, share it with them so they can use it.
    It's the only way because it's a long tedious job and you will drive the coder nuts with your requests for changes.
    The algo is your love, not someone else's, and to keep someone interested who 'has no interest' is an impossible task.
    Believe me, I've been doing this for years both having a coder do my work as well as doing my own, so I think I'm partially qualified with this observation.
    PS: I don't wish to code for you.
     
    Last edited: Nov 30, 2019
    #29     Nov 30, 2019
    SteveH, djames, Howard and 1 other person like this.
  10. themickey

    themickey

    Another suggestion, if the code is quite large or complex, you will best need to add descriptive notes in amongst the code so you can keep track on the reasons lines of code are included.
    Sometimes there may be code which needs changing due to different situations, so little descriptions along the way help you keep track on your thinking.
    If you don't wish to add due to "have to keep this secret", your algo can get out of hand and you lose track of what your mindset was when these code lines were implemented.
     
    #30     Nov 30, 2019
    Howard likes this.