Leonid Basis / Profilo
- Informazioni
|
14+ anni
esperienza
|
230
prodotti
|
75
versioni demo
|
|
0
lavori
|
0
segnali
|
0
iscritti
|
BuyStop_SellStop_Grid script opens BuyStop and SellStop pending orders and deletes all existing pending orders. You just need to drop this script on the chart with a desired currency pair. Before placing all pending orders, the input window is opened allowing you to modify all input parameters: DeleteAllPending - if TRUE, then all pending orders are deleted; BuyStop - if TRUE, BuyStop order is opened; SellDtop - if TRUE, SellStop order is opened; InitLot - initial lot; LotCoeff - if
This indicator is based on the classical indicator Parabolic SAR and will be helpful for those who love and know how to use not a visual, but digital representation of the indicator. All TimeFrames PSAR MT5 indicator shows values from each timeframe (M1, M5, M15, M30, H1, H4, D1, W1 and MN1). You will be able to change the main input parameters for each Stochastic from every TF. Example for M1: sTF1 = M1 pStep1 = 0.02 pMax1 = 0.2
This indicator is based on the classical indicator Parabolic SAR and will be helpful for those who love and know how to use not a visual, but digital representation of the indicator. All TimeFrames PSAR MT5 indicator shows values from each timeframe (M1, M5, M15, M30, H1, H4, D1, W1 and MN1). You will be able to change the main input parameters for each Stochastic from every TF. Example for M1: sTF1 = M1 pStep1 = 0.02 pMax1 = 0.2
This indicator is based on the classical STOCHASTIC indicator and will be helpful for those who love and know how to use not a visual, but digital representation of the indicator. All TimeFrames Stochastic MT4 indicator shows values from each timeframe (M1, M5, M15, M30, H1, H4, D1, W1 and MN1). You will be able to change the main input parameters for each Stochastic from every TF. Example for M1: sTF1_____ = M1 K_Period1 = 5 D_Period1 = 3 S_Period1 = 3 Method1 = MODE_EMA
Complete Pending Orders Grid System opens any combinations of Buy Stop, Sell Stop, Buy Limit and Sell Limit pending orders and closes all existing pending orders. You just need to drop this script on the chart of a desired currency pair. Before placing all pending orders, the input window is opened allowing you to modify all input parameters: DeleteAllPendings – if true , then all pending orders (for current currency) will be deleted. BuyStop – if true , BuyStop order is opened. SellStop – if
This indicator is based on the classical indicator CCI (Commodity Channel Index) and will be helpful for those who love and know how to use not a visual but digital representation of the indicator. All TimeFrames CCI MT5 indicator shows values from each timeframe. You will be able to change the main input parameters for each CCI for every TF. Example for M1: sTF1_____ = "M1"; Period1 = 13; Price1 = PRICE_CLOSE
This indicator is based on the classical indicator STOCHASTIC and will be helpful for those who love and know how to use not a visual, but digital representation of the indicator. All TimeFrames Stochastic MT4 indicator shows values from each timeframe (M1, M5, M15, M30, H1, H4, D1, W1 and MN1). You will be able to change the main input parameters for each Stochastic from every TF. Example for M1: sTF1_____ = "M1"; K_Period1 = 5; D_Period1 = 3; S_Period1 = 3; Method1 = MODE_EMA
This indicator is based on the classical indicator CCI (Commodity Channel Index) and will be helpful for those who love and know how to use not a visual but digital representation of the indicator. All TimeFrames CCI MT4 indicator shows values from each timeframe. You will be able to change the main input parameters for each CCI for every TF. Example for M1: sTF1_____ = "M1"; Period1 = 13; Price1 = PRICE_CLOSE
BuyLimit_SellLimit_Grid script opens BuyLimit and SellLimit pending orders. You just need to drop this script on the chart with a desired currency pair. Before placing all pending orders, the input window is opened allowing you to modify all input parameters: LongPos - if TRUE, BuyLimit order is opened. ShortPos - if TRUE, SellLimit order is opened. InitLot - initial lot. LotCoeff - if 1, all pending orders will have the same lot size. InitStep - difference between two consecutive orders
BuyStop_SellStop_Grid script opens BuyStop and SellStop pending orders. You just need to drop this script on the chart with a desired currency pair. Before placing all pending orders, the input window is opened allowing you to modify all input parameters: LongPos - if TRUE, BuyStop orderi is opened. ShortPos - if TRUE, SellStop order is opened. InitLot - initial lot. LotCoeff - if 1, all pending orders will have the same lot size. InitStep - difference between two consecutive orders in
The script allows you to close all opened positions for a given currency pair ( EURUSD by default, but it can be changed to any existing currency pair) when Sum of Profit from all opened positions (by chosen currency pair) is equal or greater than value of the input parameter: SumProfit . Input Parameters sSymbol = EURUSD SumProfit = 100 Slippage = 2 You can change SumProfit to any positive value ( in dollars , not in points!). This script closes all positions for a given currency
The script allows to close all opened positions if Sum of Profit from all opened positions is greater than value of the input parameter: SumProfit . Input parameters SumProfit = 100 You can change SumProfit to any positive value ( in dollars , not in the points!). This script will close all positions for a given currency pair only. Keep in mind that you have to " Allow automated trading " on the "Expert Advisors" tab (Tools->Options)
Many indicators are based on the classical indicator Moving Average . The indicator All_TF_MA shows crossing of 2 MA from each TimeFrames . You will be able to change main input parameters for each MA for every TF. Example for M1 TF: Period1_Fast = 5 Method1_Fast = MODE_EMA Price1_Fast = PRICE_CLOSE Period1_Slow = 21 Method1_Slow = MODE_SMA Price1_Slow = PRICE_TYPICAL
Many indicators are based on the classical indicator Moving Average . The indicator All_TF_MA shows crossing of 2 MA from each TimeFrames . You will be able to change main input parameters for each MA for every TF. Example for M1 TF: Period1_Fast = 5 Method1_Fast = MODE_EMA Price1_Fast = PRICE_CLOSE Period1_Slow = 21 Method1_Slow = MODE_SMA Price1_Slow = PRICE_TYPICAL
The script allows to close all opened positions for a given currency pair (EURUSD by default, but it can be change to any existing currency pair). Input parameters sSymbol = "EURUSD"; PendingOrders = false; which will appear in the Inputs tab where you can change a working symbol and set PendingOrders to true to delete all pending orders for a given currency pair. This script will close and delete all positions for a given currency pair only. Keep in mind that you have to "Allow automated
This script is designed and used to move StopLoss for all EURUSD positions (or any other available currency pairs) at once. The Stop Loss will be moved to a level: Bid - StopLevel (for Long position) Ask + StopLevel (for Short position). STOPLEVEL applies to distance between entry price and SL. Of course, this script will move the StopLoss only if: Bid > OrderOpenPrice() + StopLevel (for Long) and Ask < OrderOpenPrice() - StopLevel (for Short). When you put the script on the chart the
This multi-timeframe indicator is based on the idea of classical indicator CCI (Commodity Channel Index). As you know, CCI was developed to determine overbought and oversold levels. The CCI does this by measuring the relation between price and a moving average (MA), or, more specifically, normal deviations from that average. This particular indicator shows the modified CCI data from higher timeframe ordered by an input parameter "TF". Green rhombus on the chart represent an UP trend and Red
The Zig-Zag indicator is extremely useful for determining price trends, support and resistance areas, and classic chart patterns like head and shoulders, double bottoms and double tops. This indicator is a Multi Time Frame indicator. The indicator is automatically calculate the 3 next available TF and sows ZigZag from those TimeFrames. You cannot use this indicator for the TF greater than D1 (daily). You have to have ZigZag indicator in the Indicators/Examples tab.
The MACD offers the best of both worlds: trend following and momentum. Traders can look for signal line crossovers, center-line crossovers and divergences to generate signals. Because the MACD is unbounded, it is not particularly useful for identifying overbought and oversold levels. It is not easy to use any indicator on smaller timeframes because traders cannot not look away from the screen. This classical indicator includes "Alert" function (see screenshots). Keep in mind that this indicator


















