Buffers for each hour (binary) and an hour buffer from 0-23 – for data collection purposes – indicator MetaTrader 5

Buffers for each hour (binary) and an hour buffer from 0-23 - for data collection purposes - indicator for MetaTrader 5
Purpose Users may collect data for modelling. Time dummies are frequently used in economic modelling. The simple indicator below, which can easily be expanded upon, provides each hour as a binary buffer array vector. A final buffer array vector stores the hour itself. If data from other indicators is being collected to a CSV, for … Read more

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 … 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

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

Rainbow Oscillator – Binary – indicator MetaTrader 5

Rainbow Oscillator - Binary - indicator for MetaTrader 5
Based on Mel Widner’s Rainbow Average (that is similar to Guppy MMA), here is a binary version of Rainbow Oscillator. It shows only two states: state up. state down. That makes it suitable for cases when a simple access to indicator values is required (like from experts). Rainbow Oscillator – Binary – 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. … Read more