Hi all;

There is a lot of good samples showing how to do one specific thing. But I'm not able to find a complete/comprehensive sample. Preferably with a simple algorithm (so the focus is on everything, not just the algorithm).

Is there a sample (happy to pay for it) that has in it (in priority order):

  1. How to set it up to run each night (to place trades for tomorrow).
  2. Creates a dataset and then updates it nightly with that day's trades.
  3. Has a simple algorithm it uses. My preference is golden cross because:
    1. It requires creating the data for the 50 day moving average.
    2. It requires walking all stocks to find one(s) that have crossed.
    3. It requires simple logic to determine what to do.
  4. Saves off necessary data each data for use the next day.
  5. Runs paper trades saving off daily win/loss.
  6. Optionally can also do real trades via InteractiveBrokers.
  7. Displays results over time (table & graph).

 

I know it's likely there is nothing exactly like the above. But is there something that has most of the above?

thanks - dave

Author