BreakoPB-EA

MQL4 Experts

Job finished

Execution time 7 days
Feedback from customer
Great developer. Quick delivery. Very good to work with. One more time thank you Tradingtool !
Feedback from employee
Thank you.

Specification

I would like to build an EA that COULD use or NOT FindPinBars Free Indicator (in the Market - MQL5)
What I have on mind is to have the option to use it or not, True False option. 

Option when to use FindPinBars indicator. 

When the bar with the star pops up as a sigh that there is a PinBar, EA should measure the HH and LL and place “2 pending orders” in the distance of X pips (let say 1 -2 pip). 
There must be 3 options to place pending orders from . 
(The information about the pending orders are below. When I explain the option when the FindPinBars in NOT used as a sigh to place pending orders). 

The PinBar candle has to be minimum X pips (let say 15 pips) in order for 2 pending orders to open. 

Another condition – when the candle is bigger than X pips (let say bigger than 26 pips) DO NOT place pending orders. 
Max PinBar candle pips 
Minimum PinBar candle pips (has to be coordinated with the indicator )

Money Management 

Lot 
Use Risk Percent -True False
Risk 
Use 
………………………………………………..
INFO – Partial Close Settings  - True or false 

Partial Take Profit 
Close Percent
BreakEvenPartial 
Use AutoStop Loss  - True or False
Pips add to StopLoss range  
Take Profit 
StopLoss
Trailing Stop 
Break Even 
BreakEvenPips 
 
