Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I've looked at the code and there doesn't appear to be any user defined DMI input parameters although the code itself sets levels at 20 and 25 so I've altered the alert code to check to see if either of the conditions you mentioned are true and if they are then to send an email (fingers crossed).
Wow! Great thanks. I will try it again. I appreciate your help and will let you know the results.
The version posted earlier gave an alert when dmi + crossed dmi - either cross above or below. No levels were taken into account.
.
I modified the code to check for the levels as asked. The levels must be input as HighLevel and LowLevel. Default is 25 and 20.
Hope this works as expected.
Robert
Last edited by MrPip; 11-06-2007 at 12:29 AM.
Reason: attaching indicator
The version posted earlier gave an alert when dmi + crossed dmi - either cross above or below. No levels were taken into account.
.
I modified the code to check for the levels as asked. The levels must be input as HighLevel and LowLevel. Default is 25 and 20.
Hope this works as expected.
Robert
Thanks a lot for your help Mr. Pip and you too Sadly. I am sure this will work out. I know nothing about the code - only know what I want to happen LOL!
Thanks so much for the assistance - I will test this and see what happens.
I've looked at the code and there doesn't appear to be any user defined DMI input parameters although the code itself sets levels at 20 and 25 so I've altered the alert code to check to see if either of the conditions you mentioned are true and if they are then to send an email (fingers crossed).
I did a quick change to allow setting for HighLevel and LowLevel as inputs to this one. It sends email but still alerts at the cross regardless of level.
I appreciate your help and have this up on my chart now. I actually do not want to be alerted on a cross at all but rather only when the levels are met. I probably was not clear on that. Anyway I have it up now - I believe I got a cross but no email - only sound so I will wait untill the levels are met to see if I receive the email.
If it works then I do not mind having a sound alert on the cross - I just don't want to be emailed on the cross.
My version DMI_Levels_alert_email looks only at the levels as requested.
Sends email and gives alert when either condition is met for dmi_p above 25 and dmi_m below 20 OR dmi_m above 25 and dmi_p below 20.
My version DMI_Levels_alert_email looks only at the levels as requested.
Sends email and gives alert when either condition is met for dmi_p above 25 and dmi_m below 20 OR dmi_m above 25 and dmi_p below 20.
Robert
Mr. Pip,
That is excellent! Exactly what I wanted. I am just waiting for the levels to be reached to test it. I appreciate the quick response - it was more than I hoped for or expected.