Select Page

Jump Start System Trading with MT5

Plugin Installation

Download Plugin files from here for Chart Button Trading. Follow instructions below.

  1. Login in MT5 and click on Tool then go to Option or directly press shortcut key CTRL + O
  2. In the options tab go Expert Advisors Tick all mandatory columns and click on Ok button (see pic below)
  3. After completing 2nd step Click on File and select Open Data Folder
  4. In the data folder select MQL5 folder and open it.
  5. In MQL5 folder select “Include” folder.
  6. Inside “Include” folder paste these two files. (1) Socket send.mqh (2) multiinstace.mqh
  7. Go back into “MQL5” folder and select “EXPERT” folder.
  8. Inside “EXPERT” folder paste “Button.mq5” files and “Button.ex5” files
  9. Go back to “MT5 Application” and select “VIEW” then select “NAVIGATOR” or simply press “CTRL + N”.
  10. Inside NAVIGATOR column select EXPERT ADVISERS .
  11. Right-click on it then select REFRESH.
  12. After refresh you can see there is new file “Button”
  13. Now simply Drag & Drop “Button” file into a chart. This will show chart as per screenshot below.
  14. In Options, go to Expert Advisor. Tick the following: Allow automated trading, Allow DLL imports
  15. You can hide BO Panel and TL Panel. BTW each panel is independent in its working. Keep port 30001.
Expert Advisors - System Trading with MT5

APIBridge Jump Start

Start APIBridge. In the Symbol Settings window, select Jump Start template and apply.
JumpStart Template is your first template to test drive system trading through APIBridge. No signal rules or risk management rules are applied in this template.
You will see three symbols in Symbol Settings – SBIN, NIFTY and CRUDEOIL. Let us learn how to place orders in these 3 market segments.

Note: Open API Bridge first, then MT5 for successful integration.

Trading in Equities (Cash)

  1. Change SBIN (input symbol) to your chart symbol. Example, if you see on charts SBIN#, you should change this to SBIN#.
  2. Change SBIN (trading symbol) to actual trading symbol for order placement. Example- HDFC. Save the settings by keypress Ctrl+S
  3. Click Start Trading
  4. On MT5, click LE button on Chart. In APIBridge, you will see messages about Signal Received and Order placed. Check Net Positions and Trade History.

Trading in Futures

  1. Change NIFTY (input symbol) to your chart symbol. Example, if you see on charts BANKNIFTY-I, you should change this to BANKNIFTY-I
  2. Change NIFTY (trading symbol) to actual trading symbol for order placement. Example- BANKNIFTY
  3. If you are trading in Stock Futures,Commodities, or Currency, remember to change Instrument from FUTIDX to FUTSTK, FUTCOM or FUTCUR respectively.
  4. Change expiry date to correct date.
  5. Save the settings by keypress Ctrl+S
  6. Click Start Trading
  7. On MT5, click LE button on Chart. In APIBridge, you will see messages about Signal Received and Order placed. Check Net Positions and Trade History.

Exploring Further – Signal Rules

  1. Go to Application Settings->Signal Settings. Tick the Rule: LE place order only in NetPos <=0. This rule protects you from trade misfire. What if you accidentally clicked LE button twice? Or you strategy repaint Buy arrows and send LE again? Test with this rule to find out.
  2. Send LE signal again from button like you did last time. It will show message:
  3. Send LX now to squareoff your net position. Check Net Positions and Trade History.
  4. Send LE again. Since, now NetPosition is 0, it will place order.
  5. TIP: If you want to scale-in to trades (or position sizing) you should keep this rule unchecked.

Exploring Further – Risk Management

  1. Go to Risk Management tab in APIBridge. Add MaxOrderPerMinute: 2 and hit Ctrl+S. This rule again helps your strategy from misfire. What if, there is continuous buy-sell signal from your strategy?
  2. Try now by quickly using buttons to send 4 signals – LE, LX, LE, LX. It will allow only first two signals to fire orders.

You can now continue exploring other features of APIBridge. Customize it to suit your requirement before starting live trading.