Recent content by geenecoton

  1. G

    Sterling API question

    You can build your own candle data based on the live feed. What i did was creating candle objects (for each minute for example) and updating them with the quoteUpdate event.
  2. G

    Help with the Genesis C++ API

    You were right, i asked them, and the version they sent me was outdated. I finally got the new one and it's working perfectly.:D Just for the record, the newest version is 1.1.8. And by the way, during my research, i have seen a lot of messages saying that Genesis offer a very bad...
  3. G

    Help with the Genesis C++ API

    Thank you for your answers, I've e-mailed them, and they told me to try with visual studio 2005, i will do that as soon as i get it but i don't see how it will make a big difference as the code was written in vs2003 and i tried it with both vs2003 and vs2008. They sent me the latest API...
  4. G

    Help with the Genesis C++ API

    Hello everybody, I am experiencing some troubles using the genesis C++ API, as i am not a C++ Programer (i am a c# - vb guy). I have to use the C++ because they don't provide some data (noii) in the .net API. :( Here is my problem: I am not able to connect or to get their own source...
Back
Top