Search results

  1. 2

    Spread Trading Strategies

    why no IB? i dont see it in this thread
  2. 2

    Trading Oil via options

    wide? they are a few pennies wide and you can usually middle it. what strike do you want and I will post a better price for you to hit
  3. 2

    trader tools

    i did a spreader a while ago like that. I am not sure I have the code anymore though. http://miraclespread.wordpress.com/
  4. 2

    hidden orders exchanges

    i am referring to the specific orders. every exchange calls them something different and treats them differently. You provided no info; why did you even post
  5. 2

    hidden orders exchanges

    For exchanges that support hidden limit orders is there ever a reasin not to use them? Why would I show a visible limit if I can do a hidden instead? :confused:
  6. 2

    trader tools

    I always write my own stuff. Whats important to me is working examples of an API. Working usage examples. Cookbook type stuff. Not rtfm. But I am targeting end users with no programming skills; application end users...mass audience.
  7. 2

    trader tools

    :D someone went through the trouble to update my old posts
  8. 2

    trader tools

    What tools or utilities do you use while trading. I have several IB related software I wrote (spreaders, order blasters, marketmakers, options vol plots, ...) thinking about releasing. As endusers, whats important? guis? docs? code? ..
  9. 2

    How Does Market Making Work? (discretionary)

    how do bookies make money? its the same exact thing.
  10. 2

    i program, you mentor

    yep works. whats your question? I dont know what you expect from mentoring. My trading is mostly programming. feel free to pm
  11. 2

    i program, you mentor

    you use the API when programming. can you show code to get nymex ng options?
  12. 2

    i program, you mentor

    OK, i want to get nymex ng option prices using the interactivebrokers api. I always get contract is ambiguous. Howver, I can get CL options using the same code.
  13. 2

    Getco cuts staff with trading volumes thin [Financial Times]

    absolutely. the only orders that end up on an exchange are the one's no one wants
  14. 2

    what's a good datafeed for linux?

    what does a data feed have to do with linux?
  15. 2

    C# Developer Wanting To Learn Trading Strategy Development.

    3 years? do you mean 3 months?
  16. 2

    Previous Hour High and Low times

    for(int i =1;i<len(bars);i++){ current = bar[i] prev =bar[i-1] }
  17. 2

    c++ ohlc structs and ta-lib

    structs are fine. maybe a 4 element array is faster bar[OPEN] bar[HIGH] bar[LO] bar[CLOSE]
  18. 2

    ICE brent crude oil options IB

    can you trade ICE's brent crude options at IB
  19. 2

    Reversing a losing system?

    geez, maybe your the guy i worked with
  20. 2

    Mindset for a Trading system Engineer

    yes it will
Back
Top