Search results

  1. ExSan

    Microsoft Visual Studio Community 2022

    Microsoft Visual Studio Community 2022 / Version 17.1.1 #include "stdafx.h" #include <Python.h> /***********START***************/ int main(){ PyObject* pInt; Py_Initialize(); PyRun_SimpleString("print('Hello World from Embedded Python!!!')"); Py_Finalize(); return 0; }...
  2. ExSan

    Boost C++ Libraries

    I am using Visual Studio 2019. I have downloaded from this page and installed boost 1.75 The extracted libraries look fine At the compile time I am getting this message cannot find "libboost........ mt-sgd-x32-1_75.lib" D:\BOOST\boost_1_75_3\stage\lib looks like this It does not appear...
  3. ExSan

    C++ & Python

    No doubt Python is a great language, still it is too slow IMO. However I want to keep on with both of them in my project. How to call Python library/funtions from C/C++ code? Can someone help me with the right information. I am using Microsoft Visual Studio 2019 I know that before posting a...
  4. ExSan

    MQL

    Does any one MetaTrader 5 / MQL5 ? I am looking for some help. How to create a DLL? I am using Visual Studio Community 2019
  5. ExSan

    Does anyone Cython !

    The latest release of Cython is 0.27.3 (released 2017-11-03).
  6. ExSan

    Visual Studio Express 2012

    Visual Studio Express 2012 for Windows Desktop is Here
  7. ExSan

    Markowitz Portfolio (n, m)

    Modern portfolio theory (MPT) is a theory of investment which attempts to maximize portfolio expected return for a given amount of portfolio risk, or equivalently minimize risk for a given level of expected return, by carefully choosing the proportions of various assets. Exsan Markowitz...
  8. ExSan

    Bank of Curves

    CURVE BANK MENU 1 Normal Distribution 2 Gamma Distribution 3 Rayleigh distribution 4 Step Response 5 Bessel First Kind 6 Bessel Second Kind 7 Black-Scholes - Call 8 Spherical Bessel First Kind 9 Spherical Bessel Second Kind 12 The Fourier Series...
  9. ExSan

    FRACTALS

    From the Attached Zip File extract program FRACTAL to your desktop and execute, It will display the Koch Curve Fractal Actual Code /***********START***************/ // elementary fractal void fractal_Koch_curve(void){ char file_name [60] =...
  10. ExSan

    Frame Layout

    Frame Layout Download Link QuantNet EXSAN Thu Jan 29 07:20:26 2009 EXSAN v.0.3.18.U - exsan.software@gmail.com exsan@uio.satnet.net E X S A N M E N U c Frame Layout In order to run this option, you must extract the...
  11. ExSan

    Image Superposition

    Image Superposition Wed Jan 14 08:15:16 2009 EXSAN v.0.3.18.Q - exsan.software@gmail.com E X S A N M E N U b Image Superposition In order to run this option, you must extract all ffhxx.jpg files that are included in the...
  12. ExSan

    Crop Circles

    From the download-able file extract executable EXSAN to your desktop, The very first time ExSan is executed it will create the default input/output directory c:\exsan In order to access this directory START / RUN and type-in c:\exsan All data files included must be extracted to c:\exsan more...
  13. ExSan

    SOLUTIONS ONLY - ComputingChallenge C++/Java - Any Takers?

    MERTON EQUATIONS attached document All values are known, except V and sigma v. -sv- Find the values of V and sigma v? What kind of methods you will suggest? E = V N(d1) - exp(-rT)*F*N(d2) d1 =[ ln(V/F) + (r+0.5(sv)(sv))T ] / [ sv * sqrt(T)] d2 = d1 - sv sqrt(T) sE = (V/E) N(d1) sv N(.) is the...
  14. ExSan

    Markowitz Portfolio Automata Handler

    Markowitz Portfolio Handler for n-assets Attached exsan, place it on your desktop and execute Main Menu: 1 ExSan ExSan Menu: 6 Quant Finance Room Quant Menu: p Markowitz Portfolio Data File ---> stock //attached file must be placed in c:\exsan -------------- Regards / ExSan
  15. ExSan

    Hedge Funds

    Hi Quants wish to learn as much as possible about HEDGE FUNDS, if it is possible from the basics NYT - Wall Street Winners Get Billion-Dollar Paydays kind regards exsan
  16. ExSan

    New Kid in Town

    Good Morning Dear all QuantNet - NYC Community of Quants- I have just became a member of QuantNet and I would like to introduce my self. My name is Robert, I have a Ms. Sc. degree in C.S. from Poly NY :: Polytechnic University :: New York's major educational resource in science and...
Back
Top