리소스 로딩... 로딩...

FMZ PINE 스크립트 문서

저자:발명가들의 수량화 - 작은 꿈, 창작: 2022-04-28 16:05:05, 업데이트: 2024-10-12 17:25:27

플롯 (타임 스탬프)


**Returns**
Unix time.

**Arguments**
- ```timezone``` (series string) Timezone. Optional. The default is syminfo.timezone. Can be specified in GMT notation (e.g. "GMT-5") or as an IANA time zone database name (e.g. "America/New_York").
- ```year``` (series int) Year.
- ```month``` (series int) Month.
- ```day``` (series int) Day.
- ```hour``` (series int) (Optional argument) Hour. Default is 0.
- ```minute``` (series int) (Optional argument) Minute. Default is 0.
- ```second``` (series int) (Optional argument) Second. Default is 0.
- ```dateString``` (const string) A string containing the date and, optionally, the time and time zone. Its format must comply with either the IETF RFC 2822 or ISO 8601 standards ("DD MMM YYYY hh:mm:ss ±hhmm" or "YYYY-MM-DDThh:mm:ss±hh:mm", so "20 Feb 2020" or "2020-02-20"). If no time is supplied, "00:00" is used. If no time zone is supplied, GMT+0 will be used. Note that this diverges from the usual behavior of the function where it returns time in the exchange's timezone.

**Remarks**
UNIX time is the number of milliseconds that have elapsed since 00:00:00 UTC, 1 January 1970.

**See also**
```time``` ```timenow``` ```syminfo.timezone```

### fill

Fills background between two plots or hlines with a given color.

Fill (프리플), HLine (프리플), HLine (프리플), Color (프리플), Title (프리플), Editable (프리플), Fill (프리플), Display (프리플)


