• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion I will make a Free EA with your Indicator

I have downloaded you best EA to test later this month. I am sharing this indicator cycle-identifier with you so that maybe you can prepare an EA to share with your fellow traders.
I find that this indicator is very good when trading with the trend. Let me know your thoughts. thanks, Michael
 

Attachments

I will be happy and grateful if you want to add a filter for this indicator.
I use this Indicator for trading binary option on 1M TF with 1M expiration. The arrows appear when the candle ends. and I opened the position at the beginning of the next candle. on european market and usa this indicator gives 70% result .. to improve the accuracy of this indicator i use i-regression filter with rule:
if the sell arrow appears and the close candle is above the midline then I will sell / put.
if the buy arrow appears and the candle close below the center line of i-reg. then I will buy / call.

it would be better if for this filter we can choose between the center line, the top line or the bottom line for the limit.

Regards
subiyanto

Hi bro

I'm already here ...

I think I've got it, the ea opens operations buy in the next candle of the signal of InstaFX and below the green line of i-reg, on sale above the green line ... I think that was what you wanted .
To use it in binaries, I really do not know, modify the TF and the SL and TP to 0 should be, (I do not use binary, but the set of the 2 indicators may be fine for Forex as well)

In this set I used TF M5 and SL 30 TP 30.


Tien Cao Van

I'll try another one IS the same, but with Binary Destroyer ;)$ Simple EA - Benny subiyanto TEST.gif

It cost me work, but I've learned a lot :ok:

Do not pay much attention to my mouse ....
It's too late! :snooze:
 

Attachments

Last edited:
Can you test again with 5pips stop loss?
this is my result that i test from 2013 to 2018, dep $1000
View attachment 37165

Hey, chesk this version!

Play with SL TP. This EA is hard to backTest (on my PC)

Check in Foward Test Demo,

Here you have: BackTest PC Destroyer EA :giggle:
 

Attachments

Hi bro

I'm already here ...
Hi bro

I'm already here ...

I think I've got it, the ea opens operations buy in the next candle of the signal of InstaFX and below the green line of i-reg, on sale above the green line ... I think that was what you wanted .
To use it in binaries, I really do not know, modify the TF and the SL and TP to 0 should be, (I do not use binary, but the set of the 2 indicators may be fine for Forex as well)

In this set I used TF M5 and SL 30 TP 30.


Tien Cao Van

I'll try another one IS the same, but with Binary Destroyer ;)View attachment 37663

It cost me work, but I've learned a lot :ok:

Do not pay much attention to my mouse ....
It's too late! :snooze:


I think I've got it, the ea opens operations buy in the next candle of the signal of InstaFX and below the green line of i-reg, on sale above the green line ... I think that was what you wanted .
To use it in binaries, I really do not know, modify the TF and the SL and TP to 0 should be, (I do not use binary, but the set of the 2 indicators may be fine for Forex as well)

In this set I used TF M5 and SL 30 TP 30.


Tien Cao Van

I'll try another one IS the same, but with Binary Destroyer ;)View attachment 37663

It cost me work, but I've learned a lot :ok:

Do not pay much attention to my mouse ....
It's too late! :snooze:

thanks a lot for your hard work .. i will try it in account demo account for binary and also forex ..
regards
benny subiyanto
 
thanks a lot for your hard work .. i will try it in account demo account for binary and also forex ..
regards
benny subiyanto

Hi Friend,

Keep us informed of the results!

I have not tried any broker in mt4 for binary options, start with iqoption, but do not use mt4 ...
 
Hi bro Can you Make an EA For Renko.It is a candlestick based strategy which have 65-70% Win Rate.Enough 2 Make Money..

Rule Buy : Last 2 Bar is Red and 3 bar is Green and closed then it should take an entry to but.

Rule Sell: Last 2 bar is green and 3 Bar is Red and Closed then it should take an entry to sell. Please Check the screenshot.

Also make sure to add sl tp option to the bot.
 

Attachments

  • Renko.png
    Renko.png
    35 KB · Views: 412
Hi bro Can you Make an EA For Renko.It is a candlestick based strategy which have 65-70% Win Rate.Enough 2 Make Money..

Rule Buy : Last 2 Bar is Red and 3 bar is Green and closed then it should take an entry to but.

Rule Sell: Last 2 bar is green and 3 Bar is Red and Closed then it should take an entry to sell. Please Check the screenshot.

Also make sure to add sl tp option to the bot.
I have seen many times about renko but I had never used it ... Well;)
The arrows, what indicator are?
Do you have the indi?
 
I have seen many times about renko but I had never used it ... Well;)
The arrows, what indicator are?
Do you have the indi?
ok.I am uploading that indicator but it recalculate sometimes. Would be better if you can make an EA Based on my rule :) .You can make and ea with that indicator too:)
 

Attachments

Wow amazing thread....could you help me with this one,
PZ Trend Trading indicator
This based on this thread, https://soehoe.id/pz-trend-trading-indicator.t7940/ could you help me built EA from this indicator

Trend Trading 4.5
The PZ Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. Its winning ratio is around 85%.


    • Trade financial markets with confidence and efficiency
    • Profit from established trends without getting whipsawed
    • Recognize profitable pullbacks, breakouts and early reversals
    • The indicator is non-repainting and implements alerts
    • The indicator analyzes its own quality and performance
    • It includes a multi-symbol and multi-timeframe scanner
    • It implements a multi-timeframe dashboard
Established trends offer dozens of trading opportunities, but most trend indicators neglect them completely! The PZ Trend Trading indicator displays an average of 10 different trades per trend.
❶ is a bullish trend change
❶ is a bearish trend change
❷ is a pullback in the direction of the trend
❸ is an inside bar(s) breakout in the direction of the trend
--- is a correction during a downtrend
--- is a correction during an uptrend
Blue Bars are a bullish secondary trend
Red Bars are a bearish secondary trend

for devoloper.

In order to build your expert advisor, you can read data from the indicator using the iCustom() function as exemplified below. Read more information about the iCustom() function here.

//---- Step 1: Define constants in your EA
#define OP_BUY_1 4 // Bullish Trend Change (Blue 1)
#define OP_SELL_1 5 // Bearish Trend Change (Red 1)
#define OP_BUY_2 6 // Bullish Pullback (2)
#define OP_SELL_2 7 // Bearish Pullback (2)
#define OP_BUY_3 8 // Bullish Inside Bar Breakout (3)
#define OP_SELL_3 9 // Bearish Inside Bar Breakout (3)
#define OP_BUY_4 10 // Bullish Correction during Downtrend (blue dash)
#define OP_SELL_4 11 // Bearish Correction during Uptrend (red dash)
//---- Step 2: Read values from the signal buffer
int start()
{
// Read signal for this bar
double value = iCustom(Symbol(), Period(), "Marketpz-trend-trading", 10, 1);
// Do something
if(value == OP_BUY_1) { /* Your code for bullish trend */ }
if(value == OP_SELL_1){ /* Your code for bearish trend */ }
if(value == OP_BUY_2) { /* Your code for bullish pullback */ }
if(value == OP_SELL_2){ /* Your code for bearish pullback */ }
if(value == OP_BUY_3) { /* Your code for bullish inside bar breakout */ }
if(value == OP_SELL_3){ /* Your code for bearish inside bar breakout */ }
if(value == OP_BUY_4) { /* Your code for bullish correction */ }
if(value == OP_SELL_4){ /* Your code for bearish correction */ }
if(value == EMPTY_VALUE) { /* Your code if no signal */}
// Exit
return(0);
}
Many Thaks

Note : Rename Wininet.ex4 to wininet.dll
 

Attachments

Back
Top