3D Candlesticks (CCI,RSI,Stochastic,Cycle,DI)

v10.3
3D Candlesticks (CCI,RSI,Stochastic,Cycle,DI)

This simple indicator, allows to interpret the values of the oscillator selected through the colors on the candlesticks and directly on the price chart.
I have proposed the classical oscillators with canonical colors.

You can also translate the 3d candle under the original to maintain both.

You can choose the following oscillators:

  • COMMODITY CHANNEL INDEX
  • RSI
  • STOCHASTIC
  • CYCLE
  • DIRECTIONAL INDEX

Settings are modified at the top of the code or directly into the indicator’s settings window if you choose to download and importe the file below.

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Marcot18 • 07/06/2018 #

    Buongiorno, come usarlo per entrare in posizione?

  2. ALE • 07/06/2018 #

    It is not possible to answer to your question. This indicator is simple, but the oscillators that it describes are very complex. This oscillators allow you to create many strategies.
    This indicator allows you to look at the chart differently and stimulate your ingenius

  3. Marcot18 • 07/06/2018 #

    Ok, grazie ale

  4. supertiti • 07/06/2018 #

    Hola Ale

    Can we have this same code from Nicolas’s code in smoothed heikin Ashi?

    Sorry the function Add PRT code does not work!

    HEIKIN ASHI SMOOTHED PRC 22.10.2016

    // SmoothPeriod=2
    xClose = (open+high+low+close)/4
    IF BarIndex=0 THEN
    xOpen = open
    xHigh = high
    xLow = low
    ELSE
    xOpen = (xOpen[1] + xClose[1])/2
    xHigh = Max(Max(high, xOpen), xClose)
    xLow = Min(Min(low, xOpen), xClose)
    ENDIF
    AvOpen=Average[SmoothPeriod](xOpen)
    AvHigh=Average[SmoothPeriod](xHigh)
    AvLow=Average[SmoothPeriod](xLow)
    Avclose=Average[SmoothPeriod](xClose)
    DRAWCANDLE(AvOpen, AvHigh, AvLow, AvClose)
    Return

    • ALE • 07/06/2018 #

      Ok, We can discuss in the topic “3D Candlesticks TOPIC”
      Write me more details

  5. efahmy • 07/06/2018 #

    Is there a way to make entry alert in the dark green bar long and in the dark red bar short?

    • ALE • 07/06/2018 #

      Hi
      the color is given by a numerical value derived from the oscillator in use.
      If you compare the color of the candle with the value of the oscillator you will be able to set your preferred conditions using the platform oscillator directly.

  6. efahmy • 07/06/2018 #

    Thanks mate

  7. Jo-01-R • 07/06/2018 #

    Hello, it is possible to have this indicator but instead of colors rather have numbers ranging from -100 to 0 and from 0 to +100 above the candles? (on the graph) Thank you.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+6 more likes

Related users ' posts
Nicolas Why not, but a stock screener for what conditions?
Dimi.A Whenever the yellow CCI line goes "outside" the bands. Which will alert us of possible rever...
Nicolas ok why not, please add a request in the appropriate forum section, many thanks.

Top