Code Monkey home page Code Monkey logo

Comments (2)

RealJohnGalt avatar RealJohnGalt commented on August 21, 2024

Good documentation in a "Configuring" section is going to be key for this to succeed, but here's how it's looking so far:

  • Support for Volatility indicators are only functional when combined with at least one non-volatility indicator.
  • You can make combined (requiring all signals to align) and independent indicators co-exist in TradeIndicators. For instance, if you wanted to trade MACD only when BollBandwidth is above the set threshold yet also have FullStochRSID trade independently, you would set: TradeIndicators = [['MACD', 'BollBandwidth'], 'FullStochRSID']
  • Each indicator class in genconfig has a Trader nested class with TradeVolume, SingleTrade, TradePersist, and TradeDelay. These additional options are only used if that indicator is an independent indicator (not combined with another indicator). For combined indicators, these options are used from genconfig Trader.
  • If a custom strategy is written in strategies.py, it may be set in AdvancedStrategy instead of "default"

This maintains all current functionality since the currently functional configurations may still be used in genconfig without any changes. However it also adds much more advanced functionality.

from avarice.

RealJohnGalt avatar RealJohnGalt commented on August 21, 2024

The first part of this rewrite was just pushed to the strat-rewrite branch here

from avarice.

Related Issues (20)

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.