Curvature Trend

Curvature Trend

Curvature Trend Description

Purpose: Identifies the direction, strength, and potential reversal points of a trend.

Key Features:

  • A primary trend band that adapts to market conditions.
  • Adjustment based on “curvature” (similar to a radius) that modifies the band’s angle according to volatility and price movement.
  • Upper and lower bands acting as dynamic support/resistance levels.
  • Adjustable parameters such as initial distance and volatility multiplier.

Since ProRealCode does not have a native “curvature” function like some TradingView indicators, we approximate it using a combination of moving averages, volatility (such as ATR), and dynamic adjustments to replicate the described behavior.


Parameters:

  • StartDistance: Initial multiplier to define the band width (equivalent to “Start Points Distance” in Radius Trend).
  • StepCurvature: Incremental curvature adjustment to simulate the dynamic angle change (based on volatility).
  • ATRPeriod: ATR period to measure market volatility.
  • TrendLength: Length of the moving average that serves as the trend base.

Core Components:

Primary Trend (TrendBase):

An EMA (Exponential Moving Average) is used as the central line, similar to how the Radius Trend establishes a dynamic base.

Volatility (Volatility):

ATR (Average True Range) is used to adjust the bands according to volatility, mimicking the adaptability of the original indicator.

Dynamic Bands:

  • UpperBand and LowerBand are calculated by adding/subtracting a multiple of volatility to/from the trend base.
  • The curvature adjustment is simulated by incrementing or decrementing the bands based on price direction (PriceChange), imitating the adaptive behavior of the Radius Trend.

Output:

Returns three lines: the upper band, the primary trend (curvature), and the lower band, which can be visualized on the chart.

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. roccafragius • 122 days ago #

    Thank you so much, for my point of view very useful!!!

  2. Marc Boliart • 122 days ago #

    YW!

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar
Related users ' posts
robertogozzi There you go: myMagicTrend = CALL “Magic Trend custom”[20, 14, 1, 5] alpha = 105 b = 0...
johann8 exactly :) Thank you all for the help!
max_92 Ciao Roberto, ho scaricato l'indicatore e come ti avevano già scritto sopra anch'io vedo la ...
Xenotrax A première vue, sa à l'air d'être un indicateur très puissant sur de petites temporalités, j...
merri Bonjour Nicolas, Comment transformer cet indicateur en bot sur PRT ?
Nicolas Cela a déjà été fait, voir ce sujet: https://www.prorealcode.com/topic/strategia-con-lindica...
Nicolas change the last line with: return v coloured(r,g,b) style(line,2), v+band coloured(168,168,1...
Paolo.B Thanks ... works as i wanted.
Kanamax Bonjour Nicolas, comme Paolo.B je souhaiterais utiliser cette indicateur au sein d'un code. ...
zilliq Thanks @Nicolas. I tried to use it as Trend in a proorder system, but don't know why, it doe...
Suzu Yuk He is right. MT and mavgMT are not defined and causing errors.....
RakeshPoluri I have a question about the bands on the candles. Is it bollinger bands or something else?
Nicolas I think that's 2 Bollinger Bands
Emperor.it "style(line,2)" C'è una guida ai parametri che si possono modificare ? Tipo stile della lin...
IV Mcm https://www.prorealcode.com/programming-with-prorealtime/
Daniele Maddaluno Écrivez-moi où vous préférez you can easily find me on LinkedIn
AK27 C'est payant visiblement sur linkdin je peux pas vous envoyer, discord vous avez ?
Pensera Bonjour Nicolas, comment est-il possible de backtester cet indicateur? cela fait une erreu...
Nicolas Oui bien sûr, il doit y avoir pas mal de sujets dans le forum à ce propos.
simmerseb Bonjour, merci beaucoup pour cet indicateur je le trouve très clair et pertinent.
Nicolas Il doit s'agir d'un mauvais copier/coller. Je suggère de télécharger le fichier itf contenu ...
Bard Hello @Nicolas, I can get this to display in a separate indicator panel but not on Price as ...
Stenozar Hi @Nicolas, how can I put the bands on price? Thanks, Stefano
Fabian Hi IV Mcm, have you drawn the rectangles (Dinamic, Range) by yourself in the chart or are...
IV Mcm Myself to illustrate ;)
Guillaume Mcm I gave the above message fix ;)
Tradingrob Is it possible to put the itf-file in the right way here in Prorealcode? so the right 'trend...
Guillaume Mcm Update link ;) https://www.prorealcode.com/topic/trend-histogramme-cci-mise-a-jour-suite-...
Screw27 Hi man, I installed the indicator and i don't know why but my graph it is so big
HelixKing sounds interesting I'll take a look
Godo Bonjour Souhait Sam, Après de nombreux essais pour le mettre en format afin d'utiliser ce c...
Nicolas Il faut supprimer celles qui existent dans la fenêtre d'optimisation et les créer en dur dan...
crusoe76 hi there, anyone can help making this strategy work, i have a message saying replace variabl...

Top