How to build an automated system

stop injecting lies about other users. You possibly have no clue about what I am doing and I have no inclination to inform you. But I take issue with a liar.

Quote from SeventhCereal:

Confusion has been resolved. You just admit that you are not HFT, please stop pretending that you have any authority on the subject. You should change your name to lftvol
 
Quote from hftvol:

stop injecting lies about other users. You possibly have no clue about what I am doing and I have no inclination to inform you. But I take issue with a liar.
yeah, he's all over the place, telling lies, then even bigger lies to feed his delusions of grandeaur. The guy is a real sicko.
 
Quote from hftvol:

can we all get back to the thread topic:

"How to build an automated system"!!!!!!!!!!!!
that's cool with me

so far, what I've learned is

if you are going to start at the bottom anyway

and you want to build it from the ground up

learn Java
 
on ignore as well, you are the same troll who thinks he knows it all and should participate in every discussion despite you not knowing a single thing beyond what hft stands for. Sorry to be rude and so direct but I just speak the truth, judging from your most recent post quality and 6000+ (wft) posts since 2011.

Quote from oldtime:

that's cool with me

so far, what I've learned is

if you are going to start at the bottom anyway

and you want to build it from the ground up

learn Java
 
Quote from hftvol:

on ignore as well, you are the same troll who thinks he knows it all and should participate in every discussion despite you not knowing a single thing beyond what hft stands for. Sorry to be rude and so direct but I just speak the truth, judging from your most recent post quality and 6000+ (wft) posts since 2011.
that's cool, I was just trying to support you when your thread got hijacked.

My system gets more and more mechanical

sometimes I think I would like to automate it

but I don't know where to start

so like I said, the idea I got was starting with java

but it doesn't really matter to you now does it?

because I'm just another thing you have on ignore

maybe that's the way to do it

just keep ignoring everything until you finally find something that makes sense
 
but yes, you are correct. I do like to talk. Especially about things I know nothing about.

I find if I don't talk about them, they just kind of die off, or get into a useless argument.

6k posts, and I don't even get a thank you

and most of the time all I get is a FU

oh well, glad I could help

carry on
 
Quote from hftvol:

...

Re latency, ZeroMQ by definition cannot be as fast as Disruptor, for example, simply because in-memory is always gonna be faster than over a network stack. But then I am not participating in the microsecond game either.
That is incorrect. ZeroMQ has the capacity to comminucate through INPROC or IPC so it can duplicate messaging on the same machine much like Disruptor.

ZeroMQ cannot [probably] be used at the microsecond level without IPROC either except for the simplest of cases. I am not sure that Disruptor can either.
 
I was considering flowbased programming such as NoFlo to try to connect the pieces of an ATS. I realize this language is not very mature but there is a Kickstarter proposal that may flesh it out. What appealed to me was open source asyncronized multithreading and no code generation (the underlying language is Java). Not appropriate for HTF but rapid model building may make it useful for ATS.
 
Back
Top