Re: MT4 Indicator requests and ideas

18052
A Scary-Accurate, Super-Simple Non-Repainting Indicator For Identifying Market Tops & Bottoms In Real-Time?

mrtools, kvak, if you have the bandwidth to take this project on, there's something very interesting I discovered from the NinjaTrader vendor known as Ninza.

They JUST released a brand-new $169 indicator called "Multi-Osc OB/OS Overlap (Multiple-Oscillator Overbought/Oversold Overlap)"

From the description, it works in a very straightforward manner:

"Combines the 3 most popular oscillators in the trading world in the smartest way: Money Flow Index (MFI), Relative Strength Index (RSI), and Stochastic.

...increase the PROBABILITY of identifying correct overbought/oversold areas, thereby helping you have more accurate signals.

...simplifies the analysis of MFI, RSI, and Stochastic by presenting their states with color-coded lines: green means oversold, pink means overbought, and grey represents the neutral state. When the overbought and oversold areas of all 3 indicators overlap, Multi-Osc OB/OS Overlap paints the chart background with user-defined colors to display the overlapped overbought/oversold zone, along with chart markers to alert you to the occurrence of the overlap.

You can configure Threshold High & Threshold Low to define the overbought/oversold areas of MFI, RSI, and Stochastic separately. Increasing the threshold values will reduce the number of signals but may increase the probability of accurate ones."

According to NinjaScript, the programming language for NinjaTrader 8, there are 5 dedicated signals:

  • Signal_Detection: -1 = detection of overlap OB, 1 = detection of overlap OS, 0 = none
  • Signal_State: 1 = overlap OB, -1 = overlap OS, 0 = no overlap
  • Signal_StateMFI: 1 = overbought, -1 = oversold, 0 = middle
  • Signal_StateRSI: 1 = overbought, -1 = oversold, 0 = middle
  • Signal_StateStoch: 1 = overbought, -1 = oversold, 0 = middle

There are too many example pictures on the website to share, but take a look at how the indicator appears on a mean/median Renko chart and a normal candlestick chart:






The rows in the indicator for all four pictures are (from top to bottom) MFI, RSI, Stochastic

There are only two forms of hesitation I have with this indicator:

1) I would like to ask the folks at Ninza what indicator settings they used to generate their example pictures, but there's no guarantee they will be willing to share this information with someone who hasn't bought the indicator.
2) It will not have the same scary accuracy on traditional Renko charts as it does on median/mean Renko charts and other unorthodox Renko cahrts.

But I'm curious to find this out for myself, so my request would be the following: Given how simplistic this indicator is, is there any way we could make a version for MT4?

I imagine you would need the following inputs to make a viable clone:

  • Settings that would allow you to individually edit the parameters of RSI, MFI, and Stochastic. Nothing complicated for now, just whatever default settings and inputs they come with on MT4
  • The ability to edit the threshold for the overbought/oversold zones INDIVIDUALLY for each indicator. As a basic example, the RSI would have overbought/oversold zones of 70/30, the Stochastic would have 80/20, and the MFI would have 90/10
  • Changing what color the indicator displays when all three indicators are in overbought/oversold zones, as evidenced in the last picture with the green and orange colors
  • Alerts for when the overbought/oversold threshold has been met for all 3 indicators
  • Not necessarily arrows, but some on-chart symbol that the overbought/oversold threshold has been met for all 3 indicators on a given candle
  • An interesting bonus feature would be to have the candles associated with all 3 indicators reaching overbought/oversold thresholds painted a different color (for example, red for all 3 indicators overbought and blue for all 3 indicators oversold)
  • I would ask for MTF/AHTF capabilities but I do not know if this would improve the accuracy/frequency of trading signals, let alone be of much use. Something to think about for the future.

Please let me know if this indicator request is reasonable in what is being asked. :)

I think it's a unique twist on 3 of the most commonly used indicators that can provide us with a valuable way of visually seeing where the market has headed and where it may go in the future!
These users thanked the author TransparentTrader for the post (total 3):
RodrigoRT7, Jimmy, ffsss

Re: MT4 Indicator requests and ideas

18054
Chickenspicy wrote: Wed Mar 22, 2023 11:32 am mfi three timeframe would probably do the trick
because its volume and price
stochastic and rsi are just price not really any differerent

