PineScript Indicator Tweaks
Budget: $100 – $300 USD
Indicator Updates
Asian Session Range
Here we need to get Highs and Lows from specific time range: 19:00 – 00:00 always NY Local time.
** NY Timezone has two different time offsets UTC-5 & UTC-4. Indicator should switch automatically.
There can be 2 approaches for development:
- only display levels for the most recent range
- possibility to determine how many days in history we can look back and calculate levels and their liquidations accordingly
Example for Today:
This levels should not be shown above 1H timeframe.
Previous Month High & Low
Similar logic to what we have for previous Weekly High/Low and Previous Day High/Low, but calculating Highest price of previous month and lowest price of precious month.
Levels can be liquidated.
Should use pair timezone.
Correct levels can be determined and validated by marking them from previous monthly candle.
This levels should not be shown above Daily timeframe.
Add level/liquidation configuration to indicator settings
Add possibility to configure liquidated and not liquidated text for every level separately
.. and so on.
Simple text fields.
Asian Session Range
Here we need to get Highs and Lows from specific time range: 19:00 – 00:00 always NY Local time.
** NY Timezone has two different time offsets UTC-5 & UTC-4. Indicator should switch automatically.
There can be 2 approaches for development:
- only display levels for the most recent range
- possibility to determine how many days in history we can look back and calculate levels and their liquidations accordingly
Example for Today:
This levels should not be shown above 1H timeframe.
Previous Month High & Low
Similar logic to what we have for previous Weekly High/Low and Previous Day High/Low, but calculating Highest price of previous month and lowest price of precious month.
Levels can be liquidated.
Should use pair timezone.
Correct levels can be determined and validated by marking them from previous monthly candle.
This levels should not be shown above Daily timeframe.
Add level/liquidation configuration to indicator settings
Add possibility to configure liquidated and not liquidated text for every level separately
.. and so on.
Simple text fields.