Coder Social home page Coder Social logo

trading's People

Contributors

arnonmoscona avatar

Watchers

 avatar

trading's Issues

Get rid of EasyB dependency

EasyB was inherited from the original source from which all this code started. The framework, while nice, has not caught on and i should move away from it and change to some more popular test framework.

Also, the integration of EasyB into Maven is very "hacky" and involves using GMaven, itself a defunct project.

The problem is that all the copied code from the private project is tested using EasyB, and those tests must be rewritten in another framework before I can get rid of the dependency on EasyB.

Cleanup dependency on TestHelper.groovy

TestHelper.groovy should probably be refactored into its own Maven project. As it stands right now, there is no easy way to share this groovy class, which is only used to support the defunct EasyB unit tests, across different projects.

The "solution" so far is very ugly as it involves the crimes of:

  • making copies of this script in each project that uses it
  • making a change in each copy (even uglier), which should probably injected or something

Remove dependency on MarketTree

MarketTree is old and tied to an older project. It is not generic enough and all dependencies on it should be removed and refactored into more generic concepts.

Historical data should have zero dependency on it in code and in tests.

Streaming data should eventually get rid of it and only use the generic concepts of mapping symbols to codes and back.

Any dependency on the MarketTree.TreeEntry class should be removed completely.

Any fixtures and dependencies on the file format should be simplified to a simple list of symbols, with perhaps mapping to sector and industry classification (no crazy tree structure)

Any dependency on MasterTree should be completely removed.

Remove dependencies of historical on streaming

The historical structures should not have any dependency on streaming structures at all. For instance the dependency on TimeSlotBar should not exist at all in the historical structures.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.