AUTO PIVOTS for MT5 – indicator MetaTrader 5

AUTO PIVOTS for MT5 - indicator for MetaTrader 5
Pivots are well known price action indicator . #property link      ” #property version   “1.00” #property indicator_plots 0 #property indicator_chart_window #property strict input color WeeklyColors = Yellow; input color MonthlyColors = Orange; input bool Use_Sunday_Data   = true; input bool Daily             = true; input bool Daily_SR_Levels   = true; input bool Weekly            = true; input bool Weekly_SR_Levels  = false; input bool

Exp5-VirtualTradePad for mt5 v 4 (Contest version) – EA MetaTrader 5

Exp5-VirtualTradePad for mt5 v 4 (Contest version) - expert for MetaTrader 5
Exp5-VirtualTradePad for mt5  This Expert Advisor is designed for The Best Control Panel in MQL5 Contest  Pos tab – Position Management Ord tab – Order Management   INFO tab- Symbol information Ind tab – Signals information  Func tab- Functions The Control Panel has the following features: buy, sell, buystop, buylimit, sellstop, selllimit, close, delete, modify,

Envelopes ATR MT5 – indicator MetaTrader 5

Envelopes ATR MT5 - indicator for MetaTrader 5
This is a modified Envelopes indicator for measuring the price deviation. It displays the upper and lower borders of the price deviation from МА calculated considering the average volatility of the symbol according to ATR indicator. The deviation may be displayed as ATR deviation and standard МА deviation simultaneously. The indicator has been created upon