BEST William's Fractal Indicator Strategy for Daytrading? Testing Data Traders strategy in Python

BEST William's Fractal Indicator Strategy for Daytrading? Testing Data Traders strategy in Python

Algovibes

3 года назад

14,320 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@brich8110
@brich8110 - 27.12.2021 20:12

A big thanks, you're helping a lot the community.

Ответить
@charlesmosongo
@charlesmosongo - 27.12.2021 21:17

Great video as always.
Cold this be modified to indicate levels of support and resistance, and subsequently change when the level is broken

Ответить
@happyhuman7555
@happyhuman7555 - 27.12.2021 21:44

SL need to be modified..
Thank you.. :)

Ответить
@ventiladorbueno1846
@ventiladorbueno1846 - 27.12.2021 22:11

Thank youu

Ответить
@B.St9
@B.St9 - 27.12.2021 23:02

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 ;)

Ответить
@theAfricanQuant
@theAfricanQuant - 27.12.2021 23:54

great video as usual! Happy Holidays to you and yours. Wishing you a prosperous New year ahead.

Ответить
@GodX36999
@GodX36999 - 28.12.2021 01:17

Hi , thank for great video. Hoping next time, would you please making supply demand strategy? Happy new year for big success Men

Ответить
@SIMONONLY
@SIMONONLY - 28.12.2021 11:26

awesome

Ответить
@thechrism2249
@thechrism2249 - 28.12.2021 16:35

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?

Ответить
@ohnodontdoit4511
@ohnodontdoit4511 - 28.12.2021 21:26

Is there any videos or books you recommend for a beginner to get started into trading

Ответить
@PavelSumik
@PavelSumik - 29.12.2021 02:55

Great work, your videos are awsome, all best to the New Year

Ответить
@brazilianstraddle6943
@brazilianstraddle6943 - 29.12.2021 05:59

You might want to consider showing plots of your indicators and buying / selling signals in your videos. Great content!

Ответить
@HyiPizdaSkovoroda
@HyiPizdaSkovoroda - 29.12.2021 09:21

please write pattern ABC (1-2-3) in next video

Ответить
@ondrabill6640
@ondrabill6640 - 29.12.2021 12:32

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?

Ответить
@bobshi4468
@bobshi4468 - 29.12.2021 15:21

Hey is there anyway for us to support you? Do you have a patreon?

Ответить
@GustavoLeig
@GustavoLeig - 29.12.2021 15:24

Great video, any tips on how to install the ta lib on windows?

Ответить
@ggtechnocracy6709
@ggtechnocracy6709 - 29.12.2021 16:20

How to place trades in MT4 using python ? Please explain some indicators based strategy.

Ответить
@cedriclebocq1060
@cedriclebocq1060 - 30.12.2021 20:32

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.

Ответить
@abdul-rhmanskhnyh1510
@abdul-rhmanskhnyh1510 - 31.12.2021 04:48

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;)

Ответить
@jamesreilly4052
@jamesreilly4052 - 31.12.2021 19:07

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.

Ответить
@hammerjoe2008
@hammerjoe2008 - 01.01.2022 06:13

How can we sugest ideas for strategies for future videos?

Ответить
@theemperor1143
@theemperor1143 - 01.01.2022 07:50

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

Ответить
@andreasschulze3563
@andreasschulze3563 - 05.01.2022 21:24

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.

Ответить
@Indevelopmentspeculator
@Indevelopmentspeculator - 18.01.2022 11:48

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!

Ответить
@hannes6116
@hannes6116 - 22.01.2022 11:37

Similar code like in other Videos, this simplifies adaption. Great thank you.
And again it's a great source of learning

Ответить
@robertorobert7837
@robertorobert7837 - 24.01.2022 17:34

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

Ответить
@RC-nm6ti
@RC-nm6ti - 25.01.2022 11:55

Thx! Which broker are you using for realtime data API and real trading ?

Ответить
@Indevelopmentspeculator
@Indevelopmentspeculator - 29.01.2022 08:32

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!.

Ответить
@wyatt09277487073
@wyatt09277487073 - 04.02.2022 16:40

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

Ответить
@jenaman0001
@jenaman0001 - 18.02.2022 03:16

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)

Ответить
@ghaithalmasri3039
@ghaithalmasri3039 - 07.03.2022 03:47

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?

Ответить
@boscofong7422
@boscofong7422 - 15.04.2022 06:52

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 ?

Ответить
@suchan7889
@suchan7889 - 22.05.2022 07:24

good stuff. can you run this python on ES futures. I suspect it'll work well given the micro market structures in ES futures.

Ответить
@bernhardsturmer8003
@bernhardsturmer8003 - 11.08.2022 22:11

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!

Ответить
@zonlee2485
@zonlee2485 - 16.04.2023 09:28

useful for beginner

Ответить
@cjansenson
@cjansenson - 30.10.2023 15:50

Do you realize that by setting center=True this trading strategy peeks into the future to make buy decisions?

Ответить
@matthew2531
@matthew2531 - 12.04.2024 13:17

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.

Ответить
@cefmanager
@cefmanager - 05.09.2024 22:13

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.

Ответить