fill ((plot1, plot2, 색상, 제목, 편집 가능, show_last, fillgaps, display)


**Example**
```pine
h1 = hline(20)
h2 = hline(10)
fill(h1, h2, color=color.new(color.blue, 90))

p1 = plot(open)
p2 = plot(close)
fill(p1, p2, color=color.new(color.green, 90))

주장

  • hline1첫 번째 물체요.
  • hline2두 번째 라인 오브젝트요
  • plot1첫 번째 플롯 오브젝트, 필요한 논증
  • plot2두 번째 플롯 객체, 필요한 논증
  • color(열색) 그래프의 색상색=색.붉은 또는 color=#ff001a 뿐만 아니라 color=close >=open 같은 복잡한 표현을 사용해야 합니다.color.green : color.red. 선택적 주장입니다.
  • title(const string) 생성 된 채식 객체의 제목. 선택적 인 논증.
  • editable(const bool) true 이면 Fill 스타일은 Format 대화상에서 편집할 수 있습니다. 기본값은 true 입니다.
  • show_last(input int) 설정된 경우, 차트에서 채워야 하는 바의 수 (최후의 바에서 과거로) 를 정의합니다.
  • fillgaps(const bool) 공백에 대한 지속적인 채식을 제어합니다. 즉, 플롯 (plot)) 호출 중 하나가 na 값을 반환 할 때 true 경우 마지막 채우는 공백에 계속됩니다. 기본값은 false입니다.
  • display(plot_display) 채식이 표시되는 컨트롤. 가능한 값은: display.none, display.all. 기본값은 display.all입니다.

또한 참조 plot barcolor bgcolor hline

정해진 가격 수준에서 수평선을 표시합니다.

hline(price, title, color, linestyle, linewidth, editable, display)

예제

// input.hline
hline(3.14, title='Pi', color=color.blue, linestyle=hline.style_dotted, linewidth=2)

// You may fill the background between any two hlines with a fill() function:
h1 = hline(20)
h2 = hline(10)
fill(h1, h2, color=color.new(color.green, 90))

반환선형 물체, 채울 때 사용할 수 있습니다.

주장

  • price(input int/float) 객체가 렌더링 될 가격 값. 필요한 논증.
  • title(const string) 객체의 제목.
  • color(입문 색상) 렌더링 된 줄의 색상. 일정 값 (표현이 아닌 값) 이어야 합니다. 선택적인 문장.
  • linestyle(hline_style) 렌더링 된 줄의 스타일. 가능한 값은: 단, 점, 점. 선택적 인 논증.
  • linewidth(input int) 렌더링 된 줄의 너비. 기본 값은 1입니다.
  • editable(const bool) true가 되면 hline 스타일은 Format 대화상에서 편집할 수 있습니다. 기본값은 true입니다.
  • display(plot_display) hlline가 표시되는 컨트롤. 가능한 값은: display.none, display.all. 기본값은 display.all입니다.
  • overlay(const bool) 는 FMZ 플랫폼의 확장 논리입니다. 현재 함수를 주요 이미지 (진정한 true) 또는 하위 이미지 (진정한 false) 에 표시하도록 설정하는 데 사용됩니다. 기본 값은 false입니다. 이 논리가 지정되지 않으면overlay주장strategy또는indicator, 만약strategy또는indicator설정하지 않습니다overlay이 문장은 기본 문자에 따라 처리됩니다.

bgcolor

표시된 색으로 바의 배경을 채우십시오.

bgcolor(color, offset, editable, show_last, title, display, overlay)

예제

// bgcolor example
bgcolor(close < open ? color.new(color.red,70) : color.new(color.green, 70))

주장

  • color(시리즈 색상) 채워진 배경의 색상. 당신은 red 또는 #ff001a와 같은 상수를 사용할 수 있습니다. 또한 close >= open 같은 복잡한 표현을 사용할 수 있습니다.color.green : color.red. 주장이 필요해요.
  • offset(series int) 색상 시리즈를 왼쪽 또는 오른쪽으로 이동합니다. 기본값은 0.
  • editable(const bool) true 이면 bgcolor 스타일은 Format 대화상에서 편집할 수 있습니다. 기본값은 true 입니다.
  • show_last(input int) 설정된 경우, 차트에서 채워야 하는 바의 수 (최후의 바에서 과거로) 를 정의합니다.
  • title(const string) bgcolor의 제목. 선택적인 논증.
  • display(plot_display) bgcolor가 표시되는 컨트롤. 가능한 값은: display.none, display.all. 기본값은 display.all입니다.
  • overlay(const bool) 는 FMZ 플랫폼의 확장 논리입니다. 현재 함수를 주요 이미지 (진정한 true) 또는 하위 이미지 (진정한 false) 에 표시하도록 설정하는 데 사용됩니다. 기본 값은 false입니다. 이 논리가 지정되지 않으면overlay주장strategy또는indicator, 만약strategy또는indicator설정하지 않습니다overlay이 문장은 기본 문자에 따라 처리됩니다.

또한 참조 plot

바콜러

막대기 색을 설정합니다.

barcolor(color, offset, editable, show_last, title, display)

예제

barcolor(close < open ? color.black : color.white)

주장

  • color(시리즈 색상) 막대기의 색상. 당신은 red 또는 #ff001a와 같은 상수를 사용할 수 있습니다. 또한 close >= open 같은 복잡한 표현을 사용할 수 있습니다.color.green : color.red. 주장이 필요해요.
  • offset(series int) 색상 시리즈를 왼쪽 또는 오른쪽으로 이동합니다. 기본값은 0.
  • editable(const bool) true 이면 barcolor 스타일은 Format 대화상에서 편집할 수 있습니다. 기본값은 true 입니다.
  • show_last(input int) 설정된 경우, 차트에서 채워야 하는 바의 수 (최후의 바에서 과거로) 를 정의합니다.
  • display(plot_display) 바 컬러가 표시되는 컨트롤. 가능한 값은: display.none, display.all. 기본값은 display.all입니다.

또한 참조 bgcolor plot fill

오류

호환성errorPINE v4의 함수와 같은runtime.error.

내장 변수

순서

order.ascending

가장 작은 값에서 가장 큰 값까지 배열의 정렬 순서를 결정합니다.

종류sort_order

또한 참조 array.new_float array.sort

order.descending

가장 큰 값에서 가장 작은 값까지 배열의 정렬 순서를 결정합니다.

종류sort_order

또한 참조 array.new_float array.sort

기간

timeframe.isdaily

만약 현재 해상도가 매일 해상도라면 true, 그렇지 않으면 false를 반환합니다.

종류간단한 bool

또한 참조 timeframe.isdwm timeframe.isintraday timeframe.isminutes timeframe.isseconds timeframe.isweekly timeframe.ismonthly

timeframe.isdwm

현재 해상도가 일일, 주간 또는 월간 해상도가라면 true, 그렇지 않으면 false를 반환합니다.

종류간단한 bool

또한 참조 timeframe.isintraday timeframe.isminutes timeframe.isseconds timeframe.isdaily timeframe.isweekly timeframe.ismonthly

timeframe.isintraday

만약 현재 해상도가 내일 (분 또는 초) 해상도라면 true, 그렇지 않으면 false를 반환합니다.

종류간단한 bool

또한 참조 timeframe.isminutes timeframe.isseconds timeframe.isdwm timeframe.isdaily timeframe.isweekly timeframe.ismonthly

timeframe.isminutes

현재 해상도가 분자 해상도라면 true, 그렇지 않으면 false를 반환합니다.

종류간단한 bool

또한 참조 timeframe.isdwm timeframe.isintraday timeframe.isseconds timeframe.isdaily timeframe.isweekly timeframe.ismonthly

timeframe.ismonthly

현재 해상도가 월별 해상도라면 true, 그렇지 않으면 false를 반환합니다.

종류간단한 bool

또한 참조 timeframe.isdwm timeframe.isintraday timeframe.isminutes timeframe.isseconds timeframe.isdaily timeframe.isweekly

timeframe.isseconds

만약 현재 해상도가 2초 해상도라면 true, 그렇지 않으면 false를 반환합니다.

종류간단한 bool

또한 참조 timeframe.isdwm timeframe.isintraday timeframe.isminutes timeframe.isdaily timeframe.isweekly timeframe.ismonthly

timeframe.isweekly

만약 현재 해상도가 주간 해상도라면 true, 그렇지 않으면 false를 반환합니다.

종류간단한 bool

또한 참조 timeframe.isdwm timeframe.isintraday timeframe.isminutes timeframe.isseconds timeframe.isdaily timeframe.ismonthly

timeframe.multiplier

해상도의 곱하기, 예를 들어 60 - 60, D - 1, 5D - 5, 12M - 12.

종류단순 int

또한 참조 syminfo.ticker syminfo.tickerid timeframe.period

timeframe.period

해상도, 예를 들어, 60~60분, 매일, 매주, 매달, 5~5일, 1년, 3개월.

종류간단한 문자열

또한 참조 syminfo.ticker syminfo.tickerid timeframe.multiplier

표시

display.none

그래프가 표시되는 위치를 지정하는 이름의 상수. 어디에도 표시하지 않습니다. 경고 템플릿 메시지에서 사용할 수 있습니다.

종류plot_display

또한 참조 plot plotshape plotchar

display.all

그래프가 어디에 표시되는지 지정하는 이름의 상수입니다.

종류plot_display

또한 참조 plot plotshape plotchar plotarrow plotbar plotcandle

형태

shape.xcross

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.cross

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.triangleup

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.triangledown

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.flag

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.circle

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.arrowup

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.arrowdown

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.labelup

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.labeldown

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.square

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

shape.diamond

플롯 모양의 기능을 위한 형태 스타일.

종류const 문자열

또한 참조 plotshape

색상

color.aqua

색상 #00BCD4의 이름을 가진 상수입니다.

종류const 색상

color.black

색상 #363A45의 이름 변수입니다.

종류const 색상

color.blue

#2962ff 색의 이름 변수입니다.

종류const 색상

color.fuchsia

#E040FB 색의 이름을 가진 상수입니다.

종류const 색상

color.gray

색상 787B86의 이름 변수입니다.

종류const 색상

color.green

색상 #4CAF50의 이름 상수입니다.

종류const 색상

color.lime

색상 #00E676에 대한 이름의 상수입니다.

종류const 색상

color.maroon

색상 #880E4F의 이름 변수입니다.

종류const 색상

color.navy

색상 #311B92의 이름 변수입니다.

종류const 색상

color.olive

색상 #808000의 이름 변수입니다.

종류const 색상

color.orange

색상 #FF9800에 대한 이름의 상수입니다.

종류const 색상

color.purple

색상 #9C27B0의 이름 변수입니다.

종류const 색상

color.red

색상 #FF5252의 이름 변수입니다.

종류const 색상

color.silver

#B2B5BE 색의 이름을 가진 상수입니다.

종류const 색상

color.teal

color.teal

색상 #00897B의 이름 변수입니다.

종류const 색상

color.white

색상 #FFFFFF의 이름형 상수입니다.

종류const 색상

color.yellow

색상 #FFEB3B의 이름 상수입니다.

종류const 색상

플롯

plot.style_line

Line 스타일의 이름형 상수,style그래프 함수의 매개 변수

종류plot_style

또한 참조 plot plot.style_linebr plot.style_stepline plot.style_stepline_diamond plot.style_histogram plot.style_cross plot.style_area plot.style_areabr plot.style_columns plot.style_circles

plot.style_linebr

Line With Breaks 스타일의 이름형 상수,style그래프 함수에서 매개 변수입니다. plot.style_line와 비슷하지만 데이터의 빈칸은 채워지지 않습니다.

종류plot_style

또한 참조 plot plot.style_line plot.style_stepline plot.style_stepline_diamond plot.style_histogram plot.style_cross plot.style_area plot.style_areabr plot.style_columns plot.style_circles

plot.style_histogram

히스토그램 스타일의 이름 상수,style그래프 함수의 매개 변수

종류plot_style

또한 참조 plot plot.style_line plot.style_linebr plot.style_stepline plot.style_stepline_diamond plot.style_cross plot.style_area plot.style_areabr plot.style_columns plot.style_circles

plot.style_columns

Columns 스타일의 이름형 상수,style그래프 함수의 매개 변수

종류plot_style

또한 참조 plot plot.style_line plot.style_linebr plot.style_stepline plot.style_stepline_diamond plot.style_histogram plot.style_cross plot.style_area plot.style_areabr plot.style_circles

plot.style_circles

Circles 스타일의 이름형 상수,style그래프 함수의 매개 변수

종류plot_style

또한 참조 plot plot.style_line plot.style_linebr plot.style_stepline plot.style_stepline_diamond plot.style_histogram plot.style_cross plot.style_area plot.style_areabr plot.style_columns

플롯.스타일_지역

Area 스타일에 대한 이름의 상수,style그래프 함수의 매개 변수

종류plot_style

또한 참조 plot plot.style_line plot.style_linebr plot.style_stepline plot.style_stepline_diamond plot.style_histogram plot.style_areabr plot.style_cross plot.style_columns plot.style_circles

plot.style_areabr

Area With Breaks 스타일의 이름형 상수,style그래프 함수에서 매개 변수입니다. plot.style_area와 비슷하지만 데이터의 공백은 채워지지 않습니다.

종류plot_style

또한 참조 plot plot.style_line plot.style_linebr plot.style_stepline plot.style_stepline_diamond plot.style_histogram plot.style_cross plot.style_area plot.style_columns plot.style_circles

plot.style_cross

크로스 스타일의 이름을 가진 상수,style그래프 함수의 매개 변수

종류plot_style

또한 참조 plot plot.style_line plot.style_linebr plot.style_stepline plot.style_stepline_diamond plot.style_histogram plot.style_area plot.style_areabr plot.style_columns plot.style_circles

plot.style_stepline

Step Line 스타일의 이름형 상수,style그래프 함수의 매개 변수

종류plot_style

또한 참조 plot plot.style_stepline_diamond plot.style_linebr plot.style_histogram plot.style_cross plot.style_area plot.style_areabr plot.style_columns plot.style_circles

plot.style_stepline_diamond

다이아몬드로 스텝 라인 스타일에 대한 이름의 상수,style그래프 함수에서 매개 변수. 그래프.스타일_스테프라인과 비슷하지만 데이터 변경 사항은 다이아몬드 모양으로 표시됩니다.

종류plot_style

또한 참조 plot plot.style_line plot.style_linebr plot.style_histogram plot.style_cross plot.style_area plot.style_areabr plot.style_columns plot.style_circles

위치

location.abovebar

location.abovebar

그래프 모양, 플롯차어 함수의 위치 값. 모양은 주요 시리즈 바 위에 그래프된다.

종류const 문자열

또한 참조 plotshape plotchar location.belowbar location.top location.bottom location.absolute

location.belowbar

그래프 모양, 플롯차어 함수의 위치 값. 모양은 주요 시리즈 바 아래에 그래프됩니다.

종류const 문자열

또한 참조 plotshape plotchar location.abovebar location.top location.bottom location.absolute

location.top

그래프 모양, 플롯차어 함수의 위치 값. 모양은 상위 차트 경계 근처에 그래프된다.

종류const 문자열

또한 참조 plotshape plotchar location.abovebar location.belowbar location.bottom location.absolute

location.bottom

그래프 모양, 플롯차어 함수의 위치 값. 모양은 아래 차트 경계 근처에 그래프된다.

종류const 문자열

또한 참조 plotshape plotchar location.abovebar location.belowbar location.top location.absolute

location.absolute

그래프 모양, 플롯차어 함수의 위치 값. 모양은 가격 좌표로 지표 값을 사용하여 차트에 그려집니다.

종류const 문자열

또한 참조 plotshape plotchar location.abovebar location.belowbar location.top location.bottom

크기

size.auto

size.auto

크기의 값은 그래프 모양, 플롯차어 함수입니다. 모양의 크기는 바의 크기에 자동으로 적응합니다.

종류const 문자열

또한 참조 plotshape plotchar size.tiny size.small size.normal size.large size.huge

size.tiny

크기의 값은 그래프 모양, 그래프차어 함수입니다. 모양의 크기는 항상 작습니다.

종류const 문자열

또한 참조 plotshape plotchar size.auto size.small size.normal size.large size.huge

size.small

크기의 값은 그래프 모양, 그래프 차어 함수입니다. 모양의 크기는 항상 작습니다.

종류const 문자열

또한 참조 plotshape plotchar size.auto size.tiny size.normal size.large size.huge

size.normal

그래프 모양, 플롯차어 함수의 크기 값. 모양의 크기는 항상 정상입니다.

종류const 문자열

또한 참조 plotshape plotchar size.auto size.tiny size.small size.large size.huge

size.large

크기의 값은 그래프 모양, 플롯차어 함수입니다. 모양의 크기가 항상 커집니다.

종류const 문자열

또한 참조 plotshape plotchar size.auto size.tiny size.small size.normal size.huge

size.huge

그래프 모양, 플롯차어 함수의 크기 값

종류const 문자열

또한 참조 plotshape plotchar size.auto size.tiny size.small size.normal size.large

경보

alert.freq_once_per_bar

이름 붙여진 상수freq경보 기능의 매개 변수 바에서 첫 번째 함수 호출은 경보를 유발합니다.

종류const 문자열

또한 참조 alert

경고.freq_all

이름 붙여진 상수freq경보 기능의 매개 변수 모든 함수 호출은 경보를 유발합니다.

종류const 문자열

또한 참조 alert

경고.freq_once_per_bar_close

경고 () 함수의 freq 매개 변수와 함께 사용할 수 있는 이름의 상수. 함수 호출은 실시간 바의 마지막 스크립트 반복 중, 닫을 때만 경고를 유발합니다.

종류const 문자열

또한 참조 alert

형식

format.inherit

이름 붙여진 상수입니다

종류const 문자열

또한 참조 format.price format.volume

format.price

이름 붙여진 상수입니다

종류const 문자열

언급형식이 format.price라면 기본 정밀값이 설정됩니다. 정밀값을 변경하려면 지표 함수의 정밀 함수를 사용할 수 있습니다.

또한 참조 format.inherit format.volume

format.volume

이름 붙여진 상수입니다.

종류const 문자열

또한 참조 format.inherit format.price

syminfo

syminfo.ticker

교환 앞자리가 없는 기호 이름, 예를 들어 MSFT

종류간단한 문자열

또한 참조 syminfo.tickerid timeframe.period timeframe.multiplier

syminfo.tickerid

거래소 앞자리로 표시된 기호 이름, 예를 들어 BATS:MSFT, NASDAQ:MSFT

종류간단한 문자열

또한 참조 syminfo.ticker timeframe.period timeframe.multiplier

syminfo.basecurrency

기호의 기본 통화. 기호 BTCUSD에 대해 BTC을 반환합니다.

종류간단한 문자열

또한 참조 syminfo.currency syminfo.ticker

syminfo.currency

현재 기호의 화폐. 화폐 코드를 반환합니다: USD, EUR

종류간단한 문자열

또한 참조 syminfo.basecurrency syminfo.ticker

syminfo.type

현재 기호의 종류. 가능한 값은 주식, 선물, 지수, 외환, 암호화폐, 펀드,

종류간단한 문자열

또한 참조 syminfo.ticker

syminfo.mintick

현재 기호에 대한 미니 틱 값. FMZ 플랫폼에서 템플릿 매개 변수가격화 통화 정확성Pine Language Trading Class Library에서 실제 주문/백테스트 인터페이스에서 이 값을 제어할 수 있습니다.가격화 통화 정확성설정 2는 거래 시 가격이 두 번째 소수점까지 정확하며 최소 가격 변화 단위는 0.01입니다. syminfo.mintick의 값은 0.01입니다.

종류단순 플로트

또한 참조 syminfo.pointvalue

syminfo.pointvalue

현재 제품의 포인트 값

종류단순 플로트

또한 참조 syminfo.mintick

syminfo.timezone

차트 주요 시리즈의 교환 시간 구역. 가능한 값은 시간표로 참조하십시오.

종류간단한 문자열

또한 참조 timestamp

바스테이트

barstate.islastconfirmedhistory

시장이 닫히면 데이터 세트의 마지막 바에서 스크립트가 실행되는 경우 true 또는 시장이 열려있는 경우 실시간 바를 바로 전하는 바에서 스크립트가 실행되는 경우 false를 반환합니다. 그렇지 않으면 false를 반환합니다.

종류일련 bool

언급이 변수를 사용하는 파인스크립트 코드는 역사와 실시간 데이터에 대해 다르게 계산할 수 있습니다. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.isfirst barstate.islast barstate.ishistory barstate.isrealtime barstate.isnew

barstate.isnew

스크립트가 현재 새로운 바를 계산하고 있다면 true, 그렇지 않으면 false를 반환합니다.

종류일련 bool

언급이 변수를 사용하는 파인스크립트 코드는 역사와 실시간 데이터에 대해 다르게 계산할 수 있습니다. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.isfirst barstate.islast barstate.ishistory barstate.isrealtime barstate.isconfirmed barstate.islastconfirmedhistory

barstate.isfirst

현재 바가 바셋의 첫 번째 바라면 true, 그렇지 않으면 false를 반환합니다.

종류일련 bool

언급이 변수를 사용하는 파인스크립트 코드는 역사와 실시간 데이터에 대해 다르게 계산할 수 있습니다. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.islast barstate.ishistory barstate.isrealtime barstate.isnew barstate.isconfirmed barstate.islastconfirmedhistory

barstate.islast

현재 바가 바셋의 마지막 바라면 true, 그렇지 않으면 false를 반환합니다.

종류일련 bool

언급이 변수를 사용하는 파인스크립트 코드는 역사와 실시간 데이터에 대해 다르게 계산할 수 있습니다. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.isfirst barstate.ishistory barstate.isrealtime barstate.isnew barstate.isconfirmed barstate.islastconfirmedhistory

barstate.ishistory

현재 바가 역사적인 바라면 true, 그렇지 않으면 false를 반환합니다.

종류일련 bool

언급이 변수를 사용하는 파인스크립트 코드는 역사와 실시간 데이터에 대해 다르게 계산할 수 있습니다. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.isfirst barstate.islast barstate.isrealtime barstate.isnew barstate.isconfirmed barstate.islastconfirmedhistory

barstate.isconfirmed

스크립트가 현재 바의 마지막 (폐기) 업데이트를 계산하는 경우 true를 반환합니다. 다음 스크립트 계산은 새로운 바 데이터에 있습니다.

종류일련 bool

언급이 변수를 사용하는 파인스크립트 코드는 역사와 실시간 데이터에 대해 다르게 계산할 수 있습니다. request.security 표현식에서 barstate.isconfirmed를 사용하는 것은 권장되지 않습니다. request.security에서 요청되는 값은 예측할 수 없습니다. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.isfirst barstate.islast barstate.ishistory barstate.isrealtime barstate.isnew barstate.islastconfirmedhistory

barstate.isrealtime

현재 바가 실시간 바라면 true, 그렇지 않으면 false를 반환합니다.

종류일련 bool

언급이 변수를 사용하는 파인스크립트 코드는 역사와 실시간 데이터에 대해 다르게 계산할 수 있습니다. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.isfirst barstate.islast barstate.ishistory barstate.isnew barstate.isconfirmed barstate.islastconfirmedhistory

barstate.time

사용할 수 없습니다.

ta.accdist

축적/분배 지수

종류연쇄 float

ta.iii

일내 강도 지수

종류연쇄 float

예제

// Intraday Intensity Index
plot(ta.iii, color=color.yellow)

// the same on pine
f_iii() =>
    (2 * close - high - low) / ((high - low) * volume)

plot(f_iii())

ta.nvi

음용량 지수

종류연쇄 float

예제

// Negative Volume Index

plot(ta.nvi, color=color.yellow)

// the same on pine
f_nvi() =>
    float ta_nvi = 1.0
    float prevNvi = (nz(ta_nvi[1], 0.0) == 0.0)  ? 1.0: ta_nvi[1]
    if nz(close, 0.0) == 0.0 or nz(close[1], 0.0) == 0.0
        ta_nvi := prevNvi
    else
        ta_nvi := (volume < nz(volume[1], 0.0)) ? prevNvi + ((close - close[1]) / close[1]) * prevNvi : prevNvi
    result = ta_nvi

plot(f_nvi())

ta.pvi

양성 부피 지수

종류연쇄 float

예제

// Positive Volume Index

plot(ta.pvi, color=color.yellow)

// the same on pine
f_pvi() =>
    float ta_pvi = 1.0
    float prevPvi = (nz(ta_pvi[1], 0.0) == 0.0)  ? 1.0: ta_pvi[1]
    if nz(close, 0.0) == 0.0 or nz(close[1], 0.0) == 0.0
        ta_pvi := prevPvi
    else
        ta_pvi := (volume > nz(volume[1], 0.0)) ? prevPvi + ((close - close[1]) / close[1]) * prevPvi : prevPvi
    result = ta_pvi

plot(f_pvi())

ta.obv

밸런스 볼륨

종류연쇄 float

예제

// On Balance Volume
plot(ta.obv, color=color.yellow)

// the same on pine
f_obv() =>
    ta.cum(math.sign(ta.change(close)) * volume)

plot(f_obv())

ta.pvt

가격-용량 트렌드

종류연쇄 float

예제

// Price-Volume Trend
plot(ta.pvt, color=color.yellow)

// the same on pine
f_pvt() =>
    ta.cum((ta.change(close) / close[1]) * volume)

plot(f_pvt())

ta.wad

윌리엄스 축적/분배

종류연쇄 float

예제

// Williams Accumulation/Distribution
plot(ta.wad, color=color.yellow)

// the same on pine
f_wad() =>
    trueHigh = math.max(high, close[1])
    trueLow = math.min(low, close[1])
    mom = ta.change(close)
    gain = (mom > 0) ? close - trueLow : (mom < 0) ? close - trueHigh : 0
    ta.cum(gain)

plot(f_wad())

ta.wvad

윌리엄스 변수 축적/분배

종류연쇄 float

예제

// Williams Variable Accumulation/Distribution
plot(ta.wvad, color=color.yellow)

// the same on pine
f_wvad() =>
    (close - open) / (high - low) * volume

plot(f_wvad())

수학

math.e

오일러의 수에 대한 이름의 상수이다. 2.7182818284590452에 해당한다.

종류const float

또한 참조 math.phi math.pi math.rphi

math.phi

황금비율의 정수입니다. 1.6180339887498948과 같습니다.

종류const float

또한 참조 math.e math.pi math.rphi

math.pi

아키메데스의 상수의 정수이다. 3.1415926535897932에 해당한다.

종류const float

또한 참조 math.e math.phi math.rphi

math.rphi

황금비율의 정수입니다. 0.6180339887498948과 같습니다.

종류const float

또한 참조 math.e math.pi math.phi

전략

strategy.equity

현재 자본 (전략.초기자본 + 전략.순이익 + 전략.공익)

종류연쇄 float

또한 참조 strategy.netprofit strategy.openprofit strategy.position_size

전략.position_size

현재 시장 위치의 방향과 크기. 값이 0보다 크면 시장 위치가 길다. 값이 0보다 작다면 시장 위치가 짧다. 절대 값은 거래 중인 계약/주식/롯/유닛의 수 (상장 크기) 이다.

종류연쇄 float

또한 참조 strategy.position_avg_price

전략.위치_평균_가격

현재 시장 지위의 평균 입시 가격. 시장 지위가 평평하다면, NaN이 반환됩니다.

설명FMZ PINE 스크립트의 평균 가격은 처리 수수료를 포함한 가격입니다. 예를 들어: 주문 가격은 8000, 판매 방향, 양은 1 롯 (단위, 잎), 거래 후 평균 가격은 8000이 아니라 8000보다 낮습니다 (비용에는 처리 수수료가 포함되어 있습니다).

종류연쇄 float

또한 참조 strategy.position_size

strategy.long

장거리 입성

종류전략_방향

또한 참조 strategy.entry strategy.exit

strategy.short

짧은 입점

종류전략_방향

또한 참조 strategy.entry strategy.exit

strategy.closedtrades

전체 거래 기간 동안 종료 된 거래 수

종류시리즈 int

또한 참조 strategy.position_size strategy.opentrades

strategy.opentrades

마켓 포지션 엔트리가 닫히지 않고 여전히 열려있는 경우 0을 반환합니다.

종류시리즈 int

또한 참조 strategy.position_size

strategy.netprofit

완료된 모든 거래의 통화 총 가치

종류연쇄 float

또한 참조 strategy.openprofit strategy.position_size strategy.grossprofit

strategy.grossprofit

완료된 모든 승자 거래의 통화 총 가치

종류연쇄 float

또한 참조 strategy.netprofit

strategy.openprofit

모든 오픈 포지션에 대한 현재 실현되지 않은 이익 또는 손실

종류연쇄 float

또한 참조 strategy.netprofit strategy.position_size

strategy.direction.long

이 전략은 단지 긴 포지션을 개설할 수 있게 합니다.

종류const 문자열

또한 참조 strategy.risk.allow_entry_in

strategy.direction.short

이는 전략이 단위 포지션만 개설할 수 있도록 합니다.

종류const 문자열

또한 참조 strategy.risk.allow_entry_in

strategy.direction.all

이는 전략이 긴 포지션과 짧은 포지션을 모두 개설할 수 있도록 합니다.

종류const 문자열

또한 참조 strategy.risk.allow_entry_in

일주간

일주간

교환 시간대에서 현재 바 시간으로 주일.

종류시리즈 int

언급이 변수는 바가 열리는 시간에 따라 하루를 반환하는 것을 유의하십시오. 하루 동안의 세션 (예: 월요일 세션이 일요일 17:00에 시작되는 EURUSD) 에서이 값은 거래 날보다 1 더 낮을 수 있습니다. 비교를 위해 dayofweek.sunday, dayofweek.monday, dayofweek.tuesday, dayofweek. wednesday, dayofweek.thursday, dayofweek.friday 및 dayofweek.saturday 변수를 사용할 수 있습니다.

또한 참조 time dayofmonth

dayofweek.sunday

dayofweek 함수의 값과 dayofweek 변수의 값을 반환하는 이름의 상수입니다.

종류const int

또한 참조 dayofweek.monday dayofweek.tuesday dayofweek.wednesday dayofweek.thursday dayofweek.friday dayofweek.saturday

dayofweek.monday

dayofweek 함수의 값과 dayofweek 변수의 값을 반환하는 이름의 상수입니다.

종류const int

또한 참조 dayofweek.sunday dayofweek.tuesday dayofweek.wednesday dayofweek.thursday dayofweek.friday dayofweek.saturday

dayofweek.tuesday

dayofweek 함수의 값과 dayofweek 변수의 값을 반환하는 이름의 상수입니다.

종류const int

또한 참조 dayofweek.sunday dayofweek.monday dayofweek.wednesday dayofweek.thursday dayofweek.friday dayofweek.saturday

dayofweek.wednesday

dayofweek 함수의 값과 dayofweek 변수의 값을 반환하는 이름의 상수입니다.

종류const int

또한 참조 dayofweek.sunday dayofweek.monday dayofweek.tuesday dayofweek.thursday dayofweek.friday dayofweek.saturday

dayofweek.thursday

dayofweek 함수의 값과 dayofweek 변수의 값을 반환하는 이름의 상수입니다.

종류const int

또한 참조 dayofweek.sunday dayofweek.monday dayofweek.tuesday dayofweek.wednesday dayofweek.friday dayofweek.saturday

dayofweek.friday

dayofweek 함수의 값과 dayofweek 변수의 값을 반환하는 이름의 상수입니다.

종류const int

또한 참조 dayofweek.sunday dayofweek.monday dayofweek.tuesday dayofweek.wednesday dayofweek.thursday dayofweek.saturday

dayofweek.saturday

dayofweek 함수의 값과 dayofweek 변수의 값을 반환하는 이름의 상수입니다.

종류const int

또한 참조 dayofweek.sunday dayofweek.monday dayofweek.tuesday dayofweek.wednesday dayofweek.thursday dayofweek.friday

선.스타일_다시

직선 함수의 점선형에 대한 정수입니다.

종류hline_style

또한 참조 hline.style_solid hline.style_dotted

선.스타일_점점

선.스타일_점점

직선함수의 점 모양의 직선형에 대한 정수입니다.

종류hline_style

또한 참조 hline.style_solid hline.style_dashed

hline.style_solid

직선 함수의 고형 선형에 대한 정수입니다.

종류hline_style

또한 참조 hline.style_dotted hline.style_dashed

배수

barmerge.gaps_on

요청 된 데이터에 대한 통합 전략. 데이터는 가능한 격차 (na 값) 와 함께 통합됩니다.

종류barmerge_gaps

또한 참조 request.security barmerge.gaps_off

barmerge.gaps_off

요청된 데이터에 대한 통합 전략. 데이터는 빈틈없이 지속적으로 통합되며, 모든 빈틈은 이전 가장 가까운 기존 값으로 채워집니다.

종류barmerge_gaps

또한 참조 request.security barmerge.gaps_on

바메르지.lookhead_on

요청된 데이터 위치에 대한 통합 전략. 요청된 바셋은 열기 시간에 따라 바를 정렬하는 순서로 현재 바셋과 통합됩니다. 이러한 통합 전략은 역사에 대한 계산에서 미래에서 데이터를 얻는 바람직하지 않은 효과를 초래할 수 있습니다. 이것은 백테스팅 전략에서 허용되지 않지만 지표에서 유용 할 수 있습니다.

종류barmerge_lookahead

또한 참조 request.security barmerge.lookahead_off

barmerge.lookahead_off

요청된 데이터 위치에 대한 통합 전략. 요청된 바셋은 종료 시간에 의해 정렬 바의 순서로 현재 바셋과 통합됩니다. 이 통합 전략은 역사에 대한 계산에서 미래에서 데이터를 얻는 효과를 비활성화합니다.

종류barmerge_lookahead

또한 참조 request.security barmerge.lookahead_on

다른 것

hl2

(최고 가격 + 최저 가격) /2의 지름길입니다.

종류연쇄 float

또한 참조 open high low close volume time hlc3 hlcc4 ohlc4

HLC3

(최고 가격 + 최저 가격 + 종료 가격) /3의 단축키입니다.

종류연쇄 float

또한 참조 open high low close volume time hl2 hlcc4 ohlc4

hlcc4

(최고 가격 + 최저 가격 + 종료 가격 + 종료 가격) /4.

종류연쇄 float

또한 참조 open high low close volume time hl2 hlc3 ohlc4

ohlc4

이것은 (개시 가격 + 최고 가격 + 최저 가격 + 종료 가격) /4의 지름길입니다.

종류연쇄 float

또한 참조 open high low close volume time hl2 hlc3 hlcc4

이중.NaN 값 (숫자가 아닙니다)

종류간단합니다

예제

// na
plot(bar_index < 10 ? na : close)    // CORRECT
plot(close == na ? close[1] : close)    // INCORRECT!
plot(na(close) ? close[1] : close)    // CORRECT

언급반환 값에 대해서만 사용하세요. 그것과 비교하려고 시도하지 마세요! 어떤 값이 NaN인지 확인하려면 내장 함수 na를 사용하세요.

또한 참조 na

bar_index

현재 바 인덱스. 번호는 0에 기초하고, 첫 번째 바의 인덱스는 0입니다.

종류시리즈 int

예제

// bar_index
plot(bar_index)
plot(bar_index > 5000 ? close : 0)

언급bar_index가 버전 4에서 n 변수를 대체했다는 점에 유의하십시오. 바 인덱싱이 첫 번째 역사 바에서 0에서 시작된다는 점에 유의하십시오. 이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 barstate.isfirst barstate.islast barstate.isrealtime

last_bar_index

마지막 차트 바의 바 인덱스. 바 인덱스는 첫 번째 바에서 0에서 시작합니다.

종류시리즈 int

예제

strategy("Mark Last X Bars For Backtesting", overlay = true, calc_on_every_tick = true)
lastBarsFilterInput = input.int(100, "Bars Count:")
// Here, we store the 'last_bar_index' value that is known from the beginning of the script's calculation.
// The 'last_bar_index' will change when new real-time bars appear, so we declare 'lastbar' with the 'var' keyword.
var lastbar = last_bar_index
// Check if the current bar_index is 'lastBarsFilterInput' removed from the last bar on the chart, or the chart is traded in real-time.
allowedToTrade = (lastbar - bar_index <= lastBarsFilterInput) or barstate.isrealtime
bgcolor(allowedToTrade ? color.new(color.green, 80) : na)

반환닫힌 시장의 마지막 역사 바 인덱스 또는 개방된 시장의 실시간 바 인덱스

언급이 변수를 사용하면 지표가 다시 칠 될 수 있습니다.

또한 참조 bar_index last_bar_time barstate.ishistory barstate.isrealtime

시간

UNIX 형식의 현재 바 시간. 1970년 1월 1일 00:00:00 UTC 이후 흘렀던 밀리 초수량이다.

지금

UNIX 형식의 현재 시간. 1970년 1월 1일 00:00:00 UTC 이후 지나간 밀리 초수량이다.

종류시리즈 int

언급이 변수/함수를 사용하면 지표가 다시 칠될 수 있습니다.

또한 참조 timestamp time dayofmonth dayofweek

종류시리즈 int

언급이 변수는 바가 열리는 시간에 따라 시간표를 반환한다는 점에 유의하십시오. 그 때문에, 오버나이트 세션 (예: 월요일 세션이 일요일, 17:00에 시작되는 EURUSD) 에서이 변수는 거래일의 지정된 날짜 이전 시간을 반환 할 수 있습니다. 예를 들어, EURUSD에서, dayofmonth(시간) 은 거래일의 날짜보다 1이 낮을 수 있습니다.

또한 참조 time dayofmonth dayofweek

1년

교환 시간대에서 현재 바 연도

종류시리즈 int

언급이 변수는 바가 열리는 시간 기준으로 해를 반환한다는 점에 유의하십시오. 오버나이트 세션 (예: 월요일 세션이 일요일, 17:00에 시작되는 EURUSD) 에서 이 값은 거래 날의 해보다 1로 낮을 수 있습니다.

또한 참조 year time month weekofyear dayofmonth dayofweek hour minute second

교환 시간대에서 현재 바 달.

종류시리즈 int

언급이 변수는 바가 열리는 시간에 기초하여 달을 반환한다는 점에 유의하십시오. 오버나이트 세션 (예: 월요일 세션이 일요일, 17:00에 시작되는 EURUSD) 에서이 값은 거래 날의 달보다 1로 낮을 수 있습니다.

또한 참조 month time year weekofyear dayofmonth dayofweek hour minute second

시간

교환 시간대에서 현재 바 시간.

종류시리즈 int

또한 참조 hour time year month weekofyear dayofmonth dayofweek minute second

1분

교환 시간대에서 현재 바 분.

종류시리즈 int

또한 참조 minute time year month weekofyear dayofmonth dayofweek hour second

두 번째

교환 시간대에서 현재 바 초입니다.

종류시리즈 int

또한 참조 second time year month weekofyear dayofmonth dayofweek hour minute

열렸어

현재 오픈 가격

종류연쇄 float

언급이전 값은 사각형 괄호 연산자 [], 예를 들어 open[1], open[2]로 액세스 할 수 있습니다.

또한 참조 high low close volume time hl2 hlc3 hlcc4 ohlc4

높은

현재 가장 높은 가격입니다.

종류연쇄 float

언급이전 값은 제곱括弧 연산자 [], 예를 들어 high[1], high [2]로 액세스 할 수 있습니다.

또한 참조 open low close volume time hl2 hlc3 hlcc4 ohlc4

낮은

현재 가장 낮은 가격입니다.

종류연쇄 float

언급이전 값은 제곱括弧 연산자 [], 예를 들어 low[1], low [2]로 액세스 할 수 있습니다.

또한 참조 open high close volume time hl2 hlc3 hlcc4 ohlc4

가까이

현재 바가 닫히면 닫는 가격 또는 아직 완전하지 않은 실시간 바의 마지막 거래 가격.

종류연쇄 float

언급이전 값은 제곱괄호 연산자 [], 예를 들어 close[1], close [2]로 액세스 할 수 있습니다.

또한 참조 open high low volume time hl2 hlc3 hlcc4 ohlc4

부피

현재 바 부피

종류연쇄 float

언급이전 값은 제곱괄호 연산자 [], 예를 들어 부피[1], 부피 [2]로 액세스 할 수 있습니다.

또한 참조 open high low close time hl2 hlc3 hlcc4 ohlc4

1주년

교환 시간대에 있는 현재 바 시간의 주 번호.

종류시리즈 int

언급이 변수는 바가 열리는 시간 기준으로 주기를 반환하는 것을 참고하십시오. 오버나이트 세션 (예: 월요일 세션이 일요일 17:00에 시작되는 EURUSD) 에서이 값은 거래 날의 주보다 1로 낮을 수 있습니다.

또한 참조 weekofyear time year month dayofmonth dayofweek hour minute second

달의 날

교환 시간대에 있는 현재 바 시간 날짜.

종류시리즈 int

언급이 변수는 바가 열리는 시간에 기초하여 하루를 반환하는 것을 참고하십시오. 하루 동안의 세션 (예: 월요일 세션이 일요일 17:00에 시작되는 EURUSD) 에서이 값은 거래 날보다 1 더 낮을 수 있습니다.

또한 참조 time dayofweek


더 많은

구걸자왜 전략 광장 복제 피인 전략이 현실화되지 않는지

발명가들의 수량화 - 작은 꿈자, 우리는 그것을 확인합니다.

구걸자의 최적화된 트렌드 트래커

발명가들의 수량화 - 작은 꿈안녕하세요, 구체적으로 어떤 전략이 있을까요?