Optimize Trading Strategies Using Freqtrade Crypto Trading Bot

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

Комментарии • 208

  • @frankgibbs9509
    @frankgibbs9509 3 года назад +23

    Your timing could not have been better. Exactly what I was looking for. I sent you some eth!

  • @ApakukiNayacakalou
    @ApakukiNayacakalou 3 года назад +6

    Great vid! One addition: In the config file @18:15 ROI is: between 0 to 30 minutes, if a profit target of 4% is hit then sell; then between 30 to 60 minutes if 2% profit is hit then sell; then anything after 60 minutes sell if 1% target is hit. Cheers!

  • @MrChocoMoose
    @MrChocoMoose 3 года назад +40

    A phenomenal tutorial to a phenomenal tool. Thank you, this is great value.

    • @Reanblock
      @Reanblock  3 года назад +4

      Thank you so much!

  • @ThisIsRandomOnline
    @ThisIsRandomOnline Год назад

    MUCH better than some of the tutorials than I've seen from the more "popular" Freqtrade Channels. Please do moar. Thank you.

  • @amorotto
    @amorotto 3 года назад +10

    If that video was just one week earlier!
    I spent the last week getting used to the codebase and documentation, after I lost hope in finding a youtube video that would help. Would be great to have a video on deploying the bot on the cloud! Thanks for the good work! :)

  • @ursokind
    @ursokind 3 года назад +3

    Insane... this tutorial is priceless... I am totally new to freetrade, python, etc. I have basic programming though and this tutorial helps me a lot
    32:30 - how to populate pair data for the last one month for backtesting purpose

    • @robin5845
      @robin5845 3 года назад

      Did you find the solution?

    • @ursokind
      @ursokind 3 года назад

      @@robin5845 nope... i did not continue my project

    • @PedroBrandesitsme
      @PedroBrandesitsme 3 года назад

      If I Can ask… You got good results?

    • @ursokind
      @ursokind 3 года назад +1

      @@PedroBrandesitsme i dropped my project and bought a ready made robot and focus on tweaking the bot to run based on my parameter

    • @medi8001
      @medi8001 2 года назад

      @@ursokind where did you buy your bot?

  • @sharkonet3636
    @sharkonet3636 3 года назад +1

    Great! Let's now implement the Elliott-wave strategy on this 😎

  • @WestGat
    @WestGat 3 года назад +1

    Thanks for this tutorial. Was able to get freqtrade going in a docker on my Rpi in no time!

  • @marcopi79
    @marcopi79 3 года назад +4

    This is absolute GOLD... thank you ever so much for your hard work

  • @kryptorick5120
    @kryptorick5120 2 года назад +1

    As far as I understood, the data download uses the pairs whitelist from config.json and not the pairlist.json file to collect data.
    Also, in the backtesting command, you do not have to specify where the data is. By default the command will take downloaded data from the corresponding exchange folder inside 'data'.
    You only need to use --datadir PATH if you want to use a specific set of data, saved elsewhere.

    • @CrunkZA
      @CrunkZA Год назад

      thanks! This comment helped a lot!

  • @scienceofart9121
    @scienceofart9121 3 года назад +1

    You are awesome, thank you so much ! I hope this channel grows exponentially, it is definitely a hidden gem

  • @GerrardTorres7665
    @GerrardTorres7665 3 года назад +2

    Fantastic video and also serves quite well as an introduction to the bot from a novice perspective. I suggest that maybe you include that in the title as this video would have been very helpful when I first started looking into the bot

  • @toenil
    @toenil 2 года назад

    Thanks you so much ! I was struggling to install it who helped me a lot !

  • @lightning_dynamics
    @lightning_dynamics 3 года назад +1

    thx for this tutorial, help a lot mate getting to run my own strategy independent and decentral

  • @NathanRhoda
    @NathanRhoda 3 года назад

    Awesome Video. Did a few online courses on Freqtrade and this video summed up most of it in less than 2 hours. Thanks for this definitely subscribing to this channel.

  • @mohammadaldoh2381
    @mohammadaldoh2381 3 года назад

    really thank you buddy! you saved me from paying a lot of money to get this done :D

  • @theos2920
    @theos2920 3 года назад +1

    Question: Shouldn't a good trading bot perform better than "market change" itself? In all my back-tests my bot performs very well but most of the time the market outperformed my bot's ROI (also in this video btw). Do you guys have solid strategies that perform better than "market change"?
    Theoretically, if buy and sell signals based on bollinger bands, rsi, macd, etc. are used effectively, the bot should be much better than market change or am I wrong?
    In this video for instance 1:16:06 total profit is 22,3% and market change is 29,98%

    • @Reanblock
      @Reanblock  3 года назад

      Market Change is the change of the market during the backtest period which is calculated as average of all pairs changes from the first to the last candle using the "close" column. Perhaps try out the free strategies available at Freqtrade here (or develop your own) to see how that goes and if it produces better results github.com/freqtrade/freqtrade-strategies.

    • @JuliusHimmler
      @JuliusHimmler 3 года назад

      @@Reanblock I was wondering the same thing. If I understood Theo S correctly, we both think that if the bot performance is lower than the market change, actually a simple and dumb buy and hold would have been more effective. Or is there something I am not seeing?

  • @daniologabriel9236
    @daniologabriel9236 3 года назад +3

    BTW fantastic tutorial , I understood every step and you was very clear. I do not understand if I can run more strategies at the same time, probably not. I hope you will continue with your screencast , personally I'm very interested to Freqtrade Strategies (especially startegies which can follow the trend!) and Hyperopts and I hope you will do other video with these arguments. Thank you !

  • @javierreyes9725
    @javierreyes9725 3 года назад +1

    I have the same problem here. There was an update to Freqtrade and it no longer allows you to do the step-by-step described. Hopefully you can update the page or RUclips video. Thank you!!

  • @FelipeDouradinho
    @FelipeDouradinho 2 года назад

    Very nice, really very nice video. Thank you for spending your time to us

  • @nhattan2412
    @nhattan2412 3 года назад +1

    thank you very much for your kindness. but Since 2021.4 release you no longer have to write a separate hyperopt class, but can configure the parameters directly in the strategy. so we cant use optimize the strategy using Hyperopt in your video with bolinger band. any solution?

    • @Reanblock
      @Reanblock  3 года назад

      Ok, thanks for your insights into the updates. I'll look into it.

    • @nhattan2412
      @nhattan2412 3 года назад

      @@Reanblock I also have a new merge files (hyperopt and strategy) using RSI and BB band like yours. Thanks a lot.

    • @ellisonhughes5265
      @ellisonhughes5265 3 года назад

      Got the same problem and would be very happy if there is any solution, since I couldn't find anything useful in internet, regarding that

  • @robin5845
    @robin5845 3 года назад

    What is "dcr" exactly (32:00) on my mac it says command not found. And where is the pairs file linked. I have tried running the command with docker-compose run instead of "dcr" but id doesn't download anything. It says "about to download pairs []". Thee brackets are empty. Does anyone have an idea?

    • @BobGramward
      @BobGramward 3 года назад

      dcr is docker-compose run, you need to create pairs.json first 31:38

  • @zoeyoneohone
    @zoeyoneohone 3 года назад

    At 30:36 how do you open that second command prompt in "workspace"? Sorry if this is a noob question. I know how to open a second terminal obviously but how did you get to "workspace"?

  • @matheuscastro271
    @matheuscastro271 3 года назад

    very helpful, i was looking for a explanation like this for days. thank you

  • @ahmadasgharianrezaei6846
    @ahmadasgharianrezaei6846 3 года назад +1

    Well done on the tutorial. It's nice to see that in practice.

  • @aboutwong909
    @aboutwong909 2 года назад

    great user guide!!😃 btw do u have sample strategy for future trade study?

  • @Ilya-di4ok
    @Ilya-di4ok Год назад +1

    Is it possible to enter with open price as backtesting doing? Because for me it's enter on next candle with the same enter price as it was triggered.

  • @wingchangwow
    @wingchangwow 3 года назад +1

    This is fantastic, thank you! Could it be configured to trade futures? So sending long/short signals instead of buy/sell?

    • @Reanblock
      @Reanblock  3 года назад +1

      Probably, but I've not tried that yet.

  • @iamkian
    @iamkian 3 года назад

    @ 40:10 This is what would have happend IF the sells / buys did not timeout due to not selling or buying the order!
    Backtesting and running in real trading are mode are will not have the same results.

  • @kryptorick5120
    @kryptorick5120 2 года назад

    In the interface version 3 of freqtrade, some of the syntax seems to have changed. The bb indicator written as in the video returns errors in the logs. Need to look into it some more but this great tutorial might deserve a 10 min video to highlight changes since version 2

  • @Tyche.Crypto
    @Tyche.Crypto 3 года назад

    Thank you a lot, that was very informative video. Thanks you for your sharing again.

  • @GOURABDASGUPTAinnovation
    @GOURABDASGUPTAinnovation 3 года назад +1

    Thanks a lot for this vid, I was wondering how do I run in the live account ?

    • @Reanblock
      @Reanblock  3 года назад +1

      Just use live API keys for your trading account that holds real crypto.

    • @GOURABDASGUPTAinnovation
      @GOURABDASGUPTAinnovation 3 года назад +1

      @@Reanblock 1 more question, this bot is trading in spot market right, how do I make it trade in futures? I didn't find any good solutions on net, I did change the ccxt config in config.json but it's seems to trade in spot!
      And, umm is there any way to implement super trend indicator crossover technique in the strategy?

  • @JonsRegularStuff
    @JonsRegularStuff 3 года назад

    thanks for the video. whats the file manager / text editor you're using?

  • @markpurcell8075
    @markpurcell8075 3 года назад

    Thanks so much for this. Which editor did you use?

  • @socrates_the_great6209
    @socrates_the_great6209 3 года назад

    How the F do you make plot work? = 40:57
    I have only been waiting years for that solution. Thanks!

    • @Reanblock
      @Reanblock  3 года назад

      It's explained in the video, I think. Should also be in the shared repo. There is a dependency required here. Give us a shout if you can't solve it!

  • @GregBreak
    @GregBreak 3 года назад

    30:32 What's the shortcut for split the console?

    • @Reanblock
      @Reanblock  3 года назад

      CMD + SHIFT + D (using iTerm2 (v3.4.10) on Mac).

  • @avibrazil
    @avibrazil 3 года назад +1

    This tutorial is amazing and I'm testing it right now.

    • @092692pedro
      @092692pedro 3 года назад

      Did you got goods results ?

  • @ZhihaoRen-b7m
    @ZhihaoRen-b7m 2 года назад

    This is SUPER! Much appreciated.

  • @OrionM42
    @OrionM42 3 года назад

    Thanks for your efforts to create such a useful video...👍

  • @iamkian
    @iamkian 3 года назад +5

    The bitcoin is kind of leading everything. Could you show me (us) how a strategy should look like when monitoring bitcoin for up or down trends on other cryptos?

    • @BennoExno
      @BennoExno 3 года назад

      compare BTC/USDT to BTC/YOURALTCOIN Chart

    • @iamkian
      @iamkian 3 года назад

      @@BennoExno easier said than done... How do you automate this...

    • @BennoExno
      @BennoExno 3 года назад

      @@iamkian look at the Charts, use google to further know more about altcoin rally setups and then make your own decisions

    • @iamkian
      @iamkian 3 года назад

      @@BennoExno The point is that Fregtrade is to automate this and take away emotions. If I look at it myself, and decide myself, the emotions (my own decisions) are back again.

    • @BennoExno
      @BennoExno 3 года назад

      @@iamkian First you need to learn how to Trade and then you can setup your own Bot. If you are noob at Trading how do you want to setup a Bot? You can buy a bot that is already setup. But I dont know what you expect, mate. Somebody coming to you and helping you to make money for free?

  • @garethwilhelm5054
    @garethwilhelm5054 2 года назад

    Which application did you use to run the commands? Is it equivalent to Windows PowerShell?

  • @stgator24
    @stgator24 3 года назад

    Great video and thank you for the clarity in explanations!

  • @kelvinkong7783
    @kelvinkong7783 3 года назад +1

    Quest: I ran the hyperopt a couple of times and it gave me several different best results coming with different sets of params. How can I come up with an optimized strategy in this case? Thanks.

    • @Reanblock
      @Reanblock  3 года назад

      You should try the Hyperopt tool of Freqtrade which I touch on towards the end of the video.

    • @kelvinkong7783
      @kelvinkong7783 3 года назад

      Thanks! And also I have an issue about the timestamp.
      When I tried to load up the bot with API connection, I got the below msg related to Binance:
      {"code":-1021,"msg":"Timestamp for this request is outside of the recvWindow."}
      I saw people figure it out but they are using php.
      What is the issue and how do we solve it in Visual Studio?
      Thanks and greatly appreciated.

    • @Reanblock
      @Reanblock  3 года назад

      @@kelvinkong7783 I would check that you are using the correct timestamp format which needs to be a UNIX timestamp in seconds or milliseconds. Binance expects the timestamp in seconds, I believe.

    • @kelvinkong7783
      @kelvinkong7783 3 года назад

      Hi DevBootstrap, I've tried many different things and doesn't work:
      1. I changed my system time to be UTC
      2. making sure my wsl and my system is sync on the date and time
      3. make sure my internet time sync to time.window.com
      4. Go to Regirtry Editior, get into the NTP server and change the value to 1; then get into W32Time\config and change the AnnounceFlags's value to 5
      5. In Vstudio, go to my config.json, add a line of "options" after "ccxt_config", like this:
      "ccxt_config": {"enableRateLimit": true},
      "options": {"adjustForTimeDifference": true},
      6. recreate new API key and secret
      But all the above doesn't work. I still got the same msg as below:
      freqtrade.exceptions.TemporaryError: Could not get balance due to InvalidNonce. Message: binance {"code":-1021,"msg":"Timestamp for this request is outside of the recvWindow."}
      It seems some people figure it out with ntpd in Ubuntu. But I am using window 10, Vstudio, powershell and docker (exactly like what you are using in the video).
      I'ver been trying for many hours and frustrated. Is it okay that I personally send you email and ask for a step-by step guideline to solve the issue? Will come with reward for sure. Thanks!

    • @Reanblock
      @Reanblock  3 года назад

      @@kelvinkong7783 Thank you for your question and apologies for not responding sooner! Firstly, in the video I am using a MacBook and Visual Studio Code Version: 1.56.2. Also, it appears that the Freqtrade Docker container should be running using UTC time by default. The running container should get its time from the host machine and then use UTC accordingly. So given that, I would not recommend changing your system time to UTC but leave that in your current local timezone. Regarding Windows specific settings, I cannot comment as I do not use Windows at all I am afraid.

  • @MsKATODO
    @MsKATODO 3 года назад

    As far as I understand, the hyperopt uses a machine learning model in order to adjust the parameters of the strategy, however, those values could become incorrect with the time. I mean, we need to adjust those values after some time. Do you recommend to run the hyperopt all days, one a week?? how often is it recommended to run the hyperopt?

    • @Reanblock
      @Reanblock  3 года назад

      It really depends on what you are trying to do. I would check a machine learning course to learn more about handling data.

  • @DawidMaksymow
    @DawidMaksymow 3 года назад

    Thank you, explaining strategies, pro. all best

  • @alvii977
    @alvii977 3 года назад +1

    Hi Amazing video, thanks for you motivation so teach this. Please can you share the code of the strategy and the hyperopt ? please, thanks!!!

  • @jortwiebrens8076
    @jortwiebrens8076 2 года назад

    can you help me? when where a hyperopt they say it is a newer version so your method dont work anymore. can you help me fix it

  • @kryptorick5120
    @kryptorick5120 2 года назад

    just an observation, if you've put your telegram token and chat id and it still doesn't work, it might be because you're using a new bot you just created. In this case you have to actually click on the bot name in the last message from botfather in order to open a chat with your bot and click on /start. Once the bot is initiated, if the token & id are valid, it should work.

  • @truptipanigrahi3016
    @truptipanigrahi3016 3 года назад

    hi, what is tradeable balance ration and how you start and close this bot and enter to its terminal again...

  • @inthemj99
    @inthemj99 3 года назад

    It's awesome video but I always taking error in creating Hyoperopt.
    Parse error at offset 23: The document root must not be followed by other values.
    How can I fix this?

    • @Reanblock
      @Reanblock  3 года назад

      It should work out of the box if nothing is changed. Try checking the Freqtrade docs.

  • @erkan7068
    @erkan7068 3 года назад

    can we run it with Mac M1 and Anaconda installation? I get some errors when I try to follow the steps

  • @alpaydemir4732
    @alpaydemir4732 3 года назад

    Thank you very much really nice video. I have a question. Do u know how to open the freqtrade ui when i run freqtrade on a vps? So how can I open vps localhost in the browser. Is there a way?

    • @Reanblock
      @Reanblock  3 года назад +1

      Yes that is possible since you can run any kind of software on a VPS server you can also run Freqtrade UI and configure a domain to point to that server to open up Freqtrade UI. I am running Freqtrade in AWS using Docker Compose and I am using an Nginx container as a web server. I'll make a new tutorial on how I set that up in the coming weeks,

    • @alpaydemir4732
      @alpaydemir4732 3 года назад

      @@Reanblock i see thank you, i hoped there would be any easier way maybe haha. I have now also get the idea to try to connect via remote desktop on my ubuntu vps. That will probably work too but dont know if that is easier than running a webserver on the vps. (Webserver has of course more benefits at the end) thanks for ur answer and cant wait for your next video.

  • @tonitsekov7760
    @tonitsekov7760 2 года назад

    Hello,wery good video,but please tell me for command DCR,i have not this command.Thank you

    • @qlgqprqnqndq
      @qlgqprqnqndq 2 года назад

      you can use docker and make in terminal alias dcr='docker-compose run'

  • @suhaasnarain
    @suhaasnarain 3 года назад

    Seems really intriguing. Question. How would I make my bot leverage trade?

  •  2 года назад

    Very clear and very usefull. Thank you very much

  • @azizmohammed182
    @azizmohammed182 2 года назад

    That is amazing. Thank you so much. Also can you make a follow up video on deploying freqtrade to some online server such as Heroku or something else :D

  • @daniologabriel9236
    @daniologabriel9236 3 года назад

    do the backtesting can consider also the commissions ?

    • @Reanblock
      @Reanblock  3 года назад

      I don't think backtesting includes transaction fees.

  • @m0tivati0n71
    @m0tivati0n71 3 года назад

    When optimizing using hyper opt, does it put into account the fees on the platform e.g. binance?

    • @Reanblock
      @Reanblock  3 года назад +3

      The Hyperopt tool itself does not consider the trading fees. However, your strategy should. By the way, I just published a new screencast on the Freqtrade Hyperopt tool: ruclips.net/video/lpazvgFezLY/видео.html

    • @m0tivati0n71
      @m0tivati0n71 3 года назад

      @@Reanblock Thanks.

    • @m0tivati0n71
      @m0tivati0n71 3 года назад

      @@Reanblock Thanks.

  • @clementcauffet5672
    @clementcauffet5672 3 года назад

    Thanks a lot for this amazing job you've done !
    I'm planning to install and run my bot on a Raspberry Pi 3, would you recommend this ?
    Thanks again !

    • @james-innes
      @james-innes 3 года назад

      Have you tried it? Looking at using a raspberry Pi zero I have

  • @cristianmuresan5952
    @cristianmuresan5952 3 года назад

    Hello Sir, very good material, thank you. Isnt the stoploss -28% to risky? If I modified stoploss to -10% will I get less profit?

    • @Reanblock
      @Reanblock  3 года назад +1

      A lower stop loss will cut your losses sooner yes.

  • @xDDBF
    @xDDBF 3 года назад

    What do i do with new version of freqtrade if i want to use your method for BBRSI ?.... some commands for hyperopt isn't working anymore :(

  • @tranphuonghuy4184
    @tranphuonghuy4184 3 года назад

    Question:
    I wrote the new strategy and backtest it with 13 pairs.
    After that, I backtest with one pair which pair still in the list of 13 pairs.
    But the number of trade when I backtest in 13 pairs is less than I backtest 1 pair.
    For ex: BTC/USDT when backtest 13 pairs at the same time. The number of trade is 13
    BTC/USDT when backtest only BTC/USDT. The number of trade almost 20
    Can you help me please?

    • @Reanblock
      @Reanblock  3 года назад

      Its likely because when you change the number of pairs that you use for backtesting they number of actual trades may differ due to the available balance for trading will be different.

    • @tranphuonghuy4184
      @tranphuonghuy4184 3 года назад

      @@Reanblock I already change the "max_open_trades" = -1 and "stake amount" = 300,
      But when I test for 13 pairs, the actual trades always less than I test only 1 pair.
      For ex. ALICE/USDT when test 13 pairs, trade 9 times. When test only ALICE/USDT, trade 16 times. Please help me

  • @mehmetaloglu1081
    @mehmetaloglu1081 3 года назад

    thank you so much for the video. could you help for installing on windows?

    • @Reanblock
      @Reanblock  3 года назад

      For windows, you just need to install Docker runtime and then everything else follows pretty much the same approach. There might be differences with setting up the terminal alias and so on, but since Freqtrade runs in a Docker container you should be good.

    • @mehmetaloglu1081
      @mehmetaloglu1081 3 года назад

      @@Reanblock thank you so much.

  • @dmrcr7
    @dmrcr7 3 года назад

    Hello and thanks for a grate video.
    Can someone tell me why no one of my tries get any bey or sell signals, by using trade in dry-run or live mode?
    Thanks in advance!

    • @Reanblock
      @Reanblock  3 года назад

      Maybe because there are no buy or sell signals during the testing period for the strategy you are using?

  • @Anyone.c
    @Anyone.c 2 года назад

    Amazing tutorial!! Can you explain how this can be used for non crypto data?

  • @ArunkumarMTamil
    @ArunkumarMTamil 3 года назад

    why these commands not working in CMD?

    • @Reanblock
      @Reanblock  3 года назад +1

      Check the start of the video and the repo notes, some of the commands are aliased locally which you will also need to do. Hope that helps.

  • @barendscholtus1786
    @barendscholtus1786 3 года назад

    Professor. For buy signals you used RSI>25. That makes no sense though. It ought to be

  • @khalidamine5488
    @khalidamine5488 3 года назад

    Does the bot continue to run when the mac goes into standby mode, or does it terminate the process?

    • @Reanblock
      @Reanblock  3 года назад

      It would terminate (if you close the laptop that is). If you just lock your screen then it will keep running . To be sure, you should run on a server like AWS so its on 24 / 7.

  • @SanjaySharma-ct9mi
    @SanjaySharma-ct9mi 2 года назад

    How does one edit the strategies?

  • @merdarlucian-pavel2834
    @merdarlucian-pavel2834 3 года назад

    no matter what I do, I'm stuck on this error " Error response from daemon: can't create 'AutoRemove' container with restart policy"

    • @lightning_dynamics
      @lightning_dynamics 3 года назад +1

      check if you got any other freqtrade docker images running

    • @merdarlucian-pavel2834
      @merdarlucian-pavel2834 3 года назад

      @@lightning_dynamics I didn't had any other images running, but manage to start it on a Linux without docker, it workes just fine now :)

  • @princedamageable
    @princedamageable 3 года назад

    hello
    i have been following your tutorial but i am stuck in the new hyperopt segment as it doesn't matches with this older freqtrade ..
    can you please upload a new video as to how to use hyperopt in new freqtrade using this bbrsi

  • @TradingBantai
    @TradingBantai 2 года назад

    Can freqtrade developers access the strategy that we create.

  • @freepluralism6652
    @freepluralism6652 2 года назад

    thank god youtube has the option to change the speed... nontheless it had some helpful parts

  • @АлександрТ-э7б
    @АлександрТ-э7б 3 года назад +1

    Great tutorial! Thank you very much!

  • @jobihara
    @jobihara 3 года назад

    Great Video DevBootStrap. Do you mind doing another video showing how to optimize without creating a hyperopt class file, and then backtest it. I'm using the latest freqtrade with the strategy class and hyperopt in the same file-strategy file. Getting all zeros when backtest. Thanks

    • @Reanblock
      @Reanblock  3 года назад +2

      Yes, as a matter of fact, I just posted that video today! Here is the link: ruclips.net/video/lpazvgFezLY/видео.html

    • @jobihara
      @jobihara 3 года назад

      @@Reanblock Thanks a lot. Just seeing this message now, and i've watched the video. Great, looking forward to implementing the changes.

  • @saitmarasloglu9403
    @saitmarasloglu9403 3 года назад +5

    Great video thanks

  • @jeepjr
    @jeepjr 3 года назад

    congratulations on the channel and video, I wanted your contact because I am wanting to set up a grid robot that will act according to RSI would have and have the function of dragging upwards?

  • @bullsvsbearsofficial8567
    @bullsvsbearsofficial8567 2 года назад

    I am having a problem in vs code when i open remote container anyone can help me Plz? I really need to made a bot

  • @userpodcast7350
    @userpodcast7350 3 года назад

    but can you use this bot for real trading or is it just for backtesting?

    • @Reanblock
      @Reanblock  3 года назад

      Yes, Freqtrade can be used for real / live trading.

  • @donggeonlee15
    @donggeonlee15 2 года назад

    Awesome tutorial! I wonder if you still get profits with using this bot in this bear market. And can you recommend any good strategy for this bot? Many thanks!

  • @monstrclips
    @monstrclips 3 года назад

    You help me a lot thx for your wonderful work!

  • @rudyfernandez5522
    @rudyfernandez5522 3 года назад

    Awesome tutorial, been working on my own trading bot, freqtrade seems much more powerful.
    One question: Is it possible to implement multi-timeframe strategies with it?
    Thanks a lot!

    • @Reanblock
      @Reanblock  3 года назад

      So far I have only ever run Freqtrade with one strategy at a time and each strategy has one timeframe setting. I've also been considering this and will dig into the options soon.

    • @fabirabi2510
      @fabirabi2510 3 года назад

      I think you can add a method to convert the class strategy timeframe to the desired time frame of the second strategy and run those two strategies in the same class

  • @mohamadsajedi5857
    @mohamadsajedi5857 3 года назад

    awesome my friend.. thank you

  • @재주꾼불당늘보불당개
    @재주꾼불당늘보불당개 3 года назад

    wow awesome!! this video helped a lot.

  • @twopointedstar
    @twopointedstar 3 года назад

    Could you do a seperate in-depth video on how to code hyperopt?

    • @Reanblock
      @Reanblock  3 года назад +11

      That is a great idea. I intend to dive deeper into hyperopt and I think that would be a very useful screencast to produce.

  • @eoindennehy2165
    @eoindennehy2165 2 года назад

    simply awesome video!

  • @Abdien
    @Abdien 3 года назад

    Great Content, appreciate your time!

  • @ricowallaby
    @ricowallaby 3 года назад +1

    Great video thanks!

  • @bukute122
    @bukute122 3 года назад

    Thanks for this tutorial!

  • @cristianpopecu7970
    @cristianpopecu7970 3 года назад

    I'm already your sub mate. Do you understand smth about Enecuum? The main goal is to make trades and pay for the goods and products fast, secure and without banking fees. Could you observe them pls??

    • @Reanblock
      @Reanblock  3 года назад

      I've taken a look at Enecuum. Thank you for sharing!

  • @mzsrtgzr2
    @mzsrtgzr2 3 года назад

    thanks you. great intro!

  • @kaspars-b
    @kaspars-b 3 года назад

    Anyone care to comment on what results have you received in this one month since this video upload?

    • @Reanblock
      @Reanblock  3 года назад +1

      Good question and it would also be interesting to learn about and share the strategies used too! :)

  • @melevent
    @melevent 3 года назад +1

    You are legendary !

  • @mark-johnhenry2465
    @mark-johnhenry2465 3 года назад

    This is awesome. Cheers

  • @renu2851
    @renu2851 3 года назад

    Excellent tutorial!!

  • @vishalpatil8631
    @vishalpatil8631 2 года назад

    great tutorial!

  • @bielsoler1792
    @bielsoler1792 3 года назад

    Great Tutorial! One question, I was trying to do this tutorial in my Raspberry Pi 4 8gb and when I run in terminal "dcr freqtrade plot-dataframe --strategy BBRSIStrategy -p SOL/USDT -i 15m" I've got this error : standard_init_linux.go:219: exec user process caused: exec format error
    I've found that is due to the incorrect architecture., since I guess I'm trying to run amd64 on the PI, but PI is ARM. Anyone knows how to solve it?
    Thanks!

    • @matzesutopia
      @matzesutopia 3 года назад

      you have to change the docker-compose.yml
      .... stable to stable_pi
      .... develop to develop_pi

  • @АлександрТ-э7б
    @АлександрТ-э7б 3 года назад

    Hey guys who knows how to implement different pattern recognition function simultaneously? e.g. Evening star and Engoulfing pattern.

    • @cedriclahz4833
      @cedriclahz4833 3 года назад

      The Ta-Lib has these candle patterns. dataframe['CDLENGULFING'] = ta.CDLENGULFING(dataframe)

  • @89stoev
    @89stoev 3 года назад +1

    Thank you !

  • @pagevpetty
    @pagevpetty 2 года назад

    Nice vid :) you may want to show the final project at the beginning, Thanks