Codes

Recursive Moving Average for 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 for 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 for 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 for 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

Forum

Android MT5 how ro scale a chart out of swiping ?

Hello guys, On Android is it possible to scake a chart appart from swiping ? On ChromeOS usually there is no touch sxeen, making it impossible to scale a chart the standard way

Signals through Android

Authorization failed when setting up signáis on Android, are they supposed to work there

Android netting account depth of market

There is no depth of market on Netting account for Android while there is one on Netting desktop and hedging Android, go figure. Hopefully one day there wll be one

What is Tick manager?

What is Tick manager in MT5 Terminal Tools menu? no documentation found

What is my so called Mql5 name

In Freelance someone asks for my Mql6 name, meaning my developer Id I think, please what it is

Bonus rating

Service Desk just told me that rating bonusses are not being paid anymore, I noted it from 2022 february 2 , did you noticed it also on your account and since when or is it just me

Testing an indicator

Strategy Tester does not seem to be able to outpout Print or Alert from an indicator, Is there another way to test Alert or Print from an indicator? I embedded also the custom indicator into a dedicated EA, but no output was seen from the indicator, be it Print or Alert, Also Strategy Test handles

What is wrong with that code?

This short script has been rejectesd from Codebase but not sure why. It is intended to apply a template to all charts. //+------------------------------------------------------------------+ //| closeAll.mq5 | //| Copyright

Local time from web page

Hello, My local time is frequently trashed by Windows 10 on Windows Update survey, so local time gets unreliable to the point I need popular web page like worldtimeserver.com to set it right, Have you heard about a module able to grab Local Time from this page through MQL , because it is well

Are globales variables working in strategy tester?

On Strategy Tester I have a hard time accessing global variables from an EA calling a custom indicator that set them , Is it supposed to work