💹 MetaTrader 5 Toolkit
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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.
- Download the latest version
- Run with
MetaTrader 5
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/phamngocvinh/galaxy-trader.git
- Open
GalaxyTrader.mqproj
with MetaEditor
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 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
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
How many seconds
the app should check for Entry and TakeProfit
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Project Link: https://github.com/phamngocvinh/galaxy-trader