Trading Strategy Design -- "Shared Variables"

Discussion in 'App Development' started by clearinghouse, Jan 1, 2012.

  1. Mr_You

    Mr_You

    What about using a centralized SQL database such as (in order) SQLite, PostgreSQL, MySQL, or Microsoft SQL Server?

    Or maybe use LINQ if you're using .NET.

    Or if you really wanted to keep it simple you could use a combination of a hierarchical directory structure and flat text files (xml?). You'll just want to make sure to employ a file locking method or some way to eliminate collisions.
     
    #11     Jan 1, 2012
  2. tim888

    tim888

    Multicollinearity...If you don't get occasional conflicts then you may have it...
     
    #12     Jan 2, 2012