Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eb60c28

Browse files
authored
Update README.md
1 parent 6fae6a3 commit eb60c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎faq_and_code/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Use [``round_to_mintick()``](round_to_mintick). If you need to round a string re
443443

444444
### How can I abbreviate large values?
445445
To abbreviate large values like volume (e.g., 1,222,333.0 ► "1.222M"), you can:
446-
1. Use `format = format.volume` parameter in `study()` or `strategy()`. This affects all values displayed by the script.
446+
1. Use `format = format.volume` in `study()` or `strategy()`. This affects all values displayed by the script.
447447
1. Use [``tostring(x, format.volume)``](https://www.tradingview.com/pine-script-reference/v4/#fun_tostring) to abbreviate specific values.
448448
1. Use a function such as this `f_abbreviateValue(_v, _precision)`, which allows you to specify a custom precision, abbreviates up to trillions, and provides subtle spacing between the value and the letter denoting the magnitude:
449449

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /