Coder Social home page Coder Social logo

ATR differences about technical HOT 4 CLOSED

freqtrade avatar freqtrade commented on May 4, 2024
ATR differences

from technical.

Comments (4)

xmatthias avatar xmatthias commented on May 4, 2024

who defined the tradingview implementation as the "correct" one?
This indicator has an original author (as do most others) - implementations should try to follow this formula, not the implementation of a random, closed source tool.

If tradingview deviates from the original author, you should ask them for "their" formula, so an "atr_tradingview" might be added.


That said - ATR is "vendored" from qtpylib (you'll see this from the location of the function / file containing this function).

This means, it's basically a 1:1 copy of the file from qtpylib (with some style changes to make flake pass).
If you think it's wrong (based on the original author spec though), an issue should be opened there.

I don't think we should make deviations in our copy of the file (other than stylistic changes) to keep the update-process simple (should their file be updated) - unless we determine for sure that qtpylib (and the indicators provided by it) are no longer supported (confirmation by the original author, basically), in which case we can add a comment specifying that it's now "our" version, no longer kept uptodate with eventual changes in qtpylib.

Feel free to investigate further and propose a PR improving the calculation - personally, i'll not have time to work on this in the forseeable future - mainly because these investigations very often take hours or days - and determining "the correct way" is not straightforward anyway.

from technical.

2W-12 avatar 2W-12 commented on May 4, 2024

I mentioned clearly 'built-in' indicator. NOT written by 3rd party.
As TradingView nowadays used almost by everyone I believe many people relay on it.
And it was discussed already in #26
So it's good for all of us to find out what's issue now.

from technical.

xmatthias avatar xmatthias commented on May 4, 2024

You said Tradingview Builtin.
This does NOT mean that the indicator is correct based on the original author - but tradingview could've modified the formula (slightly or fully).

So it's good for all of us to find out what's issue now.

Yes, please let us know what the correct calculation should be once you found out.

from technical.

acemi1 avatar acemi1 commented on May 4, 2024

#89 (comment)

I guess 3 different atr calculation codes have been added. Maybe it works for you

from technical.

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.