• 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

explain well this strategy that I want to program it, Sl and TP?
This is what I am doing:
Using Margin Trader ( can't trade more than one currency at the time ), buy or sell, never against the major trend, 4 hr or 1 hr chart (1 hr being better option ). Exit orders on 15 min chart, wait for another buy or sell signal, depends on major (4 hr or 1 hr chart )trend signal. Direction Turn(indy) works well on 4 hr chart.
Orders have to start manually, than ea works on it's own as there is more capital.
Problem with this system is one has to check chart so often, to start or stop ea.
Today I started with change of the trend, EURUSD buy, was good decision, but then I missed turning point, wasn't looking at the chart, missed more profit. I am using amazon aws, didn't check my phone on time.

Now to the point:
zigzagme and bb-alert-arrows seem to work the best (15 min chart ), both have to have to happen at same time, to open and close order's. If you could create ea with those 2 indicator's, to work like margin trader, add more positions every so often, every bar , pips, or so , than close all position's on opposite signal, another good option would be stop loss, and profit take. First option is preferable. Would be good to have magic number, so one can use it on multiple currencies.
For time being let's stick with EURUSD as each currency has it's own temperament.

At least it would be good to have zigzagme ea as starting point.
Direction Turn and BB sometimes happen , but zigzag is consistent with right direction, and when combined works like a charm for manual trading.

I can put demo mt4 on amazon and test it, and than go from there.

We can see that trend is changing on EURUSD, 4 hour and 1 hour chart. Usually price hit's the point 2-3 time's before change of trend.
1 hour chart Ultimate Arrows happen at the trend change. So from here on, ea has to go into the buy mode.

thx!
 

Attachments

  • bb-alert-arrows.ex4
    bb-alert-arrows.ex4
    4.9 KB · Views: 96
  • EURUSD2.PNG
    EURUSD2.PNG
    129.1 KB · Views: 463
  • EURUSD3.PNG
    EURUSD3.PNG
    104.2 KB · Views: 435
  • MarginTrader.ex4
    MarginTrader.ex4
    1.6 MB · Views: 86
  • EURUSD5.PNG
    EURUSD5.PNG
    96.9 KB · Views: 425
  • ZigZagMe.mq4
    ZigZagMe.mq4
    6.4 KB · Views: 85
  • DIRECTION TURN.ex4
    DIRECTION TURN.ex4
    5.2 KB · Views: 117
  • EURUSD.PNG
    EURUSD.PNG
    43.9 KB · Views: 407
  • EURUSD1.PNG
    EURUSD1.PNG
    30.4 KB · Views: 403
  • EURUSD6.PNG
    EURUSD6.PNG
    118.2 KB · Views: 424
Last edited:
Hi Everyone,

I just found attached MQ4 code for Swiss Army EA v2.01 an account hedge equity protection Trade Manager type EA - found it on MQL5.com forum dated 2015. I can only find manual for v1.51 but the 2 versions are very similar. Can coders please kindly check whether it needs updating to latest MT4 build or not and if so please provide updated working version for current MT4 build. I have not been able to test whether it works on current build or not due to the weekend.

It would be great if some one can add to the hedge option an adjustable parameter of percentage to hedge e.g. hedge 70% of all current active trades if triggering conditions are met. Another good feature would be to add to the triggering condition is % of equity draw down e.g. if account equity is down 50% then this triggers a hedging of say 65% of all current open trades.

I think if this type of account equity manager EA works properly then would greatly assist with grid/martingale EA type trading set ups and should help make such strategy more robust/safe against margin call and improve their performance & profitably.

Coders PLEASE kindly assist with this so every one may benefit!

Thanks,
TN.
 

Attachments

Margin Trader would be very good ea if one could attach indy to it. It doesn't pile up orders if market is moving against you.
But if you don't watch it, it could blow account.
 

Attachments

This is good indicator, already use about 2 month after found it on FF forum
indi no repaint because arrow came late
Arrow show 1 bar after line crossing and wait after close candle
on higher TF its good for identify trends up/down
i have an indicator which dos not work on M1 i only have the ex4 file can u work it out?
 
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
 
Back
Top