Coder Social home page Coder Social logo

Comments (9)

xmatthias avatar xmatthias commented on June 10, 2024

Please get used to filling out the issue template. Those who frequently omit the template may have their issues closed without comment.
We're asking some very basic questions - by deleting the issue template, you're explicitly choosing not to answer our questions.

Filling out the template helps reduce our workload, and we greatly appreciate that.


Hopefully You gonna understand me :)

No, not really (i think the below is based on lack of understanding - either from me understanding your question - or viceversa - you understanding how time works).

If you think about what you just said - you'd essentially look into the future.
You take "now's" candle (say, it's 10:00) - and calculate "what's going to be in 2 hours" (so what's at 12:00).
Weather forecasts TRY to do that - but you'll still leave work every now and then with a surprised rain shower that wasn't on the forecast.

If this were possible in financial markets - i'd be VERY rich (among many others) ... but it ain't - as it'd involve timetravel (sorry, freqtrade does not support time machines at this point, nor do we have immediate plans to do so).

you can TRY to predict the future (this is what a strategy does - essentially) - try to guess the direction of the market in the near term future - but it is and will remain a guess.

from freqtrade.

stash86 avatar stash86 commented on June 10, 2024

or you can use freqai and let the model predict the future, which still has the same issue which is it's still a guess

from freqtrade.

mintlinuxdobry avatar mintlinuxdobry commented on June 10, 2024

At simple explenation
If i have 120 candles of 1m data, and this data starts at 10:00 and ends at 11:59 (h:m), and I want to have 5 candles calculations in future. So i want to have calculations till 12:04(not candles, just calculations).

As You going to have not very usefull data on rsi etc., on things like ma/ema/bband You going to have more "accurate" data that You can use for better future predictions.
Now when You calculate last data, You calculate only last candle and its indicators. With this idea You calculate indicators for last and 5 future ones. Its not going to be 100% accurate with reality, but going to bring better view on some price moves.

Just when " indicator calculator" run off the existing data, then You add/use there 5 ghost candles based on last one with future time based on interval(12:00;12:01;12:02;12:03,12:04)(only for calculations).
So candle data stay the same but there already are "future" calculations for 5 next candles in data.

I see it very usefull for exits, atleast :)
Maybe I have some lack of knowlege but this... sarcasm? its not good for nice flow in comunication :)

from freqtrade.

stash86 avatar stash86 commented on June 10, 2024

No, it's not sarcasm. We are asking the real question, how can you predict the future candles? You don't even know what the price would be the next candle, how can you predict the indicators?

from freqtrade.

stash86 avatar stash86 commented on June 10, 2024

Since you don't like sarcasm, let me put it bluntly. What you ask is unrealistic. Such "feature" won't be entertained, even for a discussion.

Please do manual trading first, then see if you can really make a future indicators calculation that can at least be 75% accurate.

from freqtrade.

mintlinuxdobry avatar mintlinuxdobry commented on June 10, 2024

So based on my example.
Ema 120 calculations
11:59(now) - used all candles for calculations
12:00(future 1m) - used last 119 candles with last one 2 times
12:01(future 2m) - used last 118 candles with last one 3 times
12:02(future 3m) - used last 117 candles with last one 4 times
12:03(future 4m) - used last 116 candles with last one 5 times
12:04(future 5m) - used last 115 candles with last one 6 times
Its more like bit a look in possible future based on last data.

from freqtrade.

stash86 avatar stash86 commented on June 10, 2024

You can already do such "trick" by playing around with the dataframe. Learn pandas if you really want it. We won't implement such feature.

from freqtrade.

mintlinuxdobry avatar mintlinuxdobry commented on June 10, 2024

Ok, thank You for Your time :)

from freqtrade.

xmatthias avatar xmatthias commented on June 10, 2024

well copying the last candle X times will not get you anywhere - as that's the most unrealistic scenario (you'll never see 5 candles exactly repeated in a row - not if there was ANY price movements / volume on that pair).

All calculations based on this would therefore tell you nothing - not even a remote direction.

from freqtrade.

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.