The daily chart showing closing prices reveals a pattern of ascending lows and a resistance level of 5.900 which has developed over the past 8 days. The volatility, especially during after-hours trading, makes discerning a meaningful pattern out of the candles difficult, so an orange line tracing the closing prices was added for closing price analysis.
The script for tracing closing price is very simple:
study("Closing Price", overlay=true)
plot(close)