MetaTrader-5-and-4-Tools

所属分类:金融证券系统
开发工具:MQL5
文件大小:38114KB
下载次数:0
上传日期:2023-05-08 17:55:06
上 传 者sh-1993
说明:  MetaTrader 5的指标和EA代码段
(Indicators and EA Snippets for MetaTrader 5)

文件列表:
Auto Trendlines (0, 2023-10-16)
Auto Trendlines\autotrendlines.mq5 (11759, 2023-10-16)
Candle Time (0, 2023-10-16)
Candle Time\candletime.mq4 (3618, 2023-10-16)
Candle Time\candletime.mq5 (3618, 2023-10-16)
Charting (0, 2023-10-16)
Charting\Seconds-Main.mq5 (11150, 2023-10-16)
Charting\Seconds.mq5 (6258, 2023-10-16)
Currency Index (0, 2023-10-16)
Currency Index\CurrencyStrength.mq4 (28410, 2023-10-16)
Currency Index\CurrencyStrength.mq5 (29868, 2023-10-16)
Currency Index\multicurrencyindex28.mq5 (21698, 2023-10-16)
Currency Index\multicurrencyindex_en.mq5 (26794, 2023-10-16)
EA Snippets (0, 2023-10-16)
EA Snippets\Breakout (0, 2023-10-16)
EA Snippets\Breakout\Breakout1.mq5 (8585, 2023-10-16)
EA Snippets\Breakout\Breakout2-2.mq5 (10570, 2023-10-16)
EA Snippets\Breakout\Breakout2.mq5 (12061, 2023-10-16)
EA Snippets\Breakout\Breakout3.mq5 (13136, 2023-10-16)
EA Snippets\Breakout\Breakout4.mq5 (13608, 2023-10-16)
EA Snippets\Breakout\Breakout5-2-2.mq5 (16250, 2023-10-16)
EA Snippets\Breakout\Breakout5-2.mq5 (16413, 2023-10-16)
EA Snippets\Breakout\Breakout5.mq5 (13196, 2023-10-16)
EA Snippets\Breakout\LondonOpen.mq5 (10839, 2023-10-16)
EA Snippets\Breakout\LondonOpen2.mq5 (17408, 2023-10-16)
EA Snippets\Breakout\breakoutbarstrend_ea.mq5 (10697, 2023-10-16)
EA Snippets\Buttons (0, 2023-10-16)
EA Snippets\Buttons\ButtonCloseBuySell.mq5 (8044, 2023-10-16)
EA Snippets\Buttons\ButtonCloseBuySellGBP.mq5 (9387, 2023-10-16)
EA Snippets\CurrencyStrength (0, 2023-10-16)
EA Snippets\CurrencyStrength\CurrencyStrength1.mq5 (13114, 2023-10-16)
EA Snippets\CurrencyStrength\CurrencyStrengthMath1.mq5 (4877, 2023-10-16)
EA Snippets\CurrencyStrength\CurrencyStrengthWrite.mq5 (4140, 2023-10-16)
EA Snippets\CurrencyStrength\CurrencyStrengthWrite2.mq5 (2332, 2023-10-16)
EA Snippets\CurrencyStrength\CurrencyStrengthWrite3.mq5 (10679, 2023-10-16)
EA Snippets\Pivots (0, 2023-10-16)
... ...

# Indicators and EA Snippets for MetaTrader 5
> :warning: MT4 abandoned. Only the code for MT5 is up to date and gets further updates.
Some MT5 indicators and tools I use for my trading. Feel free to contribute improvements and let me know your ideas. My major developments are the **[Trade Manager](https://github.com/Trade%20Manager/Trade%20Manager.mq5)**, a **[Currency Strength indicator](https://github.com/Currency%20Index/CurrencyStrength.mq5)** and a **[Pivot Points indicator](https://github.com/Pivots/MultiPivots.mq5)**. A special facility allows for up to 20 times faster backtesting of currency strength related strategies. A SQLite database is used to **[build up a store of currency strength data](https://github.com/EA%20Snippets/CurrencyStrength/CurrencyStrengthWrite3.mq5)**. This database can then be used for backtesting with the **[Trade Manager](https://github.com/Trade%20Manager/Trade%20Manager.mq5)**, or any other tool, without time consuming calculations. For those who want to install everything in one shot, I have added a zip file of my **[entire MQL5 content](https://github.com/MQL5%20Entire%20Content)**. Just install a new MT5 terminal and replace the folder MQL5 with the content of the zip file. In options, charts, set max bars to 1000000, some tools need this.
[![](https://github.comhttp://img.youtube.com/vi/1ea2rmEVieE/maxresdefault.jpg)](https://github.comhttp://www.youtube.com/watch?v=1ea2rmEVieE "MetaTrader 5 Trading Tools")

## Trade Manager Keys ### Ctrl Activates and Deactivates the Command Mode Keys in Command Mode: **1** Open a Buy Trade
**3** Open a Sell Trade
**5** Activate/Deactivate Hard Single Break Even Mode
**6** Activate/Deactivate Soft Basket Break Even Mode
**8** Activate/Deactivate Close Basket at Break Even
**0** Close all Trades
**,** Decrease Trade Volume
**.** Increase Trade Volume
**A** Decrease Stop Loss
**S** Increase Stop Loss
**D** Decrease Take Profit
**F** Increase Take Profit
**X** Toggle Currency to open Buy/Sell Bag (7 Trades)
**Y** Reset open Buy/Sell Bag to current Pair
**V** Toggle View of opened Trades by Pairs or Currencies
**L** Toggle Lipstick (Drawings of Asia Range and NY Open)
### Shift Activates and Deactivates the Single Trade Management Mode Keys in Single Trade Management Mode: **A** Decrease Stop Loss
**S** Increase Stop Loss
**D** Decrease Take Profit
**F** Increase Take Profit
**G** Activate Previous Trade
**H** Activate Next Trade


## Trade Manager Sample, Setup a Basket with balanced Risk [![](https://github.comhttp://img.youtube.com/vi/IGt1eQA1peg/maxresdefault.jpg)](https://github.comhttp://www.youtube.com/watch?v=IGt1eQA1peg "Trade Manager | Setup Basket with balanced Risk")

## Trade Manager Aggregated View and Close of Trades [![](https://github.comhttp://img.youtube.com/vi/XUngix22JGs/maxresdefault.jpg)](https://github.comhttp://www.youtube.com/watch?v=XUngix22JGs "Trade Manager | Trade Manager Aggregated View of Trades")

## Trade Manager Add Pending Orders with Drag and Drop and Proper Risk [![](https://github.comhttp://img.youtube.com/vi/UVdEPk4fzwE/maxresdefault.jpg)](https://github.comhttp://www.youtube.com/watch?v=UVdEPk4fzwE "Trade Manager | Add Pending Orders with Drag and Drop and Proper Risk")

## Forex Currency Strength Analysis Tool [![](https://github.comhttp://img.youtube.com/vi/g5eWgzQYdiU/maxresdefault.jpg)](https://github.comhttp://www.youtube.com/watch?v=g5eWgzQYdiU "Forex Currency Strength Analysis Tool")

## Seconds Charts for MetaTrader 5 [![](https://github.comhttp://img.youtube.com/vi/ElzsQ5niUTk/maxresdefault.jpg)](https://github.comhttp://www.youtube.com/watch?v=ElzsQ5niUTk "Seconds Charts for MetaTrader 5")

近期下载者

相关文件


收藏者