Thank you. How to change SMA. SMA - Simple Moving Average - shows the average price for a given period of time. EMA - exponential moving average - prioritizes the most recent data, so it reacts to price changes faster than a simple moving average. WMA - weighted moving average - focuses on the most recent data rather than older data.
strategy works well only one thing, the risk management is link, is it possible to do a backtest with an RR of for example 2.5 or a stop loss of 50 pips and a take profit of 200 pips?
may I ask question, for the "sma_crossover_strategy = Strategy(df, 10000, 1)", number "1" mean how many lot? 1 Lot ?, if I want to change to 0.01 Lot, how much setting for this value? thanks
If you go to 18:15, you will find that we are looking at only 'bullish crossovers' in this example. If you want to plot all, then you have to include bearish crossovers as well.
I think it is not the right logic is it? Previous slow sma should be used. Prev values of slow and fast and current values of slow and fast sma should be compared.
Thank you. How to change SMA.
SMA - Simple Moving Average - shows the average price for a given period of time.
EMA - exponential moving average - prioritizes the most recent data, so it reacts to price changes faster than a simple moving average.
WMA - weighted moving average - focuses on the most recent data rather than older data.
thank you for a great video, in which video are the classes explained? (20:36 onwards?)
Thank you very much for your teaching, may I know in which video you explain how the backtesting Classes work?
strategy works well only one thing, the risk management is link, is it possible to do a backtest with an RR of for example 2.5 or a stop loss of 50 pips and a take profit of 200 pips?
Does this code have a look ahead bias?
Thank you very much for this lesson!
hai...i have request could you code LWMA crossover?
is there a finished copy i could test ?
Great strategy. Looks like the strategy is just for long trades or is the short trades as well? Thanks
Hi
How can i code 10ema in a weekly time frime from monday to Friday? thanks
Hi! great video. whe you backtest your strategy, its possible to make it place a position only if there are no open orders?
How can I implemet ST and TP?
how to download (save) and install the robot in mt5???
How to make data output to the panel to change after testing?
My myan
I was recently appointed by a merchant bank as associate. You don't know how much of help was the shift function.
Really informative.. Loved it ❤️❤️❤️
what strategy are you using now
Excellent , thanks for shared
Very nice and complete présentation. In the backtesting, how can we add some commissions in ? Thnak you bro !
Really like to content and would like to see even more advanced stuff.....keep it up
May l know can l use pycharm for this project ?
Wow great video, very simple, and great teaching.
may I ask question, for the "sma_crossover_strategy = Strategy(df, 10000, 1)", number "1" mean how many lot? 1 Lot ?, if I want to change to 0.01 Lot, how much setting for this value? thanks
Hi. 1 lot represeents 100.000 units. If you trade 0.01 lots, that would represent 1000 units of that currency.
What is subscription for market data?
Hi , the market data from the MetaTrader5 is free. You just have to sign-up with a Broker. Check the description for the sign-up link. :)
Oi Mate, first of all THANK YOU!! for taking your time and making the videos, you have just made the time I took learning python worth my while.
I'm glad to hear that you enjoy my content. :)
Oh you are great but still many things that I do not understand
Please I still want to know more about it and how about the python please your faithful I need is just to learn me more about the python
Hello,thanks you for this vidéo, can you make for meta trader 5,in mql5?
Or how can i use it in mt5,i don't now how can i connect it
Where can i get in touch with you
Where can we find the code
quick question, do you perhaps know why the backtesting simulation missed the 2020 big drop bearish crossover?
If you go to 18:15, you will find that we are looking at only 'bullish crossovers' in this example. If you want to plot all, then you have to include bearish crossovers as well.
@@ATJTraders618 thanks for that, i saw green and red lines and just automatically assumed bull and bear
This is amazing content, can you show us how we could integrate a neural network to optimize such strategies
I agree, that will be great to see incorporating AI, ML etc
Thank you!!!
getting error in mt5 giving ans false
hindi language video ha key
I think it is not the right logic is it?
Previous slow sma should be used. Prev values of slow and fast and current values of slow and fast sma should be compared.