• 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

Sorry, I am not sure but there may be some file name issues in this EA (Fibo). For me it is working OK but I want you to try if you have problems. I fixed the code.
Please replaced to the attached files. Fibo indicator refers ZigZag indicators, so if you don't have it, please get it.:ok:
You can check demo account result here.
https://goo.gl/XKePyk
You have uploaded the same EA twice. Could You correct it?
 
You have uploaded the same EA twice. Could You correct it?
Sorry to confuse you. It is the same filename, but not the same in the code.
So, please delete previous ones and replace them. Both EA and indicator file.
If your EA works OK, you don't have to do it.
 
Total dd means open order's profit, right?
For example, if open orders profit is less than -$20, close all orders...
Please test an attached file.;)
Hi Tanaka

Checked and thats exacly what i asked . Thank you so much.

Could you add 2 filter inside the ea please.

First one is ema (exponential moving average) and second one is stochastic oscilllator.

example: buy when stoch level 20 and price above 21 ema
Sell when stoch level 80 and price below 21 ema

or off ema filter and take order with only stcoh

buy when stoch level 20
Sell when stoch level 80

or off stoch filter and take order with only ema

buy when price above 21 ema
sell when price below 21 ema

or off both filter and trade without filter

thanks in advance
 
Hi all I'm new to adding messages but have been using this great website with its great resources and programmers. I really do appreciate everyone involved.
However I do have a request and I'm not sure how much programming is needed or if someone can do this for me. I will post in the next message
 
Hi Tanaka

Checked and thats exacly what i asked . Thank you so much.

Could you add 2 filter inside the ea please.

First one is ema (exponential moving average) and second one is stochastic oscilllator.

example: buy when stoch level 20 and price above 21 ema
Sell when stoch level 80 and price below 21 ema

or off ema filter and take order with only stcoh

buy when stoch level 20
Sell when stoch level 80

or off stoch filter and take order with only ema

buy when price above 21 ema
sell when price below 21 ema

or off both filter and trade without filter

thanks in advance
OK, I will code next week.:ok:
 
Build My Exit Trade EA

Entering trade needs to be explained to understand the exit.

My System

Research Indicator (MBFX Timing) on 15M
-When line turns yellow or just when line crosses below or above 30/70 line look for sell/buy

Trigger Indicator (MBFX Timing) on 5M or 1M(with high MBFX Values)
-5M chart same as above
-1M chart when line changes to yellow but not when line crosses 30/70 ie the line cross is irrelevant on 1M chart

Exit indicator (ATRTrailStop_v3) on 15M
-Partial Close-setting Period to 6, Multiplyer to 1.0. Take the number in the ATR from when Research indicator
conditions met and use as Partial Close TP1. ie ATR 15M Period 6 shows value 8.2 then set TP1 to 8 Pips
-Trail the rest of the position using settings:-
-BackPeriod = 150
-ATRPeriod = 10
-Factor = 1.0
-MedianPrice = false
-MedianBase = true
-CloseBase = true
-distance = 0.0

What I require

-A small panel on all open charts to buy/sell quickly. & option to hide/show panel with colour buttons buy=blue sell=red
ie with an arrow to quick hide/show so no accidental order.
-small Markers on chart to show session ie asian, australian, london, NY (Only of current day)
-The MBFX Timing indicator to work on multiple timeframes on a single chart for that pair it is put on.
ie chart on 15M candles but MBFX timing indicator showing from a 1M for example.
-The ATR indicator to work on multiple timeframes on a single chart for that pair ie same as MBFX timing.
also add the current ATR digits in points(not pips) on far right of indicator also option to remove
-manage all open trades at the same time with same pair (buy & sell maybe open at the same time) and other pairs
-hide all exit orders from broker ie TP1 & trailing positions
-Keep MBFX Timing indicator standalone ie still as an indicator with Default settings.
*Only change is Multi timeframe view explained above
-Keep ATR indicator standalone ie still as an indicator with Default settings.
*Only change is Multi timeframe view explained above.
-Allow to work on 5 digit or 6 digit brokers
-The ATRTrailStop_v3 to work on multiple timeframes on a single chart for that pair
ie if ATRTrailStop_v3 is set to 15M timeframe then doesn't change even if chart is showing 5M

