Search results

  1. LinkersX

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

    How about you write code simple enough so you not need Refactoring ;)
  2. LinkersX

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

    I got very silly understanding of C++, all im seeing is buffers of <char*> and how it's been done in 80's. Since i don't use std:: containers at all, but rather have my own expandable encrypted containers xVector, xString, xArray, xQueue, xStack, xSeries, written in such a plain C++ that i could...
  3. LinkersX

    Mega Money Madness!!! (£100 Account)

    I lost my hard earned $6000 because of the bloody Greeks Back in 2011 LOL effin idiota bought 3 times into the falling knife in EURUSD then because i coudn't hedge i sold 3 lot position locked in minus and reversed. then instead of holding when bottomed i sold what an idiot , hahahaha
  4. LinkersX

    Mega Money Madness!!! (£100 Account)

    Happy New Year !!! https://www.facebook.com/GreenAndWright https://github.com/LinkersX http://www.linkersx.io/ https://twitter.com/LinkersX https://twitter.com/pepperandpyro https://www.pinterest.com/LinkersX/ https://www.pinterest.com/pepperandpyro/...
  5. LinkersX

    Mega Money Madness!!! (£100 Account)

    huh, speechless
  6. LinkersX

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

    Linkers::X is watching your trades 24/7
  7. LinkersX

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

    All you see is "future" and "promise" here is the deal: renko1[lookBack].high; renko1.high(index); e.broken_swing_high(lookBack); // strategy timeline of events with positive lookback //all events come here void Linkers::X(Object &x, EventType &e, Index &begin, Index &end, ObjectType...
  8. LinkersX

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

    Thanks Man! Happy 2018. a year when an average trader Joe strikes back ;-)))))
  9. LinkersX

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

    // # this code will compile and execute on MQL4 & 5, NinjaScript, NinjaTrader 7 & 8, cAlgo, ACSIL SierraChart // https://github.com/LinkersX #include<LinkersX.h> struct CurrencyMeter { USD, AUD, GBP, EUR, JPY, NZD, CAD, CNY, }; xCurrencyMeter meter1; CurrencyMeter cm1; meter1.get(cm1, 5)...
  10. LinkersX

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

    nooby_mcnoob will help you out there. I got silly way of understanding C++ and btw as the thread title sez "Lets code in C++"
  11. LinkersX

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

    Of course if its possible pay 18K/month for Economic data from Thomson Reuters ECONOMIC DATA WITH GLOBAL COVERAGE Economic data Unrivaled, deep and consistent global economic data coverage, delivered with critical timeliness to power your decision-making. just to be able to run...
  12. LinkersX

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

    current week economical calendar loaded ;)
  13. LinkersX

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

    I got a question for you. here is the code: // # this code will compile and execute on MQL4 & 5, NinjaScript's NinjaTrader 7 & 8, cAlgo, ACSIL SierraChart #include<LinkersX.h> struct eco_news { xTime time; double forecast; double previous; double actual; double consensus; xString title...
  14. LinkersX

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

    The reason for sometimes strange OOP syntax is that is that: # this code will compile and execute on MQL4, 5 NinjaScript 7 & 8, cAlgo, ACSIL SierraChart # and also Connect them into one Global Strategy!!! And that's the Bigger Picture here !!!
  15. LinkersX

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

    did you get the bigger picture here?
  16. LinkersX

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

    Got Iterators and custom Allocator for you to enjoy :)
Back
Top