Техническое задание

Based on the simple technique of using Stochastic and RSX to follow the market.

 

EA uses 6 indicators:

-MA of RSX   (Low  Time Frame* - Direction  and   Trigger ).
-RSIoMA       (Mid   Time Frame* - Direction  and   Trigger ).
-Shochastic (High  Time Frame* - Chooses indicator to TP).
-ATR            (Stop-Loss).
-ZigZagFA    (Stop-Loss).

-Kama/MA    (Stop-Loss) -  Kama MA/ Regular MA 

- EA uses 3 time frames at a time. LowerTF (MA of RSX). MidTF (RSIoMA) and HighTF (Stochastic) (i.e. - H1, H4, D1 or M15, H1, H4).

- All Actions/Triggers happen at the close of candle 1 of each indicators time frame.

- EA will run on multiple charts/pairs at a time so having an option to only have a certain amount of open trades from the EA (6.2).

- Only one trade opened at a time per chart.


1. Direction of Trade:

              Both MA of RSX and RSIoMA in the same direction:

        Long:      

a) MA of RSX (Close of current candle on Lower Time Frame - M15 or H1)

1. - Value3/Buffer2 (Yellow Line) - Candle 2 < Candle 1.

or

  2. - Value3/Buffer2 (Yellow Line) > Value4/Buffer3 (Red Line) (Green Histo)  

b) RSIoMA     (Close of Current Candle on Mid Time Frame H1 or H4)

3. - Value4/Buffer3 (White Line) Candle 2 < Candle 1  = Long.

-----------------------------------------------------------------------------------------

b) MA of RSX (Close of current candle on Lower Time Frame - M15 or H1)

4. - Value3/Buffer2 (Yellow Line) - Candle 2 > Candle 1.

or

5. - Value4/Buffer3 (Red Line) > Value3/Buffer2 (Yellow Line)
(Red Histo)    = Short.

       d) RSIoMA     (Close of Current Candle on Mid Time Frame H1 or H4)

6. - Value4/Buffer3 (White Line) Candle 2 > Candle 1  = Short



2. Trigger for Trade:

Long: (a or b)

a) Prerequisite: RSIoMA - Value4/Buffer3 (White Line) Candle 1 > Candle 2 - RISING 

MA of RSX

1. Value3/Buffer2 (Yellow Line) turning from Down to Up, With Indicator Value3/Buffer2 below [50]  (adjustable separately for long and shorts, see input 7.6)

2. OR Value3/Buffer2 (Yellow Line) cross above Value4/Buffer3 (red Line) (Histo turn from Red To Green). 


b) Prerequisite:  MA of RSX - Value3/Buffer2 (Yellow Line) is already above Value4/Buffer3 (Red Line) (Histo is already Green) 

RSIoMA - Value4/Buffer3 (White Line) Candle 3 > Candle 2 < Candle 1 White Line turns from going Down to Up. 



Short: (c or d)

c) Prerequisite:  RSIoMA Value4/Buffer3 (White Line) Candle 1 < Candle 2 -LOWERING
 
MA of RSX

1. Value3/Buffer2 (Yellow Line) turning from Up to Down,  With Indicator Value3/Buffer2 above [50] (adjustable separately for long and shorts, (see input 7.7)

2. OR Value3/Buffer2 (Yellow Line) cross below Value4/Buffer3 (Red Line)(Histo turn from Green To Red)



d) Prerequisite: MA of RSX - Value3/Buffer2 (Yellow Line) is already below Value4/Buffer3 (Red Line) (Histo is Red)

RSIoMA - Value4/Buffer3 (White Line) Candle 3 < Candle 2 > Candle 1 White Line turns from going Up to Down. 

e) * All triggers happen at the end of current candle of the stated 



3. Trade Management 

a) Note:   All Long  trades use Bid price to trigger StopLoss
       All Short trades use Ask price to trigger StopLoss 

Initial StopLoss
b) ATR             (See Input 10,23)
c) Trendline     (See Input 10.26)

Move to Breakeven
d) Breakeven (See Input 11,30)

Activate MA for StopLoss
e) Use close above/below MA to close trade (See Input 11,31)

StopLoss
f) [#] in pips. (Hard/Visible)


4. Take Profit

Take Profit [#] in pips. (Hard/Visible)

Stochastic  
a) Long     1. - Value1/Buffer0 (Blue Line) above Value2/Buffer1 (Red Dot Line) - Use RSIoMA - White Line turns from going Up to Down.
2. - Value1/Buffer0 (Blue Line) below Value2/Buffer1 (Red Dot Line) - Use MA of RSX Histo change from Green to Red.

b) Short 1. - Value1/Buffer0 (Blue Line) below Value2/Buffer1 (Red Dot Line) - Use RSIoMA - White Line turns from going Down to Up 
2. - Value1/Buffer0 (Blue Line) above Value2/Buffer1 (Red Dot Line) - Use MA of RSX Histo change from Red to Green.