Varibles/inputs/options

-Keep all/same ATRTrailStop_v3 options changable
-Add option to Partial close/TP1 based on % or by Lots
-Option to show which sessions to show on chart
-Option to manage trailing on all open trades or on current chart or on defined pairs I choose
-Option to add a SL level of whole trade ie no partial close
-Option to open a buy/sell order based on % of balance, % free margin and set lots (lowest 0.01)
-Option to set ATRTrailStop_v3 to other Timeframes without changing the chart timeframe
-Option to add alerts of email or in MT4 when partial close and/or when trailing stop close
eg GBPUSD partial close buy @ 1.32112 +18.05
eg GBPUSD ATRTrail close buy @ 1.32220 +37.54
eg GBPUSD SL close buy @ 1.31500 -92.41
-Option to change sound on alerts or no sound
-Option to add comments or no comments
-Option to add Maximum Spread ie this includes opening and closing partial/trailing
-Option to add Maximum Slippage ie this includes opening and closing partial/trailing
-Option to move buy/sell panel around the chart with default at top left corner
 

Attachments

Hello Tanaka, can you help me make some modifications to the 3tier london breakout EA?
1.I would like to remove the alert on the the EA or make it optional.
2. I would like to make the EA semi Auto (place a buy, sell and martingale buttons on the chart) so I can easily select any one or two options at a time eg. buy and martingale, sell and martingale or sell only or buy only.
3. Change the martingale function on the EA to function as described in the attached picture.
 

Attachments

This is yesterday's profit. (ECN demo account, EURCHF TH-M1)
So far AUDUSD, GBPUSD,EURUSD are opening positions. I am testing with different TF now.
Please try with attached set file for EURCHF TFM1 in FT to see if it works OK.
What i can use in any pair.

Sent from SoeHoe.ID mobile apps
 
Dear Mr.Tanaka
Please modify this EA....at the moment EA only can take sell trade..would you please fix that so that EA can take buy trade too
And please add fixed SL..TP...Trailing STOP..and close at opposite signal..this working very well on H4 up....the EA need the indie here i attach with
i really appreciate for your big help..thank you very much
 

Attachments

Build My Exit Trade EA

Entering trade needs to be explained to understand the exit.

My System

Research Indicator (MBFX Timing) on 15M
-When line turns yellow or just when line crosses below or above 30/70 line look for sell/buy

Trigger Indicator (MBFX Timing) on 5M or 1M(with high MBFX Values)
-5M chart same as above
-1M chart when line changes to yellow but not when line crosses 30/70 ie the line cross is irrelevant on 1M chart

Exit indicator (ATRTrailStop_v3) on 15M
-Partial Close-setting Period to 6, Multiplyer to 1.0. Take the number in the ATR from when Research indicator
conditions met and use as Partial Close TP1. ie ATR 15M Period 6 shows value 8.2 then set TP1 to 8 Pips
-Trail the rest of the position using settings:-
-BackPeriod = 150
-ATRPeriod = 10
-Factor = 1.0
-MedianPrice = false
-MedianBase = true
-CloseBase = true
-distance = 0.0

What I require

