- Credits
- 0
It recalculate and not repainthello mr Ademola, please does Atamatase repaint ? Iyanu mashele
It recalculate and not repainthello mr Ademola, please does Atamatase repaint ? Iyanu mashele
Where is the EA and Template?Guten Tag.
Ich bin Tanaka.
My EA templeter has Parabolic SAR indicator inside. U can use as a filter.
Pode compartilha-,lo aqui o indicador?obrigado caras que eu consegui encontrar o indicador
Have fun..This indy is very good for manual trading. Works very well on 1 min chart, GBPUSD.
Could some one please make ea with it, to place order after second candle.
thx!
do something like MartingailHave fun..
Martingail never wins in the end.... and you are welcomedo something like Martingail
thank you very much, will try it and post result's !Have fun..
Please attach de Bots and Set . thnakstanaka akiko san please find below results of EA Zaman MA Cross and EA Zaman BSTrend. Few orders by EA Zaman Forex Robot but the it didn't took any trade as some trades were already active on same pair under different EA. EA Zaman Pinbar Attacter has not taken any trade yet as no signal has appeared. I also have a long result of EA Zaman SMA200 which will not fit here and EA Zaman Radar results I will show you soon, basically not yet put on FT but may be today. Anyways let's enjoy below pictures
For the audience who doesn't like martingale can see hardly 5 times martingale picked, rest all hit TP straight.
Account 1 from 18 July till present
View attachment 92523
Account 2 from 19 July till present
View attachment 92524
Account 3 from 12 July till present
View attachment 92525
Account 4 from 18 July till present
View attachment 92526
As per the results, I believe no additional indicator or any filter required to add in my EA, so please ignore any request or make their separate EA under their requested filter name and use my EA details as filter for them. I don't know instead of giving proper time and full hands on product with knowledge and making genuine product more profitable and get the most out from it, they try to cover their failure with different experiments on others work and in the end like I always says " they disappear View attachment 92530" HAHAHAHAHAHAHAHA
Cheers!
Regards.
thats why i use bunch of indicator just to make sure
i have this one on my analysis chart
View attachment 114727
i modified some of indicator for the chart looks simple and easy to read
but actually it use 15 indicator on chart .. that crazy
but right now i interested to explore strategy without indicators, price action trading using only high low candle, candle time and timeframe
excellent ea, works like a charm on 5 min chart. Have to figure out tp and sl.Have fun..
all indicator good also but not always.of all indicator and ea ive tried all fail to convince me.,if u want to profit u need to limit time of trading according to session.for session of london and NY collide is perfect.beyond that its suicide.,another thing u need to use news filter.any good ea or indicator is useless when news is ready to fuck u.,another thing also is the slippage and spread.,also the broker how many open position allowed.,also the vps server or your home internet latency in your broker.,high latency and trade execution is big deal in trading since we dont expect time would be.,like u trade but suddenly internet lost.,u forget to set tp or sl.,so u need to use auto sl tp ea.,for that., those things new trader need to understand.,so for me.,HARMONIC PATTERN is the most reliable of all IN MY HONEST OPINION.we lost big amount of money before,so now harmonic pattern i use it now.the trading procedure is like this when pattern form wait for the confirmation arrow.,arrow appear when breakout after pattern form.,
I wish someone can code it to ea.,i have universal indicator to ea converter but the converter is coded for only 2 buffer.,if it posible to code 38buffer.,it can read the HARMONIC PATTERN.since it has 19pattern.,
Anyone how to solve this?.i have icustom downloaded from other thread.it can trade using indicator arrow.but it coded only for 2 buffer.,
I use harmonic pattern indicator.,is there any way to put in the code that read more that two buffer?the icustom Ea is working now for two buffer 1 for sell and 1 for buy.,,but somehow the pz harmonic indicator have 38buffer since it has 19 harmonic pattern..each pattern have 2 buffer.,sorry for english.,i custom ea have sourve code to edit.,can u edit it sir so that it can read more than two buffer?ill attach the harmonic indi with list of buffer.,and ill attach also the EA that reads buffer of indicator.,together with the link of forum of EA..thanks hope u can read this request.,
indicator to Ea link 1: https://soehoe.id/icustom-ea-indicator.t19208/
i attach the harmonic pattern indicator..it is giving me around 8 correct out 10 pattern signal...so i can tell it is very good since its based of harmonic pattern..its w8 for breakout after pattern form..so we can say its safe to trade when arrow show after pattern form..the prob is when it is use in indicator to ea is...the ea only coded with 2 buffer only.,its good for indicator with only 1 strategy so it means sell and buy buffer only..the harmonic i attach is 19 pattern.,so it need to code for 38 buffer.,so that when signal form it can read all pattern arrow.,thanks if you have time to input all buffer of harmonic..
this is the buffer number of harmonic indicator i attach: from the author comment of page
https://www.mql5.com/en/market/product/1418#!tab=comments&page=11
//---- Constants
#define OP_BUY_FlyingFox 1
#define OP_SELL_FlyingFox 2
#define OP_BUY_Gartley 3
#define OP_SELL_Gartley 4
#define OP_BUY_Lobster 5
#define OP_SELL_Lobster 6
#define OP_BUY_Dragonfly 7
#define OP_SELL_Dragonfly 8
#define OP_BUY_BARRACUDA 9
#define OP_SELL_BARRACUDA 10
#define OP_BUY_CYPHER 11
#define OP_SELL_CYPHER 12
#define OP_BUY_ALTERNATE_FlyingFox 13
#define OP_SELL_ALTERNATE_FlyingFox 14
#define OP_BUY_DEEP_Lobster 15
#define OP_SELL_DEEP_Lobster 16
#define OP_BUY_WHITE_SWAN 17
#define OP_SELL_WHITE_SWAN 18
#define OP_BUY_BLACK_SWAN 19
#define OP_SELL_BLACK_SWAN 20
#define OP_BUY_MAX_FlyingFox 21
#define OP_SELL_MAX_FlyingFox 25
#define OP_BUY_MAX_Gartley 26
#define OP_SELL_MAX_Gartley 27
#define OP_BUY_MAX_Dragonfly 28
#define OP_SELL_MAX_Dragonfly 29
#define OP_BUY_A_Lobster 30
#define OP_SELL_A_Lobster 31
#define OP_BUY_A_Dragonfly 32
#define OP_SELL_A_Dragonfly 33
#define OP_BUY_A_FlyingFox 34
#define OP_SELL_A_FlyingFox 35
#define OP_BUY_A_Bartley 36
#define OP_SELL_A_Bartley 37
#define OP_BUY_SEA_PONY 38
#define OP_SELL_SEA_PONEY 39
#define OP_BUY_ALT_BARRACUDA 40
#define OP_SELL_ALT_BARRACUDA 41
//---- Step 2: Read values from the signal buffer
int start()
{
// Read pattern and breakout buffer
double pattern = iCustom(Symbol(), Period(), "Market\\PZ-Harmonacci", 0, 1);
double breakout = iCustom(Symbol(), Period(), "Market\\PZ-Harmonacci", 1, 1);
// Do something
if(pattern == OP_BUY_FlyingFox) { /* Your code for bullish flying fox pattern */ }
if(pattern == OP_SELL_FlyingBox) { /* Your code for bearish flying fox pattern */ }
if(pattern == OP_BUY_Gartley) { /* Your code for bullish gartley pattern */ }
if(pattern == OP_SELL_Gartley) { /* Your code for bearish gartley pattern */ }
if(pattern == OP_BUY_Lobster) { /* Your code for bullish Lobster pattern */ }
if(pattern == OP_SELL_Lobster) { /* Your code for bearish Lobster pattern */ }
// Trade breakouts
if(breakout == OP_BUY) { /* Your code for bullish breakout (blue arrow) */}
if(breakout == OP_SELL) { /* Your code for bearish breakout (red arrow) */}
// Do nothing
if(pattern == EMPTY_VALUE && breakout == EMPTY_VALUE) { /* No pattern or breakout */}
// Exit
return(0);
}
Attached Files:
all ea,indicator, strategies etc is good if we know how to trade with it..
there's someone only trade with one MA line indicator and his result is good
on another side someone trade with bunch of indicator, expensive ea, or complex strategy but ended with loss trade
its not about the weapon we use, but about who use that weapons
"if it posible to code 38buffer "<<<--- as i know, if use icustom from one custom indicator its possible to do that, grap those 38 buffer as array can decrease RAM and CPU usage.... but from my experience mq4 can't handle more than 9 icustom from custom indicator even if just pull 10 buffer, my MT4 get freeze when do that or perhaps my cpu not good enough to do that
so its not poaible to pud buffer number of my harmonic indicator since it has 38buffer number for 19pattern.,so sad.,anyway thanks for justification.,i thought it can be coded the 38buffer.,