Close All Advanced – script MetaTrader 4

Close All Advanced - script for MetaTrader 4
Author: ThinkTrustTrade This script can close all your open positions in your MetaTrader 4 terminal, or you can select different similar positions. You can select: by position side: Long or Short; by magic number: close or skip all position with specified magic number; by Market Instrument; and the combination of the above options. You just … Read more

Advanced MTF RSI – indicator MetaTrader 4

Advanced MTF RSI screenshot
Author: www.mt4exclusive.com Description: With the MTF RSI Indicator you can easily identify the oversold/overbought levels on several different timeframes by using only one chart. Short Term trades can be confirmed by higher timeframe RSI Levels. MTF RSI in Action The built in Automatic Timeframe Recognition ensures that you don’t have to struggle with the reading … Read more

Example of SAR Automated – with Advanced Money Management – EA MetaTrader 4

Example of SAR Automated - with Advanced Money Management - expert for MetaTrader 4
Real author: Mohammad Soubra This is not a profitable EA. This is just a basic/simple example for coders. This example has been built using SAR (Stop And Reverse) indicator. With Advanced Money Management function: //+——————————————————————+ //    expert AdvancedMM function //+——————————————————————+ double AdvancedMM()   {    int i;    double AdvancedMMLots=0;    bool profit1=false;    int SystemHistoryOrders=0;    … Read more

Advanced Fractals – indicator MetaTrader 5

Advanced Fractals - indicator for MetaTrader 5
The indicator searches for fractals with arbitrary dimensions: 1×1, 2×2, 3×3, … NxN It has only one input parameter: Frames – the number of bars to the right and left of the central candlestick of the fractal. Fig.1 Fractal 1х1: Fig.2 Fractal 2х2: Fig.3 Fractal 3х3: Fig.4 Fractal 4×4: Fig.5 Fractal 5х5: Fig.6 Fractal 6×6: … Read more

Juice – EMA deviation – advanced – indicator MetaTrader 5

Juice - EMA deviation - advanced - indicator for MetaTrader 5
Definition: “Juice” indicator is showing if the level of standard deviation is above or bellow some desired level and, that way, it is showing if we are in a times of increased or decreased volatility. The usual method of checking the level is using some fixed level. That method has some serious issues: the level … Read more