Quote from PATSoftware:
New user to the site, and was hoping to learn about Sterling's API. I just wrote this code to get the date from the Sterling server. But isn't returning anything (technically, it is returning "")
Anyone have an idea what I might be doing incorrectly?
Thanks
Private Sub GetTodayDate()
Dim STIApp As SterlingLib.STIApp
With STIApp
TodayDateString = GetServerTime
End With
End Sub
Quote from nightrate:
I am pulling my hair out trying to figure this out...
How can NinjaTrader (which uses C#) be connected to Sterling Trader Pro??
(Ideally, life would be great if code could be inserted into a NT strategy to link it to STP... is this possible? If not can someone please provide any help?
(hope to have some hair left after all this is done)
Quote from WhiteOut56:
With sterling I'm programming in vb.net. I notice is says that you really should be programming in VB6, as there is some compatibility issue.
anyone have luck w/ this in vb.net
Thanks