This GPT uses a read-only Action to fetch indicator values for specific stock tickers from my Google Sheet via a token-protected Google Apps Script endpoint.
Data in: Ticker symbols the user asks about.
Data fetched: Indicator rows for that ticker (e.g., EMA, RSI, MACD, ADX, ATR, Elder impulse, BB).
Data use: Solely to compute an educational interpretation (buy / not buy guidance).
Retention: The GPT does not store fetched rows; the sheet itself resides in my Google account. Logs may exist on the Apps Script side as configured by me.
Sharing: No third parties receive the data except the OpenAI runtime executing the Action call.
Security: The endpoint requires a secret token; the sheet is read-only.
Contact: me@krishmuralieswar.com