Page 127 of 131
Re: Stochastic indicators for MT4
Posted: Tue Jan 28, 2025 6:09 am
by mrtools
ionone wrote: Tue Jan 28, 2025 5:30 am
green and red vertical lines aren't on the right place
screenshot.811.jpg
Stochastic OBOS (Overbought and Oversold) Entry/Exit Lines in indicator
Yep, you're right I had it exiting the zones, try now.
Re: Stochastic indicators for MT4
Posted: Tue Jan 28, 2025 9:01 pm
by ionone
mrtools wrote: Tue Jan 28, 2025 6:09 am
Yep, you're right I had it exiting the zones, try now.
thanks ! will test it
Jeff
Re: Stochastic indicators for MT4
Posted: Tue Feb 04, 2025 2:59 am
by kimhyunmin
hello.
Is it possible to set an alarm to sound when an arrow occurs, as indicated by the yellow circle in the attached photo?
I am also curious about whether it is possible to set an alarm to sound when an arrow occurs in the OB/OS section!
Re: Stochastic indicators for MT4
Posted: Tue Feb 04, 2025 3:42 am
by kvak
kimhyunmin wrote: Tue Feb 04, 2025 2:59 am
hello.
Is it possible to set an alarm to sound when an arrow occurs, as indicated by the yellow circle in the attached photo?
I am also curious about whether it is possible to set an alarm to sound when an arrow occurs in the OB/OS section!
Hello.I don't understand the logic from the picture, maybe you didn't mark all the arrows with the same logic?
Re: Stochastic indicators for MT4
Posted: Tue Feb 04, 2025 3:51 am
by kimhyunmin
kvak wrote: Tue Feb 04, 2025 3:42 am
Hello.I don't understand the logic from the picture, maybe you didn't mark all the arrows with the same logic?
hello.
1. Can you make a sound when all the arrows come out? (Only 4 are shown in the photo, but all apply.)
2. Is it possible to sound an alarm only when an arrow appears in the OB/OS area?
If either one is possible, thank you!
Re: Stochastic indicators for MT4
Posted: Tue Feb 04, 2025 4:15 am
by mrtools
kimhyunmin wrote: Tue Feb 04, 2025 2:59 am
hello.
Is it possible to set an alarm to sound when an arrow occurs, as indicated by the yellow circle in the attached photo?
I am also curious about whether it is possible to set an alarm to sound when an arrow occurs in the OB/OS section!
Hello, try, think it is close to what you are looking for.
Re: Stochastic indicators for MT4
Posted: Tue Feb 04, 2025 5:11 am
by kimhyunmin
mrtools wrote: Tue Feb 04, 2025 4:15 am
Hello, try, think it is close to what you are looking for.
im continuing to test.
Warning signals work great.
However, in the first photo, a warning saying 'signal down' appeared(yellow vertical line), but the red arrow did not appear, and the arrow appeared 10 to 15 minutes later. (Second photo-red vertical line candle)
Is it possible to code so that an arrow appears with the warning 'signal down, up'?
im testing a reversal with several indicators.
Thank you very much all your help!
Re: Stochastic indicators for MT4
Posted: Tue Feb 04, 2025 6:22 am
by mrtools
kimhyunmin wrote: Tue Feb 04, 2025 5:11 am
im continuing to test.
Warning signals work great.
However, in the first photo, a warning saying 'signal down' appeared(yellow vertical line), but the red arrow did not appear, and the arrow appeared 10 to 15 minutes later. (Second photo-red vertical line candle)
Is it possible to code so that an arrow appears with the warning 'signal down, up'?
im testing a reversal with several indicators.
Thank you very much all your help!
The way that indicator was originally coded is the arrows will always appear late
ExtMapBuffer5[i+SignalHP]
, after the fact not sure why but that is the original coding.
Re: Stochastic indicators for MT4
Posted: Tue Feb 04, 2025 1:29 pm
by kimhyunmin
mrtools wrote: Tue Feb 04, 2025 6:22 am
The way that indicator was originally coded is the arrows will always appear late
ExtMapBuffer5[i+SignalHP]
, after the fact not sure why but that is the original coding.
Thank you for your reply.
Is it possible to code an arrow to appear with a 'signal down, up' warning?
I would appreciate it if you could make an arrow appear immediately and an alarm sound when two lines are 'cross up' or 'cross down'.
I think it will be very useful in identifying reversals when the trend is continuing.
Re: Stochastic indicators for MT4
Posted: Wed Feb 05, 2025 4:36 am
by mrtools
kimhyunmin wrote: Tue Feb 04, 2025 1:29 pm
Thank you for your reply.
Is it possible to code an arrow to appear with a 'signal down, up' warning?
I would appreciate it if you could make an arrow appear immediately and an alarm sound when two lines are 'cross up' or 'cross down'.
I think it will be very useful in identifying reversals when the trend is continuing.
Hello, was able to code the lines cross with arrows and alerts, the other am not sure about!