Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 552 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 552 Bytes

MQL4 auto Trading Bot

This repo is a try to build a tading bot for forex market using MQL4

Plans

  • strategy testing using coding ADX, Ichu, stock, ...
  • combine multiple indicator
  • adding AI to the tading bot using reinforcement learning

Tools

Actions

  • Buy|Sell
  • Buy|Sell Equal
  • Buy|Sell Double
  • CloseAll; Profit
  • Close Buy|Sell Profit
  • Close Now

Input

  • Orders Details => total Buy Sell Profit ,.....
  • Current Square
  • Top Sq Buy|Sell => determine 3 states Inside|OverBuy|UnderSell => %

Known issues