Jumping SL and Trail.  
(When X pips in profit - jump SL to X pips and trail X pips behind the price.)
When there is let say 10 pips profit and BE was at +2 pips , when the profit is +15 pips the SL is now at +7
then the Jumping SL will jump X pips ( let say 6 pips extra to lock 13 pips profit and then start to Trail 1-2 pips behind  
Magic Number 
Friday Trade Allowed true false 
Sunday  Trade Allowed true false
Stop trading from  (data window that I can choose when not to trade: Like from 15 December to 5 January  - True or False
Delete Pending Orders X hours 
Margin Pips added to the size of the PinBar candle ( let say 1 pips above HH and LL of this candle or candles)
EA Comment
I would like to add an option for this scenario. 
Let say I have a signal and pending orders are activated. The trade is on. 
But in the next X (let say 3 hours) there is another PinBar sign. 
I would like to have the option to trade under condition that there was X hours difference between one PinBar candle and another one. 
It means X hours break (pause) between trades. 

Another option – when one pending order is activated, 
Option 1 – the second pending order that was not in trade yet is immediately closed 
Option 2  - the second pending order that was not in trade yet stays open until delete X hours 

Another option – Time to trade
I would like to set up time to trade. 
An Example:

Friday Trade Allowed  - True False

Trade Time 1 -  True False 
Time 1 Start  02:00:00 
Time 1 End 04:00:00
Delete pending orders after X  minutes 

 

Trade Time 2 -  True False 
Time 2 Start  02:00:00 
Time 2 End 04:00:00
Delete pending orders after X minutes 

 Trade Time 3 -  True False

Time 3 Start  02:00:00 

Time 3 End 04:00:00

Delete pending orders after X minutes 

 

Trade Time 4 -  True False 
Time 4 Start  02:00:00 
Time 4 End 04:00:00
Delete pending orders after X minutes 

 

Trade Time 5 -  True False 
Time 5 Start  02:00:00 
Time 5 End 04:00:00
Delete pending orders after X minutes 

 

Trade Time 6 -  True False 
Time 6 Start  02:00:00 
Time 6 End 04:00:00
Delete pending orders after X minutes 

 

Trade Time 7 -  True False 
Time 7 Start  02:00:00 
Time 7 End 04:00:00
Delete pending orders after X minutes 

 

Trade Time 8 -  True False 
Time 8 Start  02:00:00 
Time 8 End 04:00:00
Delete pending orders after X minutes 

 

Trade Time 9 -  True False 
Time 9 Start  02:00:00 
Time 9 End 04:00:00
Delete pending orders after X minutes 

 

Trade Time 10 -  True False 
Time 10 Start  02:00:00 
Time 10 End 04:00:00
Delete pending orders after X minutes 

 

The time I will chose myself- it is only an example. 

Second Option when the Pin Bar Indicator is NOT USED to place orders. 

If I chose Time 1, let say from 1:00:00 – 3:00:00  The EA will place at 3:00:00 “pending orders” on HH and LL of this time frame only. It means 2 - 1 hour candles H and L of them and place pending orders in X amount of pips below and above.  

There must be 3 options of pending orders to choose from: 
A Buy Breakout: 
1. Buy and Sell 
2. Buy Only 
3. Sell Only 
B Sell Breakout : 
1. Buy and Sell 
2. Buy Only 
3. Sell Only 
But when I choose Hedging  (Buy and Sell) the pending orders Sell and Buy have to be placed under this rule. . 
Example EURUSD 1.15000 – The last price on BUY now is the Highest High - HH
I would like to have an option to add or not an extra 0.2 or more pips, that if the HH on Buy STOP is 1.15000, then Sell Limit is on 1.14996  plus 0.2 pips = 1.14994.  
I have ECN MT4 platform, if the spread on EURUSD is 0.4 – 0.5 spread therefore I want to add extra 0.2 because sometime the price will not reach the Buy level and it will only activate the Sell position, if I chose Hedge or Sell on the Buy Breakout situation.   Or on SELL breakout scenario. 
If on GBPUSD is 0.7 add option to add or not extra 0.2 pip = 0.9 
Option to add: 
New Candle Rule  - True False 
New Candle Seconds. 
In this option I would like to add number of seconds before the pending orders are going to be placed. 
Example it the trade time is 1:00:00-2:00:00 it is 1 hour candle, before the next candle will popup, I would like to choose amount of seconds to place the pending orders before . ‘
If I chose 50 sec it means the pending orders will be placed at 01:59:10  
---------------------------------------------------------------------
Regarding dividing the trade to 2 lots. 
I would like to have an option to set up TP and BE and Trailing in case there is chance to trade second lot. 
I don’t want to have a situation that first part of the trade is closed , let say at + 30 and second part is set up to 100 TP with the BE option, +30 pips move SL to +1 pip. 
I would like to have the option to setup trailing on the second lot also. 
I would like to have the Jumping StopLoss EA implemented – (I have the source code for it)
When the first lot is closed with profit +30 pips the second lot is set up to TP 100 and at 30 pips to BE + 1, 
When the second lot is on the level +60 I would like the Jumping StopLoss to Jump  up to +40 pips 
(X number of pips)  and start trailing 1 or x pips. 
When the position is on +70 pips the SL should be on +50 
I would like to get the source code, so that I could make further changes in the future.
The code must be described – comments indicating which sections do what , to help other coders change it in the future.
The EA must be tested by you – I don’t want to get not tested draft EA, and then be forced to do a number of tests of subsequent draft versions only to find out that something is still not working.
If you are are not able to do this job in 5 days, please do not apply for it.  
Thank you  for your attention. 
More info will be send to the selected developer.  

Responded

1
Developer 1
Rating
(647)
Projects
1295
67%
Arbitration
84
26% / 49%
Overdue
338
26%
Free
2
Developer 2
Rating
(41)
Projects
160
45%
Arbitration
16
13% / 50%
Overdue
48
30%
Free
Similar orders
Hello Investors, I'm selling a profitable and stable expert advisor trading on the Gold (XAUUSD) pair using a cutting-edge scalping strategy. The EA is able to generate a stable monthly income without using martingale strategy, and with an optional cut loss in place. Particularly the average monthly gain can go from 2-3% (at a relatively low risk, with an historical max DD of 6%) to 20-30% (with an aggressive style
Hello, I have a strategy and I need a very good programmer who will create me an exprt or make me an indicator that will open positions for buy/sell limit (see picture below). The indicator/Expert will have to open positions (buy/sell limit) regarding the strategy and indicators (I will explain it more in collaboration). Below I will give pictures of what I mean. I will send a link to the telegram group where it
Atomic Analyst Indicator to EA. I have an mt4 indicator called Atomic Analyst. The indicator gives buy/sell signals as shown in the screenshot. I want to know if you can take this indicator, and create an EA that automatically takes the signals. The indicator puts in the SL and TP1, TP2, TP3, TP4, TP5 automatically. I would like the option to put in my lot size parameter and I would also like an automatic trail stop
can you help me with Ctrader i need modification on the linkhttps://docs.google.com/document/d/1fggk49xWbnwahtfOlE-U7G6muZB1FT8eWmftGiY7R-s/edit?usp=sharing can you assist with cTrader modifications to enhance functionality and improve performance. do text me if you a professional on it i will be looking forward to your response best regards
MT4 Expert Advisor 30 - 120 USD
EA sittings The EA utilises the concept of grid and hedging by creating a zone for recovering losing trades It is a continues trading EA without any stop loss. The EA initially aims to trade continually without the need to hedge. The EA enter the first trade following the direction of the moving average (when price is above or below the moving average), and only hedge when, the trade goes against the trend and reach
Would I honestly need is someone who can make a profitable EA for me that can at least make me around $80 a day starting with $50 and the EA must be able to work with exness the EA should automat trades 24/7. Broker = Exness Pairs = USD/JPY XAU/USD and etc Chart time frames = M1 M15 History = last month till last 6 months. Lot size 0.10 take profit at $2 stop
Hello i am seeking a skilled MetaTrader 5 (MQL5) developer to modify an existing Telegram signal copier. The goal is to enhance the copier's functionality, reliability, and user experience. kindly bid this job to get started immediately
Hello, I’m looking for assistance with creating or customizing a TradingView indicator to suit my trading needs. If you have experience in this area, please reach out. Your help would be greatly appreciated. Thanks
# MT4 Expert Advisor Development Rules ## Time Period Definition 1. Allow user to define a specific time period (e.g., 10:00 to 15:00). 2. Identify and store the high and low prices within this period. ## Price Breakout Detection 3. Monitor current price for breakouts above the period high or below the period low. ## Signal Confirmation (signals will be taken on m5 timeframe) 4. After a breakout, wait for a signal
HI Recently purchased VPS, But now i am getting Following message "failed to get list of virtual hosts [404]", I need one help to fix this isues and make sure my EA working on VPS, when my computer off Thank you

Project information

Budget
60- USD
Deadline
to 7 day(s)