Search results

  1. R

    Thomas Peterffy, founder and CEO of Interactive Brokers.

    Every complex software has bugs. Been using IB for over 10 years with no major issues. Just need to know its pitfalls.
  2. R

    You staying out because of the election?

    Unless you sleeping under the rock, the reality is actually the opposite. Dems are favored to take house by 5 seats or so, and probably loose at least 1 Senate seat.
  3. R

    You staying out because of the election?

    I recall Dow making over 900 points on 10/13/2008 on very light volume. A move is a move. The key is to catch it.
  4. R

    You staying out because of the election?

    Exactly, my algos are events agnostics.
  5. R

    importing vast set of financial data into mysql

    here is sample how to load data. Do not use wizards will never finish on large data: LOAD DATA LOCAL INFILE 'D:\\Documents\\Options Data\\CBOEData\\UnderlyingOptionsEODQuotes_2018.csv' INTO TABLE options.spxeod FIELDS TERMINATED by ',' LINES TERMINATED BY '\n' IGNORE 1 LINES
  6. R

    The missing feature from every back tesing platform

    I met someone a while back who automated 100s of symbols via R. Perhaps it will work for you.
  7. R

    The missing feature from every back tesing platform

    I understand what you mean, when I said there is no limit, I meant c# coding. You can program anything you want. I achieved what OP in the link you posted was asking, by merging results via custom code.
  8. R

    The missing feature from every back tesing platform

    Ninja does not support options, even 8 as far as I know. So if options is what you need, but not be for you. Same for 500 symbols.
  9. R

    The missing feature from every back tesing platform

    Works quite well for me. Running fully automated, multi assets, CTA program on it.
  10. R

    The missing feature from every back tesing platform

    This is a dumb post. I can write in C#, Java, R (to some degree) and etc. The question was asked and I answered. C# gives one full flexibility to write what ever they need (apart from HFT). Renasainse, btw, developed their own language to write all their code.
  11. R

    The missing feature from every back tesing platform

    Not sure what you mean. There is no coding limits in what you can do in NinjaTrader. It fully supports c#. The only limitation is that it does not work with options.
  12. R

    Bitcoin Price Thread

    It is because it is supported by fake USDT. they are being created out of thin air to support bitcoin and other currencies. Insiders know it and letting it work like this. Sad.
  13. R

    I have identified the enemy,,,,

    Anything simple I ever tried did not work for me. I have a strategy that works fiansticlly for break outs, but other time it looses. Long term it never made money overall. February 5th of this year it was minting money. Made 5 percent that day.
  14. R

    I have identified the enemy,,,,

    It has been live for only few months, so far no deviation. I need at least 1 year live to make sure. It is coded smart enough to adopt to market changes.
  15. R

    I have identified the enemy,,,,

    Automated does not mean unattended. I get alert for every event (entry, trailing, exit) and check what is happening on broker side. I turn it on on Sunday and off on Friday. No manual input. As far as success. Ask me this question a year from now. It took us over 2 years to build it.
  16. R

    Tether

    No idea. Just the whole concept makes no sense to me. Why trade physical items for a computer code??? The more I learn about cryptos the more I think how screwed up they are. Plus a few simple legislations, and they all go up in smoke. Just think for a moment about tethers. They are being...
  17. R

    I have identified the enemy,,,,

    Automate is one word I have for you.
  18. R

    Tether

    Not sure if this was discussed here, USDT operators recently fired all auditors, and now they want all to believe that each USDT is really back by each $1 in their coffers. Nothing seems further from the truth. They now create tethers out of thin air to keep keep cryptos from falling. This came...
  19. R

    How do you read lvl. 2 when the action is so quick?

    You need to code things to analyze it, just look up threads on ACV and DOM walls.
  20. R

    How was trading 100 years ago?

    It was very simple, there was no SEC and insider trading was legal. He is known to mention after 1929 (probably after SEC was created) that rules of the game have changed dramatically. It is known he could not make any money in his later years after 1929 windfall. Plus, it is a bit of mystery...
Back
Top