EA based on 4 indicators

Tâche terminée

Temps d'exécution 46 jours

Spécifications

1. The purpose of the system is to open buy orders when certain requirements are met and to close them on opposite signals opening sell orders.

2. The same would apply to selling orders.

3. The following indicators are used and attached for development:

  • kijun-sen
  • ssl-channel-chart-alert
  • Waddah Attar Explosion
  • Aroon
  • ATR

4. All inputs for these indicators should be able to be edited. All alerts can be disabled.

5. Default settings for each indicator should be used for programming.

6. Opening and closing of trades should occur at 23.55 on daily chart.

7. Money management should be applied as follow:

  • ATR value based on 14 period
  • 0.5% risk per trade based on balance
  • Stop loss based at 2x ATR value
  • Take profit based on 2x ATR value
  • If lots are less than 0.01 then 0.01 should be used

8. For buying orders the following conditions must be met:

  • Price should close above kijun-sen - white line
  • ssl value 1 must cross ssl value 2 from downwards to upwards - green line cross from below red to above red
  • Waddah Attar Explosion value 1 must be greater than value 3 - green bar higher than brown line
  • Aroon value 1 must be = to 100 - green line at top

9. For selling orders the following conditions must be met:

  • Price should close below kijun-sen - white line
  • ssl value 2 must cross ssl value 1 from downwards to upwards - red line cross from below green to above green
  • Waddah Attar Explosion value 2 must be greater than value 3 - red bar higher than brown line
  • Aroon value 2 must be = to 100 - red line at top

10. Buy orders should close when sell orders are opened and sell orders should close when buy orders are opened.

11. Code should be provided when finalised.


Répondu

1
Développeur 1
Évaluation
(68)
Projets
72
21%
Arbitrage
6
50% / 33%
En retard
1
1%
Gratuit
2
Développeur 2
Évaluation
(126)
Projets
151
48%
Arbitrage
6
83% / 17%
En retard
2
1%
Gratuit
3
Développeur 3
Évaluation
(42)
Projets
62
8%
Arbitrage
12
58% / 42%
En retard
1
2%
Gratuit
4
Développeur 4
Évaluation
(33)
Projets
49
12%
Arbitrage
16
0% / 88%
En retard
10
20%
Gratuit
5
Développeur 5
Évaluation
(303)
Projets
386
20%
Arbitrage
44
59% / 23%
En retard
46
12%
Chargé
6
Développeur 6
Évaluation
(5)
Projets
11
18%
Arbitrage
0
En retard
3
27%
Gratuit
7
Développeur 7
Évaluation
(243)
Projets
432
34%
Arbitrage
55
36% / 38%
En retard
157
36%
Occupé
8
Développeur 8
Évaluation
(7)
Projets
6
0%
Arbitrage
5
0% / 100%
En retard
0
Gratuit
9
Développeur 9
Évaluation
(22)
Projets
30
20%
Arbitrage
8
63% / 13%
En retard
9
30%
Gratuit
10
Développeur 10
Évaluation
(354)
Projets
559
33%
Arbitrage
24
67% / 8%
En retard
16
3%
Travail
11
Développeur 11
Évaluation
(128)
Projets
162
36%
Arbitrage
4
25% / 50%
En retard
13
8%
Travail
12
Développeur 12
Évaluation
(480)
Projets
509
53%
Arbitrage
10
60% / 20%
En retard
3
1%
Gratuit
13
Développeur 13
Évaluation
(87)
Projets
114
26%
Arbitrage
7
29% / 57%
En retard
5
4%
Gratuit
14
Développeur 14
Évaluation
(66)
Projets
143
34%
Arbitrage
10
10% / 60%
En retard
26
18%
Gratuit
15
Développeur 15
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
hello programmers, I have a code from Pine language it is an indicator code, I need to convert it to Mql5. within the conversion process to EA i want to use that indicator as a signals which triggers the EA to open positions and optimize it to place TP,SL i will explain the buy signal and sell signal, I need to use also 2 Moving averages 20,50 as a buy and sell triggers once they cross. A long with it i will ask for
I am looking for a highly skilled and experienced developer who can assist with converting six Pine Script strategies into NinjaTrader. The goal is to seamlessly transition these scripts while preserving their original functionality and ensuring they operate efficiently on the NinjaTrader platform. If you have the expertise and are interested in this project, please reach out. I am looking forward to collaborating
The EA should place take profit at the order opening price when X points of loss are reached, I already I have my own EA I just need a dev that ad what I ask previously to it, will be verry cool. Thanks
I just need someone to help convert tradingview indicator (Top Bottom by ceyhun) to mq5. With the input and the signal (Can change it to arrow). I need it for my MT5
The Trading View Indicator script has about 80% of what I need. 1. I have an additional entry model called a confirmation entry 2. I normally just look back 3-50 bars to determine if a bar is wide range or not, but the 3 additional WRB models require requirements based on 3 bars before it, and each one has its own name. 3. The TV indicator has a lot of visual cosmetics that we won't be able to do in MT5, but colour
Hello, I am looking for a developer to reconstruct an indicator that is currently in an ex4 file into an mq4 file. The indicator provides buy and sell signals with entry points, Stop Loss, and TP1, TP2, and TP3. However, the indicator has some errors, and I would like to correct them. Unfortunately, since I only have the ex4 file, it's not possible to make these corrections directly. Therefore, I would like to
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
Looking for help to code an Expert Advisor for MT5" is a request from someone seeking assistance with developing a custom trading robot (Expert Advisor) for MetaTrader 5 (MT5). The individual likely needs help from a skilled developer or coder who understands the MetaTrader 5 platform, MQL5 programming language, and can create an automated trading system tailored to their trading strategy. The Expert Advisor may
Purpose: 1. The EA should catch the trend and follow it up or down. 2. The EA must use volitile and volume (strong money flow/ATR or ADX. Feel free to come up with suggestions for indicators we can use. 3. EA must have a minimal Draw down at 3-5% MT4 EA Inputs • Lot size = 0.1 • Use Dynamic Lots = true/false • Risk Percentage of your balance= 2% • Min Allowed Lot Decimals = 0.1 or 0.01 or 1 • SL pips = 100 • TP Pips
I’m looking for someone experienced with Think or Swim to create a backtesting script for an in-the-money Iron Condor strategy using options on the SPX. The strategy involves setting up 10 contracts of an Iron Condor with a 10-point spread width and a net credit requirement of $11 per contract. The goal is to backtest the performance over the last three years, focusing on trades where the SPX closes outside a

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD