Search results

  1. M

    Acrary's Confidence List

    This was custom program I wrote using C# Windows forms, not sure I have it anymore.
  2. M

    Acrary's Confidence List

    This is a screenshot of software, it also includes a graph to show the equity curve paths from the monte carlo runs based on the inputs.
  3. M

    C# Code to get Cointegration of stocks

    I did this last year, I initially used R (D)COM Interface to call R. However once I looked into R language I realised that it could do everything C# could do using packages. So I ended up writing it in R completely on a ubuntu box (using urca package). It's always better to reuse code written...
  4. M

    Acrary's Confidence List

    Thanks Alan, I appreciate you taking the time to reply and helping me understand better. I can continue on with the project, and thanks for the excellent information you have shared. Regards Mark
  5. M

    Most of the people say Time Series doesn't work, why?

    Who are "most people"? Timeseries isn't a trading method or strategy it's just a series of datapoints at uniform time intervals. It's not a matter or working or not but is it an appropriate and accurate representation of the data.
  6. M

    Acrary's Confidence List

    Hi folks, I have been reading through Acrary's excellent thread System Development with acrary and I am trying to build a program that generates the same tables as his examples. (See end of this post). Looking through his posts he states that he uses a Monte Carlo calculation to...
  7. M

    How did you grow your account into a big one?

    They have to become just then learn about forex then they will earn.I think that's what he is getting at. Wonder if he is looking to mentor?
  8. M

    How did you grow your account into a big one?

    Ok! why didn't you say so sooner?
  9. M

    IB API CFDs

    Ok, I am not a US citizen I am a UK citizen, so I will be opening a IBUK account. BTW: Here is the email I received from IB: Hello Mark, Yes the API does support the capabilities to trade CFD's and would be the same regardless if you connect your API to TWS or to the IB Gateway. As...
  10. M

    IB API CFDs

    :) Good news, thanks def.
  11. M

    IB API CFDs

    I will do that, emailed them yesterday not heard back yet.
  12. M

    IB API CFDs

    Thanks Bob, I will contact them as you said. Mark
  13. M

    IB API CFDs

    I haven't opened an account yet, wanted to know prior as it may dissuade me.
  14. M

    IB API CFDs

    Hi, Simple question, is it possible to trade CFD's (US stocks) through the TWS API? I am in the U.K. so I have access to them. Mark
  15. M

    what financial instrument should a newbie start with?

    This is why I automate my strategies. It takes out the human element which can destroy a profitable strategy. I also don't have to sit in front of a screen all day.
  16. M

    what financial instrument should a newbie start with?

    I would save your 5k and then keep saving on top of it. In the meantime think of some trading strategies with precise rules that a computer could follow. Once you have tested the strategies and they shows a statistically significant promise of being profitable then start trading. By then you...
  17. M

    EricP, Lescor, Patrickq, Dustin and gang..

    Every 6-10 years you'll get a couple that are exceptionally profitable/easy to trade, other years there is just not much happening. HFT trading is only a problem is you are trading HF.
  18. M

    How did you grow your account into a big one?

    Assuming you have a/some strategies that are profitable to some degree. Starting with a smaller account and growing it requires compounding or raising the risk levels on the profits that you can ring fence as "house money", as others have already said. If trading your strategy requires you to...
  19. M

    Open source Auto Trading for IB TWS

    Seems like you have put a lot of work into this. Not sure how Java is these days in comparison to C#/C++ performance wise?, probably negligible when you have multithreading and network. I am working on my own system using C#, MemoryMappedFile for tick/bar/contract data. SQL Server for...
  20. M

    Need Some Help! Need Stocks That Move Slow!

    How can a slow moving stock have huge daily ranges? The opposite is true. Ditto for volatility.
Back
Top