Linkers::X - Let's code in C++ , Daytrade & Daydream :)

Why am I not surprised that a dude who has a social media presence for his cat is weird. Anyway, it's not cute. Knock it off.

ever occurred to you, that maybe, that devilish looking orange tabby cat with red-ish eyes is the actual mascot of the LinkersX project.?
 
Why am I not surprised that a dude who has a social media presence for his cat is weird. Anyway, it's not cute. Knock it off.

Forgot to mention that LinkersX has its own memory manager with exposed allocators, so in theory you could make std::string in Global Memory, in practice I've never tried it, I've wrote my own xString class, which is faster stan std::string

LinkersX Container types:

xString
xBars
xTicks
xQueue
xSeries
xList
xSort
xStack

etc...

// # this code will compile and execute on NinjaTrader 7 & 8
// Linkers::X→theNextBigThing; C++ HFT Algorithmic Trading Platform
// https://www.elitetrader.com/et/threa...ydream.316424/
// https://github.com/LinkersX

#include<LinkersX.h>

struct CurrencyMeter
{
USD,
AUD,
GBP,
EUR,
JPY,
NZD,
CAD,
CNY,
};

xQueue queue1;
xSeries series1;

queue1.push(cm1); // add queue

series1.add(cm1); // add to series


So basically, you could use the exposed memory manager and allocators to create some XYZ class of your own!

I apologize for bad grammar and coding syntax changes and mistakes, I've been writing this from one of Green Energy friendly states, stoned to death.
*hint* #itsNotColorado
So between partying, working as a bartender and filming with hidden camera for my new comedy website http://heymickey.org/
I have over 10++ years of hidden camera recording in glasses, all of my BS situations I've been through in my beloved home New York City
I will post everything... karaokes singed by me in the bars, Seduction of girls, all kind of cocky BS situations, being thrown out form goldman sucks and so on.... LOL

New York, New York
Start spreading the news
You're leaving today (tell him friend)
I want to be a part of it, New York, New York
Your vagabond shoes, they are longing to stray
And steps around the heart of it, New York, New York
I wanna wake up in a city, that doesn't sleep
And find your king of the hill, top of the heap
Your small town blues, they're melting away
Don't make a brand new start of it, in Old New York
You always make it there, you make it anywhere
Its up to you, New York, New York
New York, New York
I want to wake up in a city, that doesn't sleeps
And… then came LinkersX....

https://www.linkedin.com/in/mike-wright-4536a4156/
 
What’s a good x-platform IDE for c++ these days?

right now i use Visual studio 2015.
However, i want to use QT for some graphic, and i want to go away from microsoft functions, i know, i used few.
I want to migrate to QT, so LinkersX would be OS independent library
 
Back
Top