코드

Recursive Moving Average MetaTrader 4용

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading

Recursive Moving Average MetaTrader 5용

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal

Market and symbol Information for MT4 MetaTrader 4용

A script that displays MarketInfo and SymbolInfo data through a button list built from MarketWatch

SymbolInfo example script Enhancement with margin and leverage data MetaTrader 5용

SymbolInfo example script lacks margin and leverage data wich are nowhere to be found explicitely in Metatrader, the trader must search thoroughly into the broker site in order to find them. The aim of this script is to provide a remedy to it from a standard tool