Disliked{quote} Do you already have the ability to do things like this? Haha. Or is this what you are planning on adding as you code from January on?Ignored
Inserted Code
// # 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");
text1("X->Hello StockTwits. FOMC replay");
//tweet text1 and replay1 object as replaying HTML5 chart!!!!
tweet1.stockTwits(text1, replay1);
//-- Linkers::X->theNextBigThing; in C++ HFT Event Driven Algorithmic Trading