Multi currency pair Indicator – indicator MetaTrader 4

Multi currency pair Indicator - indicator for MetaTrader 4
Author: The author is researcher who is studying the stock and FX market for research purpose. The indicator has been tested extensively on historical data, but there is no guarantee past performance will be indicative of future results. Description: This indicator watches the major currency pairs to find the status of the current candle (Bullish

Multi Time Frame Bars Visualization v1.6 – indicator MetaTrader 4

Multi Time Frame Bars Visualization v1.6 - indicator for MetaTrader 4
Multi Time Frame Bars on a single chart. Note: to see the label of each bar (M1, M15, M30, etc) select “Show Object Descriptions” at Common Tab (Chart properties). Edit: v1.4 with this new features: New parameters to improve visibility: “offset” -> distance to the first bar “step” -> distance between bars Now with “yearly

Multi TimeFrame MovingAverages – indicator MetaTrader 4

Multi TimeFrame MA
Show multi timeframe Moving Average on one chart. Input parameters: InpMinTimeFrame — Min TimeFrame InpMiddleTimeFrame — Middle TimeFrame InpMaxTimeFrame — Max TimeFrame InpMAPeriod — averaging period InpMAShif — horizontal shift InpMAMethod — smoothing type InpAppliedPrice — type of price or handle InpShowMin — Show Min InpShowMiddle — Show Middle InpShowMax — Show Max 2016-04-01 Update

Multi-currency night scalper – Night Scalper Multi – EA MetaTrader 5

Multi-currency night scalper - Night Scalper Multi - expert for MetaTrader 5
The Night Scalper Multi multi-currency night scalper trades until 0 am terminal time within a narrow range (r), determined using the Bollinger Bands indicator. BBHandle=iBands(symb,0,per,0,dev,0);    CopyBuffer(BBHandle,1,0,1,up);    CopyBuffer(BBHandle,2,0,1,dn);    double r=up[0]-dn[0]; Position is opened after the hour specified in Start, and if there are no open positions on the symbol. if(CountTrades(symb)<1 && TimeCurrent()>StringToTime(s)) Buy,