Giter Club home page Giter Club logo

maxengine's Introduction

F Engine - Backtesting And Trading Library for Python

Accept Dataframe

Features (on develope):

- Backtesting
- Trade backward and forward
- Support TA-lib
- Support Screening and backtest for screening

Definition:

  • Strategy: A defined class that contain action after combine some indicators. "The term investment strategy refers to a set of principles designed to help an individual investor achieve their financial and investment goals."
  • Indicator: Indicators are statistics used to measure current conditions as well as to forecast financial or economic trends. In the world of investing, indicators typically refer to technical chart patterns deriving from the price, volume, or open interest of a given security.
  • TA: A library of indicators

Engine

The Engine will process and maintain several trading strategies. Based on each strategy, it will get the signal, apply the filter. If the signal pass the filter, it will execute the trade.

  • Fake Server: Handle the Request, Manage the Account, Keep the account history.
  • Time Machine: Create a time simulator. This can provide way to connect with other kind of event.

How it Work? By letting the fake server and client to the same time, both of them now have the same price data. No need to loop over the price data.

Problem

I want to address the problem of generating ideas and selecting new trade to execute.

Typically, If you want to have new trade, you want to filter the price from several filters, such as:

  • Indicator
  • Visualizing by chart
  • Available capital
  • The current Economic Situation

By doing so, you limit yourself from untested prediction.

There are some common errors that you should avoid

  • You may apply the filter the wrong way => Result in putting wrong position

For example. By including the Risk:Reward Ratio to your filter.

maxengine's People

Contributors

cyborgx0x avatar khanhthuan1995 avatar dependabot[bot] 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.