Recent content by ctarmor-et

  1. C

    BofAmerica, After Receiving 45 Billion Taxpayer $, Raises Base Pay From 180k to 300k

    Smart ? Is that why the economy is so great so they should stay to do it again ?
  2. C

    Madoff Victims Want Fed Bailout Too!

    that is why you have to be "qualified investor" to invest in hedge funds ... so if the hedge fund goes belly up you do not loose everything... if you are stupid enough to put everything you have in ONE hedge fund, then you deserve to loose it ..
  3. C

    Software Engineering/Programming

    .NET has made it so easy that even Indians can do it, thus so much outsourcing going on. Next generation of U.S. financial developers/programmers need to know know financial very well in addition to programming. Yes, SE are mostly leaders. Software methodologies get much "hype" but they...
  4. C

    What to get a trader husband for Christmas?

    Bunds, I like your suggestion better. :-) ...
  5. C

    What to get a trader husband for Christmas?

    get him a Lamborghini Murcielago
  6. C

    ANVIL API (Assent) Developer Thread

    as far as I know it outputs to excel. You can also call win32 apis (what I built).
  7. C

    ANVIL API (Assent) Developer Thread

    Is anyone getting data from eSignal into Anvil ? I wrote a COM server to manage this communication so I can get historical indicators for my model from eSignal into my ANVIL extension. It works well although not good enough for 1-2 cents scalping since the data may not be 100% in sync. In...
  8. C

    lightspeed /anvil

    Anvil chats are very basic. they are also compose of intraday data only. I got around this by writing a component where I send data from esignal into an ANVIL extension. I can send any indicators from any eSignal charts into my anvil extension. My extension analyzes the indicators...
  9. C

    Programming ?

    Sky123987, did you resolve the dependency issue ?
  10. C

    Bank Safety

    You did not have to worry if it was 100k, or less, if your bank is FDIC insured. Do now have the cash under your mattress until you find a bank ? My bank is small and FDIC insured. I am actually not worried about my cash there. The worst that can happen is that my cash will not be...
  11. C

    Programming ?

    I am assuming you are using VC++ 7.0 or later ... You are more likely missing WinSxS (side-by-Side) dependencies. These are stored at C:\WINDOWS\WinSxS Run your exe. Check dependency packages from this folder. you can find tools at www.sysinternals.com to view dependencies. Copy...
  12. C

    For Sale, Fully Mechanical Trading System for Trade Station

    How much capital have used to run this strategy ? How much have you made out of the model ? (not how much you made selling it)
  13. C

    ANVIL API (Assent) Developer Thread

    Has anyone has any issues ANVIL terminating the main thread lately ? There is not real exception other that a "corrupted virtual call" dialog and anvil terminates. I been looking in my extension but I cannot find anythig wrong. Just wondering if anyone is having similar problems ...
  14. C

    Govt. just banned foreign car purchases

    What ! They are going to stop buying GMs (manufactired in Mexico) and buying Camry's (Made in USA) as FBI cruisers ??
  15. C

    ANVIL API (Assent) Developer Thread

    I unhook at the termnateextension() call: UnhookWindowsHookEx( hookhandle ); It seemed to be wroking fine until the latest version of ANVIL...
Back
Top