It would be interesting to see an MFI indicator on a candlestick chart that shows you its inputs for the current timeframe, the higher timeframe, and the 2nd higher timeframe.

However, this idea wouldn't work on a Renko chart for obvious reasons. So we're stuck with what I hope will be the next best thing.
These users thanked the author TransparentTrader for the post:
Chickenspicy

Re: MT4 Indicator requests and ideas

18055
TransparentTrader wrote: Wed Mar 22, 2023 11:34 am It would be interesting to see an MFI indicator on a candlestick chart that shows you its inputs for the current timeframe, the higher timeframe, and the 2nd higher timeframe.

However, this idea wouldn't work on a Renko chart for obvious reasons. So we're stuck with what I hope will be the next best thing.
closest thing for now
These users thanked the author Chickenspicy for the post:
SijjiN
0 + 0 = 0
Infinite / Infinite = 1
1 way to Heaven & it matters


Re: MT4 Indicator requests and ideas

18056
TransparentTrader wrote: Wed Mar 22, 2023 11:01 am A Scary-Accurate, Super-Simple Non-Repainting Indicator For Identifying Market Tops & Bottoms In Real-Time?

mrtools, kvak, if you have the bandwidth to take this project on, there's something very interesting I discovered from the NinjaTrader vendor known as Ninza.

They JUST released a brand-new $169 indicator called "Multi-Osc OB/OS Overlap (Multiple-Oscillator Overbought/Oversold Overlap)"

From the description, it works in a very straightforward manner:





According to NinjaScript, the programming language for NinjaTrader 8, there are 5 dedicated signals:

  • Signal_Detection: -1 = detection of overlap OB, 1 = detection of overlap OS, 0 = none
  • Signal_State: 1 = overlap OB, -1 = overlap OS, 0 = no overlap
  • Signal_StateMFI: 1 = overbought, -1 = oversold, 0 = middle
  • Signal_StateRSI: 1 = overbought, -1 = oversold, 0 = middle
  • Signal_StateStoch: 1 = overbought, -1 = oversold, 0 = middle

There are too many example pictures on the website to share, but take a look at how the indicator appears on a mean/median Renko chart and a normal candlestick chart:



Image




Image




Image




Image



The rows in the indicator for all four pictures are (from top to bottom) MFI, RSI, Stochastic

There are only two forms of hesitation I have with this indicator:

1) I would like to ask the folks at Ninza what indicator settings they used to generate their example pictures, but there's no guarantee they will be willing to share this information with someone who hasn't bought the indicator.
2) It will not have the same scary accuracy on traditional Renko charts as it does on median/mean Renko charts and other unorthodox Renko cahrts.

But I'm curious to find this out for myself, so my request would be the following: Given how simplistic this indicator is, is there any way we could make a version for MT4?

I imagine you would need the following inputs to make a viable clone:

  • Settings that would allow you to individually edit the parameters of RSI, MFI, and Stochastic. Nothing complicated for now, just whatever default settings and inputs they come with on MT4
  • The ability to edit the threshold for the overbought/oversold zones INDIVIDUALLY for each indicator. As a basic example, the RSI would have overbought/oversold zones of 70/30, the Stochastic would have 80/20, and the MFI would have 90/10
  • Changing what color the indicator displays when all three indicators are in overbought/oversold zones, as evidenced in the last picture with the green and orange colors
  • Alerts for when the overbought/oversold threshold has been met for all 3 indicators
  • Not necessarily arrows, but some on-chart symbol that the overbought/oversold threshold has been met for all 3 indicators on a given candle
  • An interesting bonus feature would be to have the candles associated with all 3 indicators reaching overbought/oversold thresholds painted a different color (for example, red for all 3 indicators overbought and blue for all 3 indicators oversold)
  • I would ask for MTF/AHTF capabilities but I do not know if this would improve the accuracy/frequency of trading signals, let alone be of much use. Something to think about for the future.

Please let me know if this indicator request is reasonable in what is being asked. :)

I think it's a unique twist on 3 of the most commonly used indicators that can provide us with a valuable way of visually seeing where the market has headed and where it may go in the future!
see this combination with MFI HA crossovers. I imagine that the Rsi Heikin ashi avgs, too, should match well. By the way, the chart indicator is the Adaptive Jurik Filter on 21 periods in 30 minutes.

