
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
Can someone code a EA with this indicator ?? it could be very profitable with a good money management
Did you get an EA for this indicator? If you have one, I would appreciate if you can share with me. Thanks.
As I can do to stop this ringing all the time when giving a warning. Do not stop ringing every second. Whereupon every second warning screen jumps to the beep.
Thanks.
First of all great job with this indicator and ask you a question to see if it has a solution.
As I can do to stop this ringing all the time when giving a warning. Do not stop ringing every second. Whereupon every second warning screen jumps to the beep.
Thanks.
double mitiempo;
********
********
********
if(SoundAlert == true && mitiempo!= Time[0])
{
Alert("GoldenMadro Up " + Symbol() + " on the " +
Period() + " minute chart.");
mitiempo= Time[0];
}
**********
***********
if(SoundAlert == true && mitiempo!= Time[0])
{
Alert("GoldenMadro Up " + Symbol() + " on the " +
Period() + " minute chart.");
mitiempo= Time[0];
}
Can someone code a EA with this indicator ?? it could be very profitable with a good money management
MetaTrader Trading Platform Screenshots
EURUSD, H1, 2017.07.18
Tickmill Ltd, MetaTrader 4, Demo
So looks my EA based on this Indicator. (Developed by me)
But i am by think over it - to delete Martin, Grid etc. and just create it based on TP and SL+Trall.