|
|
|
|
|
by Bostonian
1781 days ago
|
|
Through 2015 I used Fortran to develop trading strategies for a fund, and since then I have developed strategies for my personal account. I used to use g95 and now use the gfortran compiler. Fortran 90 and later versions (the latest standard is F2018) have modern features, including array operations like Matlab or NumPy. For plotting I wrote some subroutines that called gnuplot. Fortran does not have libraries to download financial data like Python or R, but once you have the data, coding is straightforward and the programs are fast. |
|