Fractal Dimension Index – FDI

Fractal Dimension Index – FDI

The Fractal Dimension Index is an indicator that measure the strength of a trend by determining the amount of volatility of the instrument. This indicator is already available in the platform but not available for custom coding in ProScreener or ProOrder. This version can resolve this issue.

 

 

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. Dymjohn • 04/15/2016 #

    Hi 
    Downloaded this file but seems to be something wrong. I’m trying to use it as an indicator as part of a buy signal to buy when value is below 1.5 but the following has a problem with the CALL as  it is underlined as in error when loading from “user indicators”
    indicator2 = myFractalDimensionIndex = CALL “Fractal Dimension Index PRC”(close)
    Can anyone tell me what is wrong please?
     

    • Nicolas • 04/15/2016 #

      You are not using correctly the CALL function. Please take a look on the “how-to” example in the documentation, right here: http://www.prorealcode.com/documentation/call/

  2. Wilko • 04/15/2016 #

    Nicolas,
    Thanks for making this available. Have downloaded to perform some tests.
    Kind regards,
    Fredrik

  3. Wilko • 04/15/2016 #

    Dear Nicolas,
    When I apply this code i get marginal differences with the default indicator included in PRT called Fractal Dimension Index. Do you know why?
    Another question is: Your indicator allows me to choose which value to apply it to (close, TypicalPrice, MedianPrice, etc). I can’t find anything in the code that would trigger this option. Do you know why it is triggered and how to integrate it in other user-programmed indicators?
    Kind regards and thanks again for all your work,
    Fredrik

    • Nicolas • 04/15/2016 #

      I don’t know about the differences from this version and the default platform one. As far as I remember, I translated this code from another programming language.
      If you want to play with other different prices type, you can replace (close) with (customclose) at lines 12 and 13 and you should be able to change it in your indicator parameter window.

  4. Wilko • 04/15/2016 #

    Thanks for the tip about CustomClose! I wasn’t aware of this.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
luxrun A question: what are the initial (or default) values ​​of maximum and minimum in the executi...
jacquesgermain Bonjour non pas de soucis car src=customclose donc dans le menu configuration/propriété me...
geroniman Merci Jacques , indic tres utile. J'ai un indic à programmer avec du price action. es tu dis...
jacquesgermain ok pour regarder ...
Bateson
6 months ago
Bateson
6 months ago
Quino
6 months ago
Bateson
6 months ago
MACD Reloaded
MACD Reloaded
2
Indicators
NEOMKEY Nada nuevo
Carlose I love your version of the MACD, if you use it you can get a lot of use out of it, for me ma...
Bateson
6 months ago
TSI 3.0
TSI 3.0
6
Indicators
Fgats a = (Average[l1,m1](Average[l2,m2](ROC[mfvalue](close)))) b = (Average[l3,m3](Average[l4,m4...
Bateson Fgats, Un grand merci. Cela fonctionne parfaitement. J'ai bien compris la partie à rajouter ...
Fgats
7 months ago
bousalahane hello, thank you for sharing, I’m not top strong in the programation part, there is a way to...
Fgats Hi, With this indicator I just wanted to show the interest that can exist to synthesize th...
davidguerreir how to adapt nbStdSig values ?
lkiklkik thanks a lot. description of the indicator seems wrong ...
robertogozzi Sorry, you're right. The correct description, from https://www.tradingview.com/script/omlpq...
carlvan Hi Nicolas, thank you for this very interesting code. There is something I don't get though ...
Atemi19 probleme code : message veuillez definir alpha futur nbO X X1Y y1
Xtian Bjr Nicolas , pour exemple cet indicateur est extrêmement bien développé chez trading view ...
Actaru5 Hi, I couldn't see the candles well. Changing the code solves the problem. from line 164 to...
LucasBest Thank you
Alai-n @LucasBest Hello, do you think it is possible to isolate moving averages? I would like to us...
Alai-n I really like it when you develop ideas around price movement! I am much less a fan of all t...
finplus Bonjour, une petite demande concernant cet indicateur : comment faire pour que lorsque la bo...
LucasBest Bonjour, la coloration des bandes se fait ligne 111 et 112 à l'aide des instructions colorbe...
Matriciel Very nice job ! Is it possible to do the opposite because what interests me is to have the ...
YvesRobert Hi Matriciel, how can we do this, because stochastic is limited between 0 and 100 but price ...
Traderfox06 Dear zeiiermantrading, I really like your approach combining adaptive averages with MACD in...

Top