EA using 2 Super Trends

Specification

1.  General idea - I'd like an EA that is capable of using values of two Super Trends to open trades (super trend equation is High+Low/2) + or - (Multiplier * ATR)) .  You can call one Super Trend long, and the Super Trend short, long being the Super Trend that is farther from the current price, and the short one being closer to the current price.  The buy or sell order would be placed once both super trends are on the same side on the current candle.

2.  Trade trigger - The previous bar close must be > both the long and the short Super Trend for a buy.  For a sell, the previous close must be < both the long and short. No more than 1 order placed per bar.

3.  Inputs - I will need inputs for the ATR periods (2) and multipliers (2), number of maximum open orders, take profit in points, order size in lots, and magic number for multiple pairs.  

4.  Trade management - Open orders at market only, no stop or limit orders.  Stop loss/trailing stop tied to "Long" (farther away) super trend and trail as it increase/decreases.  No time limit on closing trade, GTC.

5.  Other comments - I already have an indicator that I can put on my chart, so the hatching is not necessary, I just need something that will place the trade and minor money management.  If it helps, I can send you the mq5 code for what I currently have for an indicator, this should cover the basic coding for the swapping from buy/sell, ATR, and main equation for the current bar.  You'd have to copy it of course and change the variable names I'm guessing for the long and short super trends.         


Example

Responded

1
Developer 1
Rating
(5)
Projects
9
11%
Arbitration
5
40% / 60%
Overdue
1
11%
Free
2
Developer 2
Rating
(71)
Projects
103
20%
Arbitration
6
0% / 83%
Overdue
3
3%
Free
3
Developer 3
Rating
(42)
Projects
62
8%
Arbitration
12
58% / 42%
Overdue
1
2%
Free
4
Developer 4
Rating
(2411)
Projects
3028
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
5
Developer 5
Rating
(195)
Projects
395
28%
Arbitration
155
20% / 52%
Overdue
112
28%
Free
6
Developer 6
Rating
(327)
Projects
346
71%
Arbitration
4
100% / 0%
Overdue
1
0%
Loaded
7
Developer 7
Rating
(161)
Projects
217
30%
Arbitration
4
50% / 25%
Overdue
4
2%
Free
8
Developer 8
Rating
(2067)
Projects
2625
62%
Arbitration
113
45% / 26%
Overdue
418
16%
Loaded
9
Developer 9
Rating
(472)
Projects
501
52%
Arbitration
10
60% / 20%
Overdue
3
1%
Free
10
Developer 10
Rating
(194)
Projects
198
27%
Arbitration
0
Overdue
3
2%
Free
11
Developer 11
Rating
(116)
Projects
137
36%
Arbitration
15
13% / 67%
Overdue
9
7%
Free
12
Developer 12
Rating
(769)
Projects
1033
44%
Arbitration
50
8% / 50%
Overdue
117
11%
Free
13
Developer 13
Rating
(263)
Projects
537
50%
Arbitration
55
40% / 36%
Overdue
224
42%
Working
14
Developer 14
Rating
(100)
Projects
125
23%
Arbitration
12
0% / 75%
Overdue
22
18%
Free
15
Developer 15
Rating
Projects
0
0%
Arbitration
1
0% / 100%
Overdue
0
Free
16
Developer 16
Rating
(76)
Projects
130
49%
Arbitration
5
80% / 0%
Overdue
6
5%
Free
17
Developer 17
Rating
(186)
Projects
261
69%
Arbitration
12
33% / 67%
Overdue
16
6%
Free
18
Developer 18
Rating
(563)
Projects
931
47%
Arbitration
301
59% / 25%
Overdue
123
13%
Working
19
Developer 19
Rating
(87)
Projects
114
26%
Arbitration
7
29% / 57%
Overdue
5
4%
Free
20
Developer 20
Rating
(41)
Projects
88
14%
Arbitration
29
31% / 55%
Overdue
36
41%
Working
21
Developer 21
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
Similar orders
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
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
// 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
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 am looking for a day trading bot with over 95% success ratio for gold and forex. It should use all the relevant strategies like moving averages (10, 20, 50), volume, RSI and trend into consideration and then generate buy and sell trade automatically with trailing SL and generate max profit
***** THIS IS FOR MT5 ***** The indicator now makes 5 lines and I use it on US30 It is for NY session and has inputs for times - open and close It creates lines at NY open NY open line 100 point 200 points I want to add 300 pt lines and 400 point lines I want On/off box added for dotted or dashed 50 - 150 - 250 and 350 lines I want alerts when the candles reach the 100 - 200 ect...lines but would love "Push
Active expert 250+ USD
hi, I must do changes to a dashboard with manual input of trader and active expert. Budget 250$ Can do? the budget is correct based on job to do. If you want me to increase the budget you can message me
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color

Project information

Budget
100 - 200 USD
For the developer
90 - 180 USD
Deadline
from 1 to 4 day(s)