Tarea técnica

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.


Han respondido

1
Desarrollador 1
Evaluación
(167)
Proyectos
192
11%
Arbitraje
37
38% / 35%
Caducado
5
3%
Trabaja
2
Desarrollador 2
Evaluación
(33)
Proyectos
46
59%
Arbitraje
0
Caducado
6
13%
Libre
3
Desarrollador 3
Evaluación
(42)
Proyectos
47
30%
Arbitraje
12
17% / 75%
Caducado
6
13%
Libre
4
Desarrollador 4
Evaluación
(7)
Proyectos
10
20%
Arbitraje
3
0% / 100%
Caducado
6
60%
Libre
5
Desarrollador 5
Evaluación
(19)
Proyectos
35
26%
Arbitraje
10
30% / 70%
Caducado
5
14%
Libre
6
Desarrollador 6
Evaluación
(143)
Proyectos
255
35%
Arbitraje
12
25% / 58%
Caducado
42
16%
Libre
Solicitudes similares
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
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
i need someone who can remake this indicator to a winning strategy. i need someone who can make my signal on that indicator to appear fast on the chart... let me know if you can
see trade open on every tick seconde ok forex pair us us30 if is current running at 40170.00 so open 2 trade buy stop and sell stop both in every tick pending order of buy stop will 40171.00 and sell stop pending order will be 40169.00 buy stop will open at 40171.00 and tp will be 40173.00 and SL will be 40169.50 ok if buy stop hit sell stop order automatically will be close now if sell stop order open at 40169.00 so
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
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1

Información sobre el proyecto

Presupuesto
30 - 50 USD
Para el ejecutor
27 - 45 USD