Posts

Showing posts from May, 2022

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