phamngocvinh / galaxy-trader

πŸ’Ή MetaTrader 5 Expert Advisor Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Release Issues License


Logo

Galaxy Trader

πŸ’Ή MetaTrader 5 Toolkit
Explore the docs Β»

View Demo Β· Report Bug Β· Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

🌠 About The Project

Galaxy Trader use Ichimoku in multiple timeframe setting to find Bullish or Bearish trend.

User can set which Timeframe to check for Entry and TakeProfit.

Built With

πŸ”° Getting Started

Installation

  1. Download the latest version
  2. Run with MetaTrader 5

Build

To get a local copy up and running follow these simple steps.

  1. Clone the repo
    git clone https://github.com/phamngocvinh/galaxy-trader.git
  2. Open GalaxyTrader.mqproj with MetaEditor

πŸ‘¨β€πŸ« Usage

- Entry Timeframe

Entry Timeframe will be used to check for Trend Entry

Entry Timeframe can be set up to 3 difference timeframes

Ex: Find Entry in M30, H1, H4 timeframe

- TakeProfit Timeframe

TakeProfit Timeframe will be used to check for Trend Exit (where you should take profit)

TakeProfit Timeframe can be set up to 3 difference timeframes

Ex: Check for exit in M15, M30, H1 timeframe

- Range between Price and Cloud

This option is used to check if price has gone too far from the cloud (to avoid checking)

Ex: Only check for entry when Pip between Price and Cloud is 100 Pips

- Checker Interval

How many seconds the app should check for Entry and TakeProfit

πŸ—ΊοΈ Roadmap

See the open issues for a list of proposed features (and known issues).

πŸš€ Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ“• License

Distributed under the GPL-3.0 License. See LICENSE for more information.

πŸ“« Contact

Mail LinkedIn

Project Link: https://github.com/phamngocvinh/galaxy-trader

πŸ“š Acknowledgements

About

πŸ’Ή MetaTrader 5 Expert Advisor Toolkit

License:GNU General Public License v3.0


Languages

Language:MQL5 99.7%Language:Batchfile 0.3%