Can I install vs code and python inside Amazon RDP to run it 24hrs?
@rolandonwa236917 күн бұрын
If I login my ic market account or other brokers, it will not place trade, instead I will be getting "unsupported symbol" but it works in metaqoutes broker, what could be the course?
@rolandonwa236918 күн бұрын
where can i get the atj_algotradind file?
@bilgassimjalouta103516 күн бұрын
same here i keep getting this error: ModuleNotFoundError: No module named 'atj_trading'
@cheddarbob874119 күн бұрын
random video idea request: could you show us how to make our own "rolling" walk forward optimization include file for mt5? mt5 is pretty limited as far as robustness testing.. i think it would be a goodadd-on. mt5 is way behind the times in my opinion and I believe it can be done, there is a product in the mql5 marketplace that does it if you care to see: WalkForwardOptimizer MT5. Thanks for reading, happy new year!
@martinsbaumanis598120 күн бұрын
Guys, try SMA 8 and DEVIATION 34
@martinsbaumanis598121 күн бұрын
Thanks for the code, brother. I really needed a break and this is it. I wish you the best.
@Jonathan_Seagull22 күн бұрын
How can we trust puting our username and password to a trading program with all our money, into this python program?
@Astronomy_EduTube29 күн бұрын
Hello, Need help! Can we close all trades instantly not one by one?
@muralk3153Ай бұрын
Amazing. Thank you.
@FahadSaqer-ln4jcАй бұрын
The code is not working and giving the following errors: 1- DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious and fails to parse leap day. The default behavior will change in Python 3.15 to either always raise an exception or to use a different default year (TBD). To avoid trouble, add a specific year to the input & format. 2- application.py", line 16, in <module> options=[{'label': symbol, 'value': symbol} for symbol in get_symbol_names()] 3- mt5_funcs.py", line 25, in get_symbol_names, symbols_df = pd.DataFrame(symbols, columns=symbols[0]._asdict().keys()) TypeError: 'NoneType' object is not subscriptable
@lavishdaksh6327Ай бұрын
That is an interesting video. Can we make our logic based on moving averages and different time frames?
@taheralsaririАй бұрын
Thank you for the effort you made in this video ❤
@e-traders8235Ай бұрын
Thank u very much.😊
@johnc.1705Ай бұрын
Can you do several years for s&p index?
@franciscoperezbermudez3039Ай бұрын
Good video bro. Do you know how I can change the code if I have a dictionary with more than one currency pair?
@chubbywubby1Ай бұрын
How do u create a new string bot? Doesn't show new file
@aarondelarosa3146Ай бұрын
Do you have the code on Github?
@sthabisombongwa8970Ай бұрын
Amazing video Bru. I just have one question, where did you get the data?
@ATJTraders618Ай бұрын
Thank you. I exported the data from the MT5 platform as CSV.
@Marpos24Ай бұрын
Nice video Bro !
@ATJTraders618Ай бұрын
Thanks!
@jerry9113Ай бұрын
Why candle chart have many black spaces? is it your data problem or defect in "create_price_fig"?
@ATJTraders618Ай бұрын
Hi, the gaps represent the weekend. By default, Plotly plots the weekend as empty space.
@jerry9113Ай бұрын
@@ATJTraders618 I checked your git repo and I see I have a lot of materials to watch from your streams. Very interesting, useful materials, I recommend it to everyone reading my comment. Keep up in work!
@TapashMallick-z9hАй бұрын
I am getting key error: 'time' when trying to get tick data by writing pdf.DataFrame
@ATJTraders618Ай бұрын
Hi, it seems that the broker returns an empty DataFrame. Try following things: 1) Make sure Python is initialized to MT5 2) Double check the symbol name and make sure that it is enabled in the MT5 Market Watch 3) Try to reduce the time span for ticks. If you request too much, MT5 can return None
@catchy_jАй бұрын
Thank you a lot. I'd love to see the breakeven section😊
@IwokotoTv242 ай бұрын
Pls i need ur assistant to install the python script on my mt5 platform.i have done it but the installation to start work is my problem
@rolandonwa23692 ай бұрын
How can I implemet ST and TP?
@AbdulQodirAlJilani2 ай бұрын
Hello do you have the python code .py NOT jpynb. thanks
@TRADINGPIP2 ай бұрын
xin hỏi anh có phải người việt Nam không ạ!
@ATJTraders6182 ай бұрын
0:00 Stream starts 00:15 Today's Topic 12:30 Setting up the environment for the code 17:55 Start of the code 18:33 Creating the first route to our webpage 21:50 Creating the second route of OHLC Data 22:30 Off-topic Bitcoin trade update 31:50 Quick Recap of the project 01:07:00 Running a sample backtest 01:10:50 Troubleshooting issues with the API token 01:26:40 Visual test of the OHLC data on a Figure 01:28:00 Troubleshooting Figure rendering issues 01:59:35 Today's recap 02:00:41 Stream Ends
@reliabletips2 ай бұрын
will more up-i predicted from12000
@uwepries2 ай бұрын
Works for me on Linux with Wine
@GodX369992 ай бұрын
Hi, thanks for cool things. I have a question that we have to pay money to charge for Pycharm Pro edition to edit Jupyer notebook , right ?
@ATJTraders6182 ай бұрын
Yes, correct. Jupyter support in PyCharm requires professional version.
@rolandonwa23692 ай бұрын
Which tools did you use, it's hard for me to use, how can I import it in my Vs code and run it
@ATJTraders6182 ай бұрын
I suggest using Jupyter Notebook for this.
@Ama_Teur2 ай бұрын
This phyton tools will work in tester?
@ATJTraders6182 ай бұрын
Unfortunately, it will not but we have our own backtester to evaluate the results.
@ATJTraders6183 ай бұрын
0:00 Stream starts 01:10 BTC Trade update 01:35 Current strategy recap 06:15 Today's objectives 18:24 MT5 indicator creation scheme 25:49 Expert Advisor creation in MQL5 01:07:15 Creating a web server using Python 01:11:19 Creating an example request via Jupyter Notebook 01:29:55 MQL5 Web request & modifications in the PA identification 02:41:35 Off-topic (Python vs MQL5 - processing time) 02:53:18 Troubleshooting the incorrect conversion of data between MQL5 & Python 03:02:12 Converting the DataFrame into CSV 03:30:40 String splitting issue 03:47:17 We are able to generate a horizontal line indicators with realtime updating 03:52:02 Stream Ends
@GascanNBK3 ай бұрын
you can learn from the source code of these
@asolartech37723 ай бұрын
How to copy trade between 2 MT5 platform with reverse trading copy SL and TP, if showing program on Python ?? Thank you for your every video.
@ATJTraders6183 ай бұрын
Hi, I suggest that you check out this. www.fxblue.com/appstore/personal-trade-copier
@ATJTraders6183 ай бұрын
00:00 Stream starts 00:40 BTC trade update (+other trades) 05:30 Price Action strategy recap 08:30 Double Top/Bottom identification technique applied 21:20 Strategy backtest results 30:31 Coding the Trading Bot 55:50 Off-topic discussion CFD vs Traditional Brokerage 01:10:06 Testing the trading bot on Demo (1-Minute Chart) 01:45:05 Test-trade opened 01:54:49 Stream Ends
@veniciussoaresdasilva66143 ай бұрын
Thanks for share Tu. Long day today.
@munivoltarc3 ай бұрын
can u use pure price action trading instead of using price lagging indicators, like moving averages, macd, rsi, bollinger bands etc., please trade live using price action, Elliot wave and Wycoff strategies.
@peterwestermann52653 ай бұрын
Hi I tried with several versions, 3.11, 3.10, 3.9 and 3.8 but no way. Tried on a m2 mac mini with jupiter notebook and google colab, also on windows with google colab (python 3.10) and no way to make it work, always the same error. ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none) ERROR: No matching distribution found for MetaTrader5 Any advice? Thanks a lot
@ATJTraders6183 ай бұрын
Hi, unfortunately MT5 library is only supported on Windows.
@ATJTraders6183 ай бұрын
00:00 Stream starts 01:30 Recap of the previous issue with pattern recognition 04:50 ATJ Traders Discord Channel 05:20 Solution using Support & Resistance + Intervals 27:43 Off-topic: BTC Trade update 35:42 Strategy overview 39:40 S/R Breakout identification 43:35 Adding the rolling method 01:00:45 Marking the Start/End of S/R line 01:23:40 Setting conditions for Bearish or Bullish Breakout 01:45:12 Backtest results 01:46:45 Experimenting with increased trade duration 01:54:05 Current Trading Strategies Overview 02:01:59 Stream Ends
@RESPECT-bu1fr3 ай бұрын
Hello sir. Does the vps require your own internet connection. To run the bot.
@ATJTraders6183 ай бұрын
Hi, VPS runs independently from your PC. However, you will need internet to connect to the VPS.
@RESPECT-bu1fr3 ай бұрын
@ATJTraders618 thank you.
@ATJTraders6183 ай бұрын
0:00 Stream starts 00:05 Recap of the current project 01:22 BTC Trade update 05:10 Portfolio of current strategies 10:20 Issue with the calculation 16:32 Overlaying the figure on the chart 33:20 Change in the calculation of the H/L 57:40 Applying additional filter 01:40:30 Brainstorming pattern-recognition ideas 02:25:30 Off-topic: US100 Trading Bot update 02:33:52 Analyzing patterns 02:45:10 Writing the real-time backtester 03:30:44 Strategy ideas 03:38:35 Stream Ends
@veniciussoaresdasilva66143 ай бұрын
Thanks for share TU :) I have had think on it exactly today : ) :) The folder 1010 is not there anymore.. Tu remember that for the first values you will not have values on SMAs because is not computed for the first candles.
@ATJTraders6183 ай бұрын
Thanks for pointing it out. I have committed the files now to GitHub and everything should be there. Have a great weekend!
@ATJTraders6183 ай бұрын
0:00 Stream starts 02:15 BTC Trade update 12:35 Setting the basic parameters 15:50 Today's topics & strategy description 20:40 Choosing the periods & building the indicators 47:15 Defining the Highs and Lows 01:48:17 Issue occurred in the code 02:02:11 Stream ends
@ATJTraders6183 ай бұрын
0:00 Stream starts 01:55 BTC Trade update 02:48 Strategy recap 05:15 Today's topic 08:42 Writing the trading bot (setting parameters) according to the previous day's back-test 14:38 Experimenting with the time in the analysis (broker's timezone) 22:28 Defining the strategy logic for the trading bot 32:10 Off-topic: Facts about me 34:05 Signal generation for the trading bot 01:10:35 Recap of today's code & ToDo's for the next stream
@MalindaDBRasingolla3 ай бұрын
Thank you so much this live coding series is better than any algorithmic trading courses I have done. Greatly appreciate your work