Комментарии:
A big thanks, you're helping a lot the community.
ОтветитьGreat video as always.
Cold this be modified to indicate levels of support and resistance, and subsequently change when the level is broken
SL need to be modified..
Thank you.. :)
Thank youu
ОтветитьDanke für dieses Jahr und deine Videos! Ich bin 18 geworden und versuche mir gerade alles selbst beizubringen, was manchmal ziemlich hart ist... doch dank deinen Videos geht das alles etwas leichter :* Ich wünsch dir einen guten Rutsch und bin schon sehr gespannt auf das nächste Jahr :) Mach weiter so und bleib dran du leistet super Arbeit!
Benni
PS: Ich weiß 2€ sind nicht die Welt aber ich probiere mir grad echt etwas aufzubauen mit deiner Hilfe und als ein kleines Danke reicht es hoffentlich ;)
great video as usual! Happy Holidays to you and yours. Wishing you a prosperous New year ahead.
ОтветитьHi , thank for great video. Hoping next time, would you please making supply demand strategy? Happy new year for big success Men
Ответитьawesome
ОтветитьAnother awesome video! I am currently working on a platform where users build and backtest trading Algorithms without code. Do you ever do joint projects with viewers? Would that be interesting for you?
ОтветитьIs there any videos or books you recommend for a beginner to get started into trading
ОтветитьGreat work, your videos are awsome, all best to the New Year
ОтветитьYou might want to consider showing plots of your indicators and buying / selling signals in your videos. Great content!
Ответитьplease write pattern ABC (1-2-3) in next video
ОтветитьHey, your great videos rly help me a lot, thank you very much ♥ And I have a question, If I am trading on binance futures for example BTC/USDT. Can I open second trade even if first trade don't hit stop loss or take profit yet?
ОтветитьHey is there anyway for us to support you? Do you have a patreon?
ОтветитьGreat video, any tips on how to install the ta lib on windows?
ОтветитьHow to place trades in MT4 using python ? Please explain some indicators based strategy.
ОтветитьHello. Nice video as usual. Thx for your work, i learn a lot thanks to you. Perhaps to improve the strategy, we can think about shorting if we are under 200 Ema.
Ответитьthanks for your video that was so helpful👌
can you please show us how to use stop Limit order function from binance library?!
And I wish you a great and happy new year;)
i never usually comment on videos, but your content is very engaging and i like the way you present. As everyone else has said below you're helping the community and enabling everyone to complete their ideas.
ОтветитьHow can we sugest ideas for strategies for future videos?
ОтветитьCan you help me please convert this code from pine script to python
x2 = close
avr = ema(abs(x2 - x2[1]), 20)
r2 = ema(avr, 39)*3.5
filt = x2
filt := nz(filt[1], filt)
filt := x2 - r2 > filt ?x2 - r2 :x2 + r2 < filt?x2 + r2 : filt
and ... to avoid those invalid "buys" I suggest to change three lines: (1) instead of "for i in range()", use a while loop while i < len(df), (2): after the "sell" signal set i to i = i +j, (3) add i += 1 right befor the end of the while loop to iterate further trough "Buy" signals.
ОтветитьNo words mate, just awesome, I'm having some issues with some imports, getting some errors on the way but that's mostly my fault so, I'll be starting from 0 to set programs again, appreciate the work out on the video, simply amazing. Prost!
ОтветитьSimilar code like in other Videos, this simplifies adaption. Great thank you.
And again it's a great source of learning
Hallo,
Is n bisschen anstrengend Dir zuzuhören wenn du day/date anstatt candle sagst. Die Idee aber is cool. Der EMA ist zu lang 20 wäre besser, aber es ist beeindruckend wie wenig Verlust das macht. 0.15% oder so? Cool.
Ich würde den EMA ganz weg lassen (hat ja nix geholfen) und stattdessen die fractal Funktion um die Möglichkeit des Verkaufs erweitern. Zumindest in Deinem Beispiel hätte der Verkauf wesentlich öfter getriggert werden müssen als das Kaufen und guten Gewinn gemacht, selbst wenn trotzdem alle Käufe stattgefunden hätten (was ich nicht glaube) würdest du gute Gewinne machen...
Gute Idee, Danke
Thx! Which broker are you using for realtime data API and real trading ?
ОтветитьBtw I was thinking about why the profits is negative, it'll be awesome if we could recognize fake signals with the script :D, anyway appreciate it!.
ОтветитьHello Sir,
Can you share the dataset you used
as I know there is a limited time period where we can download the data you used in yfinance
For result replication just to be sure I followed your tutorial
Anyways great Video
Very clear explanation
One of the best videos on trading strategy, I liked the content and the way that you have expalined and simplified things. I have one request , as you have mentioned to create a trading bot somewhere. Caa you please create one video on creating a trading bot (with Live stream) and equities if possible. (both Long and Short)
ОтветитьHi i know It’s an old video but im just curious. Is there a way to set a certain stop loss/take profit? Lets say 0.96 sl and 1.08 on all of the trades. Is this possible with np.where?
ОтветитьThanks for sharing this valuable video ! May I understand from you on why center=True was used for Line 9 ? Will that introduce forward-looking bias to the whole backtesting result ?
Ответитьgood stuff. can you run this python on ES futures. I suspect it'll work well given the micro market structures in ES futures.
ОтветитьHallo, bin schon sehr neugierig auf diesen Trading bot. Hab bis jetzt jedes Video angesehen und bin immer wieder erstaunt wie einfach das bei dir aussieht!
Ответитьuseful for beginner
ОтветитьDo you realize that by setting center=True this trading strategy peeks into the future to make buy decisions?
ОтветитьMy friend fractal must have as a repetition that is independent of time... Do you remember how fractals were found in The BELL companies telephone lines? Entire branches of telephone cables failed in the same order regardless of the amount of power Voltage, Amperage, or the Frequency or Amplitudes which that power conducted at.
ОтветитьHi i know I am a bit late to this video, but how would you go about calculating the profit in dollar value instead of in percentage value like shown in the video. To give you a better understanding of the realised/unrealised gains.
Ответить