Recent content by schemer

  1. S

    What do you think of this aglo software

    Why do you need other "opinions"? You did an evaluation, if the software does what you need, then use it, if not then try something else.
  2. S

    I want to Open Source my trading platform

    It depends on your needs. For most use cases, .NET will be fine. I use .NET in my day job (not trading) processing real-time data (on the order of 100s of events per second), and find the performance good enough. Especially with multicore processors, raw performance is not as important as the...
  3. S

    Poll: Have you discovered a "holy grail" system?

    Were you having a problem solving it?
  4. S

    Pattern Based Strategy Design

    I would rethink your strategy. Essentially, you found a random indicator that seems to work. Why does it work? In what market conditions does it work? How do you know when it has stopped working? It seems that you have some programming skills. Be more creative. Look at the market and find...
  5. S

    Highest Annual return

    I didn't say anything about higher risk. My point was that if you are leveraged 5 to 1, 20% return is not great. But, it all depends on the strategy and your objectives.
  6. S

    Highest Annual return

    20% with 5 to 1 leverage is not great. Are you trading options?
  7. S

    Has anybody ever had a consistently profitable algorithm automated?

    My advice, step away from the indicators! Forgot any technical analysis crap. I assume you are programmer and have some knowledge of simple statistics. Watch the market in real-time for a week, take notes. What do see? Any abnormalities? Anything strange? Try to use probability and...
  8. S

    About to go live and........ apprehensive

    Don't say nobody. It is possible to build a robust system that can trade unattended. But, there are many details and edge cases that you must program for. I suggest running live for awhile on a paper account.
  9. S

    Devastating after hours trade...SCREWED!!

    It doesn't matter if you are an engineer or rocket scientist or whatever, you are human. Humans make mistakes. Also, as an engineer, you should know that a 7 doesn't magically and randomly turn into a 8. It sucks to have a loss like that, but don't blame it on IB changing your order.
  10. S

    C# Developer Wanting To Learn Trading Strategy Development.

    Programming language is irrelevant. Besides, if you know what you're doing, .NET code can be just as fast as native c++.
  11. S

    SqlLite?

    What is you use case for wanting to write to an in-memory relational database?
  12. S

    Best way to learn Python?

    Pick a few problems you want to solve, then start writing code. When you get stuck, use google to help find solutions. If you want to become proficient at programming, you need to write lots and lots of code. The more code you write, the easier it will become.
  13. S

    Why I think Java will take the lead over C++

    In my opinion, too much importance is given to the programming language. Granted, some languages are more concise, expressive, faster, slower, functional, imperative, better at concurrency, better at mathematics, better at scripting, better for large systems, etc... I think what matters is...
  14. S

    C# Developer Wanting To Learn Trading Strategy Development.

    More specifically, what would someone expect to learn under your guidance?
  15. S

    Please Help Me Build 12 Monitor System

    Am I the only one wondering what your use case is that requires 12 monitors? Please enlighten me.
Back
Top