hatgit / forex-gpt

ForexGPT presents Forex Rates: Advanced Natural Language Processing for Currency Markets. Gain insights, sentiment evaluation, and text completion using the power of language models.
https://forex-gpt.ai
MIT License
12 stars 4 forks source link

Timestamp offset UTC versus users local time, issue when asking for 1minute granularity #1

Open hatgit opened 1 year ago

hatgit commented 1 year ago

errors can trigger when asking for one-minute data as request appears to be in the future, versus the UTC time of API server. Interim solution is for user to specify their local time (i.e. it is 12:56am EST where I am) when submitting prompt. This may be only option as Chat-GPT cannot geo-detect where user is.

hatgit commented 1 year ago

For example, the prompt: What is the overall sentiment for the EURUSD currency pair using bid prices on one-minute candles for the last 120 minutes? may fail, but telling Chat-GPT what my local time is when making the request allows it to work: if the current time is 938am EST where I am, what is the overall sentiment for the EURUSD currency pair using bid prices on one-minute candles for the last 120 minutes?