Posts

Interactive Brokers tick by tick Data Market - C++ API & ExSan jobID 106391

Image
      Previous Post       Next Post   Start:  2022-Apr-19 10:00:53 xsn 106391 High Frequency Trading - Low Latency Trading ExSan & Interactive Brokers Trader Workstation Application Programming Interface (TWS API) Real Time Analysis. ****************** Interactive Brokers Trader Workstation API Ver 9.80.03 IDE MSFT Visual Studio Community 2022 (64-bit) ver _VS17.1.4@API_9.80.03@04.22.a_ Lapse of Time: 77 seconds this JOB UTC-TIME 2022-Apr-19 15:00:53 Exsan with +100K lines of source code, is a dynamic console-oriented spreadsheet software I have conceived, created and developed.It is capable of handling extremely large data sets and performing complex calculations and analysis. ExSan is the C++ version of Excel! ExSan does Real Time Data RTD tick - by - tick live(instant) analysis using Interactive Brokers C++ API. Interactive Brokers zooms graphs up to 30 seconds/candle, ExSan scrutinize

Systematic Forex Trading - Simulator

Image
      Previous Post       NO Next Post YET Men at Work, this blog entry is being constructed  ExSan's   Systematic   Forex Trading   Simulator I am looking for a job as a C++ Developer / Programmer  Historical Forex  Data 01/01/2004 to 05/24/2022  from Yahoo Finance, DataFile   Algorithm : FOREX-SIMULATOR()  PSEUDO CODE  1 Identify Data Files  2 Set a random scenario  3          Open all data files 4          Perform a random shift of each file pointers 5 Populate BuySellMatrix[n, n] 6  Execute Algorithm 7 if ( NO TRADING SECUENCE )  goto 5      1  /***********START***************/      2  void forexSimulator(void){      3     void forexSimulator(void){      4     setJobID("forexYahoo");      5       6      //1 Identify Data Files      7     unsigned short int forexCounterDB(0), i{ 0 }, j{ 0 }, k{ 0 };      8     string forexCoin;      9     string dbFile = "...forexFiles.tx

Systematic Forex Trading

Image
Font Awesome 5 Icons       Previous Post       Next Post Systematic Forex Trading Interactive Brokers C++ API + ExSan Forex Algorithm ExSan Solution Forex State Diagram A Single Square Matrix  [n, n]    is needed. The upper triangular Matrix   [sell\ buy ] and the  lower triangular Matrix   [ sell \buy]   Forex Market is the trading of currencies for a profit. Forex is a very real problem that promises a lot of money, if it were not for fees, taxes, and other imposed bounds.  The challenge in Forex is finding an optimal solution despite the size of the search space. The problem consist to write a program that determines whether a sequence of currency exchanges can yield a profit as described above.  To result in successful trade, a sequence of exchanges must begin and end with the same currency, but any starting currency may be considered.  For example, for a set of 20 currenci