Search results

  1. 2

    How to start using this automated trading system I just downloaded...?

    There's 2 parts. The system which is written in java and the ui in c#. Unzip. Got to bin and click the bat file. That starts the system. Click monarchui.exe that starts the gui
  2. 2

    Plotting a tick chart from yahoo/google finance.

    python pandas and quandl R quantmod
  3. 2

    the buy-side model, could it happen?

    what does that have to do with payment for orderflow? everyone in the world can see that a buy was bought on the offer through time and sales
  4. 2

    Need Help in my strategy !

    try this. http://bit.ly/rUGFwD @Configurable("") public List prices= new ArrayList(Arrays.asList(new double[] {.004,.05,.01,.1})); private int level=0; ... // submitting the order with the specified amount, command and take profit submitOrder(prices.get(level++), orderCmd, tpPipsOnLoss); ...
  5. 2

    Need Help in my strategy !

    https://www.dukascopy.com/client/javadoc/com/dukascopy/api/Configurable.html something like ... @Configurable("") public List prices= new ArrayList(Arrays.asList(new double[] {.004,.05,.01,.1})); you would need to add logic of "add price list which has to be open after last price reaches...
  6. 2

    Need Help in my strategy !

    how do you run the code now? From what I see you can change amount variable to change the price
  7. 2

    Need Help in my strategy !

    SimpleTpSlStrategy t = new SimpleTpSlStrategy(); t.amount = .003;
  8. 2

    Ignored count

    It would be nice to see the number of members who have someone on ignore. That way someone who is ignored by many members can easily be seen as irrelevant
  9. 2

    Eliminating Spoofing = making bluffing illegal

    What's your definition of front running? Can anyone give an example of how HFTs front run?
  10. 2

    Anyone using Python on a large scale trading application?

    right tool for the job. what about products that are not latency or speed sensitive and barely trade? The OTC space dwarfs exchange traded products. I get RFQs all day and use python to store them and respond to them. I agree I wouldn't use python to trade exchange products but its used on...
  11. 2

    Anyone using Python on a large scale trading application?

    I did a simexchange http://j.mp/simexchange similar to your link; uses an erlang(ish) approach.
  12. 2

    Anyone using Python on a large scale trading application?

    agreed python does make things easier if you dont need the speed.Also, its nice to see that your posts have a good signal/noise and you walk the walk by showing code. Here's some links that may help others. http://j.mp/audgists http://bit.ly/17h05Rm
  13. 2

    Easiest Platform for Auto Execution

    Hosted orc or optioncity
  14. 2

    CME Quoting Both Sides

    no,you need to be authorized
  15. 2

    CME Quoting Both Sides

    yes I do it all day long
  16. 2

    Gelber Group

    just type your question into google and you're done http://hire.jobvite.com/CompanyJobs/Careers.aspx?k=Job&c=qfy9VfwB&j=oVVy1fw9&s=Indeed
  17. 2

    CME Quoting Both Sides

    you can quote both sides.
  18. 2

    Gelber Group

    AFAIK almost all of the future/options firms in Chicago are reputable. I don't know any that draw a red flag.
  19. 2

    IB API HOWTOs and Guidelines - For Beginners

    Use a config file and inject your logic
  20. 2

    Experienced software developer - Ideas wanted!?

    The thread topic is software ideas. No where has data analytics and data intelligence been mentioned
Back
Top