Category Other  Published on 07/06/2013

Round Numbers

Description

Round Numbers or The Figure Indicator, displays levels above and below the price at rounded values. 
Represents phychological price points to the mass of traders and are therefore significant support and resistance levels.

 


u

adaled's avatar
adaled

Joined on 17.09.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Round Numbers.algo
  • Rating: 5
  • Installs: 9272
Comments
Log in to add a comment.
TA
tai.huu1612 · 8 months ago

Thanks for your indicator

CR
cranmer767 · 3 years ago

Many thanks for a great indicator. I would like to echo previous requests for the following changes: lines to appear in the background, ability to change the line style and colour. Many thanks.

DA
davidiesis · 4 years ago

Thanks for this indicator, very useful. Can you add color change option?

DH
dhiraj · 5 years ago

I am using Round Number indicator and I found it very useful, but sometimes the horizontal lines vanish, and dragging a few cm higher and they re-appear. Would it be possible to fix this?

ME
meer987@gmail.com · 5 years ago

super indicator. 5 stars. thanks to the developer

SU
successfultrader · 5 years ago

Great indicator  but for lower time frames I only get 7 lines of round numbers. Then when I go to higher time frames I get more lines. When I trade 5 min chart and price pass the last line of round number I need to draw it manually. Could you fix it please? Thanks

Sbu706's avatar
Sbu706 · 5 years ago

Thanks for the indicator

JO
johnreygalax8 · 5 years ago

@j.bell.fx were you able to do it yourself??? i also wanted to do it that way but i dont have any clue on programming. 

J.
j.bell.fx · 7 years ago

Hello

Would it be possible to make the line colours different between the 100 and 50 levels - this would make it a lot more cleaner. May ealso change the line style to help differentiate between these levels. 

Also, is it possiblle for each round number line to be marked out at its appropiate price level on the y-axis - hence we can read line as a visual price also. 

If I could code I would give it a try myself, sorry!

 

Many thanks.

OM
Omega · 7 years ago

Hi there,

How do we change the colour of the lines, please be gentle I don't know how to edit these things.

Thanks

D

SC
scandisk · 9 years ago

Great indicator can you add different number levels and colors?

FI
Filipono · 9 years ago

Is it possible to modify it, so that these lines would be in the background, like the default grid? So that the price series and other overlay indicators (MA for example) are on top of it.
 

DO
Dore · 9 years ago

I would be nice to be able to change the line type & colour

cAlgo_Fanatic's avatar
cAlgo_Fanatic · 11 years ago
See also: /forum/whats-new/913. Round Numbers based on a new method ChartObjects.DrawHorizontalLine() that is available with the new release of cAlgo.
GD
gdr3k · 11 years ago
Great stuff, thankyou.
adaled's avatar
adaled · 11 years ago
You can add a few tabs in front of the string: string text = string.Format("\t\t\t\t {0}", _levelValues[i]);
GD
gdr3k · 11 years ago
I've tried changing HorizontalAlignment. to Left or Right but it doesn't seem to work, the text just stays in the center.
GD
gdr3k · 11 years ago
Awesome, just what I was looking for! Is there any way to get the text to move to the right or the left of the ---------- line?