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 4164736

Browse files
authored
Update README.md
1 parent eb60c28 commit 4164736

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎faq_and_code/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ bgcolor(o != open or h != high or l != low or c != close ? color.red : na)
152152
## BUILT-IN FUNCTIONS
153153

154154

155-
### How can I work with arrays in Pine?
156-
See the User Manual's [page on arrays](https://www.tradingview.com/pine-script-docs/en/v4/essential/Arrays.html).
157-
158-
159155
### Can I use a variable length in functions?
160156
You can use a "series int" length (so a length that varies from bar to bar) in the following Pine functions: `alma()`, `bb()`, `bbw()`, `cci()`, `change()`, `cmo()`, `cog()`, `correlation()`, `dev()`, `falling()`, `highest()`, `highestbars()`, `linreg()`, `lowest()`, `lowestbars()`, `mfi()`, `mom()`, `percentile_linear_interpolation()`, `percentile_nearest_rank()`, `percentrank()`, `rising()`, `roc()`, `sma()`, `stdev()`, `stoch()`, `sum()`, `variance()`, `vwma()`, `wma()` and `wpr()`.
161157

@@ -1213,6 +1209,10 @@ See this example in the Pine User Manual's [page on tables](https://www.tradingv
12131209
<br><br>
12141210
## ARRAYS
12151211

1212+
### How can I work with arrays in Pine?
1213+
See the User Manual's [page on arrays](https://www.tradingview.com/pine-script-docs/en/v4/essential/Arrays.html).
1214+
1215+
12161216
### How can I split a string into characters?
12171217
It can be done using [`str.split()`](https://www.tradingview.com/pine-script-reference/v4/#fun_str{dot}split) and an empty string argument for the `separator` parameter.
12181218
This splits the string into an array of characters:

0 commit comments

Comments
(0)

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