edit: if somebody like this template + indicators...here it is :)
These users thanked the author RodrigoRT7 for the post (total 3):
Chickenspicy, TransparentTrader, sylvester21

Re: MT4 Indicator requests and ideas

18057
TransparentTrader wrote: Wed Mar 22, 2023 11:01 am A Scary-Accurate, Super-Simple Non-Repainting Indicator For Identifying Market Tops & Bottoms In Real-Time?

mrtools, kvak, if you have the bandwidth to take this project on, there's something very interesting I discovered from the NinjaTrader vendor known as Ninza.

They JUST released a brand-new $169 indicator called "Multi-Osc OB/OS Overlap (Multiple-Oscillator Overbought/Oversold Overlap)"

From the description, it works in a very straightforward manner:





According to NinjaScript, the programming language for NinjaTrader 8, there are 5 dedicated signals:

  • Signal_Detection: -1 = detection of overlap OB, 1 = detection of overlap OS, 0 = none
  • Signal_State: 1 = overlap OB, -1 = overlap OS, 0 = no overlap
  • Signal_StateMFI: 1 = overbought, -1 = oversold, 0 = middle
  • Signal_StateRSI: 1 = overbought, -1 = oversold, 0 = middle
  • Signal_StateStoch: 1 = overbought, -1 = oversold, 0 = middle

There are too many example pictures on the website to share, but take a look at how the indicator appears on a mean/median Renko chart and a normal candlestick chart:



Image




Image




Image




Image



The rows in the indicator for all four pictures are (from top to bottom) MFI, RSI, Stochastic

There are only two forms of hesitation I have with this indicator:

1) I would like to ask the folks at Ninza what indicator settings they used to generate their example pictures, but there's no guarantee they will be willing to share this information with someone who hasn't bought the indicator.
2) It will not have the same scary accuracy on traditional Renko charts as it does on median/mean Renko charts and other unorthodox Renko cahrts.

But I'm curious to find this out for myself, so my request would be the following: Given how simplistic this indicator is, is there any way we could make a version for MT4?

I imagine you would need the following inputs to make a viable clone:

  • Settings that would allow you to individually edit the parameters of RSI, MFI, and Stochastic. Nothing complicated for now, just whatever default settings and inputs they come with on MT4
  • The ability to edit the threshold for the overbought/oversold zones INDIVIDUALLY for each indicator. As a basic example, the RSI would have overbought/oversold zones of 70/30, the Stochastic would have 80/20, and the MFI would have 90/10
  • Changing what color the indicator displays when all three indicators are in overbought/oversold zones, as evidenced in the last picture with the green and orange colors
  • Alerts for when the overbought/oversold threshold has been met for all 3 indicators
  • Not necessarily arrows, but some on-chart symbol that the overbought/oversold threshold has been met for all 3 indicators on a given candle
  • An interesting bonus feature would be to have the candles associated with all 3 indicators reaching overbought/oversold thresholds painted a different color (for example, red for all 3 indicators overbought and blue for all 3 indicators oversold)
  • I would ask for MTF/AHTF capabilities but I do not know if this would improve the accuracy/frequency of trading signals, let alone be of much use. Something to think about for the future.

Please let me know if this indicator request is reasonable in what is being asked. :)

I think it's a unique twist on 3 of the most commonly used indicators that can provide us with a valuable way of visually seeing where the market has headed and where it may go in the future!
Sorry if this seems like a dumb question, but when it's showing green/red are the signals supposed to be green = overbought and rsd = oversold?
These users thanked the author mrtools for the post:
TransparentTrader

Re: MT4 Indicator requests and ideas

18059
mrtools wrote: Wed Mar 22, 2023 2:31 pm Sorry if this seems like a dumb question, but when it's showing green/red are the signals supposed to be green = overbought and rsd = oversold?

Good question. Threw me off for a second as well.

I believe in the pictures, green = oversold (to signify getting ready for a buy) and red = overbought (to signify getting ready for a sell). Makes sense when you look at exactly where the colors appear in the context of the trend on the charts.


Who is online

Users browsing this forum: Abdi, bbookgenius, Facebook [Crawler], Jimmy, Majestic-12 [Bot], muhammadFarooq2k20, whiteadrian23, Yandex [Bot] and 113 guests