SMA10 + SMA20 + HiLo Setup

MQL5 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 3 gün
Geliştirici tarafından geri bildirim
i had very good job with him

İş Gereklilikleri

SMA20: Simple Moving Average 20 periods, line type

SMA10: Simple Moving Average 10 periods, line type

[edit]: SMA200: Simple Moving Average 200 periods, line type 

Gan Hi Lo Activator 10: Gann High Low Activator 10 periods, colored red for down and green for up. (I don´t have the code)

 

These rules must be applied to the 15M and 5M timeframes at the same time. If one of the timeframes does not agree with these rules at the same time, the trade will not be taken. 

 [edit]: the buy/sell order should be made at least 40 points ahead of the CLOSE price that triggered our entry, to make sure our order gets fullfilled by the market. This one I want to be able to input as a parameter. 

Buy rules:

- SMA20 must be higher than last candle SMA20 = [ SMA20(0) > SMA20(-1) ]

- SMA10 must be higher than last candle SMA10 = [ SMA10(0) > SMA10(-1) ] 

- SMA10 must be higher than SMA20 = [ SMA10(0) > SMA20(0) ]

- CLOSE of actual 5M candle must be higher than CLOSE of last candle = [ CLOSE(0) > CLOSE(-1) ]

- CLOSE of actual 5M candle must be higher than the last 15M Candle CLOSE = [ 5MCLOSE(0) > 15MCLOSE(-1) ] 

- Gann Hi Lo Activator of 10 periods going UP 

 

Sell Rules:(opposite of buy rules)

- SMA20 must be lower than last candle SMA20 = [ SMA20(0) < SMA20(-1) ]

- SMA10 must be lower than last candle SMA10 = [ SMA10(0) < SMA10(-1) ] 

- SMA10 must be lower than SMA20 = [ SMA10(0) < SMA20(0) ]

- CLOSE of actual candle must be lower than CLOSE of last candle = [ CLOSE(0) < CLOSE(-1) ]

- CLOSE of actual 5M candle must be lower than the last 15M Candle CLOSE = [ 5MCLOSE(0) < 15MCLOSE(-1) ]  

- Gann Hi Lo Activator of 10 periods going DOWN


Exit rules: 

The default exit for both rules will be when the CLOSING price of the 5M candle is bellow the Hi Lo of the last candle.

 

Need to be able to input and optimize the periods parameters of the SMA20, SMA10 and HiLo10.

Need to input time of trading interval (default will be 9:05 to 17:30).

Need to input a Stop Gain in points, default will be 100 points.

[edit]: the Stop Gain will start counting from the candle CLOSE that triggered the entry. For example: the CLOSE price that triggered our entry was 50100, but our sell order was fullfilled at 50090. Our Stop Gain should be put at 50000, not 49090.

Need to input if there´s gonna be a Stop Loss and how many points will it be. 

[edit]: will be trading futures. Need to be able to input lot size.

[edit]: will be trading at least 4 different symbols. 

If there´s anything else that needs to be described, let me now. 

 Also provide the EA´s source code. 

 

 

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(54)
Projeler
64
42%
Arabuluculuk
5
20% / 60%
Süresi dolmuş
4
6%
Serbest
2
Geliştirici 2
Derecelendirme
(539)
Projeler
749
45%
Arabuluculuk
23
39% / 13%
Süresi dolmuş
63
8%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
4
Geliştirici 4
Derecelendirme
(26)
Projeler
29
3%
Arabuluculuk
11
9% / 73%
Süresi dolmuş
3
10%
Serbest
5
Geliştirici 5
Derecelendirme
(1)
Projeler
4
25%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
1
25%
Serbest
6
Geliştirici 6
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
Benzer siparişler
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
I want a skillful and experience deverloper to apply for this job. The strategy for the EA is Two Exponential Moving Average CROSSOVER strategy. The EA should work on any Timeframe. I want the EA to trade the direction of the CROSSOVER, the EA should open a BUY or SELL trades automatic when the Two Exponential Moving Average crossover. *(10EMA) ABOVE (23EMA) = BUY Trades *(10EMA) BELOW (23EMA) = SELL Trades BUY
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01
Hi I'm looking for a professional programmer to modify my EA the EA send signal alert to telegram and screen shot of the chart patterns my EA is dased to the harmonic pattern but I want to see on the screen shot the pattern of the harmonic pattern and on the chat as well
Hello I need create simple trend first candle session EA. Ea wait for first M5/M15/M30/H1 (all possible timeframes to choose) candle at asian, european and NYC session and open buy/sell stop order above (in long situation) or below (in short situation) x points from highest/lowest point of the first candle. + trailing stop loss stop loss take profit breakeven magic key
Hello Guys ! Looking for a developer to create a EA for my Buy and Sell No repaint indicator. I only have the EX4 indicator file and I want the EA to take trades according to the Buy and sells signals generated by the Indicator. Here are some inputs I want for the EA: - Trailing stop - TP and SL ( in pips ) - Entries, TP and SL ( based on opposite signals arrow ) - Daily target ( in Dollars $ or % ) - Trading hours -
I need a robot that copies the orders sent in the telegram group to MT4 or MT5 so that I can configure the parameters. I would like it to have functions so I can enter and exit negotiations according to my configuration parameters

Proje bilgisi

Bütçe
10 - 20 USD
Geliştirici için
9 - 18 USD
Son teslim tarihi
from 1 to 3 gün