Search results

  1. V

    Real-time quotes (options chain) on a web page

    So you have some sort of extra module/executable where you send all messages from different parts of application (new orders, order confirmations, etc) then you use websockets to send those data to display on a webpage?
  2. V

    Rizm platform for algo trading

    I came across this http://equametrics.com/ Have someone tried it yet? Looks like they use visual strategy builder so "No Programming. No Code." is needed. I am skeptical about such platform.
  3. V

    Using an Algo to trade news headlines automatically

    Not relevant, just wondering how possible it is to become a self-employed trader. Thanks for answering.
  4. V

    Using an Algo to trade news headlines automatically

    Are you trading for someone or you are self-employed?
  5. V

    Another New open source C++ FIX engine

    some do, usually with QuickFIX.
  6. V

    Another New open source C++ FIX engine

    I must add that it's very nice to see new alternatives to QuickFIX behemoth.
  7. V

    Another New open source C++ FIX engine

    Thank you for posting. I find the third-party libraries requirement detrimental for the wide spread usage by retail traders. Instead of Poco and Intel they could have just used Boost, instead of Bekerley DB they could have used SQLite or simple text files. Installing & configuring Berkeley...
  8. V

    Do you use bid/ask or last traded price?

    I see, thanks for the post.
  9. V

    Do you use bid/ask or last traded price?

    Hello, Do you use bid/ask or last traded price? What about specifically in FOREX? Are there pro and cons of using one or another? TIA
  10. V

    What's your Exit Strategy

    I got it, thanks.
  11. V

    What's your Exit Strategy

    I cannot seem to find it, under whose name the keys are posted? What's the name of the thread? Thanks.
  12. V

    What's your Exit Strategy

    ok... can you elaborate?
  13. V

    My own ATS: which subsystem to generate closing order?

    @gastropod - brokers usually provide historical data for some time back. Yes, I've already tried to measure how fast my system can process the quotes, thank you for hints.
  14. V

    What's your Exit Strategy

    What is river? and thanks for your post, I'll have some questions later if you do not mind after digest your post.
  15. V

    What's your Exit Strategy

    That would make order generation as simple as it gets but I have a couple of comments-questions: 1) Let's say I have a trend following strategy and market starts going up then Strategy Execution module will be sending a new buy order every tick to the Order Management module. OMS will accept...
  16. V

    My own ATS: which subsystem to generate closing order?

    @gastropod -- thanks for the tips! I'll have to save them for later, Honestly, I am far from colo, Infiniband and 64 CPUs right now :) At first I'll probably get my algo on the cloud to forward test and trade with small account then colo once it all works good in small setup.
  17. V

    My own ATS: which subsystem to generate closing order?

    What are the hints, please?!
  18. V

    My own ATS: which subsystem to generate closing order?

    You mean getting quotes from one data provider but placing orders through a (different) broker? I think some people do it, if you have a good data provider then if you move to a different broker you can still be using your tested data provider. Memory yes, I had TCP buffer at 8K and it was...
  19. V

    My own ATS: which subsystem to generate closing order?

    @dazzwater - right, I see, thank you!
  20. V

    R vs MATLAB

    Could you explain why depth is irrelevant in FX trading? I know there is no central exchange in FX market so the depth is only relevant for the broker/dealer you are working with, but still, I think depth will give microeconomic insight into where the market is headed.
Back
Top