• 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

Tanaka, could you remove it, to be able to work without DLL in the VPS server. Thanks
I checked code and session indicator use DLL import, so can you make DLL use in your MT4?

Code:
 Alert(WindowExpertName(), ": ERROR. DLLs are disabled. To enable, select \'Allow DLL Imports\' in the Common Tab of indicator");

upload_2019-7-11_9-48-42.png
 

Attachments

  • upload_2019-7-11_9-48-42.png
    upload_2019-7-11_9-48-42.png
    13.3 KB · Views: 969
Sir Tanaka, I'd like to try this strategy.

Open Buy If the MA 5 Close crosses and is above the open MA 5 while the MACD indicator shows the stick / bar above Signal line. Close Buy if the MA5 Close touches the MA 5 Open.


Open Sell If the MA 5 Close crosses and is below the open MA 5 while the MACD Indicator shows the stick / bar under Signal line. Close Sell if MA5 Close touches MA 5 Open.

I enclose the pdf file that contain the images. Thank you.
Here you go. I separated MA input.
 

Attachments

Sorry it is hard for me to understand..
the marked indicator and the didi index, we have in the two pictures small examples of buying and selling, I think and self-explanatory

Blue line (average of 3)
white line (average of 8)
yellow line (average of 20)

the didi of many entries, and good to put some indicators to filter the entries that have tendency
Sorry it is hard for me to understand..
 
Hello Mr. Tanaka (the king of the coder)
My name is Zora.

I have a problem with EA_Agimat Reversal (revD) and Agimat Indi (+++ AgimatFX2018pro_Alert)

Please create a field that allows you to set BREAKEVEN.

There are false outbreaks with the sell or buy arrows!

Indicator and EA settings are set the same.

Can you help me set it right? Have it tested in 5min TF but in 15min and 1H it is the same problem.

Look at the pictures

Many thanks for the help!

If you solve this problem I will give you a coffee.
Hi, Agimat indicator is already compiled together into EA, so you don't have to attach it on the chart.
But if you want to attach, make sure that parameter value is exactly same as EA parameter.
Attached indicator on the chart is just display (monitoring), so EA will always use indicator parameters in your EA set file. Do you know what I mean?
Anyway, I changed parameters in the EA as yours as a default.
 

Attachments

HAHAHAHA you are the best Tanaka San. Pip distance between max orders is missing but that's OK :p:p:p. It's already late in Tokyo and I was not expecting this quick reply. Highly highly highly appreciated.:clap::clap::clap:

Tanaka san, I will advise you few of your EA's made for other members which I have tried earlier. If you like, I will post you their set files with the lowest DD, if you can update those whenever you get time, would be beneficial for the person who requested.
Any modification needed?
What do you mean Pip distance between max orders is missing?
 
Thank you sir tanaka,

By the way, how does opposite close option affect the trade?
If opposite close=true, then if you have buy order, it will be closed with sell signal.
if you set tp/sl, then it may be closed with tp/sl, but if it is not closed , then sooner or later it will be closed with next sell arrow signal.
 
If opposite close=true, then if you have buy order, it will be closed with sell signal.
if you set tp/sl, then it may be closed with tp/sl, but if it is not closed , then sooner or later it will be closed with next sell arrow signal.
Sir tanaka,

If buy order is not yet in profit then when there is sell signal the buy order will be closed in loss?

I want clarification from the technicality of timeframes. If TF is H4 does it mean the algorithm is executed in every 4 hours only? If it is in this case, then it will be best to use the Ronz tp, sl, trailing ea to monitor trades in every 30 minutes or 1hour. What's your opinion sir?

Again thank you and more power.
 
Tanaka would you like to code a strategy I post a long time ago? I did ask reteid2222 but she is really busy and do not have time to finalize the EA... also the EA is not in the parameters that the strategy should work in
Please take a look:
Thank you in advance:
Settings on chart:

MA high 5 red
MA low 5 yellow

Bollinger bands:
timer: 20
deviation : 2.000
apply : close
color : Blue

Early signs:
Sell setup: MA 5 high (red)
we must see if the MA 5high (red) line push outside top BB line
if that happen we can be ready for our sell set up..not ready for order yet

Early signs:
Buy setup: MA 5 low (yellow)
we must see if the MA 5 low (yellow) line push outside lowest BB line
if that happen we can be ready for our buy set up..not ready for order yet

Market are always tricky, sometimes those MA 5(high/low) are not going outside but the set up still valid.?( maybe good indicator to help with entries.. coder discretion)

Sell setup order: go to smaller time frame M5
after MA 5 high going outside top BB line then we need to wait for 1st bear candle to form then we need a bull candle to test again at highest level(resistance) before price to start reverse..
Entry is when the price start to retest or trying to go higher..so we put sell order at the nearest resistance level..

Buy set up order..
after MA 5 low(yellow) going pushing outside bottom BB line then we need to wait for a bull candle to form and then again wait for bear candle to retest lowest support level and place out buy order

I will add some of examples so you can understand
Target placement..
Usually if the set up come from a lower Tf like M5 to M30 target will be around 20 to 30 pips
If the TF is higher like 4hour to Monthly the target will be bigger 100pips plus depending on the pair

This is in a nutshell what I want please.. Also I do not have vast knowledge of the forex market and will greatly appreciate if you can add an indicator or such tools

Thank you in advance for your help!!!
upload_2019-5-26_19-23-24-png.86367

upload_2019-5-26_19-23-54-png.86368

upload_2019-5-26_19-24-37-png.86369

upload_2019-5-26_19-25-5-png.86370

upload_2019-5-26_19-25-36-png.86371

upload_2019-5-26_19-26-3-png.86372

upload_2019-5-26_19-26-35-png.86373

upload_2019-5-26_19-27-0-png.86374

upload_2019-5-26_19-27-23-png.86377


Attached Files:
 
Back
Top