Binary Options Strategy Library – library MetaTrader 4

Binary Options Strategy Library Input Parameters
This library provides input parameters and functions to build your Binary Options strategy stored in an indicator to test and improve your strategy in the Strategy Tester of MetaTrader 4 with the Binary Options Strategy Tester utility from Marketplace. Installation: Download this library (BinaryOptionsStrategyLibrary.mqh) and place it into\Include folder ([path to your MetaTrader 4]\MQL4\Include). After that you

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

Binary Options Simulated Trading Indicator for MT5 – indicator MetaTrader 5

Binary Options Simulated Trading Indicator for MT5 - indicator for MetaTrader 5
This is a binary options simulated trading indicator on MetaTrader 5 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 MT5 – indicator MetaTrader 5

Heiken Ashi Smoothed – Binary – indicator MetaTrader 5

Heiken Ashi Smoothed - Binary - indicator for MetaTrader 5
Heiken Ashi is a very well known indicator. One of the variations that is actually improving the indicator is the “smoothed” version. The logic behind the smoothed version is simple: Instead of using “raw” prices” for calculations, it’s using smoothed/filtered/averaged prices instead. That usually filters out some false signals and makes it easier to use.

Binary Flags – library MetaTrader 5

Binary Flags - library for MetaTrader 5
You can use binary flags to minimize bool parameters in a function signature. For example, MQL int size is 32 bits, so you can pack 32 1/0 parameters in a single int flag variable. Before: void Function(bool flag1,bool flag2,bool flag3,bool flag4,bool flag5,bool flag6,bool flag7,bool flag8,…flagN); After: void Function(int flags); BinFlags can be initialized with any