C) * Can change back and forth during trade per Stochastic.


5. No New Trade

a)  No new  LONG  trade if RSIoMA Value4/Buffer3 (White Line) is above [75] (See Input 7,13)
b)  No new SHORT trade if RSIoMA Value4/Buffer3 (White Line) is below [25] (See Input 7,14)
c)  No Trade if StopLoss is to big (See 8,22)


EA Inputs: -----------------------------------------------------------------

6. EA Settings:

1. Magic Number.

2. Open Trades [#] - How many trades can be open at a time.


7. Indicator settings:

* All settings labeled and listed in categories 

MA of RSX
    3. RSX Length
    4. RSX Signal MA Period
    5. Signal Moving Average Method
    6. Long Trade  > Value3/Buffer2 Value) [#] - MA of RSX Trigger (2.a)
    7. Short Trade < Value3/Buffer2 Value) [#] - MA of RSX Trigger (2.c)

RSIoMA-nrp-mtf+alert nmc
    8. TimeFrame
    9. RsiOma-Period
  10. RsiOma-Mode
  11. MaPeriod
  12. MAType
  13. LevelOb  -  No long  trades above level - (5,a)
  14. LevelOs  -  No short trades below level - (5,b)

Stochastic-mtf
  15. TimeFrame
  16. KPeriod
  17. DPeriod
  18. Slowing
  19. MAMethod


8. Trade Size

Lot Size     
20. - Lot [#]
or
21. - % of account size [#]  i.e. 3%. (Based off of the Soft/invisible Stoploss (ATR or ZigZag)
22.  Max Trade Size (#) in pips (if exceed = No Trade)


9. Initial Trade StopLoss

23. Hard StopLoss [#] (in Pips) (Hard/Visible)

24. ATR StopLoss -[On/Off] - To use ATR for SL at the time that the trade is taken (Soft/Invisible, but draw purple line on chart if used at time of trade, to be deleted after close of trade) - (3,b)

25. ATR X - [#] - If ATR is value is 24, using [1.5] would mean 24x 1.5=36 so subtracting 36 pips from price for long trades, and adding 36 pips to price for Short traders to use as StopLoss.

ATR  
  26. -Period 

27. ZigZag StopLoss -[On/Off] - Uses indicator ZigZagFA made trendlines (Named: "ZZLine1" for Long trade, and "ZZLine2" for Short trade) at the time that the trade is taken. (Soft/Invisible, but draw purple line on chart if used at time of trade, to be deleted after close of trade) - (3,c)

28. ZigZag +  -[#] add pips above (short)/below (long) the ZigZagFA trendlines. 
ZigZagFA
  29. -ExtDepth
  30. -ExtDeviation
  31. -ExtBackstep
* If both ATR StopLoss and ZigZag StopLoss are both On, EA uses Whichever is bigger - uses the bigger StopLoss between  ATR or ZigZag, includes the added pips from ZigZag + input)


10. Close Trade settings:

32. Move to Breakeven [#]  after "x" amount of pips of profit has been reached. - (3,d)

33. MA as StopLoss -[#] Turns on after "x" amount of pips of profit (close trade at candle close below MA for Long trade, Above MA for Short trade.
[Standard MA with Kama as option]. Once On, it remains on for the rest of that trade. - (3,e)
Kama
  34. -PeriodAMA
  35. -Price Type
  36. -nfast
  37. -nslow
MA
  38. -Period
  39. -MA method

-----------------------------------------------------------------------------------------------------------------

11. Objects of Chart

a)  Draw TrendLine (Thin Purple Line)- Soft StopLoss - Follows trade from original ATR/ZigZag (if on) then Moves to Breakeven (if on), then changes to Yellow and follows the MA (if on). Deleted after trade is closed. 

b)  Draws Arrow in the direction of the "direction change" of MA of RSX - Value3/Buffer2, at the close of candle of the mid timeframe (Yellow medium size Arrow)







Откликнулись

1
Разработчик 1
Оценка
(195)
Проекты
395
28%
Арбитраж
155
20% / 52%
Просрочено
112
28%
Свободен
2
Разработчик 2
Оценка
(2422)
Проекты
3042
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Работает
3
Разработчик 3
Оценка
(277)
Проекты
334
55%
Арбитраж
14
36% / 29%
Просрочено
1
0%
Свободен
4
Разработчик 4
Оценка
(82)
Проекты
86
57%
Арбитраж
25
0% / 84%
Просрочено
19
22%
Свободен
5
Разработчик 5
Оценка
(1)
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
I have back testing results from optimization on the MT5 strategy tester for various tests saved in different tabs on excel. I would like to generate an excel function to find the matching parameters that give the best results based on profit within all tabs (the left most column), so the function needs to find the matching parameters, calculate the sum of the profit of matching parameters (TOTAL PROFIT), and rank
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
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
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
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
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
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

Информация о проекте

Бюджет
50+ USD
Исполнителю
45 USD