MetaTrader 5 automated trading using Python TUTORIAL

seeders: 6
leechers: 0
Added 4 years ago by cybil18 in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

MetaTrader 5 automated trading using Python TUTORIAL (Size: 2.71 GB)
  01 - Introduction
  001 READ ME.html 1012 B
  002 Mac User only.mp4 19.33 MB
  002 Mac User only_en.vtt 3.16 KB
  003 Install the environment.html 687 B
  02 - Python basis
  001 Introduction.mp4 10.38 MB
  001 Introduction_en.vtt 1.21 KB
  002 Type of object Number.mp4 23.97 MB
  002 Type of object Number_en.vtt 2.96 KB
  003 Type of object String.mp4 83.66 MB
  003 Type of object String_en.vtt 7.6 KB
  004 Type of object Logical operation Boolean.mp4 25.67 MB
  004 Type of object Logical operation Boolean_en.vtt 3.57 KB
  005 Type of object Variable assignment.mp4 37 MB
  005 Type of object Variable assignment_en.vtt 4.44 KB
  006 Type of object Tuple and list.mp4 49.84 MB
  006 Type of object Tuple and list_en.vtt 5.92 KB
  007 Type of object Dictionary.mp4 46.75 MB
  007 Type of object Dictionary_en.vtt 5.15 KB
  008 Type of object Set.mp4 28.72 MB
  008 Type of object Set_en.vtt 3.36 KB
  009 Python structure IF ELIF ELSE.mp4 40.92 MB
  009 Python structure IF ELIF ELSE_en.vtt 4.57 KB
  010 Python structure FOR.mp4 29.92 MB
  010 Python structure FOR_en.vtt 3.89 KB
  011 Python structure WHILE.mp4 14.34 MB
  011 Python structure WHILE_en.vtt 2 KB
  012 Functions Basis of function.mp4 32.71 MB
  012 Functions Basis of function_en.vtt 4.41 KB
  013 Functions Local variable.mp4 14.27 MB
  013 Functions Local variable_en.vtt 1.64 KB
  014 Functions Global variable.mp4 12.75 MB
  014 Functions Global variable_en.vtt 1.25 KB
  015 Functions Lambda function.mp4 13.17 MB
  015 Functions Lambda function_en.vtt 1.49 KB
  03 - Python for data science
  001 Introduction.mp4 5.23 MB
  001 Introduction_en.vtt 685 B
  002 Numpy Array.mp4 60.11 MB
  002 Numpy Array_en.vtt 7.73 KB
  003 Numpy Random.mp4 54.13 MB
  003 Numpy Random_en.vtt 5.08 KB
  004 Numpy Indexing Slicing Transformation.mp4 85.48 MB
  004 Numpy Indexing Slicing Transformation_en.vtt 9.71 KB
  005 Pandas Serie and DataFrame.mp4 31.25 MB
  005 Pandas Serie and DataFrame_en.vtt 3.62 KB
  006 Pandas Cleaning and transformation.mp4 81.58 MB
  006 Pandas Cleaning and transformation_en.vtt 8.84 KB
  007 Pandas Conditional selection.mp4 25.97 MB
  007 Pandas Conditional selection_en.vtt 2.62 KB
  008 Matplotlib Graph.mp4 19.74 MB
  008 Matplotlib Graph_en.vtt 1.68 KB
  009 Matplotlib Scatter.mp4 14.34 MB
  009 Matplotlib Scatter_en.vtt 1.43 KB
  010 Matplotlib Tools.mp4 17.58 MB
  010 Matplotlib Tools_en.vtt 1.81 KB
  40388460-assets.csv 3.09 MB
  04 - Basis of MQL5 using Python
  001 Introduction.mp4 8.6 MB
  001 Introduction_en.vtt 722 B
  002 Authorize algo trading on MetaTrader 5.mp4 26.39 MB
  002 Authorize algo trading on MetaTrader 5_en.vtt 2.29 KB
  003 Install Python librairies on Jupyter Notebook.mp4 20.65 MB
  003 Install Python librairies on Jupyter Notebook_en.vtt 1.6 KB
  004 Initialize the bound between MetaTrader 5 and Python.mp4 22.61 MB
  004 Initialize the bound between MetaTrader 5 and Python_en.vtt 1.97 KB
  005 Get last error.mp4 29.56 MB
  005 Get last error_en.vtt 4.07 KB
  006 Extract account information.mp4 40.18 MB
  006 Extract account information_en.vtt 3.74 KB
  007 Extract symbol information.mp4 31.32 MB
  007 Extract symbol information_en.vtt 3.05 KB
  008 Extract book orders.mp4 15.74 MB
  008 Extract book orders_en.vtt 2.48 KB
  009 Add a symbol into the market watch.mp4 17.81 MB
  009 Add a symbol into the market watch_en.vtt 2.42 KB
  05 - Import financial data from your Broker
  001 Introduction.mp4 8.11 MB
  001 Introduction_en.vtt 1.21 KB
  002 Import ticks data from a specific date.mp4 50.92 MB
  002 Import ticks data from a specific date_en.vtt 5.13 KB
  003 Import ticks data from a specific range of dates.mp4 28.28 MB
  003 Import ticks data from a specific range of dates_en.vtt 2.3 KB
  004 Import candlesticks data from a specific date.mp4 18.74 MB
  004 Import candlesticks data from a specific date_en.vtt 1.9 KB
  005 Import candlesticks data from a specific range of dates.mp4 18.78 MB
  005 Import candlesticks data from a specific range of dates_en.vtt 1.85 KB
  006 AUTOMATE the importation ticks process.mp4 28.02 MB
  006 AUTOMATE the importation ticks process_en.vtt 2.25 KB
  007 AUTOMATE the importation candlesticks process.mp4 11.18 MB
  007 AUTOMATE the importation candlesticks process_en.vtt 1.14 KB
  06 - Place trade orders using MetaTrader 5 and Python
  001 Introduction.mp4 3.77 MB
  001 Introduction_en.vtt 577 B
  002 Order_check() function.mp4 77.27 MB
  002 Order_check() function_en.vtt 9.63 KB
  003 Open a buy order using Python.mp4 11.3 MB
  003 Open a buy order using Python_en.vtt 715 B
  004 Open a sell order using Python.mp4 24.02 MB
  004 Open a sell order using Python_en.vtt 1.69 KB
  005 Close a buy order using Python.mp4 25.16 MB
  005 Close a buy order using Python_en.vtt 1.78 KB
  006 Close a sell order using Python.mp4 12.97 MB
  006 Close a sell order using Python_en.vtt 981 B
  007 Automate the process.mp4 47.99 MB
  007 Automate the process_en.vtt 4.31 KB
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B
  07 - Money management function
  001 Introduction.mp4 6.74 MB
  001 Introduction_en.vtt 985 B
  002 Place a take profit on a mql5 order request.mp4 10.61 MB
  002 Place a take profit on a mql5 order request_en.vtt 1.02 KB
  003 Place a stop loss on a mql5 order request.mp4 4.5 MB
  003 Place a stop loss on a mql5 order request_en.vtt 614 B
  004 How to choose your risk by trade.mp4 80.58 MB
  004 How to choose your risk by trade_en.vtt 7.63 KB
  005 Precisions.mp4 16.46 MB
  006 Find the stop loss and take profit depending of your risk and leverage.mp4 44.06 MB
  006 Find the stop loss and take profit depending of your risk and leverage_en.vtt 5.62 KB
  007 Find the volume of trade depending of the broker constraints.mp4 62.76 MB
  007 Find the volume of trade depending of the broker constraints_en.vtt 6.83 KB
  08 - Advanced order managing using Python
  001 Introduction.mp4 4.25 MB
  001 Introduction_en.vtt 669 B
  002 How to place a pending order (STOP LIMIT order).mp4 78.46 MB
  002 How to place a pending order (STOP LIMIT order)_en.vtt 5.92 KB
  003 How to remove a placed pending order.mp4 33.22 MB
  003 How to remove a placed pending order_en.vtt 2.61 KB
  004 Change the stop loss and Take profit of a open buy order.mp4 29.18 MB
  004 Change the stop loss and Take profit of a open buy order_en.vtt 2.22 KB
  005 Change the stop loss and Take profit of a open sell order.mp4 25.25 MB
  005 Change the stop loss and Take profit of a open sell order_en.vtt 2.05 KB
  09 - Advanced money management
  001 Introduction.mp4 9.34 MB
  001 Introduction_en.vtt 1.12 KB
  002 Extract information about current open positions.mp4 57.47 MB
  002 Extract information about current open positions_en.vtt 5.87 KB
  003 Training Stop loss.mp4 131.6 MB
  003 Training Stop loss_en.vtt 15.08 KB
  004 Advanced concepts about trailing stop loss.mp4 89.36 MB
  004 Advanced concepts about trailing stop loss_en.vtt 9.95 KB
  005 Portfolio or Basket Stop loss.mp4 82.38 MB
  005 Portfolio or Basket Stop loss_en.vtt 7.89 KB
  006 Portfolio or Basket Take profit.mp4 25.3 MB
  006 Portfolio or Basket Take profit_en.vtt 2.95 KB
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B
  10 - Signal creation
  001 Introduction.mp4 8.16 MB
  001 Introduction_en.vtt 1.09 KB
  002 MT5 tools box the beginning.mp4 23.43 MB
  002 MT5 tools box the beginning_en.vtt 2.82 KB
  003 Random Signal.mp4 22.8 MB
  003 Random Signal_en.vtt 3.1 KB
  004 One condition signal.mp4 10.16 MB
  004 One condition signal_en.vtt 1.46 KB
  005 Multiple conditions signal.mp4 24.75 MB
  005 Multiple conditions signal_en.vtt 3.02 KB
  11 - MT5 tools box
  001 Introduction.mp4 6.48 MB
  001 Introduction_en.vtt 956 B
  002 Tools box presentation.mp4 32.56 MB
  002 Tools box presentation_en.vtt 3.23 KB
  003 Tools box application.mp4 38.38 MB
  003 Tools box application_en.vtt 3.31 KB
  12 - Run structure
  001 Introduction.mp4 6.5 MB
  001 Introduction_en.vtt 848 B
  002 Run function.mp4 118.84 MB
  002 Run function_en.vtt 8.93 KB
  003 Application.mp4 8.76 MB
  003 Application_en.vtt 1.07 KB
  13 - Live trading
  001 Introduction.mp4 5.63 MB
  001 Introduction_en.vtt 711 B
  002 Live trading Example.mp4 179.58 MB
  002 Live trading Example_en.vtt 14.41 KB
  003 How to go deeper after this course.mp4 32.09 MB
  003 How to go deeper after this course_en.vtt 3.88 KB
  Download Paid Udemy Courses For Free.url 116 B
  GetFreeCourses.Co.url 116 B

Description


MetaTrader 5 automated trading using Python TUTORIAL

Money management, and Python to put any algorithm in live trading on Forex, crypto or stocks. Bots templates OFFERED

Udemy Link - https://www.udemy.com/course/metatrader-5-automated-trading-using-python-tutorial/

Please seed as much as you can!

Related Torrents

torrent name size uploader age seed leech
1
0