Search results

  1. T

    What is your "style" of automated trading?

    there are 3 levels of autotrade. 1. entry only... the computer will trigger the entry order... then a human takes over to manage the exit. 2. pattern recognition entry... profit target exit. (i.e. a dumb exit. e.g. take 2 pts profit. no analysis involved) 3. full autotrade... with...
  2. T

    Quad 2.4 or Duo 3.0?

    believe me, the kids have better and more powerful computers.
  3. T

    EasyLanguage Treasure Chest

    Please read this post of yours again (including the quotes): http://www.elitetrader.com/vb/showthread.php?s=&postid=2206997#post2206997 or try G-O-O-G-L-E.
  4. T

    Socrates Examines Technical Strategy

    ScottD 's thread is still WIP. I have taken his code, did a little tweak and modification... here's the ESZ8 backtest result. (1 contract)
  5. T

    Socrates Examines Technical Strategy

    Have you heard of IOG? It is a 4 yr old trading technology.
  6. T

    EasyLanguage Treasure Chest

    Stacked Volume Bar by Mikeytrader note: the stack bar can only be built in real time. click here for code: http://www.elitetrader.com/vb/showthread.php?s=&postid=1297418#post1297418 <img src=http://www.elitetrader.com/vb/attachment.php?s=&postid=1295292 width=640> (200)
  7. T

    Socrates Examines Technical Strategy

    Here's a good one, by Trader28 aka Schlap -- the Famous "I am Long and Strong" http://www.elitetrader.com/vb/showthread.php?s=&postid=1980384#post1980384 <img src=http://www.elitetrader.com/vb/attachment.php?s=&postid=1980384> I guess he forgotten to the check the Zero Cross? (or maybe...
  8. T

    NinjaTrader Treasure Chest

    Getting earnings dates from Yahoo and ClearStation http://www.elitetrader.com/vb/showthread.php?s=&postid=1925421#post1925421 code: http://www.elitetrader.com/vb/attachment.php?s=&postid=1925421 (47) added method for Earnings.Com...
  9. T

    NinjaTrader Treasure Chest

    Bid Ask Wall http://www.elitetrader.com/vb/showthread.php?s=&postid=1909634#post1909634 code: http://www.elitetrader.com/vb/attachment.php?s=&postid=1909634 (124) BoyBrutus' BidAskDom http://www.elitetrader.com/vb/showthread.php?s=&postid=2168075#post2168075 (42) <img...
  10. T

    NinjaTrader Treasure Chest

    Fancy Bar Timer http://www.elitetrader.com/vb/showthread.php?s=&postid=1901437#post1901437 [/b] code: http://www.elitetrader.com/vb/attachment.php?s=&postid=1901437 bug fix: http://www.elitetrader.com/vb/showthread.php?s=&postid=1907047#post1907047
  11. T

    NinjaTrader Treasure Chest

    Multicolor Volume indicator from: http://www.elitetrader.com/vb/showthread.php?s=&postid=1720582#post1720582 code: http://www.elitetrader.com/vb/attachment.php?s=&postid=1720582 also check out these posts by the same author...
  12. T

    NinjaTrader Treasure Chest

    Outside Bar http://www.elitetrader.com/vb/attachment.php?s=&postid=2047819 (96)
  13. T

    AHG v2.0

    Ninjatrader code for 3 Bar Reversal is here: http://www.elitetrader.com/vb/showthread.php?s=&postid=2198969#post2198969
  14. T

    which software to use

    there are programs call "Screen Scrapper" that can extract the specific information from an area of a computer monitor, no matter what website/program that is from. the extracted information can be automatically deposited into an Excel worksheet (or whatever program you want to use).
  15. T

    C++ programming for noobs

    There are lots of EasyLanguage codes on the web. I am sure there are plenty of examples in C++ as well.
  16. T

    C++ programming for noobs

    EasyLanguage is used by at least 5 programs... TradeStation MultiCharts TraderStudio Open E Cry plus a few more...
  17. T

    Ib data

    IB reboots the server every night, it usually happens shortly after midnight. My connection is ok.
  18. T

    C++ programming for noobs

    Good detective work! I will take back my 2c.
  19. T

    Iterative Refinement

    es 20081230
  20. T

    C++ programming for noobs

    if you want to do it for trading... EasyLanguage will get you further, faster, quicker. if you insist on something more "powerful" than EasyLanguage, I would do C#. It has more implementation in the retail trading platform than C++ or Java. if you want to be a pioneer... try Ruby...
Back
Top