- Search Energy EXCH
-
LinkersX commented Dec 29, 2017Forgot to ask the "grandfather" for permission to operate business.... LOL
The CEO of a UK-registered bitcoin exchange has been kidnapped in Ukraine
-
LinkersX replied Dec 28, 2017// # this code will compile and execute on MQL4 & 5, NinjaScript, NinjaTrader 7 & 8, cAlgo, ACSIL SierraChart #include<LinkersX.h> xEcoNews econews1; struct eco_news { xTime time; double forecast; double previous; double actual; double consensus; ...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017// # this code will compile and execute on MQL4 & 5, NinjaScript, NinjaTrader 7 & 8, cAlgo, ACSIL SierraChart #include<LinkersX.h> xEcoNews econews1; struct eco_news { xTime time; double forecast; double previous; double actual; double consensus; ...
FF Calendar Indicator for MT
-
LinkersX replied Dec 28, 2017// # this code will compile and execute on MQL4, 5 NinjaScript, cAlgo, ACSIL SierraChart #include<LinkersX.h> //# https://stocktwits.com/LinkersX //-- xStockTwits tweet1; xString text1; tweet1.username("LinkersX"); tweet1.password("123456789"); ...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017I code in C++ and I don't use C++ std:: standard containers. I fully code using my proprietary containers: xVector, xArray, xSeries, xString, xSort, xList , xQueue, xStack....
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017It's done! I'm trying to polish the actual syntax of the language here...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017//# https://twitter.com/LinkersX xTwitter tweet1; xString text1; tweet1.username("LinkersX"); tweet1.password("123456789"); text1("hey brainBoss, here's fridays FOMC replay"); //tweet text1 and replay1 object as replaying HTML5 chart!!!! ...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017replay1.mongoDB(BSON); //i just wrote container as BSON to MongoDB replay1.mongoDB(JSON); //i just wrote container as JSON to MongoDB //write container as JSON as file to c://LinkersX/json.txt s replay1.file("c://LinkersX/json.txt", JSON); // of ...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017xMarketReplay replay1; xTime replayBegin; // download tick data and store it in Linkers::X time line of events format on the disk // files are lzma compressed format replay1.loadHystory(20170101, 20171231); replayBegin(xTimeNowMS()); replayBegin -= ...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017sortedQueue.addMongo(BSON); i just wrote container as BSON to MongoDB sortedQueue.addMongo(JSON); i just wrote container as JSON to MongoDB video
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017//sending the sorted queue container to brainBosses computer with Linkers:X installed // his MetaTrader 5 will do something with it... sortedQueue.message("192.168.1.43:27017)";
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017That'S correct; just #include<LinkersX.mqh> and you can compile it on MQL5 and execute it on brainBoss beloved MetaTrader 5 and that's exactly the bigger picture here ;-))))))
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017# this code will compile and execute on MQL4, 5 NinjaScript, cAlgo, ACSIL SierraChart #include<LinkersX.mqh> struct spread1 { double spread; xString symbol; }; xSort<spread1> sorted1; xQueue<sorted1> sortedQueue; sorted1.add(spread1); // add spread ...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017you are still NOT seeing the bigger picture, maybe you should roll one...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017I got absolutely no ego. 33 Years of coding experience started in 80's on commodore 64 at age 13 coding compression algorithms and intros in assembler. All I'm doing here is to introduce the language to you guys here, and to actually polish the OOP ...
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017NO Linkers::X is Event Driven Object Oriented Trading language Written in C++
Let's code in C++, Daytrade, & Daydream :)
-
LinkersX replied Dec 28, 2017X->You ain't seeing the bigger picture either
Let's code in C++, Daytrade, & Daydream :)