You need an EA that trades on MA levels.

Tâche terminée

Temps d'exécution 16 heures
Commentaires du client
The developer is super ok in every way!
Commentaires de l'employé
Excellent customer, thanks!!!!!

Spécifications


Hello dear developers!

 

MT4     EA

 

I want you to help me create a trading robot. I already had an unpleasant experience with a developer who said he would do it for me but didn't know how to do it. Thus he blocked some money from me.

Now I want to see who knows how to program such a robot. For this reason, I will initially present only a fragment of this robot. Whoever knows how to correctly program this fragment, we will continue to collaborate and make the complete robot.

I want to work together for more trading robots. Of course I will add more money for this.

At the moment, I am strictly interested in this robot fragment, and not other general details from other robots. I want to see clearly, who knows how to program and we will continue to collaborate.

 

 

The robot uses a moving average MA (with adjustable period 1...500) and two adjustable levels (1...1000 points), of which one is above the MA, and one is below the MA. The levels are adjusted separately. On Levels completed with "0" or nothing - no transactions are made (they are inactive)!

Example: we assume MA100, with Levels we assume L1 = +200 points, L -1 = -300 points.

L1 = Level above MA.

L-1 = Level below MA.

MA uses: "Shift = 0", "Method = Simple" and "Apply to = Close".

 

 

The robot makes Buy transactions when the price goes up from the bottom and reaches a Level. The robot makes Sell transactions when the price drops from top to bottom and reaches a Level. These conditions are valid in all cases (even if the price is below MA or above MA).

When I say that the price is going up or down, I am referring to the previous candle.

    On a Level, inside a candle, a single transaction will be made (Buy or Sell). Buy transactions and Sell transactions can be made on the same Level, but on different candles.

No transactions are made if the price reaches the MA.

The robot uses for all transactions on all Levels: a single lot (adjustable 0.01...10), a single TP (adjustable 1...1000 points) and a single SL (adjustable 1...1000 points). For "adjustable", I considered the minimum range but it can be a larger range or infinity!

 

 

In order to make transactions, the following two conditions must be met cumulatively:

 

1. Make transactions only if: any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) closed candles, do not reach the Level on which the transaction follows (IMG 1). More precisely:

 

For Buy: at any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) previous closed candles, the tip of the candles is below the Level and does not touch it. There is also the possibility of an equal number of candles, that is: 1 of the last 1, or 2 of the last 2, or 3 of the last 3..., closed candles.

 

For Sell: at any 3 (adjustable 1...50) closed candles or more, from the last 6 (adjustable 1...100) previous closed candles, the base of the candles is above the Level and does not touch it. There is also the possibility of an equal number of candles, that is: 1 of the last 1, or 2 of the last 2, or 3 of the last 3..., closed candles.

 

 

2. If the price reaches the SL (loss) for Buy, no Buy transactions will be made at that Level, for 3 (adjustable 1...100) closed candles, from the moment the SL is reached. Counting is done without the candle that touched SL.

If the price reaches the SL (loss) for Sell, no Sell transactions will be made at that Level, for 3 (adjustable 1...100) closed candles, from the moment the SL is reached. Counting is done without the candle that touched SL.

 

 

 

 

 

 


Dossiers :

PNG
IMG_Sum.png
17.7 Kb

Répondu

1
Développeur 1
Évaluation
(34)
Projets
42
33%
Arbitrage
5
0% / 20%
En retard
8
19%
Travail
2
Développeur 2
Évaluation
(230)
Projets
408
34%
Arbitrage
52
37% / 40%
En retard
149
37%
Chargé
3
Développeur 3
Évaluation
(9)
Projets
13
8%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
4
Développeur 4
Évaluation
(138)
Projets
194
21%
Arbitrage
12
58% / 25%
En retard
1
1%
Chargé
5
Développeur 5
Évaluation
(119)
Projets
152
43%
Arbitrage
20
55% / 20%
En retard
7
5%
Travail
6
Développeur 6
Évaluation
(2393)
Projets
3005
65%
Arbitrage
76
47% / 14%
En retard
340
11%
Travail
7
Développeur 7
Évaluation
(558)
Projets
925
48%
Arbitrage
301
59% / 25%
En retard
123
13%
Chargé
8
Développeur 8
Évaluation
(41)
Projets
87
13%
Arbitrage
30
30% / 47%
En retard
35
40%
Chargé
9
Développeur 9
Évaluation
(542)
Projets
1321
59%
Arbitrage
28
82% / 0%
En retard
10
1%
Gratuit
10
Développeur 10
Évaluation
(53)
Projets
158
68%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
11
Développeur 11
Évaluation
(236)
Projets
440
26%
Arbitrage
124
21% / 56%
En retard
96
22%
Chargé
Commandes similaires
Robo382 30+ USD
OLA /// a minha estratégia de operação automatizada seria assim onda de impulsao com correcao no nivel de 38,2 % com stop 14.6% ou seja fibo de 0% ao 100%
Robot Magic - xxx Direction - buy and sell, or buy, or sell. Lot size - 0.1 or more Use SL - true / false SL - xxxxx Use TP - true/ false Tp - xxxxx Close trade on opposite signal - true/ false Recovery SL/minus = lot size * C, N times C coefficient - xxx N times - xxx Use trailing stop - true / false Trailing stop - xxxxx Use trading hours - true/ false Trading hours - start xxxx - stop xxxx trading on Monday
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
the moving average should coded in a way i can change its parameters, that is its periods and methods sell trade should be when a full bearish candle opens and closes under the moving average, after that it should open a sell trade upon the close of every bearish candle it should close all trades as soon as a bullish candle is formed under the MA, Its should resume the sell again when a bearish candle is formed, and
I have existing Ctrader automated strategy that I am using but will like to add and remove some features and after that I will like to convert it to mt5 ea…if this what you kindly bid now and let discuss what I need to add and remove
I have existing Ctrader automated strategy that I am using but will like to add and remove some features and after that I will like to convert it to mt5 ea…if this what you kindly bid now and let discuss what I need to add and remove
I want to convert the Sksystem into an automatic zoning indicator, and I want someone with experience in the field of the Sk system so that the indicator can be built with high and excellent accuracy. I want to know if it is possible to do this
I am looking for an EA that allows you to make profits every month. For this, before buying, I would like to have a history over more than one year to see how the EA behaves. I don't know if you're selling EAs that are already ready for use
I am looking for an EA that allows you to make profits every month. For this, before buying, I would like to have a history over more than one year to see how the EA behaves. I don't know if you're selling EAs that are already ready for use
Hi. I have a strategy that Ive backtested and is giving very good returns across 10 years. MODEL Inputs for optimisation would be : Trade on Monday Trade on Tuesday Trade on Wednesday Trade on Thursday Trade on Friday RR for Trade 1: default 3 Risk for Trade 1: default 1% BE for Trade 1 : default 0 (not applicable) RR for Trade 2 : default 1 Risk for Trade 2 : default 3% SL buffer : (default 0 .3pips(3 points) as

Informations sur le projet

Budget
50+ USD
TVA (19%): 9.5 USD
Total: 59.5 USD
Pour le développeur
45 USD
Délais
à 5 jour(s)