Search results

  1. N

    Intraday chart trading early in the day

    I was wondering what other traders do in the early hours of the day. For example, someone who trades on moving averages etc require past data, which, early in the day gives two options: sitting and waiting or using data from the end of the previous day. Sitting and waiting wastes precious...
  2. N

    Genesis C++ API help (desperate)

    Hello, I have written a C++ program to trade through Genesis but I'm having a few issues. a) How does one use the functions OnExecConnected, OnExecDisconnected, etc. b) Anyone remote trading, what IP Addresses are you using? Thanks.
  3. N

    Genesis API Initialization

    My GTSession::Initialize function is failing every time I call it. Does anyone know why this would be? I've been told by the Genesis agent I've been in contact with that the version number argument shouldn't make much of a difference, and the Instance is being left at NULL and the flag is...
  4. N

    Genesis API Login

    Sorry, the code was chopped off. Should read debug.OnExecConnected(); after the last <<.
  5. N

    Genesis API Login

    Sorry, code got chopped off. should continue debug.OnExecConnected(); after the last << Again, would appreciate any help.
  6. N

    Genesis API Login

    Hello, I am trying to write a C++ program to trade with Genesis, but I can't successfully log on. The Login() function is working correctly, but IsLoggedIn() continually returns "false" I am trying to use OnExecConnected, OnExecLoggedIn, etc. etc. to determine where the login process is...
Back
Top