-A small panel on all open charts to buy/sell quickly. & option to hide/show panel with colour buttons buy=blue sell=red
ie with an arrow to quick hide/show so no accidental order.
-small Markers on chart to show session ie asian, australian, london, NY (Only of current day)
-The MBFX Timing indicator to work on multiple timeframes on a single chart for that pair it is put on.
ie chart on 15M candles but MBFX timing indicator showing from a 1M for example.
-The ATR indicator to work on multiple timeframes on a single chart for that pair ie same as MBFX timing.
also add the current ATR digits in points(not pips) on far right of indicator also option to remove
-manage all open trades at the same time with same pair (buy & sell maybe open at the same time) and other pairs
-hide all exit orders from broker ie TP1 & trailing positions
-Keep MBFX Timing indicator standalone ie still as an indicator with Default settings.
*Only change is Multi timeframe view explained above
-Keep ATR indicator standalone ie still as an indicator with Default settings.
*Only change is Multi timeframe view explained above.
-Allow to work on 5 digit or 6 digit brokers
-The ATRTrailStop_v3 to work on multiple timeframes on a single chart for that pair
ie if ATRTrailStop_v3 is set to 15M timeframe then doesn't change even if chart is showing 5M

Varibles/inputs/options

-Keep all/same ATRTrailStop_v3 options changable
-Add option to Partial close/TP1 based on % or by Lots
-Option to show which sessions to show on chart
-Option to manage trailing on all open trades or on current chart or on defined pairs I choose
-Option to add a SL level of whole trade ie no partial close
-Option to open a buy/sell order based on % of balance, % free margin and set lots (lowest 0.01)
-Option to set ATRTrailStop_v3 to other Timeframes without changing the chart timeframe
-Option to add alerts of email or in MT4 when partial close and/or when trailing stop close
eg GBPUSD partial close buy @ 1.32112 +18.05
eg GBPUSD ATRTrail close buy @ 1.32220 +37.54
eg GBPUSD SL close buy @ 1.31500 -92.41
-Option to change sound on alerts or no sound
-Option to add comments or no comments
-Option to add Maximum Spread ie this includes opening and closing partial/trailing
-Option to add Maximum Slippage ie this includes opening and closing partial/trailing
-Option to move buy/sell panel around the chart with default at top left corner
Interesting...could you show the results of the last 2 months?
 
can you please make EA for the indicator in the attachments
it's one of the best indicators that i've ever found
can you please put trailing in the ea i mean if the ea opened long order and didn't hit tp i want it to open another order after (adjusted pips in settings)
if possible can you please add tp in money (i mean for example if i want to get 10$ tp then close all trades after it reaches this amount of money )
 

Attachments

Please use this. For my condition, I use ECN account. Anyway there may be better setting, so you can change parameters...
thank you for the package rar, now it works (with profit) maybe i didn't have the good zigzag indi,
let me say to you, you are so generous, i wish you the best, because you work so hard without asking money !

thank you so much

the idea of package is good, (the names of the ex4,mq4,... don't change with the download and we are sure that everything is in the package)
 
Sorry, I am not sure but there may be some file name issues in this EA (Fibo). For me it is working OK but I want you to try if you have problems. I fixed the code.
Please replaced to the attached files. Fibo indicator refers ZigZag indicators, so if you don't have it, please get it.:ok:
You can check demo account result here.
https://goo.gl/XKePyk
How about this please scren again..

Sent from SoeHoe.ID mobile apps
 
can you please make EA for the indicator in the attachments
it's one of the best indicators that i've ever found
can you please put trailing in the ea i mean if the ea opened long order and didn't hit tp i want it to open another order after (adjusted pips in settings)
if possible can you please add tp in money (i mean for example if i want to get 10$ tp then close all trades after it reaches this amount of money )
For me one mystery cause I don t have worked with theses patterns....how long do you trade with this indicator?
 
lia786 , agree Version 1 is much better. In the past 2 days, almost all trades are winners, grabbed 1000 pips, EURJPY almost have no trades (could be winners if not closed)

View attachment 49130

Please use this. For my condition, I use ECN account. Anyway there may be better setting, so you can change parameters...

would it be possible to add a option of opening trades based on the non filled arrows like shown in print screen, not the filled?test.png
 

Attachments

  • test.png
    test.png
    137.8 KB · Views: 1,097
Back
Top