Pine

MQL5 Experten

Spezifikation

I need an EA to do the following:

Long Position

When Stochastic(5,3,3) goes below the 20 line and changes the trend from down to up and crossing the 3MA, and

the RSI(13) goes below the 30 line and starts moving upwards, and

the MACD(13,34,8) goes below to zero line and the trend starts to go up, to enter into a long position.

Short Position 

When Stochastic(5,3,3) goes above the 80 line and changes the trend from up to down and crossing the 3MA, and

the RSI(13) goes above the 70 line and starts moving downwards, and

the MACD(13,34,8) goes above to zero line and the trend starts to go down, to enter into a short position.

then a trailing stop to kick in at any given number of profit points and the to step up/down any given number of profit points.

Please see attached picture to explain the above.

Dateien:

PNG
chart.png
35.1 Kb

Bewerbungen

1
Entwickler 1
Bewertung
(461)
Projekte
902
77%
Schlichtung
25
16% / 68%
Frist nicht eingehalten
100
11%
Frei
2
Entwickler 2
Bewertung
(4)
Projekte
6
0%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(195)
Projekte
395
28%
Schlichtung
155
20% / 52%
Frist nicht eingehalten
112
28%
Frei
4
Entwickler 4
Bewertung
(18)
Projekte
37
43%
Schlichtung
6
17% / 50%
Frist nicht eingehalten
17
46%
Frei
5
Entwickler 5
Bewertung
(187)
Projekte
367
56%
Schlichtung
45
22% / 56%
Frist nicht eingehalten
188
51%
Frei
6
Entwickler 6
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
(1235)
Projekte
2820
80%
Schlichtung
156
22% / 43%
Frist nicht eingehalten
489
17%
Frei
8
Entwickler 8
Bewertung
(44)
Projekte
128
66%
Schlichtung
10
20% / 60%
Frist nicht eingehalten
35
27%
Frei
9
Entwickler 9
Bewertung
(71)
Projekte
254
53%
Schlichtung
16
50% / 38%
Frist nicht eingehalten
83
33%
Frei
10
Entwickler 10
Bewertung
(62)
Projekte
140
46%
Schlichtung
19
42% / 16%
Frist nicht eingehalten
32
23%
Frei
11
Entwickler 11
Bewertung
(47)
Projekte
140
49%
Schlichtung
9
56% / 0%
Frist nicht eingehalten
27
19%
Frei
12
Entwickler 12
Bewertung
(54)
Projekte
164
43%
Schlichtung
43
47% / 16%
Frist nicht eingehalten
58
35%
Frei
13
Entwickler 13
Bewertung
(9)
Projekte
18
22%
Schlichtung
3
67% / 33%
Frist nicht eingehalten
4
22%
Frei
14
Entwickler 14
Bewertung
(15)
Projekte
65
58%
Schlichtung
6
17% / 33%
Frist nicht eingehalten
39
60%
Frei
15
Entwickler 15
Bewertung
(13)
Projekte
20
30%
Schlichtung
5
20% / 80%
Frist nicht eingehalten
5
25%
Frei
Ähnliche Aufträge
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info

Projektdetails

Budget
10 - 30 USD
Für die Entwickler
9 - 27 USD
Ausführungsfristen
von 1 bis 5 Tag(e)