Skip to content

Amibroker Plugin DLL that embeds the Python 3.4 interpreter for use within Amibroker.

Notifications You must be signed in to change notification settings

markcheno/AmibrokerPython

 
 

Repository files navigation

AmibrokerPython

Amibroker Plugin DLL that embeds the Python 3.4 interpreter for use within Amibroker. Based on the original Sample project included in the Amibroker SDK.

Usage requires Python 3.4 to be installed on your machine. Tested with Anaconda 3.4 installer. Anaconda was installed to C:\Python3 on a Windows 7 machine. Project defaults to that location.

Consider this a work in progress. It works and allows one to execute external Python scripts from AFL, but I haven't implemented any sharing of data arrays between AFL and Python yet.

Will continue as time permits and I am posting the code in the hopes others may collaborate with code and/or advice.

About

Amibroker Plugin DLL that embeds the Python 3.4 interpreter for use within Amibroker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.1%
  • C++ 16.9%