Expert Advisor trading robot based on Moving Average.

Tâche terminée

Temps d'exécution 16 jours
Commentaires du client
This developer was fast, onetime, very knowledgeable, and does great work. I've worked with others in the past but he was the best. I highly recommend him.
Commentaires de l'employé
Thank you mate :)

Spécifications

I want to create an EA (trading robot) that will take a Buy market position after price has moved over a Moving Average and retraced back down to the Moving Average price level.  For a Sell market position, after price has moved below a Moving Average and retraced back up to the Moving Average price level.  Note:  this EA must be able to work on all type of charts and especially Renko/Brick charts.


Variable Parameters to be entered:

  1. Moving Average Variables, including Period, Shift, MA method (i.e. Exponential), Apply to (i.e. Weighted Close HLCC/4), and Style.
  2. Pips above Moving Average (X) (numeric variable i.e. 1,2,3, etc. see note below).
  3. Previous closed Bars (Y) (numeric variable i.e. 1,2,3, etc.).
  4. Bar Reversal (Z) (numeric variable i.e. 1,2,3, etc.)
  5. Take Profit in Pips (see notes below).
  6. Stop Loss in Pips (see notes below.
  7. Lot size (i.e. 0.01, 0.50, 1.00, 10.00, etc.)
  8. Session 1:  Start time (GMT or Server time), for example USA session.
  9. Session 1:  End time (GMT or Server time), for example USA session.
  10. Session 2:  Start time (GMT or Server time), for example Europe session.
  11. Session 2:  End time (GMT or Server time), for example Europe session.
  12. Close position at Session End time (Yes or No).  For example if Yes is chosen, then existing position shall be closed at End time.


Note:  

  • Clarification, pip values are entered in points, for example EUR/USD 10 points = 1 pip.
  • Take Profit and Stop loss are hidden, meaning they are not sent to the broker until the condition is met, by which time it’s sent as a market close order.


Market order Buy Condition:

  1. Price is above Moving Average per X value, within the last Y previous bars.  For example if X=100 points and Y=5 bars, this condition could be satisfied if the price is 10 pips over the moving average within the last 1, 2, 3, 4, or 5 bars.
  2. Price is Equal to the Moving Average.
  3. Enter Buy market order.


Market order Sell Condition:

  1. Price is below Moving Average per X value, within the last Y previous bars.  For example if X=100 points and Y=5 bars, this condition could be satisfied if the price is 10 pips below the moving average within the last 1, 2, 3, 4, or 5 bars.
  2. Price is Equal to the Moving Average.
  3. Enter Sell market order.


Close Condition:

  1. A Bar Reversal, based on the number of Z Bars chosen (per entered parameter). 
  2. Take Profit value is reached.
  3. Stop Loss value is reached.
  4. Session End time, if Yes was chosen in the parameter.


Répondu

1
Développeur 1
Évaluation
(94)
Projets
148
59%
Arbitrage
16
38% / 13%
En retard
25
17%
Gratuit
2
Développeur 2
Évaluation
(414)
Projets
670
33%
Arbitrage
60
17% / 32%
En retard
113
17%
Travail
3
Développeur 3
Évaluation
(2077)
Projets
2636
61%
Arbitrage
113
45% / 26%
En retard
418
16%
Travail
4
Développeur 4
Évaluation
(1086)
Projets
1437
45%
Arbitrage
48
73% / 13%
En retard
35
2%
Travail
5
Développeur 5
Évaluation
(2422)
Projets
3042
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
6
Développeur 6
Évaluation
(365)
Projets
412
36%
Arbitrage
35
26% / 57%
En retard
63
15%
Gratuit
7
Développeur 7
Évaluation
(28)
Projets
47
23%
Arbitrage
13
31% / 15%
En retard
12
26%
Gratuit
8
Développeur 8
Évaluation
(264)
Projets
538
50%
Arbitrage
55
40% / 36%
En retard
224
42%
Travail
9
Développeur 9
Évaluation
(66)
Projets
95
28%
Arbitrage
20
25% / 55%
En retard
24
25%
Gratuit
10
Développeur 10
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
11
Développeur 11
Évaluation
(33)
Projets
35
40%
Arbitrage
11
9% / 91%
En retard
4
11%
Gratuit
12
Développeur 12
Évaluation
(68)
Projets
111
26%
Arbitrage
17
6% / 71%
En retard
15
14%
Gratuit
13
Développeur 13
Évaluation
(43)
Projets
72
49%
Arbitrage
4
0% / 50%
En retard
19
26%
Gratuit
14
Développeur 14
Évaluation
(586)
Projets
1047
49%
Arbitrage
39
28% / 41%
En retard
49
5%
Gratuit
15
Développeur 15
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
16
Développeur 16
Évaluation
(17)
Projets
24
33%
Arbitrage
5
20% / 40%
En retard
8
33%
Gratuit
17
Développeur 17
Évaluation
Projets
0
0%
Arbitrage
1
0% / 0%
En retard
0
Gratuit
18
Développeur 18
Évaluation
(4)
Projets
6
0%
Arbitrage
2
0% / 50%
En retard
4
67%
Gratuit
19
Développeur 19
Évaluation
(5)
Projets
4
25%
Arbitrage
2
0% / 100%
En retard
1
25%
Gratuit
20
Développeur 20
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
Lilit ordrer 50+ USD
l doa language that allows creating trading robots and technical indicators. i can do any writing and translation so dont worry i can do what you want ke to do
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
The wiper 35 - 48 USD
a ll traders want to find market behavior patterns, which could help identify favorable moments for performing trading operations. They also want to eliminate randomness and influence of external factors, such as rumors, news releases, fatigue, and so on. Traders monitor charts and may formulate some formal rules, which enable objective analysis of price or tick charts. Technical indicators can facilitate such
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

Informations sur le projet

Budget
30 - 45 USD
Pour le développeur
27 - 40.5 USD
Délais
à 3 jour(s)