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

Dynamic Auto Resistance Support – indicator MetaTrader 5

Dynamic resistance and support screenshot
This technical indicator detects constant price zones and draws resistance and support lines. It checks the market movement for any market and any time frame. If a bar is not abnormally large, the indicator checks back and searches for other bars within the same price zone. If enough candles are found, it draws lines on

Auto MM – script MetaTrader 4

Auto MM
This script will help you calculate your lot to open position. You just need to enter Risk and StopLoss. Input parameters: OPBUY=False — set true for entry position OPSELL=False — set true for entry position Risk=10 — in percent, your maximum loss when hit Stop Loss SL=20 — it means 20 pips (4 digits) and