iklan

Showing posts with label Scripts. Show all posts
Showing posts with label Scripts. Show all posts

Friday, May 18, 2018

Start External Process - script for MetaTrader 4

This script allows you to start any arbitrary external program. Use it as-is or as a starting point for something amazing.
In order for this script to work, you will have to allow it to import DLLs. The DLL should be present in computers running the windows operating system.



Script Parameters

  • Executable name - The executable to run. Include the full path to it if you have to.
  • Commandline parameters - Optional, you can use switches and arguments here.
  • Working directory - Optional, specify the working directory.
  • Window display mode - Set the option for how you want the application to launch.


DOWNLOAD

Wednesday, May 16, 2018

PriceLines - script for MetaTrader 4

The standard chart grid has a number of peculiarities, that do not allow to determine the price movement at first sight: the grid step changes dynamically when switching timeframes, the step is not tied to the basic levels, such as 1.12000, like in the screenshot below.

The Price Lines script marks the price levels on the chart and supplements the chart grid. It helps to determine the fluctuations in the currency rates at a glance. It is possible to set the color, lines width and their step. The lines are automatically bound to the basic levels.

This script is especially useful on the EURUSD chart, as the price tends to "snap" to levels that are multiples of 50 and 100 points and to "drift" near them.


DOWNLOAD

Friday, July 7, 2017

Script Close All Trades for MT4

Description of Close All Trades Script:
⦁ CloseAllTrades – closes all opened and pending orders on all symbols
⦁ CloseAllTradesCurrent – closes all opened and pending orders on current chart / symbol
⦁ CloseAllTradesOpened – closes all opened orders on all symbols
⦁ CloseAllTradesOpenedCurrent – closes all opened orders on current chart / symbol
⦁ CloseAllTradesPending – closes all pending orders on all symbols
⦁ CloseAllTradesPendingCurrent – closes all pending orders on current chart / symbol
⦁ CloseAllTradesBuy – closes all opened buy orders on all symbols
⦁ CloseAllTradesBuyCurrent – closes all opened buy orders on current chart / symbol
⦁ CloseAllTradesSell – closes all opened sell orders on all symbols
⦁ CloseAllTradesSellCurrent – closes all opened sell orders on current chart / symbol



How to install Close All Trades Script in MetaTrader 4 / MT4:
  1. Download/Copy/Save the MQ4/EX4 file into your C:\Program Files\MetaTrader 4\experts\scripts folder (or change the folder to your installation sometimes forex broker name)
  2. Restart your MetaTrader 4 application (assuming it’s currently open) … or Launch your MetaTrader 4 application
  3. On the left hand side, look for the “Navigator” window and under the “Common” tab, look into the “Scripts” section
  4. Locate the indicator which you have just downloaded into the folder stated in Step 1
  5. Drag (Click and drag) the Script onto the chart (when you want the task to be performed)
  6. your task should now be executed…


Friday, July 18, 2014

Cara Memasang Scripts Ke Dalam Metatrader

Langkah menambahkan Scripts baru ke dalam metatrader forex:
  1. Copy file Scripts baru kita (ciri file Scripts adalah dengan extension: *.mq4 atau *.ex4)
  2. Pada aplikasi metatrader, klik menu File lalu klik Open Data Folder (Akan terbuka jendela File Explorer)
  3. Double klik folder MQL4 lalu double klik folder Scripts
  4. Pastekan file Scripts yg sebelumnya sudah kita copy ke dalam folder Scripts
  5. Tutup aplikasi metatrader lalu buka kembali
Jika dilakukan dengan benar langkah menambahkan Scripts forex di atas, maka akan terlihat Scripts yg baru kita tambahkan di dalam navigator.

Cara Memasang Expert Advisor Atau EA ke dalam Metatrader

Langkah menambahkan Expert Advisor baru ke dalam metatrader forex:
  1. Copy file Expert Advisor baru kita (ciri file Expert Advisor adalah dengan extension: *.mq4 atau *.ex4)
  2. Pada aplikasi metatrader, klik menu File lalu klik Open Data Folder (Akan terbuka jendela File Explorer)
  3. Double klik folder MQL4 lalu double klik folder Experts
  4. Pastekan file Expert Advisor yg sebelumnya sudah kita copy ke dalam folder Experts
  5. Tutup aplikasi metatrader lalu buka kembali
Jika dilakukan dengan benar langkah menambahkan Expert Advisor forex di atas, maka akan terlihat Expert Advisor yg baru kita tambahkan di dalam navigator.

Cara Memasang Indikator Forex Ke Dalam Metatrader

Langkah menambahkan indikator baru ke dalam metatrader forex:
  1. Copy file indikator baru kita (ciri file indikator adalah dengan extension: *.mq4 atau *.ex4)
  2. Pada aplikasi metatrader, klik menu File lalu klik Open Data Folder (Akan terbuka jendela File Explorer)
  3. Double klik folder MQL4 lalu double klik folder Indicators
  4. Pastekan file indikator yg sebelumnya sudah kita copy ke dalam folder Indicators
  5. Tutup aplikasi metatrader lalu buka kembali
Jika dilakukan dengan benar langkah menambahkan indikator forex di atas, maka akan terlihat indikator yg baru kita tambahkan di dalam navigator.