You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Zdravo Mladen, would you be kind enough to add an alert to it ? Sound + PopUp indicating which pair is acting up? If you can please get it to buzz only on the first dot of the opposite color ( when new leg is formed ) would be perfect ! Many thanks !
Here is a version with alert added : dt_zz_supres_fast_amp_alerts.mq4
Here is a version with alert added : dt_zz_supres_fast_amp_alerts.mq4
Beautiful ! Thanks so much ! Keep it up !
Hi Mladen,
If ain't too much trouble,could you please help finish up this variation of Parabolic SAR ( Low channel ) ?
Is it possible to add 2 Colors for each SAR row, Pop-Up Alert + Sound ( on first dot of the opposite Sar row ) + Pair name ?
Cheers !
Hi Mladen,
If ain't too much trouble,could you please help finish up this variation of Parabolic SAR ( Low channel ) ?
Is it possible to add 2 Colors for each SAR row, Pop-Up Alert + Sound ( on first dot of the opposite Sar row ) + Pair name ?
Cheers !Never mind Mladen, I found a version that does the job
Thank you !
Mladen is there any way to test mtf indicators in simulators ..
Mladen is there any way to test mtf indicators in simulators ..
As long as metatrader does not correct errors that are causing multi time frame indicators not to work in back test - no. They alerady wer in that situation : mtfs stopped working, then they corrected, then they uncorrected it ... maybe in build 999
Hi Mladen !
Sorry to bother again,could you please add Pop-Up Alert ( indicating the currency pair ) + Sound Signal for this one indicator ?
Thank you & Merry Christmas !
Hi Mladen !
Sorry to bother again,could you please add Pop-Up Alert ( indicating the currency pair ) + Sound Signal for this one indicator ?
Thank you & Merry Christmas !Hi Mladen,
This is my failed attempt to add alerts to the indicator ... lol..
I actually used your code for alerts, hope you don't mind it...
It compiles without errors... but there's no Pup-up, no sound....
What am I doing wrong here ?
Is it this part ?
if (high == 1) doAlert(0,"up");
if (low == -1) doAlert(0,"down");
Thanks in advance !
Hi Mladen,
This is my failed attempt to add alerts to the indicator ... lol..
I actually used your code for alerts, hope you don't mind it...
It compiles without errors... but there's no Pup-up, no sound....
What am I doing wrong here ?
Is it this part ?
if (high == 1) doAlert(0,"up");
if (low == -1) doAlert(0,"down");
Thanks in advance !razo
High variable will almost never be 1 (very, very rarely) and low will for sure never be -1. You have to use some other conditions
Hello mr Mladen, it seems you can and have skill to modify expert advisor.
I've old expert advisor but it need to compiled first, how many for this case sir??