Giter Site home page Giter Site logo

Comments (13)

Christoforos00 avatar Christoforos00 commented on July 29, 2024

Hello , are you still interested in the implementation of this signal?

from univocity-trader.

jbax avatar jbax commented on July 29, 2024

from univocity-trader.

Christoforos00 avatar Christoforos00 commented on July 29, 2024

So , I'm trying to implement WAE , but this indicator needs to access previous values. To be specific , a WAE object will cointain one MACD and one BollingerBand object. In the calculate method of WAE though , I need to get the MACD and BollingerBand values of the previous 3 candles. Any ideas on how I could work that out?

from univocity-trader.

jbax avatar jbax commented on July 29, 2024

from univocity-trader.

Christoforos00 avatar Christoforos00 commented on July 29, 2024

Sure, but how could I use the old and current values simultaneously?

from univocity-trader.

jbax avatar jbax commented on July 29, 2024

from univocity-trader.

jbax avatar jbax commented on July 29, 2024

from univocity-trader.

Christoforos00 avatar Christoforos00 commented on July 29, 2024

Okay I will check them out. What I meant was , lets say that you want to get the output of the WAE in the current moment. To calculate this , you need to use the MACD values from the past 3 candles. If for example we are in the 1 hour timeframe , to get the WAE value for 15.00 we also need to use the MACD values from 14.00 , 13.00 , 12.00 . I haven't figured out how to do that yet.

from univocity-trader.

jbax avatar jbax commented on July 29, 2024

from univocity-trader.

Christoforos00 avatar Christoforos00 commented on July 29, 2024

Thanks , I got it , the circular list will solve the problem.

from univocity-trader.

jbax avatar jbax commented on July 29, 2024

Thanks for your PR, I made a few adjustments to make the calculation work correctly. I also added the necessary code to make it display on a chart on the test code I'm putting up together in class ChartWindow (right click on a chart and select "indicators" to see it). I still need to get it to show up the correct histogram colors. Will hopefully complete that tomorrow.

I'll leave this issue open until I finalize this and also ensure the code handles tick updates to make the last signal of the indicator be updated every time a new tick comes for the last bar.

from univocity-trader.

Christoforos00 avatar Christoforos00 commented on July 29, 2024

Sounds good!

from univocity-trader.

jbax avatar jbax commented on July 29, 2024

All done. Thanks a lot for your contribution!

from univocity-trader.

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.