Search results

  1. C

    Going to Consult a Programmer - Advice Appreciated

    - Languages worked with ? - Platforms ? - Familiar with the platform you want to use ? - Payment type ? paypal, check, etc ... any payment upfront ?
  2. C

    Stock has split what happens to the optinon ?

    yes, it is proportional.
  3. C

    Stock has split what happens to the optinon ?

    I think you get 3 options ... and strike/3 ...
  4. C

    Health Insurance

    Cobra coverage from my last job ...
  5. C

    platform most similar to Anvil?

    I think LightSpeed
  6. C

    ANVIL API (Assent) Developer Thread

    I tried to use a while back but could not get it to work. I was expecting it to cancel/replace the order, but the messages did not come thru. I found it easier to keep the order pointer and cancel it, then add new one .. Sorry I could not be of more help ...
  7. C

    Program Advice

    I all depends on how much capital you are going to contribute.
  8. C

    Trader(s) needing a developer ....

    If you are an independent trader, a group of traders or Hedge Fund, contact me if you need a developer to help you automate your strategies. I am a senior developer in NYC/NJ area. 18 yrs exp in VC++, .NET, Javascript. I been doing much work with the ANVIL API, but I can work with any...
  9. C

    ANVIL API (Assent) Developer Thread

    You will not get msgs on a failed SendOrder() You need to check it as follow: check this parameter on return from call: .., Order** orderSent = NULL, ... Something like this: // Error ? if ( NULL == pCAnvilOrder->m_pOrder ) {...
  10. C

    ANVIL API (Assent) Developer Thread

    If you are sending smart order try monitoring this message: M_SMARTORDER_REMOVE
  11. C

    Windows Databases

    Your best bet is to save into your own stream with Bid, Ask and last trade. You will derive your OHLC bars (whatever timeframe you need) of the tick data in the files. Then based your studies of the bars (RSI, Stoch, ....). You more likely need one file per equity per day (ie...
  12. C

    How much is too much for a C++ program

    I was just typing a similar answer :-) I n addition to that, how many processors you have available.
  13. C

    Pure Tick - Last Day for Trading Alerts

    Everyone heard you, now shut the f..k off !
  14. C

    Pure Tick - Last Day for Trading Alerts

    I suppose my bank account is an illussion too, and so are $ in my account.
  15. C

    Pure Tick - Last Day for Trading Alerts

    It is all on your style. I only tune it to what I need at the time. It is making me $. Obviously you tune him out 100% and good for you if you are making money.
  16. C

    Pure Tick - Last Day for Trading Alerts

    I signed up for the trial and I have to discover my findings so far. I keep seeing nasty/negative posts about puretick. I have to say that Alex does makes money. He is teaching breakouts and retracements in a very good way. Initially I said "what the f.ck is this!" but after 10 days it...
  17. C

    Genesis (laser) developers thread

    Blue, I never worked with Genensis API. In general, running multiple strategies in the same account will only work if each strategy is limted to certain portfolio of stocks. If a stock symbol is use by more that one strategy then it can get messy. for example, if one strategy #1 enters a...
  18. C

    Serous noob ? re developers

    It all depends on many factors. I can develop simple strategies on ANVIL extensions for about $500-$800. These are gray extensions where you get a signal and press a button to place an order. They can be converted into fully automated signals then it'll be more plus you will ahve to sign a...
  19. C

    Genesis (laser) developers thread

    Looks like you printf mask is wrong. Assuming the first two are doubles and the last one an int your mask should be " %f %f %d"
  20. C

    Unethical but True, Transact does it

    I though that was the way it supposed to work :-) ... I am running in XP and I get the same problem. If you put the mouse on top of the size, they disappear.
Back
Top