Search results

  1. M

    Java vs C++ or C#

    http://java.sun.com/javase/technologies/realtime/index.jsp I am inclined to learn Java. However, i am on my first steps to develop a really fast ATS that might/could be a basis of a HFT system. My plan is to learn JAVA and Matlab to be able to communicate better with the real experts in...
  2. M

    Java vs C++ or C#

    Could you put some light on this topic http://www.youtube.com/watch?v=YkapMQbbyEU I wish to hear from experts and please use plain English. Not a programmer here but Trading Algo developer and trader
  3. M

    Multiply number of chart displays without adding monitor

    http://www.modulusfe.com/tasdk/java.asp has any tried this?
  4. M

    Multiply number of chart displays without adding monitor

    ScanExpert looks interesting. The problem is only linked to eSignal only.
  5. M

    Multiply number of chart displays without adding monitor

    There are many scanners out there, which one you suggest? Or you mean develop your own? I have a model and i want to use a scanner for but i am a little confused to develop my own or to use a scanner that gives me the capability to combine certain parameters to build my model.
  6. M

    Designing Execution-related issues ATS

    asynchronous Registered: Oct 2008 Posts: 97 08-10-10 05:06 PM The best way I have found to achieve a desirable positive slip is to do it synthetically. When your target entry is reached, look at the trade data (ticks) - price action rarely moves linearly in one direction for...
  7. M

    Designing Execution-related issues ATS

    http://www.stock-trading.me/
  8. M

    Designing Execution-related issues ATS

    TradetoWin Registered: Mar 2010 Posts: 40 05-13-10 05:30 PM Quote from mizhael: Limit order has the danger of not getting filled. LOC or MOC may not be offered by the trading platform company for certain products. I just need to hit the close price and the orders...
  9. M

    Controlled and Automated Quote Data Generator, How?

    Thank you for the share and your opinions.. Really beneficial.:)
  10. M

    Designing Execution-related issues ATS

    Hi, I am developing an ATS that could trade in the arena of subsecond. Putting thousands trades daily. This is of course away under the range of HFT. However, it is susceptible of any broker-related insuffeciency/ manipulation. Such as slippage, delay of execution, partial filling, ...
  11. M

    Do not post please, It is Only For Me

    http://www.elitetrader.com/vb/showthread.php?s=&threadid=200697&highlight=java
  12. M

    Do not post please, It is Only For Me

    http://www.codeproject.com/KB/cs/CSharpVsCPP.aspx http://www.elitetrader.com/vb/showthread.php?s=&threadid=204368&perpage=6&highlight=java&pagenumber=1
  13. M

    Do not post please, It is Only For Me

    dcraig Registered: Jun 2003 Posts: 2050 08-12-10 01:18 PM Quote from nbates: With these techniques, which can only be done in C++, C or ASM there are at least 4-5x ORDERS OF MAGNITUDE the performance of the same thing done in .NET, C# or Java. I don't believe ya! It...
  14. M

    Do not post please, It is Only For Me

    januson Registered: Mar 2007 Posts: 105 08-06-10 01:22 PM Quote from gtor514: If what's critical in your mission critical app is a lot of processing and calculation of data, c++ is the way to go hands down. I can see where some HFT routines could be implemented where seconds...
  15. M

    Controlled and Automated Quote Data Generator, How?

    I think forex tester has a feature to random generate price prints to test your EA against. Has any more info regarding this? http://www.forextester.com/ticks.html
  16. M

    Controlled and Automated Quote Data Generator, How?

    Hi, I believe testing your ATS against historical data is only giving a hint about the past behavior and not giving a significant indication about the future. No matter how long is your data, no matter how pure is your data, no matter how much optimization has been used before backtesting...
  17. M

    Do not post please, It is Only For Me

    http://www.elitetrader.com/vb/showthread.php?threadid=85659
  18. M

    Financial IQ - Mines 85, perhaps I need more education!

    Your Financial IQ is: 102.3 Your Rational Risk Taking score is: 104.1 Your Resistance to Gambling score is: 105 Your Rational Risk Avoidance score is: 97.9
  19. M

    FXCM Launches FXCM Forex Execution Center: FXCM Explains Their No Dealing Desk Forex

    Thanks intradaybill for sharing those valuable posts. Yes we got it. However, what are your recommended alternatives?.
  20. M

    Building a home-made out-of-shelf SuperComputer.

    Could we have a hybrid between GPU and CPU? So, if we have some calculations require sequential dependency so we target it to CPU, But if we have other set of calculations that require multithreading so we target for GPU. Is my question valid. Sorry for my illiteracy in this topic. I am here to...
Back
Top