EA Buy and Sell Based on Pivot Levels

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 18 giorni
Feedback del cliente
Very good job. He was able to understand the requirements. Patient and responsive.
Feedback del dipendente
Thank you so much, nice to work with you.

Specifiche

This is an simple Ea based on price action. I am testing this strategy... The EA will have 2 price level (Sell_Pivot_Level and Buy_Pivot_Level) and when price moves up above the Sell_Pivot_Level and then back down thru Sell_Pivot_Level, then the EA will sell at market.

When price moves down below the Buy_Pivot_Level and then back up thru the Buy_Pivot_Level, then the EA will buy at market. 

extern parameters

Lot size : 0.1 

Risk per trade : 5% (if 0, the use lot size)

Day Timing: 15:00 to 14:59 (This will define each day from 15:00 to 14:59.. this is used to calculate the buy and sell pivot levels)

Trading Hours: 18:00 to 22:59

Stop Loss (pips) : 5

Take Profit (pips) : 5

Trailing Stop (pips) : 2 (if 0 then EA just take close position when it hits Take Profit)

Break Even Starts (pips) : 5

Break Even Step (pips) : 1 

Sell_Pivot_Level : Open/High/Low/Close (default - open)

Buy_Pivot_Level : Open/High/Low/Close (default - open)

These two pivot levels are calculated based on the Open prices (depending on what was chosen in the above two parameters) of each price bar.

so these two pivot levels will be the same level at the start of the Day (define in Day Timing) and then with each new price bar, the two pivot levels will be updated. Each pivot level needs to be drawn on the chart (Red for Sell_Pivot_level, Blue for Buy_Pivot_Level).

When the Day is over, these two Pivot levels will be redrawn for the new Day.

 

*********************

Sell_Pivot_Level is equal to the highest "Open" (depend on extern parameter) price since Start of Day 15:00

Buy_Pivot_Level is equal to the lowest "Open" (depend on extern parameter) price since Start of Day 15:00



Previous_Day_High is equal to the Price of yesterdays High (15:00 to 14:59)

Previous_Day_Low is equal to the Price of yesterdays Low (15:00 to 14:59)



Current_Day_High is equal to the High price since Start of Day 15:00

Current_Day_Low is equal to the Low price since Start of Day 15:00



Sell_Pivot_Level and Buy_Pivot_Level will be updated at each new price bar from start of day.

Sell_Pivot_ Level and Buy_Pivot_Level will be reset at end of each day. 14:59

Previous_Day_High, Previous_Day_Low, Current_Day_High, Current_Day_Low will also be reset at end of each day. 14:59



Sell Entry

Current_Day_High < Previous_Day_High.
When price goes up above Sell_Pivot_Level and then come back down thru Sell_Pivot_Level, Sell at Market.


Buy Entry



Current_Day_Low > Previous_Day_Low.
When price goes down below Buy_Pivot_Level and the come back up thru Buy_Pivot_Level, Buy at Market.


Trailing Stop

Similar to the previous EA, this EA is to move the SL to Breakeven + 1 pip then the EA is to trail the trade's TP once it has hit Take Profits level. If Trailing Stop = 0, then EA just take profit without trailing. You can use the same trailing stop and the move SL to BE+1 pip when price hits AA pips like the previous EA.

Con risposta

1
Sviluppatore 1
Valutazioni
(2086)
Progetti
2646
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
2
Sviluppatore 2
Valutazioni
(27)
Progetti
36
19%
Arbitraggio
14
21% / 71%
In ritardo
12
33%
Gratuito
3
Sviluppatore 3
Valutazioni
(133)
Progetti
185
30%
Arbitraggio
77
9% / 73%
In ritardo
77
42%
Gratuito
4
Sviluppatore 4
Valutazioni
(258)
Progetti
395
28%
Arbitraggio
69
19% / 49%
In ritardo
120
30%
Gratuito
5
Sviluppatore 5
Valutazioni
(121)
Progetti
134
66%
Arbitraggio
36
25% / 56%
In ritardo
22
16%
Gratuito
6
Sviluppatore 6
Valutazioni
(1)
Progetti
4
25%
Arbitraggio
1
0% / 100%
In ritardo
1
25%
Gratuito
7
Sviluppatore 7
Valutazioni
(89)
Progetti
137
24%
Arbitraggio
35
9% / 40%
In ritardo
52
38%
Gratuito
Ordini simili
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Hi, I want to make an automated system to take my place in making trading positions and closing it. But I want to ask , can you program it to draw a trend line in a specific chart and several moving averages should be in specific order, and when the price is near the trend line by few pips, we shift to 15 minutes chart and noticing a resistance or support action , then we take the trade ? can we do that
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} li.li1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} ol.ol1 {list-style-type: decimal} I have an EA that open trades when my entry conditions are met. It usually executes one trade per day. I'd like to add an option
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also

Informazioni sul progetto

Budget
20 - 40 USD
Per lo sviluppatore
18 - 36 USD
Scadenze
da 5 a 10 giorno(i)