An Expert Advisor needed based on Stochastic Indicator and moving averages

Specifiche

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.


Con risposta

1
Sviluppatore 1
Valutazioni
(167)
Progetti
192
11%
Arbitraggio
37
38% / 35%
In ritardo
5
3%
In elaborazione
2
Sviluppatore 2
Valutazioni
(33)
Progetti
46
59%
Arbitraggio
0
In ritardo
6
13%
Gratuito
3
Sviluppatore 3
Valutazioni
(42)
Progetti
47
30%
Arbitraggio
12
17% / 75%
In ritardo
6
13%
Gratuito
4
Sviluppatore 4
Valutazioni
(7)
Progetti
10
20%
Arbitraggio
3
0% / 100%
In ritardo
6
60%
Gratuito
5
Sviluppatore 5
Valutazioni
(19)
Progetti
35
26%
Arbitraggio
10
30% / 70%
In ritardo
5
14%
Gratuito
6
Sviluppatore 6
Valutazioni
(143)
Progetti
255
35%
Arbitraggio
12
25% / 58%
In ritardo
42
16%
Gratuito
Ordini simili
Hi there folks, Need help to develop a trading screener to track and trade the 28 FX major pairs. The panel Will work with 3 signals on the 15 min timeframe and will require: Reading from files, calculate a pair of EMA’s, calculate CCI , calculate ADR’s, generate alerts, open and cover positions based on trader’s manual input (button). Also the EA will need to perform basic risk management based on trader’s input
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
Hey, great developer I have a thinkorswim script I want to convert it into TradingView. Can you please let me know if you can i will be looking for great developer that will bid for it best regards
Tradingview developer 30 - 35 USD
Hey greetings. I am in need of tradingview developer that can modify an open source PineScript indicator code to add additional features. Kindly bid for this project if it is what you handle and let proceed with the project
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
I wish an indicator that can import data from the websites below: https://www.fastbull.com/speculative-sentiment?textType=1&amp ;id=-1 https://www.fxblue.com/market-data/tools/sentiment After importing the data. I want the developer to create a simple text dashboard showing at least the major pairs in Forex with the correspondent sentiment from each website. The format of the dashboard or its visual aspects do not
Hi I need a software like Mirror trade copier ( https://www.antonnel.net/mirror/ ) which directly connect to the Accounts over api with out MT4 terminal and copies trades from mater to client. I want the same and possible improvement like can be accessed over a url and dashboard for some basic metrics (optional)

Informazioni sul progetto

Budget
30 - 50 USD
Per lo sviluppatore
27 - 45 USD