1798 Indicators

Time_modified

Time_modified Indicator Time_modified. Modified MarketTime indicator. Input Parameters: extern int    NumberOfDays=50; extern string AsiaBegin   =”00:00″; extern string AsiaEnd     =”07:59″; extern color  AsiaColor   =DimGray; extern string EurBegin    =”08:00″; extern string EurEnd      =”12:59″; extern color  EurColor    =Silver; extern string USABegin    =”13:00″; extern string USAEnd      =”23:59″; extern color  USAColor    =DarkGray;

Read More

Price Action Indicator

Price Action Indicator This indicator plots in the chart base on the tick price, ie. when the price moves down 10 pips it plots the down candle and wait till the next 10 pips if move up 10 pips it plots the up candle with the other color candle to indicate the up down price…

Read More

Doda-EMA Indicator

Doda-EMA Indicator Gives Buy, Sell and Exit signals based on EMA7, EMA14 and EMA21. Some Rules: Buy : When EMA7 > EMA14 and EMA7 > EMA21 and EMA14> EMA21 Sell: When EMA21 > EMA7 and EMA21 > EMA14 and EMA14 > EMA7 Also, shows lines on chart on gives signals. Shows no. of pips passed…

Read More

Daily Change (Percentage Indicator)

Daily Change (Percentage Indicator) This indicator shows the % Daily Change of yesterday close with respect to actual price (Bid). It calculates the percentage change between yesterday close price and the actual bid price. It works on any timeframe. External Modifications:   You can modify the following settings: Label_Color = DarkBlue // You can change…

Read More

Stalin

Stalin The Buy/Sell signals of the indicator are based on the crossover of two Moving Averages (MA) with different periods.   The indicator has the following features: 1. Filter, based on RSI (Relative Strength Index) indicator. 2. Movement confirmation filter. 3. Flat movement filter. The checks are based on the 1st bar (completed).

Read More

LOCSignal-MACDDoublePike

LOCSignal-MACDDoublePike A simple signal indicator that detects MACD Main line extreme value. It filters the first pike and displays all after the first. This is easy to use a signal indicator that displays arrows on the chart. The main idea is to find MACD pikes starting from the 2nd one on one side.   Recommendations:…

Read More

ShowTrades

ShowTrades This indicator shows all trades which belong to this instrument on the chart. The sample chart displays a successful short trade and a lost long trade. If you move the mouse over the line, it shows details of the trade.

Read More

Ask Bid Spread

Ask Bid Spread The indicator shows spread-related values (spread, Bid + spread, Ask + spread, Ask + Bid + spread). Options: Spread; Bid + Spread; Ask + Spread; Ask + Bid + Spread.

Read More

DF-ProfitMonitor

DF-ProfitMonitor This is a very simple and very useful indicator to follow the evolution of profit. It displays the actual status of the account in the main window and the profit curve in a subwindow. There are two methods for displaying: 1./ Total profit of the account 2./ Profit selected by magic number Recommended: use it on M1…

Read More