Page 2099 of 2170

Re: MT4 Indicator requests and ideas

Posted: Thu Jan 30, 2025 2:34 pm
by CKLMLL95
Coders,

I have a question. I know they are separate indicators, but if I put (2) ! dz adx trend - avgs smoothed (mtf + alerts + arrows + divergence + btn) in a sub window, 1. with current time frame and 1. with on time frame higher, can the code be modified so when one crosses up or down over the other one that an arrow or other character or vertical line, can be displayed on the main window?

Thanks for any input,

CKLMLL95

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 31, 2025 12:47 am
by mrtools
CKLMLL95 wrote: Thu Jan 30, 2025 2:34 pm Coders,

I have a question. I know they are separate indicators, but if I put (2) ! dz adx trend - avgs smoothed (mtf + alerts + arrows + divergence + btn) in a sub window, 1. with current time frame and 1. with on time frame higher, can the code be modified so when one crosses up or down over the other one that an arrow or other character or vertical line, can be displayed on the main window?

Thanks for any input,

CKLMLL95
Hello, no not that I am aware of.

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 31, 2025 1:42 am
by sal
mr.tools
possible to make arrows or small dot or any symbol for zero wick candles identifier in HA attached.

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 31, 2025 1:49 am
by mrtools
sal wrote: Fri Jan 31, 2025 1:42 am mr.tools
possible to make arrows or small dot or any symbol for zero wick candles identifier in HA attached.
Hello, not sure how.

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 31, 2025 9:24 am
by Reverent
nbibu wrote: Wed Jan 22, 2025 5:15 am good evening, everyone! would it be possible to make an indicator which plots the signals from the sve band on rsioma trend?
if possible arrows and alerts :)
thank u.
PLEASE is there a chance you can share the RSIOMA indicator indicated by the yellow rectangle with the red arrow?

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 31, 2025 8:20 pm
by nbibu
Reverent wrote: Fri Jan 31, 2025 9:24 am PLEASE is there a chance you can share the RSIOMA indicator indicated by the yellow rectangle with the red arrow?

Screenshot 2025-01-21 195751.png

there u go!

Re: MT4 Indicator requests and ideas

Posted: Fri Jan 31, 2025 9:52 pm
by smartvin
Could someone helpme out to creat alert indicator?

Inputs
• Push alert
• Plot the line on the signal candle

Sell Alert
• Candle close below the lower Bolinger band
• At the same time, lower Bollinger band above the middle of Digital subDem channel


Buy Alert
• Candle close above the upper Bolinger band
• At the same time upper Bollinger band below the middle of Digital subDem channel

Re: MT4 Indicator requests and ideas

Posted: Sat Feb 01, 2025 9:22 pm
by ionone
second indi of the year for me (yes i'm THAT slow lol)

This is a weighted Oscillator, with 3 different types (RSI, WPR, CCI)

you can apply a weight to each type and select artithmetic (additions) or geometric (multiplications)

for example you can select a base of RSI and then substract another RSI but with a bigger period, to remove the slower RSI form the fast RSI

or you can create synthetic oscillators based on the three base ones.

in the future, if people are interesterd I might add more oscillators

example :
RSI 4 minus RSI 2 or RSI 4 times RSI 2 :
Jeff

Re: MT4 Indicator requests and ideas

Posted: Mon Feb 03, 2025 10:09 am
by JeffVader
Hi All

I'm looking for help with this indicator.

I need alerts and on chat arrows when the histogram changes colour (close of candle)

Thanks in advance.

Re: MT4 Indicator requests and ideas

Posted: Mon Feb 03, 2025 10:26 am
by mrtools
JeffVader wrote: Mon Feb 03, 2025 10:09 am Hi All

I'm looking for help with this indicator.

I need alerts and on chat arrows when the histogram changes colour (close of candle)

Thanks in advance.
Would need the non-decompiled code of that indicator.