Codici

MQL4 Implementation of onTrade Event Handler per MetaTrader 4

This is a simple code to mimic onTradeTransaction Event handler defined in MQL5

Basic GridManager Library per MetaTrader 5

This is a basic library to create and manage grids

Moving Averages-14 different types per MetaTrader 4

This is an indicator to calculate 14 types of moving averages based on close price

Divergences Template Indicator per MetaTrader 4

This is a indicator to plot hidden and regular divergences on chart

ATR Weighted Moving Averages per MetaTrader 5

This is an indicator to calculate ATR Weighted moving averages

Moving Averages-14 different types per MetaTrader 5

This is an indicator to calculate 14 types of moving averages based on close price

Calculate unrealized profit(s) at a specific time in history per MetaTrader 5

This is a script to print all open trades and their PnLs at a specific time in history

pivots calculation based on pine script v4 per MetaTrader 4

This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql4 indicator

pivots calculation based on pine script v4 per MetaTrader 5

This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql5 indicator

Linear Regression calculation based on pine script v4 per MetaTrader 5

This is the exact conversion of linreg function from pine script v4 as an mql5 indicator