Looking for EA using Fractal similar to Fractal Breakdown

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

Looking for EA using Fractal similar to Fractal Breakdown

Postby khairambo » Tue May 12, 2020 7:07 am

Hi, I am Looking for EA using Fractal Indicator which is similar to Fractal Breakdown. The only difference is that, Immediately close order profit or loss 5 pips.

For example if candle sticks break out at up fractal, it activate buy order and close profit/loss at 5 pips without TP or SL. If profit, wait for next set up. If loss, it has counter measure to open a sell order immediately at buy order loss closed price. The sell order lot size will be double the lot size of the buy order, same intructions close order 5 pips at profit or loss without TP or SL. Once the final order closed, wait for next set up

Similarly for candle sticks break out at down fractal, it activate sell order and close profit/ loss at 5 pips without TP or SL. if profit, wait for next set up, if loss, it has counter measure to open a buy order immediately at sell order loss closed price. The buy order lot size will be double the lot size of the sell order order, same instructions close order 5 pips at profit or loss without TP or SL. Once final order closed wait for next set up
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby khairambo » Tue May 12, 2020 10:13 am

Hi Apprentice and team,

Can assist me with the simple request EA?
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby Apprentice » Tue May 12, 2020 11:24 am

Based on this strategy?
viewtopic.php?f=38&t=17550

Your request is added to the development list.
Development reference 1277.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby khairambo » Tue May 12, 2020 12:29 pm

Apprentice wrote:Based on this strategy?
viewtopic.php?f=38&t=17550

Your request is added to the development list.
Development reference 1277.



Thank you for kind response, Sir. Yes based on Fractal Breakdown EA. Thank you
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby khairambo » Thu May 14, 2020 11:07 am

I was trying to code myself by adding this. It did not work on Fractal Breakdown EA. I couldnt find how to code counter mode if order close at loss. I hope u understand how I wanted the EA to works

__________________________________________________________________________________
for(int j=0; j<OrdersTotal(); j++)
{
//---if opened order is "Buy", close another pending order "Sellstop" and close 5 pips profit/loss
OrderSelect(ticket1,SELECT_BY_TICKET);
if(OrderType()==OP_BUY)
{
// delete pending order
OrderDelete(ticket2);

//--- close order and exit
if(OrderProfit()<0)
if( MathAbs(OrderOpenPrice()-OrderClosePrice()) >CLOSELOSSPIPS*Point ) OrderClose(ticket1,LotSize,OrderClosePrice(),Slippage,Yellow);
if(OrderProfit()>0)
if( MathAbs(OrderOpenPrice()-OrderClosePrice()) >CLOSEPROFITPIPS*Point) OrderClose(ticket1,LotSize,OrderClosePrice(),Slippage,Yellow);
}



//---if opened order is "Sell", close another pending order "Buystop" and use 5 pips profit/loss
OrderSelect(ticket2,SELECT_BY_TICKET);
if(OrderType()==OP_SELL)
{

// delete pending order
OrderDelete(ticket1);

//--- close order and exit
if(OrderProfit()<0)
if( MathAbs(OrderOpenPrice()-OrderClosePrice()) >CLOSELOSSPIPS*Point ) OrderClose(ticket2,LotSize,OrderClosePrice(),Slippage,Yellow);
if(OrderProfit()>0)
if( MathAbs(OrderOpenPrice()-OrderClosePrice()) >CLOSEPROFITPIPS*Point) OrderClose(ticket2,LotSize,OrderClosePrice(),Slippage,Yellow);
}
}
______________________________________________________________________________
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby khairambo » Fri May 15, 2020 9:37 am

Apprentice wrote:
Fractal_Breakdown.mq4

Try this version.


I have test on Demo on a few pairs, XAUUSD, USDCHF & EURUSD pending order was triggered but all orders did not close at 5 pips on profit or loss. Please assist to check
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby khairambo » Sat May 16, 2020 7:04 am

Apprentice wrote:
Fractal_Breakdown.mq4

Try this version.


I found a few errors
1) I have tried and test a few times, when the buy stop triggered, it did not close at 5 pips, it proceed all the way without closing.

2)I noticed once buy stop triggered, the sell stop remain at the same level and it did not modify its position to the new low where the new low fractals appear.

3) I managed to try before the market close yesterday on Demo account 5 pairs (XAUUSD,USDCHF, EURJPY, USDJPY & EURUSD) was triggered. None of them were close when reached 5 pips profit or loss . I manually closed them.
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby Apprentice » Sat May 16, 2020 4:08 pm

Your request is added to the development list.
Development reference 1335.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby khairambo » Thu Jun 04, 2020 2:50 pm

Apprentice wrote:Your request is added to the development list.
Development reference 1335.


Hi, I'm still waiting. any updates? thank you
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Re: Looking for EA using Fractal similar to Fractal Breakdow

Postby khairambo » Fri Aug 07, 2020 6:20 am

Any update on Development reference 1335.
khairambo
 
Posts: 10
Joined: Tue May 12, 2020 6:43 am

Next

Return to Indicator and Signal Requests

Who is online

Users browsing this forum: Bing [Bot] and 7 guests