Development of Indicator and Expert Advisor on basic of Given Strategy

MQL4 Indicators Experts

Specification

Hello 
NEED Simple Expert Advisor Requriments

These are the point !
1. Entry price is every dollar . ie 1400.00 , 1401.00 , 
2. Two trades should be picked from entry price (buy&sell)
3. Target & SL adjustable pips
4. Trade from entry price should not be picked untill both the previous trades from that entry price are completed.
5. Can change on what difference want Ea to trade with

Detail of EA WITH EXAMPLE 

Things bot need to do -
1. There are fixed entry points , i.e. Every dollar (1500$, 1501$,1502$) 
2. Bot should pick two trades from entry point
For example -
current price is 1505.65$ , when it comes 1505.00$ Or 1506.00$ it will pick two trades i.e. One buy trade and one short sell trade
3. Target and SL should be adjustable 
For example if i put target as .50$ aur SL as 1.00$
It means - for buy trade ( entry - 1500.00$ target - 1500.50$ SL - 1499.00$) for short sell trade ( entry 1500.00$ target - 1499.50$ SL 1501.00$)
4. Trades should be picked only when both the previous trades from that entry point are completed(Target/SL)
For examples -
Current price - 1505.64$ , now when it comes to 1505.00 or 1506.00 it will pick two trades (1 buy and 1 short sell)
I had set target as .50$ and SL as 1.00$.
Main Rule for bot is , it should not pick trades from the entry point till any of its previous trades from that entry point is open
For examples - two trades started from 1500.00$ , and both the trades hit their Targets/SL , bot should again pick trades from 1500.00$ , bt if any previous trades is active(buy/shortsell) , it should not pick any trade from 1500.00$ .




Indicator Requriments

SELL STRATEGY:

 

Candle Type: HeikenAshi

Chart : 10 Minutes

Indicators used:

a.                   RSI – 14

b.                   MACD – 12, 26, 9

c.                   EMA 7 & EMA 21 plotted in RSI

d.                   Stochastics

 

Sell trade to trigger, when :

1.            EMA 7 Crosses below EMA 21 plotted in RSI.

3.            MACD Signal is greater than MACD line and has to be equal or lesser than 0

4.            RSI 14 is equal or lesser than 50

5.            Previous heikenashi candle to close in red (Open is higher than close)

6.            Stochastics : Slow stochastics is greater than Fast Stochastics

 

 

 

-----------------XXXXXXXXXXXX----------------------

 

BUY STRATEGY

 

Candle Type: HeikenAshi

Chart: 10 Minutes

Indicators used:

a.                   RSI – 14

b.                   MACD – 12, 26, 9

c.                   EMA 7 & EMA 21 plotted in RSI

d.                   Stochastics

 

Buy Trade to trigger, when :

1.            EMA 7 Crosses above EMA 21 plotted in RSI .

3.            MACD line is greater than MACD Signal line and has to be equal or greater than 0

4.            RSI 14 is equal or Greater than 50

5.            Previous heikenashi candle to close in Green (Close is higher than Open)

6.            Stochastics : Fast stochastics is greater than Slow Stochastics

Here are the images 
Sell Condition Signal - http://prntscr.com/p76wqz

Buy Condition Signal- http://prntscr.com/p76xjj

Its should have alerts , notifaction and email features too
When arrow signal come it should make text file

Here Format


Pair Name,buy,Mt4 Price,2019.03.29 10:25 RoboTrader


Under location 

Example - C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\5A2DD3C54A6FA3006DF05CADDA1FF60A\MQL4\Files



Responded

1
Developer 1
Rating
(561)
Projects
773
46%
Arbitration
23
39% / 13%
Overdue
63
8%
Busy
2
Developer 2
Rating
(260)
Projects
422
38%
Arbitration
86
44% / 19%
Overdue
70
17%
Busy
Similar orders
Hello developers, I would like to hire someone can convert the Radar Signal indicator: https://www.youtube.com/watch?v=5DmKcy7rb-U&nbsp ; to it's TradingView equivalent. Radar signal indicator is the combination of 7 classic MT4 indicators. They include ADX, RSI , CCI , OsMA, ATR, WPR. The indicator shows the values of these indicators in blue and red. Red color indicates a bearish market condition and the blue shows
Hi , i want a indicator that shows the trades history on the chart, just for current day, like : first trade : -54 Second trade : -52 Third trade : +126 , and after three trades, display "No more trades"
Hello i need someone who can convert a trading view indicator into an mt5 indicator that can work smoothly also need to add an alert on the indicator i will require to test the indicator run it for 1-2days to confirm all is okay thank you
Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the open): Draw a Fibonacci Retracement: From the highest price to the lowest price of this candle. Check the
Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the open): Draw a Fibonacci Retracement: From the highest price to the lowest price of this candle. Check the
I have an equity reporter. This equity reporter displays the maximum and minimum equity reached over a specific interval. So, if the interval is set to 24 hours, the script will generate data in the format: "Profit ATT" (profit AtThatTime) shows max./min. during the specific interval This specific report shows data in pips. It can also be set to display in price or percentages. The interval is also easily adjustable
I want you to make me an indicator in Training View. Its idea is very simple, and I want it to have an alarm. Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the
Hello, is it possible to be made accommodation of provided signal for Forex for mt4? I bought a signal for multiple pairs. it is executing all pair.I want to use it on couple of pairs.Is it possible to be made some modifications?I do not have codes for the signal
I have an MT4 indicator, I want to receive an alert on WhatsApp when the indicator gives a buy or sell signal, I already have an API that will send the message, just send the json with the content, I will pass the API link when I have the proposal: { "symbol": "xauusd", "cellphonenumber": "00000000", "message": "test" }
KILL MODE 30 - 60 USD
i Need an expert advisor that trade by signal moving average indictors.it must check and correct the process of possible errors in trading operations. The main criteria of opening and closing positions direction of average moving,price of last bar and set the number of lots to trade as an input parameter

Project information

Budget
30 - 40 USD
For the developer
27 - 36 USD
Deadline
from 1 to 3 day(s)