V1N1 LONNY MT4 – EA MetaTrader 4

V1N1 LONNY MT4 - expert for MetaTrader 4
Automated trading system for breakouts in the London and New York sessions, which considers trading ranges formed during the Sydney and Tokyo sessions. Default Settings: GBPJPY H1. Some Input Parameters Start Of Trading: enter in this parameter the time of your broker that corresponds to the opening of the London Session when it is not in … Read more

Binary Options Simulated Trading Indicator for MT4 – indicator MetaTrader 4

Binary Options Simulated Trading Indicator for MT4 - indicator for MetaTrader 4
This is a binary options simulated trading indicator on MetaTrader 4 client, novice traders can use to practice trading strategies, program interface have simplified Chinese and English. Translated from Chinese by MetaQuotes Ltd. Binary Options Simulated Trading Indicator for MT4 – indicator MetaTrader 4

Permutations and Combinations (MT4) – library MetaTrader 4

Permutations and Combinations (MT4) - library for MetaTrader 4
Introduction It doesn’t happen very often, but every once in awhile one needs to iterate over all of the combinations or permutations of a set of objects. Or more specifically, given a set of N objects, you want to consider k of them at a time (for each combination or permutation). Practically, combinations and permutations … Read more

OCO Order on MetaTrader4 Platform , MT4 (One cancels the other) – EA MetaTrader 4

OCO Order on MetaTrader4 Platform , MT4 (One cancels the other) - expert for MetaTrader 4
Description: Places One-Cancels-the-Other Order (OCO Order), One pip Limit Order and One Pip Stop Order on MetaTrader 4 (MT4) platform. Global Variables : Press function key F3″ Change OCO_BUY_LIMIT      : Buy Limit Price OCO_BUY_STOP       : Buy Stop Price OCO_SELL_LIMIT     : Sell Limit Price OCO_SELL_STOP      : Sell Stop Price … Read more

MACD Candle Indicator for Mt4 – indicator MetaTrader 4

MACD Candle Indicator for Mt4 - indicator for MetaTrader 4
Displays Colored Candle Bars for MACD indicator above or below the zero (0) level.  Configurable parameters: MACD Levels Email Alert Audible Alert Push Notification #property copyright “MACD Above Below Zero Color Bars” #property copyright “ckart1.simplesite.com” #property copyright “Copyright 2015, MetaQuotes Software Corp.” #property link “https://www.mql5.com” #property version “1.00” #property strict #include <stdlib.mqh> #include <stderror.mqh> //— … Read more

Balance Graph HTML (MT4) – script MetaTrader 4

Balance Graph HTML (MT4) - script for MetaTrader 4
Description: Display interactive HTML graph of the account balance inside the web browser. The included template html file uses the HighCharts JavaScript library from https://www.highcharts.com/ Highcharts makes it easy for developers to set up interactive charts in their web pages. Make your data come alive How to use: Copy the files to the Scripts folder Compile and run … Read more

Export Summary Grouped by Symbols (MT4) – script MetaTrader 4

Export Summary Grouped by Symbols (MT4) - script for MetaTrader 4
The script exports summary of closed trades selected between two dates grouped by each currency pair. The resulting file is CSV that can be opened/imported with any spreadsheet software. To export summary for the entire trading history, keep Start date and End date at their default values. The CSV file is located at: Terminal > File > Open data folder … Read more