Page 382 of 434

Re: MT4 Indicators with alerts/signals

Posted: Mon Mar 28, 2022 6:24 am
by naluvs01
mrtools wrote: Mon Mar 28, 2022 1:50 am Will try just can't guarantee that I will be able to do.
Ok...thank you and will check once it's done.

Re: MT4 Indicators with alerts/signals

Posted: Mon Mar 28, 2022 6:28 am
by naluvs01
naluvs01 wrote: Sun Mar 27, 2022 4:37 pm Here is an ROC with alerts, but the calculations are different than the Edge Index, which I think is better. That's why I would like alerts on the Edge Index.

Looking at it again and that would be at least 64 different possibilities for the alerts, think that is out of my coding skill, sorry.
Image

Image
I don't think it would be 64 possibilities at once. That means all currencies would have to pass each other simultaneously which never happens.

Re: MT4 Indicators with alerts/signals

Posted: Mon Mar 28, 2022 7:57 am
by mrtools
naluvs01 wrote: Mon Mar 28, 2022 6:28 am I don't think it would be 64 possibilities at once. That means all currencies would have to pass each other simultaneously which never happens.
True, but to cover all the possibilities you would have to have those possibilities in the code. Far as I am aware there is no way to isolate just one cross.

Re: MT4 Indicators with alerts/signals

Posted: Mon Mar 28, 2022 10:03 am
by naluvs01
mrtools wrote: Mon Mar 28, 2022 7:57 am True, but to cover all the possibilities you would have to have those possibilities in the code. Far as I am aware there is no way to isolate just one cross.
Ok. I understand. So basically, you have to code all the possibilities, even if they may not occur all at once. Because if it's not in the code initially, it can not happen.

Re: MT4 Indicators with alerts/signals

Posted: Sun Apr 03, 2022 2:00 pm
by johnere
mntiwana wrote: Sun Aug 19, 2018 1:56 am Have you tried searching forum,Mrtools already posted a tweaked/upgraded version of it
posting again - this version have alerts and arrows on signal cross and or zero cross - 8 different averaging methods can used and is user friendly
Image

Image

Image
Anyone got the source code of this indicator please? It uses objects to draw the zero cross arrows, I want to change it into buffers

Re: MT4 Indicators with alerts/signals

Posted: Sun Apr 03, 2022 4:17 pm
by mrtools
johnere wrote: Sun Apr 03, 2022 2:00 pm Anyone got the source code of this indicator please? It uses objects to draw the zero cross arrows, I want to change it into buffers
Found this version.

Re: MT4 Indicators with alerts/signals

Posted: Sun Apr 03, 2022 10:20 pm
by sal
mr.tools
possible to add arrows when the below conditions are fulfilled

DOWN arrow

1. STOC CG indicator RED line exit from OB level and crosses down zero level. ( note:- stoch line must be RED LINE )
2. Next bar bullish and stoch BLUE line touch/below zero level
3. Next bar bearish confrimed close price and stoch LINE confirmed RED
4. Next new bar ARROW for down trend.
see snap

Re: MT4 Indicators with alerts/signals

Posted: Sun Apr 03, 2022 11:03 pm
by mrtools
sal wrote: Sun Apr 03, 2022 10:20 pm mr.tools
possible to add arrows when the below conditions are fulfilled

DOWN arrow

1. STOC CG indicator RED line exit from OB level and crosses down zero level. ( note:- stoch line must be RED LINE )
2. Next bar bullish and stoch BLUE line touch/below zero level
3. Next bar bearish confrimed close price and stoch LINE confirmed RED
4. Next new bar ARROW for down trend.
see snap
Image
Sorry, have no idea how to code that.

Re: MT4 Indicators with alerts/signals

Posted: Mon Apr 04, 2022 1:32 am
by sal
mrtools wrote: Sun Apr 03, 2022 11:03 pm Sorry, have no idea how to code that.
can you do an additional reversal arrows when the stoch line touch ob/os level @1 & -1 regardless trend colour...

Re: MT4 Indicators with alerts/signals

Posted: Mon Apr 04, 2022 4:16 am
by mrtools
sal wrote: Mon Apr 04, 2022 1:32 am can you do an additional reversal arrows when the stoch line touch ob/os level @1 & -1 regardless trend colour...
Added arrow when stoch cross at 1 and -1.