Data Collection for Strategy Forward/Back Testing.

Discussion in 'Strategy Building' started by SimpleMeLike, Dec 11, 2016.

  1. userque

    userque

    Yes, for backtesting purposes. You would just be doing addition/subtraction between the "current" price and the support/resistance price...this would be your "distance."
     
    #11     Dec 11, 2016
    SimpleMeLike likes this.
  2. userque

    userque

    Actually, a good starting point could be to use free, historical data, and build an excel sheet system that uses two SMA crossovers to generate signals. This sheet should also track a balance. You can initially make the SMA periods manually determined; then let solver find them.

    It will give you experience that will carry over to your more complex intraday system.
     
    #12     Dec 11, 2016
  3. InvBox

    InvBox

    #13     Dec 11, 2016
  4. Thank you userque,

    I will give this some thought and planning and proceed.

    This is my first time building/planning a trading algorithm to back test using a software.
     
    #14     Dec 11, 2016
  5. Thank you userque for help,

    Good information and good starting place. I agree with you, I just need practice building a strategy in Excel just to get my brain to thinking and build from a simple intraday Excel trading system and like you mention using free historical data. Afterwards, I can expand the Excel programming to my own system while I discretionary (forward testing) trade it with paper money. This will allow to write the strategy on paper in logic planning.

    Do you have any resources or books on Excel programming dedicated to trading algorithms strategies?

    Thanks
     
    #15     Dec 11, 2016
  6. userque

    userque

    Exactly! You should "grow" into it, imo.

    Unfortunately, I don't know of any Excel backtesting resources. I did a search (excel backtesting) on Google and looked at the first 100 results...nothing I feel comfortable recommending, and some I feel would be 'harmful' at this point in your learning (trying to use Pivot Tables, for example).

    But maybe you could find some of the links useful.
     
    #16     Dec 12, 2016
  7. InvBox

    InvBox

    Here is what I've used for Yahoo finance - https://github.com/cgoldberg/ystockquote
    Quandl - also interesting service. And btw - has Excel plugin https://www.quandl.com/tools/excel - not used, will be happy to get any feedbacks
    Market data downloader (from article above) - http://stocksharp.com/products/hydra/ - the same, not used

    Also Excel (below of 2010 version) has an feature with auto-refresh imported HTML. Can be used with Yahoo.
     
    #17     Dec 12, 2016
    SimpleMeLike likes this.
  8. Thank you
    Thank you so much userque,

    I am looking into options of Excel and other platforms.
     
    #18     Dec 14, 2016
    userque likes this.
  9. #19     Dec 14, 2016