Algorithm trading: looking for project to join

Discussion in 'App Development' started by sptrader_79, Dec 16, 2019.

  1. I know statistics/inference/timeseries, but they are only on paper. Being able to deploy these techniques (data science?) to vast intraday data is something I wanna do.
     
    #11     Jan 15, 2020
  2. qlai

    qlai

    #12     Jan 15, 2020
  3. i mean, am overwhelmed by the idea of starting even a toy trading system, for someone self-taught. There are so many components to build, from datafeed handlers and signal generators to trade engines and risk mgmt etc. Too many parts and none trivial (data-intensive, threads, socket programming etc), don't even know where to get started. Prefer something simpler to toy around first.
     
    Last edited: Jan 16, 2020
    #13     Jan 16, 2020
  4. Why not starting small?
    - Get historical data like from quantquote.com or so.
    - Write python code that implements for trading strategy and backtest it.

    I would not implement trading system before you have working trading strategy. You don't need thread or sockets for trading system. Real-time data feed you will get from your broker like IB, TradeStation
     
    #14     Jan 16, 2020
    silveredge likes this.
  5. My trading will be intraday-only based on 1-min prices and multivariate time series, so presumably will use many callable/future threads for calculation.
     
    #15     Jan 16, 2020
  6. shatteredx

    shatteredx

    if you’re just using price series, something like NinjaTrader or tradestation is probably fine to get started and program some simple strategies. You can always roll your own later.
     
    #16     Jan 16, 2020
  7. am going to try some algo courses on coursera/datacamp/udemy
     
    #17     Jan 16, 2020
  8. sp 79,
    I do have an interesting project that needs collaboration - predicting major market reversals. If you`d like to see more, ( charts/ results) pm me.
     
    #18     Oct 27, 2020
  9. easymon1

    easymon1

  10. 931

    931

    True. Without spread it would be possible to get enormous numbers out of the market, with almost linear growth without noticable drawdown.

    But if considering more factors it becomes much more challenging.
     
    #20     Nov 22, 2020