An Expert Advisor needed based on Stochastic Indicator and moving averages

Specification

Good day,

I need an export advisor for the following Specifications

EA Name:  Master Scalper



#1 Trading Panel Indicators

 

The trading panel indicators should consist of the following technical indicators:

 

1.       Moving average (short) – where price is current trading above the moving average (buy) or below (sell) (To be set by user)

2.       Moving average (long) -where price is current trading above the moving average (buy) or below (sell) (To be set by user)

3.       RSI14 – if indicators is above 70, the indicator is =Overbought or less the 30 =oversold

4.       Stochastics (14,3,3) – Where Indicator value >= 80 = “Overbought” or <=20 =” Oversold”

5.       Last signal – Get last signal on initiation

6.       Current Signal – Buy, Sell and Neutral (Based on the calculations of the higher timeframe signals as describe in 3.2

7.       Higher Timeframe trend by angle

 

These indicators should return the values for the 3 times frames of which the user can choose

 

 

#2 Advisor Performance Panel

 

P&L = Total Profit or lost from the initialization of the expert advisor

Growth = Growth of account from the initialization of the expert advisor

Total Consecutive Wins – Count of current consecutive wins without a loss

Net lot size – See money management in trading strategy

 

#3 Trading Strategy

 

 

1.       Money Management

 

List of Risk setting

a.       Risk determined by price chart (Eg. Low of candle bar if Long entry)

b.       User defined in Base Currency (Eg1. $1 = 100pips)

c.       Risk: Reward – User should enter reward for each $1 of Risk ($1:$5)

 

 

List three possible options for lot size calculation

1.       Fixed lots size – User should enter the fix lot size

2.       Incremental lot size – as per stock standard moving average ea(see code)

 

 

3.       % of consecutive profits the determine max lot size

a.       User should enter the maximum lot size (if blank – then it must get the brokers maximum amount)

b.       User must enter value to maintain minimum margin level%

c.       First lot size should always be the minimum broker amount (standard 0.01)

d.       User should enter that % amount that he/she wants use (for consecutive wins)

e.       For the first loss the lot size should reset to 3.c

f.        % of the consecutive profits should be used

g.       to determine the next lot size, but the lot size can’t be more than the margin level % when reaching the Stop Loss value

For example:

1.       Technical indicators signals

 

·         Daily Time Frame (User should be able to choose time frame)

o   The EA should look for price reversal in a higher timeframe where the market is over-bought/-sold

o   Trend direction – EMA 21

§  If the closing price is above moving

§  Measure the trend by angle from start of first buy/sell signal to first price reversal (This is only for the indicator panel)

·         If trend is more than >30 degrees, then strong buy signal

·         If trend is less than 15degrees (buy) and more than 345degrees (Sell), then Neutral Signal

·         If trend is > 270 and <330 degrees, then strong sell signal

 

o   Stochastics (14,3,3)

§  When value <=50 and value > Signal then look for Bullish Price Action Signals

§  When value >=50 and value < Signal then look for Bearish Price Action Signals

 

·         15M Time Frame (User should be able to choose time frame)

o   Exponential Moving Average 21 period

o   Exponential Moving Average 8 period

 

 

 

 

 

·         Price Action Signals

o   Price Action Signals consist out of Candle Stick Pattern (All candle sticks should have on/ off trigger for back testing optimization – to determine which patterns has the best performance)

 

 

1.       Market Entries

a.       User must choose if trades are allowed by the expert advisor or not (AllowTrades = True/False)

b.       Send push notifications to cellphone – True(yes)/ False(no) (For signals and trades separate)

 

c.       Long entries

 

                                                               i.      The higher timeframe should be a buy signal where the stochastic indicators value is below 50 and the value of the indicator is greater than the signal, then the EA must wait for a price reversal indication using the candlesticks patterns.

                                                             ii.      Here is an example



 

                                                               i.      Here is an example to short the market.  Short signal confirmed at 2018.04.22 and lasted up to 2018.08.19

1.       Weekly Timeframe



1.       15M Timeframe (same logic for market entry)

a.       Market Entry should be opened after confirming the price action

b.       Stoploss should either be what the user made it (fixed)/or based on the highest value of the two bars

c.       Take profit = The total risk in pips X the reward as set by the user

                                                                                                                                       i.      Risk = Market open position/(Close of 2 ndBar) – Highest of the 2 bars/SL set by user



1.       Open position maintenance

a.       The user should be asked to use trail stop loss (True/False)

b.       If the users choose “True” then for any open position, if there is a price reversal on the shorter time frame, then the stop loss should narrow to the current position by either

                                                               i.      User defined trail stop loss (2 pips) /if blank use smallest trail stop loss by broker; or

                                                             ii.      Use a step stop loss (for example 5 pips); or

                                                           iii.      Use the highest/lowest of the previous bar outside candle stick pattern, for example



 

1.       Market Exit

 

·         When the higher time frame makes a price reversal signal in the longer time frame, the market condition should change neutral and wait for the next buy/sell signals.


Responded

1
Developer 1
Rating
(166)
Projects
189
10%
Arbitration
37
38% / 35%
Overdue
5
3%
Working
2
Developer 2
Rating
(33)
Projects
46
59%
Arbitration
0
Overdue
6
13%
Free
3
Developer 3
Rating
(42)
Projects
47
30%
Arbitration
12
17% / 75%
Overdue
6
13%
Free
4
Developer 4
Rating
(7)
Projects
10
20%
Arbitration
3
0% / 100%
Overdue
6
60%
Free
5
Developer 5
Rating
(19)
Projects
35
26%
Arbitration
10
30% / 70%
Overdue
5
14%
Free
6
Developer 6
Rating
(143)
Projects
255
35%
Arbitration
12
25% / 58%
Overdue
42
16%
Free
Similar orders
Looking to for EA that can pass PROP FIRM consistently. Looking to buy source code! (personal job) I WANT TO HAVE IT PASS ALL PROP FIRMS ESPECIALLY FTMO PLEASE DO NOT WASTE MY TIME PLEASE MESSAGE ME ONLY IF YOU HAVE PROOF IT WORKS IN PROP FIRMS I WILL SIMPLY REJECT YOU IF YOU DO NOT HAVE PROOF YOU ARE PASSING PROP FIRMS AND RECIEVING PAYOUTS
The expert advisor needs to follow these conditions = 1. The values of these elements can be changed at any time and for any instrument . . Time Interval of renko . Size of renko brick . Type of renko brick (fixed , atr or percentage) . Lot size 2. Buy condition = ENTRY = Renko brick closes GREEN. EXIT = Renko brick closes RED or TRAILING STOPLOSS=3 bricks down. 3. Sell condition = ENTRY =
Hi there Here is a video of the logic: its based on market structure and swings using validated highs and lows based on candle closure. Just in case you would like to take a look at the code/indicator here is the link: https://youtu.be/igj0OaQoM7o?si=7nigL8OU2Nt1Zxkx Let me know if you can help
Create MT5 deriv EA 30 - 35 USD
Hello . Am in need of a developer that can Create deriv EA .I need to create a Deriv Bot with Martingale 1 min candles 30 martingale plus I can change the amount of martigale with the option of 1 min up or down . Kindly bid and let discuss about the project
"Hello, I'm looking for a developer who can connect tradingview signal to cTrader. If you have experience with API integration and are familiar with both cTrader and TradingView, please reach out. This project involves connecting the two platforms to enable detect signals and trigger cTrader . Looking forward to collaborating with someone who can help me with the project Thanks
I need an automated EA to open positions based on the closing of a candle over/under the 50MA TP must be able to be set at specific points SP must be able to be set at previous candle open
MT4 TRADE COPIER EA 30 - 35 USD
Hello , how are you doing? Am in need of MT4 developer that can help me to develop trade copier EA for MT4 account Kindly bid for the project if it is what you can do for me thanks
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
Blue Angel Shark 30 - 120 USD
I would like a coded indicator that is able to combine Smart money concept, Pure price Action and Pine script so as to spot trade entries by giving Take profits and Stop loss should also be compatible with all timeframes in trading and also work with all forex markets and Derived synthetic indices. I will upload a picture below. Kindly
I need you to convert this tradingview indicator (PineScript) to MT5. The indicator need to work in any time frame and as the proposed script. It need to plot the ATR bands (as you can see in the attached image) and work as the proposed routine of ATR bands, when price close above or below the bands, the bars will change color (as you can see in the script and the image attached). Instead of sending alerts of buying

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD