Super Trend EA

MQL5 Experten

Auftrag beendet

Ausführungszeit 5 Tage
Bewertung des Kunden
Sorry for the trouble but it the end you made a monster! Thanks man!

Spezifikation

Requirements Specification examples

Here is an example of Requirements Specification for the development of the Super Trend Expert Advisor. If you can use the PineScript code (attached) that would be perfect because I love the indicator. If not feel free to use any MT4/MT5  SuperTrend indicator but with the same parametars as the PineScript one!


1. The idea of the trading system is as follows: market entries are performed when there is either a Buy or a Sell signal. Buy orders are executed on the Buy signal and Sell orders go with the Sell signal. It needs to be able to open multiple orders at the same time and same buy/ask price. It will target small pip movements of 1-10 pips but with the large volume of 1-10 trades it will take a lot of pips.

2. Trend : SuperTrend uses ATR Period of 10 and ATR Multiplier of 3 (0.1 step value) and a (h+l)/2 to determine the trend direction.

Up = (high + low) / 2 + multiplier  x  ATR

Down = (high + low) / 2 – multiplier x ATR

Calculation of Average True Range – I don't know if this is in the PineScript

[(Prior ATR x 13) + Current TR] / 14

3. Trading Signals - Buy signal is active when this is TRUE

trend = 1
buySignal = trend == 1 and trend[1] == -1

Sell signal is active when this is TRUE

trend = 1
sellSignal = trend == -1 and trend[1] == 1

4. Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.

5. Positions are opened at the same time as the Buy/Sell signal is active, but the limit is placed on 1-10 orders per trading signal. When the limit is reached you need the opposite signal and opposite orders closed to open new orders.

6. Added indicator - 5-20 EMA crossover. When the Super Trend turns green (i.e. Super Trend is below the price) and 5 EMA is above 20 EMA,  the Buy order is executed. Similarly, when the Super Trend turns red (i.e. Super Trend is above the price) and 20 EMA is above 5 EMA the Sell order is executed - I need this as a double conformation (Both need to be TRUE) for the trade to be executed ( If one is FALSE, 0 trades will be executed).

7. Take Profit - custom range in pips 

8. Stop loss - stop loss for a Buy trade is placed on the horizontal green line/step of the Up Trend. When the Up Trend green line moves up the SL stays fixed. When there is a new horizontal green line/step, the SL is moved to its value.

The same goes with Down Trend, the SL is moved with every formed horizontal red line/ step of the Down Trend.

9. Lot size - in % of the current equity so the lot size changes on its own and the risk is low.

10. Time frame option - 5min 15 min 30min 1h 4h 1d

11. Trading time zone - GMT + 1

12. Trading periods - open for input ( from 00:00:00 to 23:59:59)

13. Trading days - open for input ( MON - FRY)



Bewerbungen

1
Entwickler 1
Bewertung
(55)
Projekte
96
40%
Schlichtung
13
38% / 62%
Frist nicht eingehalten
25
26%
Frei
2
Entwickler 2
Bewertung
(337)
Projekte
455
52%
Schlichtung
22
50% / 27%
Frist nicht eingehalten
5
1%
Beschäftigt
3
Entwickler 3
Bewertung
(4)
Projekte
4
25%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
1
25%
Frei
4
Entwickler 4
Bewertung
(101)
Projekte
136
36%
Schlichtung
14
29% / 50%
Frist nicht eingehalten
15
11%
Frei
5
Entwickler 5
Bewertung
(196)
Projekte
318
35%
Schlichtung
64
13% / 56%
Frist nicht eingehalten
82
26%
Frei
6
Entwickler 6
Bewertung
(1127)
Projekte
1429
62%
Schlichtung
21
57% / 10%
Frist nicht eingehalten
43
3%
Frei
7
Entwickler 7
Bewertung
(236)
Projekte
440
26%
Schlichtung
125
21% / 57%
Frist nicht eingehalten
96
22%
Arbeitet
8
Entwickler 8
Bewertung
(237)
Projekte
419
34%
Schlichtung
53
36% / 40%
Frist nicht eingehalten
154
37%
Beschäftigt
9
Entwickler 9
Bewertung
(2423)
Projekte
3043
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Arbeitet
10
Entwickler 10
Bewertung
(92)
Projekte
132
35%
Schlichtung
13
38% / 31%
Frist nicht eingehalten
32
24%
Frei
11
Entwickler 11
Bewertung
(2077)
Projekte
2636
61%
Schlichtung
113
45% / 26%
Frist nicht eingehalten
418
16%
Arbeitet
12
Entwickler 12
Bewertung
(57)
Projekte
72
22%
Schlichtung
13
46% / 15%
Frist nicht eingehalten
5
7%
Frei
13
Entwickler 13
Bewertung
(203)
Projekte
303
35%
Schlichtung
56
38% / 38%
Frist nicht eingehalten
99
33%
Frei
14
Entwickler 14
Bewertung
(34)
Projekte
60
23%
Schlichtung
11
73% / 9%
Frist nicht eingehalten
3
5%
Frei
15
Entwickler 15
Bewertung
(253)
Projekte
408
38%
Schlichtung
86
43% / 19%
Frist nicht eingehalten
70
17%
Arbeitet
16
Entwickler 16
Bewertung
(1091)
Projekte
1771
61%
Schlichtung
14
64% / 7%
Frist nicht eingehalten
84
5%
Arbeitet
17
Entwickler 17
Bewertung
(568)
Projekte
641
41%
Schlichtung
21
57% / 29%
Frist nicht eingehalten
47
7%
Arbeitet
Ähnliche Aufträge
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
Martingle EA 30+ USD
Create martingle grid EA with my own logic. Add Moving Avarage Filter. 2 engine with same logic. Sl TP by $ amount. Profit loss Dashboard Virtual all trade close Button
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. When sending
I need a graphic designer that is good at voice overs and object animation. I have a dialogue project that I intend it to deliver a certain message for marketing purposes. The project is to be done by cartoons and they should be much humanized in terms of graphics. The project has to be in the form of video that lasts up to 3 minutes longest and not less than 2 minutes. Creativity is the most important requirement
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
RSI trading bot 50 - 80 USD
Good morning, I'm looking to have an RSI based trading bot developed, which focuses on having many options for closing trades in order to diversify my trading opportunities, and to be good for experimentation in backtesting. Here are the features I'd like: -Being able to have as many of the following options activated as I want, to try all combinations of them -To work on all timeframes, though I will be focusing on
Looking for an EA which can produce less than 5% drawdown. Also profit factor above 1.5 (preferably 2.0) Please give me proper explanation how your EA works too Has anyone programmed it before? is it limited to forex only
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
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

Projektdetails

Budget
50 - 100 USD
Für die Entwickler
45 - 90 USD
Ausführungsfristen
von 20 bis 30 Tag(e)