wintonbanks

B A N K $ - Advanced Session Ranges

wintonbanks アップデート済   
This is a simple indicator that has been designed to aid intraday trading and has a few components;

Key Features
  • Session Ranges + Optimal Exit Time
  • Asia Pip Range
  • New York Midnight Open Line



Session Ranges + Optimal Exit Time
Information ℹ️
This is a visual depiction of the 3 main sessions in the markets. Asia, London & New York. The default timings are set to perfectly align with each session however the Start & End times for each session can be changed in the settings. (I've added a website on the tooltip to easily convert timezones)
I have also added a 4th session range called "Optimal Exit Time". This is statistically the most probable time window for the opposite High / Low of Day to form is within this window. It helps the trader understand when they should look to take profit.

How It Works 🔑
The indicator automatically maps on two lines for the High & Low of the range between the selected Start & End time, it also colours the background.
The individual lines & background can be toggled & customised to the traders preference.



Asia Pip Range
Information ℹ️
This displays the Asia Range in pips beneath the Asia Session Low.

How It Works 🔑
This calculates the distance between the Asia High - Asia Low in pips. It will automatically recalibrate to the timings the trader sets in the settings if they change the Start / End.



New York Midnight Open Line
Information ℹ️
This helps look for Buys beneath the line for a Bullish Expansion day 📈 & Sells above the line for a Bearish Expansion day 📉

How It Works 🔑
This adds a horizontal line to the chart that is anchored to New York Midnight Open (00:00) by default. It can be changed in the settings in required. You can also toggle on the time being shown above the line.
リリースノート:
The original code was showing the NYMO line on higher timeframes when it shouldn't be visible on anything over the 1h.

➕ I've now added a new line of code;
isAllowedTimeframe = timeframe.isintraday and timeframe.multiplier <= 60
&
if (iMDisplay and isAllowedTimeframe)
.

This means that now the New York Midnight Open line is now only visible up to and including the 60 minute timeframe.
リリースノート:
The ASR text sometimes looked messy when viewing on the 1h chart because the text was overlapping with candles. I have added a toggle option that allows you to choose between showing the Asia Pip Range on the 1h chart or not. The default setting is to disable this to keep the charts clean.

"false" can be changed to "true" to have the setting enabled by default.
showOn60Min = input(false, "Asia Pip Range Visible on 1h", group="Sessions")

オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

チャートでこのスクリプトを利用したいですか?