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

Discussion in 'App Development' started by LinkersX, Dec 26, 2017.

  1. 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.
     
    #111     Jan 9, 2018
    LinkersX likes this.
  2. LinkersX

    LinkersX


    #Linkers::X Trading API is faster than #ANY #HFT Algo
     
    #112     Jan 9, 2018
  3. LinkersX

    LinkersX

    knock off what? ;)

    I'm not suprised that a weird fallen angel like me, has a cat with #redEYES

    https://www.facebook.com/GreenAndWright

    and NOT selling #potWare
     
    Last edited: Jan 9, 2018
    #113     Jan 9, 2018
  4. LinkersX

    LinkersX

    ever occurred to you, that maybe, that devilish looking orange tabby cat with red-ish eyes is the actual mascot of the LinkersX project.?
     
    #114     Jan 10, 2018
  5. LinkersX

    LinkersX

    #115     Jan 15, 2018
  6. LinkersX

    LinkersX

    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/
     
    #116     Jan 15, 2018
  7. sle

    sle

    What’s a good x-platform IDE for c++ these days?
     
    #117     Jan 15, 2018
    LinkersX likes this.
  8. LinkersX

    LinkersX

    nooby_mcnoob should give you an answer, since I live in my own C++ world
     
    #118     Jan 15, 2018
  9. LinkersX

    LinkersX

    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
     
    #119     Jan 15, 2018
  10. I just use a simple text editor. I try not to need a debugger if I can help it. Though I think Qt Creator is one of the best out there right now.
     
    #120     Jan 15, 2018
    LinkersX likes this.