• 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

High TF recomended n use when london market..
Hello!

This EA is very difficult to do BackTest!

But I think this system can be good.:nod:

I have created 2 EA, with and without MA 200 to work with the trend.
The test is with MA 200, the first 6 months of 2015, without SL or TP
Buy on yellow arrow, close with red and sell


StrategyTester.gif
 

Attachments

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.
sojib

Hi Bro

Renko is based on the following:
If the price does not go up 10 pips (for example) a candle is not drawn upwards and if it does not go down 10 pips, it is not drawn downwards.
It is right?
How many pips are the candles in your strategy?
 
Try this indicator to see the backtest

Best Forex Indicator #1 - AUDCAD M15

Best Forex Indicator #1 - AUDUSD M15

Best Forex Indicator #1 - EURAUD M15

Best Forex Indicator #1 - EURGBP M15

Best Forex Indicator #1 - EURJPY M15

Best Forex Indicator #1 - EURUSD M15
https://www.youtube.com/watch?v=SZblvrcgEOg

Best Forex Indicator #1 - GBPJPY M15
https://www.youtube.com/watch?v=h9wTC5tJZlU

Best Forex Indicator #1 - GBPUSD M15
https://www.youtube.com/watch?v=doRW8LNQXI4

Best Forex Indicator #1 - NZDJPY M15
https://www.youtube.com/watch?v=O3Wbfbz56S0

Best Forex Indicator #1 - NZDUSD M15
https://www.youtube.com/watch?v=8HLKfltIHpc

Best Forex Indicator #1 - USDCAD M15
https://www.youtube.com/watch?v=4Nxx_mkIMfw

Best Forex Indicator #1 - USDCHF M15
https://www.youtube.com/watch?v=CHMxnBRApUI

Best Forex Indicator #1 - USDJPY M15
https://www.youtube.com/watch?v=DWmIu3CfWFQ

Best Forex Indicator #1 - XAUUSD M15
https://www.youtube.com/watch?v=a--jf7madgU

Best Forex Indicator #2 - EURUSD M15
https://www.youtube.com/watch?v=L38xLvnwCnI

Bro is amazing
hey winidecorw,are you working on this indicator to make ea?
 
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

I've tried, but this complicated friend ...
 
i am uploading an indicator...which seems pretty useful for traders....hope if you like it..then please make an expert for it...
indicator is very simple....simply gives signals for buy/sell position base on ATR....
please make an expert which should consist SL, TP and also multiplier (though i will not use it) and please if we also can change the "ATR Periods" which is in the indicator.....we will make set file later...thank you...
Hi Bro!

EA completed!

I have left the ATR and Multiplier options.
I hope those set files friend.
(And some renko classes if you can) ;)

6 month M15 EURUSD
StrategyTester.gif
 

Attachments

If I can, also with strategies

my "strategy" would be as follows: put buy and sell orders in a certain x hour candle and cancel the orders after 2 hours have passed. EX: closed the candle of 00:00, place a purchase order at the maximum and sell at a minimum, open the candle from 01:00 and let's say she sought the maximum of the 00:00 candle, then EA will buy, but it will not close the sales order, it will open the candle from 02:00, that can fetch the minimum of 00:00, so the EA will open a sales order, after the candle of 02:00 close, the EA would close the pending orders if the previous candles did not fetch any stitches. Understood? made it clear or was it still confusing? if you can add a trailing or a be to protect x pips, it would be good too. Sorry for english, i'm br
I sent a photo on your private
 
my "strategy" would be as follows: put buy and sell orders in a certain x hour candle and cancel the orders after 2 hours have passed. EX: closed the candle of 00:00, place a purchase order at the maximum and sell at a minimum, open the candle from 01:00 and let's say she sought the maximum of the 00:00 candle, then EA will buy, but it will not close the sales order, it will open the candle from 02:00, that can fetch the minimum of 00:00, so the EA will open a sales order, after the candle of 02:00 close, the EA would close the pending orders if the previous candles did not fetch any stitches. Understood? made it clear or was it still confusing? if you can add a trailing or a be to protect x pips, it would be good too. Sorry for english, i'm br
I sent a photo on your private
I'm going to see the photo friend:)
 
Digowl is this ok?

Every bar put 2 pending order in her minimum and maximun that expire in 2 hours

Digowl Strategy.jpg
 

Attachments

  • Digowl Strategy.jpg
    Digowl Strategy.jpg
    99.9 KB · Views: 2,273
From what I understood in the photo, you put the order hanging on the 3 candles, did not you? as pending orders would only be according to the maximum and minimum of the first candle, the red dot with a customer order, not third, a final stop would follow the trend and would not open another order, unless it sought the maxim of the first candle
ordens.png

Digowl is this ok?

Every bar put 2 pending order in her minimum and maximun that expire in 2 hours

View attachment 38783
 

Attachments

  • ordens.png
    ordens.png
    8 KB · Views: 56
I do not know if it will be good or not:
The EA does this every 120 minutes:
Open a pending buy and a pending shell max and min from the previous bar.
It has trail, block price, etc ...
I leave it with many configurable options, for you to try.
If you get something, tell me.
I'm curious ;)

Sin título.jpg :hi:
 

Attachments

Back
Top