Giter Site home page Giter Site logo

julia-market-research-lib's Introduction

Brain Dump of Julia auxilary functions for researching marking trading

Project Motivation

In my interactive Jupyter notebooks, I primarily use Python, but I find that it becomes sluggish when iterating over rows in dataframe-like structures. Julia, being compiled to machine code, offers orders of magnitude faster performance compared to Python. I employ Python for its convenience, and seamlessly transfer data to Julia for the computationally intensive tasks. Once the heavy lifting is done, I bring the processed data back to Python for further analysis.

Current Functionality

Differential Evolution Optimization

  • This functionality receives an objective function, its input parameters, and parameter metadata, the optimization routine returns the the parameter set which maximize the function.

Parameter Sensitivity Analysis

  • Once an objective function and the set of parameters maximizing it are determined, the parameter sensitivity analysis involves varying each parameter's values individually while keeping the others constant. The analysis routine yields a matrix where each row corresponds to a parameter, and each column represents a different value within the parameter's range, spanning from its minimum to maximum. The matrix contains the objective function values corresponding to each parameter variation.

More to come hopefuly...


Credit



Examples

  • parameter sensitivity analysis of a trading system variable called "take_profit_pct"

    download

julia-market-research-lib's People

Contributors

nrenzoni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.