Recent content by akademiks

  1. A

    Sterling API Developer Thread

    I can do that
  2. A

    Sterling API Developer Thread

    OK i tought about this ... but i did not find out how to deregister a quote? Thank you sterling doc!
  3. A

    Sterling API Developer Thread

    I start my bot at 9h30, i get quoteSnap events for all my quotes...i store the fClosePrice property for each as a previousClosePrice. At 4pm, i am creating a report for all my quote with openPrice, previousClosePrice and closePrice wich is the closing price at the end of the day. I want to...
  4. A

    Sterling Trader Pro API

    I found my solution... stiEvents.SetOrderEventsAsStructs(true); // Add STI event handlers stiEvents.OnSTIOrderReject += new SterlingLib._ISTIEventsEvents_OnSTIOrderRejectEventHandler(OnSTIOrderReject);
  5. A

    Sterling Trader Pro API

    HI, i am evaluating the demo and i am trying to interface the COM library (SterlingAPI.tlb) with C#. My problem is that i cannot figure out how to handle events dispatched by the STIEvents object...I can instanciate it but after i am really lost. Someone have an idea?
Back
Top