TradingView
boitoki
2019년 9월 23일 오후 1시 36분

FX Market Sessions 

GBP/JPYOANDA

설명

FXマーケットの時間帯ごとに枠で囲むインジケーターです。
60分足以下で有効となります。

릴리즈 노트

  • 1分足ではエラーになるので、3分足以上を有効とするよう変更しました
  • 色をいくつか追加しました

릴리즈 노트

- Added a feature "Show New High/Low of Its Sessions?"

セッション内で高値安値の更新があったところに背景色をつけられるよう追加しました。

릴리즈 노트

  • Added a feature "Selecting the Rectangle Line Style".
  • Changed: "New High/Low Backgrounds is changed to works on realtime only".

릴리즈 노트

  • Changed the fixed session times and labels to input
  • Added Fibonacci lines
  • Removed a switch of realtime, always painting in realtime

릴리즈 노트

  • Added Opening Range option.
  • Removed New High/Low Background colors option.
  • Removed Fibonacci lines option.

    This Opening Range High and Low is calculated at 30 minutes from the market started.

릴리즈 노트

Modified what drawing lines was not well.

릴리즈 노트

  • Added an option that set color of each sessions.
  • Added the alerts when session is started and ended.
  • And added some options.

릴리즈 노트

Using `box.new()`

릴리즈 노트

릴리즈 노트

  • Added an option "Opening range's lookback periods"
  • Added alerts "Opening range breakout" (and Its visualization).

릴리즈 노트

Modified (added `max_bars_back` in study funcsion)

릴리즈 노트

  • Added an option "Extends Forwards"
  • Added an option "Show history"
  • Removed an option "Background colors". If you want no background, set the "Background opacity" to 100.


Example 1
When the "Extends Forwards" is checked.
(and in this case "Show history" is always unchecked.)


Example 2
When the "Show history" is unchecked.

릴리즈 노트

Changed the default settings.
  • The "Extends forwards" is unchecked on default.

릴리즈 노트

  • Changed to be able to set "Extends" for each section
  • And you can choice "Extends" or "Extends + End line"
  • Removed an option "Show History"
  • Added an option "Opening Range Line Style"
  • Could be displayed on 1 min TF


Example:
The blue one is that selected "Extends + End line".
The red one is that selected "Extends".


릴리즈 노트

  • Solved the alert message 'get_posTopAndBottom...'
  • Added an option "Fibonacci lines" (Experimental feature)
  • Moved an option "Opening Range"


Example: Fibonacci lines

릴리즈 노트

  • Solved the study error. (Added "max_lines_count")

릴리즈 노트

  • Migrated to Pine script v5.
  • Added an option "Progress".
  • Added a changed value on labels.
  • Opening range's style changed.

릴리즈 노트

  • Changed the closed icon.
  • Changed to prevent negative values from entering the bracket.

릴리즈 노트

Added the "HTF Candles"

Example:

릴리즈 노트

Added an options "Display" and "Extend" on the HTF Candles.
You can choose between "Only today", "Only previous day", and "All".
The "Extend" option is only applied when you select "Only previous day".

Example:

릴리즈 노트

Added an option "Display" on HTF Candle.
You can choose to display "Close-Open only", "High-Low only", or "Both".

릴리즈 노트

Changed the minimum line thickness from 1 to 0.

릴리즈 노트

  • Changed the method of calculating the x-coordinate of a box.
  • Removed the HTF (It plan to move on to other indicator)


릴리즈 노트

Removed an options 'Closed icon'.
This is not necessary since the box is always displayed until the end time.

릴리즈 노트

Added the options "Oscillator mode".

Example:

릴리즈 노트

Added alerts that's "Price crossed the session's High/Low after session closed".

릴리즈 노트

Changed the option about "Labels".
  • Changed the selection method.
  • Added an option "Day".


Example:

릴리즈 노트

Fixed an issue that the 1st candle of session was not wrapped in the box.

릴리즈 노트

The calculation of the periods of the Opening-range has been improved.

릴리즈 노트

  • Modified the period calculation for Opening-range.
  • Removed the display conditions by timeframe

릴리즈 노트

Changed the default value of session time based on "Babypips.com's forex market hours".

릴리즈 노트

Fixed drawing issue.

릴리즈 노트

  • Added an option "Candle"
  • Removed an option "Filled area"


Example: Candle

릴리즈 노트

Added "GMT+430" and "GMT+330" time zones.

릴리즈 노트

Added "GMT+530" time zones.

릴리즈 노트

- Added one more session
- Changed the history setting to number
- Added an option of the box display style 'Sandwich'

릴리즈 노트

Restore the "alert visualized" option.

릴리즈 노트

  • Added an option "Bar" in each sessions.


Example:

릴리즈 노트

Removed max value of history

릴리즈 노트


  • Added an option "Dots" on open and close
  • Added an option "shadowing"
  • fixed bugs
  • code refactoring

릴리즈 노트


  • Added "Information table".
  • Opening range design improved.
  • Removed shadowing.

릴리즈 노트


  • "information table" improved.

릴리즈 노트


  • Bug fixed
  • Added price label to opening range

릴리즈 노트

  • Bug fixed.
  • Added an option to box style.

릴리즈 노트

Added an option "average period" for the information table.

릴리즈 노트

Added an option "include the latest bar in Session end".
코멘트
xsparro
thanks for being a champ! and share your codes
boitoki
@TiX00E, Thank you!
ShojinRyori
Simply brilliant...
boitoki
@ShojinRyori, Thank you!
Lightwork_
Can you add 'Show Last X'? So that only 1 most recent box shows?

And also can you point please to a line that allows for a box to print the
boitoki
@Lightwork_, Thank you!
To display only the recent one, set History to "No" in the settings.

> And also can you point please to a line that allows for a box to print the
I'm not good at English so I could not understand it. Do you want to print on paper?
Lightwork_
@boitoki, thank you!

For the 'line' I mean the line in CODE that makes the box appear in full size even before session ended.
Very handy.
boitoki
@Lightwork_, ok.
It's in the "f_render_session" function at line 327.
studentspower
boitoki
@studentspower, Thank you!
더보기