I wrote my first "basic" program on a DECwriter. That was back in the ... never mind. I guess I'm getting old too.
look so nice.It was actually the vt220's we had at uni IIRC... not old enough to have used a DECwriter. You're getting really old.
Was lucky enough to have one of these (either the 286e or 386s, if only I could remember that far back) in my dorm during the final years, connected via slip to some new fangled network (can't remember the name now, lol):
![]()
look so nice.
Hi folks: I have coding experience (C, C#, Python, etc.) but based on trying to do this a few years ago, I know I'll need to hire someone (resulting spaghetti code is a good sign).. but my first step is to figure out which API to use. I have some algos I want to hard-code. Algos are complex, will trade several symbols, and must be resilient. I have used TT API (C#) in the past but found fundamental issues with it (example: could not place order #2 until #1 was acknowledged) ... I love the idea of the stateless TradeStation RESTfull API but scared of it (scared of getting information that is out of sync).
Any pointers / hints would be appreciated. My next step will be to find someone who can help code.
Children. I started in 1978. 2nd and 3rd generation computers, machine language and Algol-68.Oh dang! how old are you man? your experience is more than my age
Same as my suggestion here:The best way, IMO, is to code to a meta-API that can, transparently, connect to multiple other APIs, which makes it easy to switch brokers or data streams.
That's what compatibility shim layers are for, right?
function stfu {
nohup $@ &> /dev/null < /dev/null &
}

The one I suggested already exists and is being used by a lot of people.Building a shim or meta-API is slightly tedious but not rocket science by any means. And if you choose wisely to begin with the API will already be thought out by the vendor.
Well, to be fair, maybe 2 years' worth. Then I moved to a better country and used/programmed the (at the time revolutionary) PLATO system. Which was like moving to a different century.P.S. No offense intended against your many years of Algol-68 experience![]()