• 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 googled and got the mq4 file.....also can u make it mtf...pls! thx!

sorry .. i cant do that too
this indicator have own calculation for each period itself

line 69 - if( Period() == 5 ) << star calculation for M5
line 138 - if( Period() == 15 ) << star calculation for M15
line 207 - if( Period() == 30 ) << star calculation for M30
line 276 - if( Period() == 60 ) << star calculation for H1
line 345 - if( Period() == 240) << star calculation for H4
line 414 - if( Period() == 1440) << star calculation for D1
line 483 - if( Period() == 10080) << star calculation for W1

there is no calculation for M1 and MN1 timeframe
thats why this indi not work on M1 and monthly TF

a normal indi just have one calculation mode to use on any period
 
sorry .. i cant do that too
this indicator have own calculation for each period itself

line 69 - if( Period() == 5 ) << star calculation for M5
line 138 - if( Period() == 15 ) << star calculation for M15
line 207 - if( Period() == 30 ) << star calculation for M30
line 276 - if( Period() == 60 ) << star calculation for H1
line 345 - if( Period() == 240) << star calculation for H4
line 414 - if( Period() == 1440) << star calculation for D1
line 483 - if( Period() == 10080) << star calculation for W1

there is no calculation for M1 and MN1 timeframe
thats why this indi not work on M1 and monthly TF

a normal indi just have one calculation mode to use on any period
thx anyway!
 
Dear all kindness peoples!

I would like to ask your help to code more box on Buy Zone and Sell Zone as uploaded image...

Request Help for Coding.png

If possible, please kindly edit the MQL below and share it here!



Thanks in advance!
 

Attachments

[QUOTE = "Ghaizan, post: 389597, membro: 80905"] Tolong ,, adakah yang bisa menguraiakan, hapus kadaluarsanya ,,, dan bagikan mq4 nya di sini [/ QUOTE]
L'indicatore Omega è molto interessante, cercando di trovare il numero di buffer (intendo vendere
[QUOTE = "Ghaizan, post: 389597, membro: 80905"] Tolong ,, adakah yang bisa menguraiakan, hapus kadaluarsanya ,,, dan bagikan mq4 nya di sini [/ QUOTE]

i think omega indicator is very interesting, hoping to try develop EA
 
sorry .. i cant do that too
this indicator have own calculation for each period itself

line 69 - if( Period() == 5 ) << star calculation for M5
line 138 - if( Period() == 15 ) << star calculation for M15
line 207 - if( Period() == 30 ) << star calculation for M30
line 276 - if( Period() == 60 ) << star calculation for H1
line 345 - if( Period() == 240) << star calculation for H4
line 414 - if( Period() == 1440) << star calculation for D1
line 483 - if( Period() == 10080) << star calculation for W1

there is no calculation for M1 and MN1 timeframe
thats why this indi not work on M1 and monthly TF

a normal indi just have one calculation mode to use on any period
cud u make this indicator mtf...thx!
 

Attachments

Could we have a page or the first sticky post, which has all the ea's created and are very solid and good in nature so it can help everyone? For example, if an indicator is good and solid, and the ea created is also looking profitable, maybe that could be a part of the sticky or another page or something. This way it can help everyone in the forum!
 
Could you share ZigZag & MA V3.00

[QUOTE = "reteid2222, post: 324827, membro: 11326"] este é o problema que eu estava enfrentando, e é por isso que não uso a versão [/ QUOTE]
E eu aprimorei sua idéia da EA ..... começando bem 2 dias ... sem configurações para crianças .... vamos ver quando chegaremos a próxima estratégia aqui ...
:aplaudir::aplaudir::aplaudir::aplaudir::aplaudir:

[/CITAR]

very top this is an ea
 
explain well this strategy that I want to program it, Sl and TP?
I found zigzag ea, triple zigzag, could you please remove triple zigzag indy, and place in just zigzag please. Ma can be disabled.
I changed ma to 0, and renamed zigzagme to zigzag, and ea is working but not closing one order and placing oposite.
If I close the order manually, ea follows indicator.
In settings I changed tf and settings for all 3 indy's to same tf.
It's kind of semi auto , lol.
thx!
 

Attachments


The ea is really bad. It open trade every candle, LOL. You should create a better strategy with that indicator. I use that too, and i make a ton of pips, but in this way it's unuseful!
 
best set for EA-gridtanaka.ex4
try FT low slippage brokers, the low spread between 1-7 point, TF 15M, MY SET IS 50$ ACCOUNT WITH RISK 30 (0.02 lot for a 50$ account)
Stop loss is 250 point and EA close order with 2$ profit.
please calculate commissions and swaps.
I think my broker is good: http://festyy.com/wBQd3Z
don't forget to donate Tanaka and me.
01/2018-08/2018 Backtest, 8 month
View attachment 86091
trades are not opening on this ea
 
Hello bro I have simple martingale system but I write input I haven't any file pls you make EA in this system I changed buy lot multiple and sell lot multiple in my own
 

Attachments

  • 20200408_131823.jpg
    20200408_131823.jpg
    1.8 MB · Views: 201
This is an indicator of support and resistance, you can help me add a buy arrow signal when the price reaches the support level and a sell arrow when the price hits the resistance level, I tried to fix the code mql4 but could do it. OK. Hope you help on the forum
 

Attachments

Last edited by a moderator:
Back
Top