<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><link href="/css/global.css" rel="stylesheet"><title>TYL Forecast & Prediction for December 22, 2024 Tyler Technologies Inc.</title><link rel="canonical" href="https://finquota.com/TYL/forecast/"><meta name="description" content="TYL Tyler Technologies Inc. Forecast & Prediction for December 22, 2024 – Essential Stocks Market Insights and Trends."><meta name="robots" content="index, follow"><meta property="og:title" content="TYL Forecast & Prediction for December 22, 2024 Tyler Technologies Inc."><meta property="og:type" content="article"><meta property="og:image" content="https://cdn.finquota.com/graph/TYL_graph.png?1734834600"><meta property="og:url" content="https://finquota.com/TYL/forecast/"><meta name="twitter:creator" content="@FinQuota"><link rel="icon" type="image/png" href="https://finquota.com/favicon.png"><link rel="shortcut icon" href="https://finquota.com/favicon.ico"><meta name="twitter:image" content="https://cdn.finquota.com/graph/TYL_graph.png?1734834600"><meta name="twitter:title" content="TYL Forecast & Prediction for December 22, 2024 Tyler Technologies Inc."><meta name="twitter:description" content="TYL Tyler Technologies Inc. Forecast & Prediction for December 22, 2024 – Essential Stocks Market Insights and Trends."><link rel="stylesheet" href="/_astro/@astrojs.B8LXVWhN.css">
<link rel="stylesheet" href="/_astro/react-toastify.BE4BdE5o.css">
<style>._37H-w{display:inline-flex}._1H33u{display:flex;justify-content:center;align-items:center;align-self:center}
</style><script type="module" src="/_astro/hoisted.YjtFZ5sq.js"></script>
<script type="module" src="/_astro/page.D4HYt2AD.js"></script>
<script>!(function(w,p,f,c){if(!window.crossOriginIsolated && !navigator.serviceWorker) return;c=w[p]=Object.assign(w[p]||{},{"lib":"/~partytown/","debug":false});c[f]=(c[f]||[]).concat(["dataLayer.push"])})(window,'partytown','forward');/* Partytown 0.10.2 - MIT builder.io */
const t={preserveBehavior:!1},e=e=>{if("string"==typeof e)return[e,t];const[n,r=t]=e;return[n,{...t,...r}]},n=Object.freeze((t=>{const e=new Set;let n=[];do{Object.getOwnPropertyNames(n).forEach((t=>{"function"==typeof n[t]&&e.add(t)}))}while((n=Object.getPrototypeOf(n))!==Object.prototype);return Array.from(e)})());!function(t,r,o,i,a,s,c,d,l,p,u=t,f){function h(){f||(f=1,"/"==(c=(s.lib||"/~partytown/")+(s.debug?"debug/":""))[0]&&(l=r.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(v,1e4),r.addEventListener("pt0",w),a?y(1):o.serviceWorker?o.serviceWorker.register(c+(s.swPath||"partytown-sw.js"),{scope:c}).then((function(t){t.active?y():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&y()}))}),console.error):v())))}function y(e){p=r.createElement(e?"script":"iframe"),t._pttab=Date.now(),e||(p.style.display="block",p.style.width="0",p.style.height="0",p.style.border="0",p.style.visibility="hidden",p.setAttribute("aria-hidden",!0)),p.src=c+"partytown-"+(e?"atomics.js?v=0.10.2":"sandbox-sw.html?"+t._pttab),r.querySelector(s.sandboxParent||"body").appendChild(p)}function v(n,o){for(w(),i==t&&(s.forward||[]).map((function(n){const[r]=e(n);delete t[r.split(".")[0]]})),n=0;n<l.length;n++)(o=r.createElement("script")).innerHTML=l[n].innerHTML,o.nonce=s.nonce,r.head.appendChild(o);p&&p.parentNode.removeChild(p)}function w(){clearTimeout(d)}s=t.partytown||{},i==t&&(s.forward||[]).map((function(r){const[o,{preserveBehavior:i}]=e(r);u=t,o.split(".").map((function(e,r,o){var a;u=u[o[r]]=r+1<o.length?u[o[r]]||(a=o[r+1],n.includes(a)?[]:{}):(()=>{let e=null;if(i){const{methodOrProperty:n,thisObject:r}=((t,e)=>{let n=t;for(let t=0;t<e.length-1;t+=1)n=n[e[t]];return{thisObject:n,methodOrProperty:e.length>0?n[e[e.length-1]]:void 0}})(t,o);"function"==typeof n&&(e=(...t)=>n.apply(r,...t))}return function(){let n;return e&&(n=e(arguments)),(t._ptf=t._ptf||[]).push(o,arguments),n}})()}))})),"complete"==r.readyState?h():(t.addEventListener("DOMContentLoaded",h),t.addEventListener("load",h))}(window,document,navigator,top,window.crossOriginIsolated);;(e=>{e.addEventListener("astro:before-swap",e=>{let r=document.body.querySelector("iframe[src*='/~partytown/']");if(r)e.newDocument.body.append(r)})})(document);</script></head> <body class="bg-gray-50 dark:bg-slate-900"> <script>
const HSThemeAppearance = {
init() {
const defaultTheme = 'auto'
let theme = localStorage.getItem('hs_theme') || defaultTheme
if (document.querySelector('html').classList.contains('dark')) return
this.setAppearance(theme)
},
setCookie(name, value, days) {
let expires = "";
if (days) {
let date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/; SameSite=None; Secure";
},
_resetStylesOnLoad() {
const $resetStyles = document.createElement('style')
$resetStyles.innerText = `*{transition: unset !important;}`
$resetStyles.setAttribute('data-hs-appearance-onload-styles', '')
document.head.appendChild($resetStyles)
return $resetStyles
},
setAppearance(theme, saveInStore = true, dispatchEvent = true) {
const $resetStylesEl = this._resetStylesOnLoad()
if (theme === 'auto') {
theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default'
}
if (saveInStore) {
this.setCookie("hs_theme", theme)
localStorage.setItem('hs_theme', theme)
}
document.querySelector('html').classList.remove('dark')
document.querySelector('html').classList.remove('default')
document.querySelector('html').classList.remove('auto')
document.querySelector('html').classList.add(this.getOriginalAppearance())
setTimeout(() => {
$resetStylesEl.remove()
})
if (dispatchEvent) {
window.dispatchEvent(new CustomEvent('on-hs-appearance-change', {detail: theme}))
}
},
getAppearance() {
let theme = this.getOriginalAppearance()
if (theme === 'auto') {
theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default'
}
return theme
},
getOriginalAppearance() {
const defaultTheme = 'default'
return localStorage.getItem('hs_theme') || defaultTheme
}
}
HSThemeAppearance.init()
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => {
if (HSThemeAppearance.getOriginalAppearance() === 'auto') {
HSThemeAppearance.setAppearance('auto', true)
}
})
window.addEventListener('load', () => {
const $clickableThemes = document.querySelectorAll('[data-hs-theme-click-value]')
const $switchableThemes = document.querySelectorAll('[data-hs-theme-switch]')
$clickableThemes.forEach($item => {
$item.addEventListener('click', () => HSThemeAppearance.setAppearance($item.getAttribute('data-hs-theme-click-value'), true, $item))
})
$switchableThemes.forEach($item => {
$item.addEventListener('change', (e) => {
HSThemeAppearance.setAppearance(e.target.checked ? 'dark' : 'default')
})
$item.checked = HSThemeAppearance.getAppearance() === 'dark'
})
window.addEventListener('on-hs-appearance-change', e => {
$switchableThemes.forEach($item => {
$item.checked = e.detail === 'dark'
})
})
})
</script> <header class="flex flex-wrap sm:justify-start sm:flex-nowrap bg-gray-100 z-50 w-full dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7] border-b border-gray-700 text-sm py-2.5 sm:py-4"> <nav class="flex basis-full items-center w-full mx-auto px-4 sm:px-6 lg:px-8" aria-label="Global"> <div class="me-5 md:me-8 flex items-center justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 dark:text-slate-100 text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl ml-1 dark:text-slate-100 font-semibold text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
FinQuota.com
</a> </div> <div id="navbar-offcanvas-example" class="hidden lg:block xl:block md:block hs-overlay mr-4 hs-overlay-open:translate-x-0 -translate-x-full fixed top-0 start-0 transition-all duration-300 transform h-full max-w-xs w-full z-[60] border-e basis-full grow sm:order-2 sm:static sm:h-auto sm:max-w-none sm:w-auto sm:border-r-transparent sm:transition-none sm:translate-x-0 sm:z-40 sm:basis-auto dark:border-r-gray-700 sm:dark:border-r-transparent" tabindex="-1" data-hs-overlay-close-on-resize> <div class="flex flex-col gap-y-4 gap-x-0 mt-5 sm:flex-row sm:items-center sm:justify-end sm:gap-y-0 sm:gap-x-7 sm:mt-0 sm:ps-7"> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/" aria-current="page">Home</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/news/" aria-current="page">News</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/screener/" aria-current="page">Screener</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/backtest/" aria-current="page">Backtests</a> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-tools" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
Tools
<svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/compare/">
Compare Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/dividend/">
Dividend Calculator
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/option/">
Options Calculator
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/holidays/nyse/">
NYSE Holidays
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/holidays/nasdaq/">
NASDAQ Holidays
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/earning-calendar/">
Earnings Calendar
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/widgets/">
Widgets
</a> </div> </div> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-basic-dr" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
Filter
<svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Dividend Stocks
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/dividend-stocks/united-states/">
US Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/monthly-dividend-stocks/">
Monthly Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/annual-dividend-stocks/">
Annual Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/quarterly-dividend-stocks/">
Quarterly Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/semi-annual-dividend-stocks/">
Semi-Annual Dividend Stocks
</a> </div> </div> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/penny/">
Best Penny Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/undervalued/">
Undervalued Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/new/">
New Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/uptrend-stocks/">
Uptrend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/uptrend-stocks/penny/">
Uptrend Penny Stocks
</a> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Blue Chip
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/high-dividends/">
Blue Chip Stocks With High Dividends
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-10/">
Blue Chip Under $10
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-20/">
Blue Chip Under $20
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-50/">
Blue Chip Under $50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/undervalued/">
Undervalued Blue Chip Stocks
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Cap
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/small-cap/">
Best Small Cap
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/micro-cap/">
Best Micro Cap
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/mid-cap/">
Best Mid Cap
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/large-cap/">
Best Large Cap
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Sector
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/oil/">
Oil Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/energy/">
Energy Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/technology/">
Technology Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/ai/">
AI Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pharma/">
Pharma Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/financial/">
Financial Stocks
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Price
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-200/">
Under $200
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-100/">
Under $100
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-50/">
Under $50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-20/">
Under $20
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-10/">
Under $10
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-5/">
Under $5
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-1/">
Under $1
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By 52 Week Range
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low/">
Best 52 Week Low
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-nasdaq/">
Best 52 Week Nasdaq Low
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-nyse/">
Best 52 Week NYSE Low
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-penny/">
Best 52 Week Low Penny
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/blue-chip-52-week-low/">
Best 52 Week Low Blue Chip
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high/">
Best 52 Week High
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-nasdaq/">
Best 52 Week Nasdaq High
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-nyse/">
Best 52 Week NYSE High
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-penny/">
Best 52 Week High Penny
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Exchange
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/nasdaq/">
Best Nasdaq Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/nyse/">
Best NYSE Stocks
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Insider Activity
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/insider-buy/">
Insider Buying
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/insider-sell/">
Insider Selling
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Indicator
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/macd-crossed-up/daily/">
MACD Crossed Above Signal Line
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/macd-crossed-above-zero/daily/">
MACD Crossed Above Zero
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-90/">
RSI Above 90
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-80/">
RSI Above 80
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-70/">
RSI Above 70
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-50/">
RSI Above 50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-50/">
RSI Below 50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-30/">
RSI Below 30
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-20/">
RSI Below 20
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-10/">
RSI Below 10
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By P/E Ratio
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/tech-low-pe/">
Tech Stocks with Low PE
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-1-pe/">
PE Ratio Less Than 1
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-10-pe/">
PE Ratio Less Than 10
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-15-pe/">
PE Ratio Less Than 15
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/us-low-pe/">
US stocks With Low PE
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/low-pe-high-dividends/">
Low PE & High Dividends
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/low-pe-high-eps/">
Low PE & High EPS
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/large-cap-low-pe/">
Large Cap & Lowest PE
</a> </div> </div> </div> </div> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-basic-learning" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
Learning
<svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/stock-market-books/">
Books
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/trading-platforms/">
Trading Platforms
</a> <a target="_blank" class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="https://forum.finquota.com">Forum</a> </div> </div> </div> </div> <div class="flex items-center justify-end ms-auto sm:justify-between sm:gap-x-3 sm:order-3"> <div class="flex flex-row items-center justify-end gap-2"> <div class="hs-dropdown z-20" data-hs-dropdown-placement="bottom-right" data-hs-dropdown-offset="30"> <button type="button" aria-label="Toggle light/dark mode" class="w-[2.375rem] h-[2.375rem] hs-dropdown-toggle dark:text-slate-100 hs-dark-mode group inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <svg class="hs-dark-mode-active:hidden block w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path> </svg> <svg class="hs-dark-mode-active:block hidden w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="4"></circle> <path d="M12 8a2 2 0 1 0 4 4"></path> <path d="M12 2v2"></path> <path d="M12 20v2"></path> <path d="m4.93 4.93 1.41 1.41"></path> <path d="m17.66 17.66 1.41 1.41"></path> <path d="M2 12h2"></path> <path d="M20 12h2"></path> <path d="m6.34 17.66-1.41 1.41"></path> <path d="m19.07 4.93-1.41 1.41"></path> </svg> </button> <div id="selectThemeDropdown" class="hs-dropdown-menu hs-dropdown-open:opacity-100 mt-2 hidden z-10 transition-[margin,opacity] opacity-0 duration-300 mb-2 origin-bottom-left bg-white shadow-md rounded-lg p-2 space-y-1 dark:bg-gray-800 dark:border dark:border-gray-700 dark:divide-gray-700"> <button type="button" class="hs-auto-mode-active:bg-gray-100 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="auto">
Auto (Default)
</button> <button type="button" class="hs-default-mode-active:bg-gray-100 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="default">
Light mode
</button> <button type="button" class="hs-dark-mode-active:bg-gray-700 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="dark">
Dark
</button> </div> </div> <div class="hs-dropdown relative inline-flex z-20" data-hs-dropdown-placement="bottom-right"> <button id="hs-dropdown-with-header" type="button" aria-label="Login and Profile Menu" class="w-[2.375rem] h-[2.375rem] inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <span class="w-[2.375rem] h-[2.375rem] dark:text-slate-100 hs-dark-mode group inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.735 14c.618 0 1.093-.561.872-1.139a6.002 6.002 0 0 0-11.215 0c-.22.578.254 1.139.872 1.139h9.47Z"></path> </svg> </span> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration hs-dropdown-open:opacity-100 opacity-0 hidden min-w-[15rem] z-10 bg-white shadow-md rounded-lg p-2 dark:bg-gray-800 dark:border dark:border-gray-700" aria-labelledby="hs-dropdown-with-header"> <div class="mt-2 py-2 first:pt-0 last:pb-0"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/login/"> <svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"></path> <path d="M10.3 21a1.94 1.94 0 0 0 3.4 0"></path> </svg>
Sign In
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/signup/"> <svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z"></path> <path d="M3 6h18"></path> <path d="M16 10a4 4 0 0 1-8 0"></path> </svg>
Sign Up
</a> </div> </div> </div> <div class="flex md:hidden"> <!-- Mobile menu icon --> <button type="button" class="p-2 inline-flex justify-center items-center gap-x-2 rounded-lg border border-gray-200 bg-white text-gray-800 shadow-sm hover:bg-gray-50 disabled:opacity-50 disabled:pointer-events-none dark:bg-transparent dark:border-gray-700 dark:text-white dark:hover:bg-white/10 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" data-hs-overlay="#menu-sidebar" aria-controls="menu-sidebar" aria-label="Toggle Menu Navigation"> <svg class="hs-collapse-open:hidden flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" x2="21" y1="6" y2="6"></line><line x1="3" x2="21" y1="12" y2="12"></line><line x1="3" x2="21" y1="18" y2="18"></line></svg> <svg class="hs-collapse-open:block hidden flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg> </button> </div> </div> </div> </nav> <!-- Mobile menu --> <div id="menu-sidebar" class="hs-overlay hs-overlay-open:translate-x-0 -translate-x-full transition-all duration-300 transform hidden fixed top-0 start-0 bottom-0 z-[60] w-64 bg-white border-e border-gray-200 pt-7 pb-10 overflow-y-auto lg:translate-x-0 lg:end-auto lg:bottom-0 [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-slate-700 dark:[&::-webkit-scrollbar-thumb]:bg-slate-500 dark:bg-gray-800 dark:border-gray-700"> <div class="px-6 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 dark:text-slate-100 text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl ml-1 dark:text-slate-100 font-semibold text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
FinQuota.com
</a> </div> <nav class="hs-accordion-group p-6 w-full flex flex-col flex-wrap" data-hs-accordion-always-open> <ul class="space-y-1.5"> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/"> <svg class="size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
Home
</a> </li> <li class="hs-accordion" id="account-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg class="size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="15" r="3"></circle><circle cx="9" cy="7" r="4"></circle><path d="M10 15H6a4 4 0 0 0-4 4v2"></path><path d="m21.7 16.4-.9-.3"></path><path d="m15.2 13.9-.9-.3"></path><path d="m16.6 18.7.3-.9"></path><path d="m19.1 12.2.3-.9"></path><path d="m19.6 18.7-.4-1"></path><path d="m16.8 12.3-.4-1"></path><path d="m14.3 16.6 1-.4"></path><path d="m20.7 13.8 1-.4"></path></svg>
Account
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="account-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/login/">
Sign In
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/signup/">
Sign Up
</a> </li> </ul> </div> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/news/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25V3.5Zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5ZM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25v-2.5Z" clip-rule="evenodd"></path> <path d="M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5Z"></path> </svg>
News
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/screener/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path d="M10 3.75a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM17.25 4.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM5 3.75a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 .75.75ZM4.25 17a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM17.25 17a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM9 10a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5A.75.75 0 0 1 9 10ZM17.25 10.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM14 10a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM10 16.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z"></path> </svg>
Screener
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/backtest/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 2 10Z" clip-rule="evenodd"></path> </svg>
Backtests
</a> </li> <li class="hs-accordion" id="tools-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.752-.15L15.34 6.66a.454.454 0 0 1-.493.11 3.01 3.01 0 0 1-1.618-1.616.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8.096.007.193.01.291.01ZM5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" clip-rule="evenodd"></path> <path d="M14.5 11.5c.173 0 .345-.007.514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41 2.172-2.607c.052-.063.147-.138.342-.196.202-.06.469-.087.777-.067.128.008.257.012.387.012ZM6 4.586l2.33 2.33a.452.452 0 0 1-.08.09L6.8 8.214 4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31v1.277Z"></path> </svg>
Tools
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="tools-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a href="/compare/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Compare Stocks
</a> </li> <li> <a href="/dividend/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Dividend Calculator
</a> </li> <li> <a href="/option/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Options Calculator
</a> </li> <li> <a href="/holidays/nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
NYSE Holidays
</a> </li> <li> <a href="/holidays/nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
NASDAQ Holidays
</a> </li> <li> <a href="/earning-calendar/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Earnings Calendar
</a> </li> <li> <a href="/widgets/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Widgets
</a> </li> </ul> </div> </li> <li class="hs-accordion" id="quick-filter-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path fill-rule="evenodd" d="M2.628 1.601C5.028 1.206 7.49 1 10 1s4.973.206 7.372.601a.75.75 0 0 1 .628.74v2.288a2.25 2.25 0 0 1-.659 1.59l-4.682 4.683a2.25 2.25 0 0 0-.659 1.59v3.037c0 .684-.31 1.33-.844 1.757l-1.937 1.55A.75.75 0 0 1 8 18.25v-5.757a2.25 2.25 0 0 0-.659-1.591L2.659 6.22A2.25 2.25 0 0 1 2 4.629V2.34a.75.75 0 0 1 .628-.74Z" clip-rule="evenodd"></path> </svg>
Filter
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="quick-filter-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Dividend Stocks
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/dividend-stocks/united-states/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
US Dividend Stocks
</a> </li> <li> <a href="/best/monthly-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Monthly Dividend Stocks
</a> </li> <li> <a href="/best/annual-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Annual Dividend Stocks
</a> </li> <li> <a href="/best/quarterly-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Quarterly Dividend Stocks
</a> </li> <li> <a href="/best/semi-annual-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Semi-Annual Dividend Stocks
</a> </li> </ul> </li> <li> <a href="/best/penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Penny Stocks
</a> </li> <li> <a href="/best/undervalued/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Undervalued Stocks
</a> </li> <li> <a href="/best/new/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
New Stocks
</a> </li> <li> <a href="/best/uptrend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Uptrend Stocks
</a> </li> <li> <a href="/best/uptrend-stocks/penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Uptrend Penny Stocks
</a> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Blue Chip
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/blue-chip/high-dividends/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Stocks With High Dividends
</a> </li> <li> <a href="/best/blue-chip/under-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Under $10
</a> </li> <li> <a href="/best/blue-chip/under-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Under $20
</a> </li> <li> <a href="/best/blue-chip/under-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Under $50
</a> </li> <li> <a href="/best/blue-chip/undervalued/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Undervalued Blue Chip Stocks
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Cap
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/small-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Small Cap
</a> </li> <li> <a href="/best/micro-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Micro Cap
</a> </li> <li> <a href="/best/mid-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Mid Cap
</a> </li> <li> <a href="/best/large-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Large Cap
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Sector
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/oil/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Oil Stocks
</a> </li> <li> <a href="/best/energy/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Energy Stocks
</a> </li> <li> <a href="/best/technology/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Technology Stocks
</a> </li> <li> <a href="/best/ai/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
AI Stocks
</a> </li> <li> <a href="/best/pharma/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Pharma Stocks
</a> </li> <li> <a href="/best/financial/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Financial Stocks
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Price
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/under-200/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $200
</a> </li> <li> <a href="/best/under-100/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $100
</a> </li> <li> <a href="/best/under-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $50
</a> </li> <li> <a href="/best/under-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $20
</a> </li> <li> <a href="/best/under-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $10
</a> </li> <li> <a href="/best/under-5/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $5
</a> </li> <li> <a href="/best/under-1/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $1
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By 52 Week Range
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/52-week/52-week-low/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Low
</a> </li> <li> <a href="/best/52-week/52-week-low-nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Nasdaq Low
</a> </li> <li> <a href="/best/52-week/52-week-low-nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week NYSE Low
</a> </li> <li> <a href="/best/52-week/52-week-low-penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Low Penny
</a> </li> <li> <a href="/best/52-week/blue-chip-52-week-low/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Low Blue Chip
</a> </li> <li> <a href="/best/52-week/52-week-high/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
UBest 52 Week High
</a> </li> <li> <a href="/best/52-week/52-week-high-nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Nasdaq High
</a> </li> <li> <a href="/best/52-week/52-week-high-nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week NYSE High
</a> </li> <li> <a href="/best/52-week/52-week-high-penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week High Penny
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Exchange
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Nasdaq Stocks
</a> </li> <li> <a href="/best/nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
NYSE Stocks
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Insider Activity
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/insider-buy/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Insider Buying
</a> </li> <li> <a href="/best/insider-sell/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Insider Selling
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Indicator
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/macd-crossed-up/daily/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
MACD Crossed Above Signal Line
</a> </li> <li> <a href="/best/macd-crossed-above-zero/daily/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
MACD Crossed Above Zero
</a> </li> <li> <a href="/best/rsi/above-90/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 90
</a> </li> <li> <a href="/best/rsi/above-80/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 80
</a> </li> <li> <a href="/best/rsi/above-70/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 70
</a> </li> <li> <a href="/best/rsi/above-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 50
</a> </li> <li> <a href="/best/rsi/below-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 50
</a> </li> <li> <a href="/best/rsi/below-30/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 30
</a> </li> <li> <a href="/best/rsi/below-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 20
</a> </li> <li> <a href="/best/rsi/below-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 10
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By P/E Ratio
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/pe-ratio/tech-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Tech Stocks with Low PE
</a> </li> <li> <a href="/best/pe-ratio/under-1-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
PE Ratio Less Than 1
</a> </li> <li> <a href="/best/pe-ratio/under-10-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
PE Ratio Less Than 10
</a> </li> <li> <a href="/best/pe-ratio/under-15-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
PE Ratio Less Than 15
</a> </li> <li> <a href="/best/pe-ratio/us-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
US stocks With Low PE
</a> </li> <li> <a href="/best/pe-ratio/low-pe-high-dividends/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Low PE & High Dividends
</a> </li> <li> <a href="/best/pe-ratio/low-pe-high-eps/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Low PE & High EPS
</a> </li> <li> <a href="/best/pe-ratio/large-cap-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Large Cap & Lowest PE
</a> </li> </ul> </li> </ul> </div> </li> <li class="hs-accordion" id="quick-filter-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path d="M10.75 16.82A7.462 7.462 0 0 1 15 15.5c.71 0 1.396.098 2.046.282A.75.75 0 0 0 18 15.06v-11a.75.75 0 0 0-.546-.721A9.006 9.006 0 0 0 15 3a8.963 8.963 0 0 0-4.25 1.065V16.82ZM9.25 4.065A8.963 8.963 0 0 0 5 3c-.85 0-1.673.118-2.454.339A.75.75 0 0 0 2 4.06v11a.75.75 0 0 0 .954.721A7.506 7.506 0 0 1 5 15.5c1.579 0 3.042.487 4.25 1.32V4.065Z"></path> </svg>
Learning
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="quick-filter-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a href="/best/stock-market-books/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Books
</a> </li> </ul> </div> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/best/trading-platforms/"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="24" height="24" class="size-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"></path> </svg>
Trading Platforms
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" target="_blank" href="https://forum.finquota.com"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path d="M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z"></path> <path d="M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z"></path> </svg>
Forum
</a> </li> </ul> </nav> </div> </header> <nav class="sticky -top-px text-sm z-10 font-medium text-black bg-gray-100 ring-1 ring-gray-900 ring-opacity-5 border-t shadow-sm shadow-gray-100 pt-6 pb-6 -mt-px dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7]" aria-label="Jump links"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var l=(o,t)=>{let i=async()=>{await(await o())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();;(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="Z1MH0JK" prefix="r2" component-url="/_astro/SearchTicker.BHyFZuOX.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{}" ssr="" client="idle" opts="{"name":"SearchTicker","value":true}" await-children=""><div class="mx-auto sm:block"><form><label for="icon" class="sr-only">Search Ticker</label><div class="flex items-center justify-center"><div class="relative w-10/12"><div class="absolute inset-y-0 start-0 flex items-center pointer-events-none z-20 ps-4"><svg class="flex-shrink-0 h-4 w-4 dark:text-gray-300 text-gray-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg></div><input type="text" id="icon" autoComplete="off" name="icon" class="py-2 px-4 ps-11 pe-20 block dark:bg-gray-800 bg-slate-50 w-full shadow-sm rounded-lg text-sm dark:text-gray-300 dark:border-gray-800 focus:z-10 border focus:border-slate-400 focus:ring-slate-400 placeholder:dark:text-gray-300 border-slate-300 text-gray-500" placeholder="Search Ticker"/><div id="autocomplete-list" class="hidden"></div></div></div></form></div><!--astro:end--></astro-island> </nav> <div class="flex flex-col flex-1 bg-gray-100 overflow-auto p-6 dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7] dark:text-gray-300"> <ol class="flex items-center mb-5 whitespace-nowrap" aria-label="Breadcrumb"> <li class="inline-flex items-center"> <a class="flex items-center text-sm text-gray-500 hover:text-blue-600 focus:outline-none focus:text-blue-600 dark:focus:text-blue-500" href="/">
Home
</a> <svg class="flex-shrink-0 mx-2 overflow-visible size-4 text-gray-400 dark:text-neutral-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="m9 18 6-6-6-6"></path> </svg> </li> <li class="inline-flex items-center"> <a class="flex items-center text-sm text-gray-500 hover:text-blue-600 focus:outline-none focus:text-blue-600 dark:focus:text-blue-500" href="/TYL/"> TYL </a> <svg class="flex-shrink-0 mx-2 overflow-visible size-4 text-gray-400 dark:text-neutral-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="m9 18 6-6-6-6"></path> </svg> </li> <li class="inline-flex items-center text-sm font-semibold text-gray-800 truncate dark:text-gray-200" aria-current="page"> TYL Forecast
</li> </ol> <div class="stock-details w-full"> <div class="flex justify-between md:grid md:grid-cols-2 md:gap-0"> <div class="flex sm:flex-row items-start sm:items-center flex-col-reverse"> <img src="https://cdn.finquota.com/company-logo/TYL.svg" class="max-h-14 w-20 py-2" alt="Logo Tyler Technologies Inc." width="100" height="100" loading="lazy" decoding="async"> <div class="sm:ml-3 ml-0"> <h1 class="mb-0 text-2xl">TYL</h1> <h2 class="text-lg mb-0"> <a target="_blank" class="text-gray-700 dark:text-slate-200 underline decoration-gray-800 hover:opacity-80 dark:decoration-slate-100" rel="nofollow noopener" href="https://www.tylertech.com" title="Tyler Technologies Inc.">Tyler Technologies Inc.</a> </h2> </div> </div> <astro-island uid="1jq90n" prefix="r3" component-url="/_astro/PriceStockBlock.Cv7vZ9vD.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"lastUpdate":[0,"12-20-2024 3:43pm"],"lastPrice":[0,604.105],"dayBefore":[0,593.46]}" ssr="" client="idle" opts="{"name":"PriceStockBlock","value":true}" await-children=""><div class="flex flex-col items-end price-block"><p class="mb text-sm text-gray-700 dark:text-slate-200">as <!-- -->12-20-2024 3:43pm<!-- --> EST</p><div class="m-0 flex"><div class="mb-0 mr-2 font-bold text-gray-700 dark:text-slate-200 text-4xl"><div class="_37H-w">$<div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div><div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div><div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div>.<div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div><div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div></div></div><div class="flex flex-col"><div class="m-0 font-bold text-green-700 text-sm"><div><span>+</span><div class="_37H-w">$<div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div><div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div>.<div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div><div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div></div></div></div><div class="m-0 font-bold text-green-700 text-sm"><div class="_37H-w">+<div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div>.<div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div><div class="ticker-container" style="overflow:hidden;width:100%"><div class="num">-</div></div>%</div></div></div></div></div><!--astro:end--></astro-island> </div> <div class="flex flex-col"> <div class="inline-flex items-start space-x-1 stock-info"> <p>Stocks</p> <p>Technology</p> <p>Computer Software: Prepackaged Software</p> <p><a href="/best/nasdaq/" title="Nasdaq Stocks">Nasdaq</a></p> </div> <div class="flex mt-2"> <blockquote class="text-sm text-gray-900 dark:text-white"> <p>Tyler Technologies provides a full suite of software solutions and services that address the needs of cities, counties, schools, courts and other local government entities. The company's three core products are Munis, which is the core ERP system, Odyssey, which is the court management system, or CMS, and payments. The company also provides a variety of add-on modules and offers outsourced property tax assessment services.</p> </blockquote> </div> <script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();</script><astro-island uid="20ybbx" component-url="/_astro/MLSpeedometer.Bmzszq1c.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"base":[0,{"id":[0,0],"ticker":[0,"TYL"],"company_name":[0,"Tyler Technologies Inc."],"company_founded":[0,1966],"short_description":[0,"Tyler Technologies provides a full suite of software solutions and services that address the needs of cities, counties, schools, courts and other local government entities. The company's three core products are Munis, which is the core ERP system, Odyssey, which is the court management system, or CMS, and payments. The company also provides a variety of add-on modules and offers outsourced property tax assessment services."],"description":[0,""],"company_url":[0,"https://www.tylertech.com"],"logo_url":[0,"/company-logo/TYL.svg"],"country":[0,"United States"],"city":[0,"PLANO"],"employees":[0,0],"industry":[0,"Computer Software: Prepackaged Software"],"sector":[0,"Technology"],"market":[0,"stocks"],"exchange":[0,"Nasdaq"],"market_cap":[0,25301667480],"active":[0,true],"ipo_year":[0,1],"Created":[0,"0001-01-01T00:00:00Z"],"Updated":[0,"0001-01-01T00:00:00Z"]}],"technical":[0,{"daily":[0,{"ticker":[0,"TYL"],"accuracy":[0,0.8526646],"rsi":[0,39.58661960456025],"supports":[0,587.03],"resistances":[0,635.48],"rsi_range":[0,"{\"percent_5\":46.557659169876096,\"percent_10\":48.82002019653391,\"percent_15\":50.753913501024705,\"percent_20\":52.09826525471814,\"percent_25\":54.05092864545609,\"percent_30\":54.94406489679428,\"percent_35\":57.0714651609914,\"percent_40\":57.601397149462315,\"percent_65\":65.50366998896877,\"percent_70\":66.43700483940525,\"percent_75\":68.176919017997,\"percent_80\":69.73439583229799,\"percent_85\":78.13203739264873,\"percent_90\":80.00465550416551,\"percent_min\":37.358727084463666,\"percent_max\":89.04600521207692,\"percent_median\":60.99548891008216}"],"atr":[0,12.297140938895089],"macd":[0,-4.506100734846312],"is_macd_crossed_up":[0,false],"is_macd_crossed_down":[0,false],"is_macd_crossed_above_zero":[0,false],"is_macd_crossed_below_zero":[0,false],"tr":[0,10.97998046875],"stoch_oscillator":[0,14.486649365662757],"stoch_oscillator_range":[0,"{\"percent_5\":12.749758074163742,\"percent_10\":26.85357410960047,\"percent_15\":33.58391025106348,\"percent_20\":40.50209348443926,\"percent_25\":44.57759947924475,\"percent_75\":81.98970346458016,\"percent_80\":83.37716230477777,\"percent_85\":85.17130790360545,\"percent_90\":89.1257485946218,\"percent_min\":2.109890710275888,\"percent_max\":99.93311964243478,\"percent_median\":67.59993982651928}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-20T14:30:00Z"]}],"hourly":[0,{"ticker":[0,"TYL"],"accuracy":[0,0.8950051],"rsi":[0,51.260194533171926],"rsi_range":[0,"{\"percent_5\":29.127634271381396,\"percent_10\":37.471607018436146,\"percent_15\":40.0208013675784,\"percent_20\":41.77379511289656,\"percent_25\":45.71922085565044,\"percent_30\":48.4448081017254,\"percent_35\":49.79023889040426,\"percent_40\":51.415096362468034,\"percent_65\":53.30577450700456,\"percent_70\":55.29096493738102,\"percent_75\":58.50229190605039,\"percent_80\":63.89617216695046,\"percent_85\":66.48052649278438,\"percent_90\":70.0210195504698,\"percent_max\":77.86185356727272,\"percent_median\":51.8301955564303}"],"atr":[0,3.423919677734375],"supports":[0,602.09],"resistances":[0,607.34],"macd":[0,1.608298234141723],"is_macd_crossed_up":[0,false],"is_macd_crossed_down":[0,false],"is_macd_crossed_above_zero":[0,false],"is_macd_crossed_below_zero":[0,false],"tr":[0,2.18499755859375],"stoch_oscillator":[0,82.0911595806178],"stoch_oscillator_range":[0,"{\"percent_5\":4.424554207654072,\"percent_10\":9.51972215986372,\"percent_15\":14.769166380494505,\"percent_20\":21.21507337192652,\"percent_25\":26.567792100468914,\"percent_75\":83.83395620132025,\"percent_80\":88.07787927037069,\"percent_85\":94.49509517675263,\"percent_90\":97.11462000285297,\"percent_max\":99.51139131848328,\"percent_median\":57.567430413143825}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-20T20:30:00Z"]}]}],"sample":[0,{"daily":[1,[[0,{"open":[0,486.73],"low":[0,479.61],"high":[0,487.28],"close":[0,481.1],"volume":[0,132000],"signal":[0,1],"sma_5":[0,481.0039978027344],"sma_10":[0,472.37599792480466],"sma_20":[0,445.0229995727539],"sma_50":[0,430.2459991455078],"sma_100":[0,428.4795001220703],"ema_9":[0,472.24945627398824],"ema_12":[0,466.7038285442434],"ema_26":[0,449.5320164261113],"ema_50":[0,438.589153075078],"ema_200":[0,426.21967521688964],"ulcer_index":[0,0.5947582608660911],"force_index":[0,1001457.8693550552],"easy_movement":[0,24113.758328450498],"volume_weighted_avg":[0,461.252590988303],"channel_index":[0,-60.2703260077689],"williams_r":[0,-5.196661975874204],"mass_index":[0,25.89533140126787],"obv":[0,2975362],"rsi":[0,79.18586374621276],"rsi_2":[0,97.35392035994674],"vwma":[0,445.52774898974707],"macd":[0,4.097780684240091],"stoch":[0,94.8033380241258],"bb_middle":[0,445.0229995727539],"bb_low":[0,380.8207155753747],"bb_upper":[0,509.2252835701331],"timestamp":[0,"2024-05-13T14:30:00Z"]}],[0,{"open":[0,482.22],"low":[0,477.99],"high":[0,487.11],"close":[0,484.85],"volume":[0,224000],"signal":[0,1],"sma_5":[0,482.02000122070314],"sma_10":[0,473.96599731445315],"sma_20":[0,449.04400024414065],"sma_50":[0,431.04999938964846],"sma_100":[0,429.1058001708984],"ema_9":[0,474.0195662391033],"ema_12":[0,468.9186248761658],"ema_26":[0,451.8686222018513],"ema_50":[0,440.1852184825816],"ema_200":[0,425.338386027916],"ulcer_index":[0,0.5514442313774371],"force_index":[0,789371.432952676],"easy_movement":[0,21657.832970273485],"volume_weighted_avg":[0,464.39576002051757],"channel_index":[0,-122.9036759436257],"williams_r":[0,-10.357949129063144],"mass_index":[0,25.896546890077463],"obv":[0,3060462],"rsi":[0,74.75310413503183],"rsi_2":[0,38.71619067573714],"vwma":[0,448.09640580730604],"macd":[0,3.1785366365776753],"stoch":[0,89.64205087093686],"bb_middle":[0,449.04400024414065],"bb_low":[0,386.39969393627166],"bb_upper":[0,511.68830655200964],"timestamp":[0,"2024-05-14T14:30:00Z"]}],[0,{"open":[0,487.23],"low":[0,483.94],"high":[0,492.57],"close":[0,489.14],"volume":[0,211800],"signal":[0,1],"sma_5":[0,482.71400146484376],"sma_10":[0,476.29599914550784],"sma_20":[0,453.32550048828125],"sma_50":[0,431.98419921875],"sma_100":[0,429.8084002685547],"ema_9":[0,476.1856542108532],"ema_12":[0,471.3696062944152],"ema_26":[0,454.30916013014223],"ema_50":[0,441.8349981844379],"ema_200":[0,423.8851497020418],"ulcer_index":[0,0.48346446124439946],"force_index":[0,796601.5792965268],"easy_movement":[0,21087.72478344413],"volume_weighted_avg":[0,469.74150326358983],"channel_index":[0,-27.326922162262758],"williams_r":[0,-7.190733752286829],"mass_index":[0,25.914369629545043],"obv":[0,3446762],"rsi":[0,76.23194406445083],"rsi_2":[0,72.57075744590524],"vwma":[0,451.4923786922999],"macd":[0,2.547973699970644],"stoch":[0,92.80926624771317],"bb_middle":[0,453.32550048828125],"bb_low":[0,393.234636200815],"bb_upper":[0,513.4163647757475],"timestamp":[0,"2024-05-15T14:30:00Z"]}],[0,{"open":[0,488.99],"low":[0,485.32],"high":[0,490.86],"close":[0,487.97],"volume":[0,188900],"signal":[0,1],"sma_5":[0,484.3380065917969],"sma_10":[0,479.35700073242185],"sma_20":[0,457.64050140380857],"sma_50":[0,433.42339965820315],"sma_100":[0,430.6095004272461],"ema_9":[0,478.77652629907493],"ema_12":[0,474.1035154642699],"ema_26":[0,456.8907963218727],"ema_50":[0,443.7534350258761],"ema_200":[0,425.80730095648477],"ulcer_index":[0,0.48346446124439946],"force_index":[0,812604.7926684486],"easy_movement":[0,9416.480493590943],"volume_weighted_avg":[0,472.87493932513667],"channel_index":[0,-38.15050284016161],"williams_r":[0,-8.574981689453125],"mass_index":[0,25.82527314930777],"obv":[0,3520062],"rsi":[0,77.81933849335793],"rsi_2":[0,87.88431922712238],"vwma":[0,455.6854081097807],"macd":[0,2.162195178051224],"stoch":[0,91.42501831054688],"bb_middle":[0,457.64050140380857],"bb_low":[0,400.3411672169923],"bb_upper":[0,514.9398355906249],"timestamp":[0,"2024-05-16T14:30:00Z"]}],[0,{"open":[0,489.94],"low":[0,485.86],"high":[0,489.94],"close":[0,489.14],"volume":[0,110500],"signal":[0,1],"sma_5":[0,485.5640075683594],"sma_10":[0,481.7080017089844],"sma_20":[0,461.89150085449216],"sma_50":[0,434.7855999755859],"sma_100":[0,431.3643005371094],"ema_9":[0,480.61522128391186],"ema_12":[0,476.2368211047707],"ema_26":[0,459.194100685067],"ema_50":[0,445.5333659284065],"ema_200":[0,427.34920858246005],"ulcer_index":[0,0.48767276104497637],"force_index":[0,664953.1879822415],"easy_movement":[0,6737.279113228911],"volume_weighted_avg":[0,474.9251915364304],"channel_index":[0,-58.8172117303002],"williams_r":[0,-11.500015258789062],"mass_index":[0,25.680014998218308],"obv":[0,3126662],"rsi":[0,76.31554402553327],"rsi_2":[0,67.36874991622437],"vwma":[0,459.3094373037535],"macd":[0,1.5952064704100195],"stoch":[0,88.49998474121094],"bb_middle":[0,461.89150085449216],"bb_low":[0,409.0077084125191],"bb_upper":[0,514.7752932964652],"timestamp":[0,"2024-05-17T14:30:00Z"]}],[0,{"open":[0,490],"low":[0,488.15],"high":[0,495],"close":[0,493.92],"volume":[0,129900],"signal":[0,1],"sma_5":[0,486.44000854492185],"sma_10":[0,483.7220031738281],"sma_20":[0,466.1810012817383],"sma_50":[0,436.1270001220703],"sma_100":[0,432.10570068359374],"ema_9":[0,482.32017995710424],"ema_12":[0,478.2219278821671],"ema_26":[0,461.41295751452003],"ema_50":[0,447.26924192897224],"ema_200":[0,428.4827495102888],"ulcer_index":[0,0.48767276104497637],"force_index":[0,588424.8342896613],"easy_movement":[0,6855.254320641533],"volume_weighted_avg":[0,476.5533073267795],"channel_index":[0,-125.3743635006767],"williams_r":[0,-8.574981689453125],"mass_index":[0,25.523300561240067],"obv":[0,3108662],"rsi":[0,76.79480975680721],"rsi_2":[0,77.75460563849938],"vwma":[0,463.3793782545637],"macd":[0,1.0899792856751418],"stoch":[0,91.42501831054688],"bb_middle":[0,466.1810012817383],"bb_low":[0,419.4244912896079],"bb_upper":[0,512.9375112738687],"timestamp":[0,"2024-05-20T14:30:00Z"]}],[0,{"open":[0,494.78],"low":[0,492.75],"high":[0,498.66],"close":[0,495.98],"volume":[0,152700],"signal":[0,1],"sma_5":[0,489.00401000976564],"sma_10":[0,485.5120056152344],"sma_20":[0,470.3065017700195],"sma_50":[0,437.5958001708984],"sma_100":[0,432.88080078125],"ema_9":[0,484.64014665106527],"ema_12":[0,480.6370179210793],"ema_26":[0,463.820519361498],"ema_50":[0,449.0838562378687],"ema_200":[0,428.83588759819355],"ulcer_index":[0,0.4402861878040657],"force_index":[0,593068.8090784673],"easy_movement":[0,7873.63736851482],"volume_weighted_avg":[0,479.19906500361697],"channel_index":[0,-94.88962899868487],"williams_r":[0,-2.54533763537997],"mass_index":[0,25.217153729945306],"obv":[0,3364662],"rsi":[0,78.69910806922069],"rsi_2":[0,93.8217735394602],"vwma":[0,466.9131857943777],"macd":[0,0.8775382809503149],"stoch":[0,97.45466236462002],"bb_middle":[0,470.3065017700195],"bb_low":[0,429.41627882557435],"bb_upper":[0,511.19672471446466],"timestamp":[0,"2024-05-21T14:30:00Z"]}],[0,{"open":[0,497.26],"low":[0,495.64],"high":[0,500.49],"close":[0,497.51],"volume":[0,147700],"signal":[0,0],"sma_5":[0,491.2300109863281],"sma_10":[0,486.9720062255859],"sma_20":[0,474.1835021972656],"sma_50":[0,438.93900024414063],"sma_100":[0,433.6846008300781],"ema_9":[0,486.90811951866584],"ema_12":[0,482.99747854217145],"ema_26":[0,466.2039267873872],"ema_50":[0,450.9721639671323],"ema_200":[0,430.4935766765904],"ulcer_index":[0,0.21682111596517398],"force_index":[0,553283.5470499537],"easy_movement":[0,10021.975695727762],"volume_weighted_avg":[0,482.3397526424917],"channel_index":[0,-68.62291766734694],"williams_r":[0,-5.8146949202033795],"mass_index":[0,25.049853131799722],"obv":[0,3394862],"rsi":[0,79.4758230806625],"rsi_2":[0,96.19225308894465],"vwma":[0,470.00235523085394],"macd":[0,0.68522641671656],"stoch":[0,94.18530507979662],"bb_middle":[0,474.1835021972656],"bb_low":[0,439.4605289983901],"bb_upper":[0,508.90647539614116],"timestamp":[0,"2024-05-22T14:30:00Z"]}],[0,{"open":[0,499.55],"low":[0,487.9],"high":[0,499.55],"close":[0,491.13],"volume":[0,207000],"signal":[0,1],"sma_5":[0,492.9040100097656],"sma_10":[0,488.6210083007812],"sma_20":[0,478.1090026855469],"sma_50":[0,440.3300006103516],"sma_100":[0,434.4768008422852],"ema_9":[0,489.02849756802306],"ema_12":[0,485.23017564402227],"ema_26":[0,468.5228186096684],"ema_50":[0,452.7940652840136],"ema_200":[0,431.0978629330036],"ulcer_index":[0,0.21261205967423263],"force_index":[0,506529.7257651329],"easy_movement":[0,10917.877641238487],"volume_weighted_avg":[0,484.6120549799694],"channel_index":[0,-66.27689825754834],"williams_r":[0,-8.20027729513793],"mass_index":[0,24.90161795022081],"obv":[0,3685262],"rsi":[0,80.05787233934217],"rsi_2":[0,97.57458599230968],"vwma":[0,474.4827189949696],"macd":[0,0.4791271894818898],"stoch":[0,91.79972270486208],"bb_middle":[0,478.1090026855469],"bb_low":[0,452.73523553220514],"bb_upper":[0,503.48276983888866],"timestamp":[0,"2024-05-23T14:30:00Z"]}],[0,{"open":[0,491.3],"low":[0,486.89],"high":[0,494.84],"close":[0,492.05],"volume":[0,92000],"signal":[0,1],"sma_5":[0,493.5360107421875],"sma_10":[0,489.5500091552734],"sma_20":[0,479.7620025634766],"sma_50":[0,441.72960083007814],"sma_100":[0,435.2069009399414],"ema_9":[0,489.4487990289602],"ema_12":[0,486.1378411293879],"ema_26":[0,470.1929154277525],"ema_50":[0,454.1158415387818],"ema_200":[0,428.0458703209987],"ulcer_index":[0,0.40332293549118137],"force_index":[0,245518.29322046525],"easy_movement":[0,6501.634478566727],"volume_weighted_avg":[0,486.21967779509225],"channel_index":[0,1.0536942383628272],"williams_r":[0,-32.07672275850529],"mass_index":[0,24.933395764488292],"obv":[0,3766962],"rsi":[0,70.98585029726182],"rsi_2":[0,24.22623228936058],"vwma":[0,477.3218751636391],"macd":[0,-0.23237121739526145],"stoch":[0,67.92327724149472],"bb_middle":[0,479.7620025634766],"bb_low":[0,455.5443342654717],"bb_upper":[0,503.97967086148145],"timestamp":[0,"2024-05-24T14:30:00Z"]}],[0,{"open":[0,490.71],"low":[0,476.11],"high":[0,492.49],"close":[0,479.13],"volume":[0,311000],"signal":[0,1],"sma_5":[0,494.1180053710938],"sma_10":[0,490.2790069580078],"sma_20":[0,481.32750244140624],"sma_50":[0,443.2050006103516],"sma_100":[0,436.04540069580077],"ema_9":[0,489.96903678149715],"ema_12":[0,487.0474020822967],"ema_26":[0,471.8113668436289],"ema_50":[0,455.57965715013574],"ema_200":[0,428.20448118713034],"ulcer_index":[0,0.4986991195526376],"force_index":[0,222532.86187896592],"easy_movement":[0,3147.3856551142894],"volume_weighted_avg":[0,487.2668215854199],"channel_index":[0,-109.67883158540876],"williams_r":[0,-31.873144511441797],"mass_index":[0,25.03855845023729],"obv":[0,4080062],"rsi":[0,71.4917228263296],"rsi_2":[0,37.726584113164414],"vwma":[0,478.87713620482305],"macd":[0,-0.7537599885802262],"stoch":[0,68.1268554885582],"bb_middle":[0,481.32750244140624],"bb_low":[0,458.207731164176],"bb_upper":[0,504.4472737186365],"timestamp":[0,"2024-05-28T14:30:00Z"]}],[0,{"open":[0,476.16],"low":[0,475.37],"high":[0,481.02],"close":[0,475.4],"volume":[0,186000],"signal":[0,1],"sma_5":[0,491.1600036621094],"sma_10":[0,490.0820068359375],"sma_20":[0,482.0240020751953],"sma_50":[0,444.4614007568359],"sma_100":[0,436.76770080566405],"ema_9":[0,487.80123040063785],"ema_12":[0,485.8293406684287],"ema_26":[0,472.3509833720214],"ema_50":[0,456.40233523020316],"ema_200":[0,426.68421162122246],"ulcer_index":[0,1.1061643969089767],"force_index":[0,-383276.77750526357],"easy_movement":[0,-404.8941838760672],"volume_weighted_avg":[0,486.91275860788903],"channel_index":[0,116.75492012249875],"williams_r":[0,-85.85201430695183],"mass_index":[0,25.234986853653766],"obv":[0,3930762],"rsi":[0,56.65675652131298],"rsi_2":[0,6.283320797904892],"vwma":[0,480.01506337202517],"macd":[0,-2.0123318648306565],"stoch":[0,14.147985693048176],"bb_middle":[0,482.0240020751953],"bb_low":[0,460.08021052031563],"bb_upper":[0,503.967793630075],"timestamp":[0,"2024-05-29T14:30:00Z"]}],[0,{"open":[0,473.07],"low":[0,470],"high":[0,480.9],"close":[0,477.38],"volume":[0,220300],"signal":[0,1],"sma_5":[0,487.04400024414065],"sma_10":[0,489.1370056152344],"sma_20":[0,482.7165023803711],"sma_50":[0,445.64280090332034],"sma_100":[0,437.5078005981445],"ema_9":[0,485.32098309969103],"ema_12":[0,484.22482574875517],"ema_26":[0,472.576576881105],"ema_50":[0,457.1369069719731],"ema_200":[0,426.95925354478686],"ulcer_index":[0,1.6229412662987317],"force_index":[0,-427624.8256690134],"easy_movement":[0,-2440.570438342732],"volume_weighted_avg":[0,486.51289181858516],"channel_index":[0,-3.238202136046331],"williams_r":[0,-99.88057808468143],"mass_index":[0,25.318727539955137],"obv":[0,3987762],"rsi":[0,53.22472255275322],"rsi_2":[0,4.2419438347153715],"vwma":[0,481.3655583834211],"macd":[0,-3.0742813631137693],"stoch":[0,0.11942191531856373],"bb_middle":[0,482.7165023803711],"bb_low":[0,462.60306891370436],"bb_upper":[0,502.8299358470378],"timestamp":[0,"2024-05-30T14:30:00Z"]}],[0,{"open":[0,477.08],"low":[0,468.35],"high":[0,480.36],"close":[0,480.36],"volume":[0,299300],"signal":[0,1],"sma_5":[0,483.01799926757815],"sma_10":[0,487.96100463867185],"sma_20":[0,483.65900268554685],"sma_50":[0,446.70240112304685],"sma_100":[0,438.27340057373044],"ema_9":[0,483.7327874590857],"ema_12":[0,483.171777140678],"ema_26":[0,472.9385688545921],"ema_50":[0,458.1797139035961],"ema_200":[0,432.4640735148915],"ulcer_index":[0,1.9502101108229242],"force_index":[0,-304217.81496944616],"easy_movement":[0,-2892.5938546609564],"volume_weighted_avg":[0,486.03967869181116],"channel_index":[0,34.92607323631864],"williams_r":[0,-75.79531896834739],"mass_index":[0,25.44884094603495],"obv":[0,3964762],"rsi":[0,54.77624213324204],"rsi_2":[0,28.800313914899775],"vwma":[0,482.76068015780936],"macd":[0,-3.583604768713913],"stoch":[0,24.204681031652616],"bb_middle":[0,483.65900268554685],"bb_low":[0,466.6385670760725],"bb_upper":[0,500.6794382950212],"timestamp":[0,"2024-05-31T14:30:00Z"]}],[0,{"open":[0,480.28],"low":[0,469.51],"high":[0,480.28],"close":[0,474.19],"volume":[0,161600],"signal":[0,1],"sma_5":[0,480.86399536132814],"sma_10":[0,487.2000030517578],"sma_20":[0,484.4540023803711],"sma_50":[0,447.8972009277344],"sma_100":[0,438.93280029296875],"ema_9":[0,483.0582270372246],"ema_12":[0,482.73919369123803],"ema_26":[0,473.48750786904577],"ema_50":[0,459.01749319626776],"ema_200":[0,432.2968660949887],"ulcer_index":[0,2.156873822555412],"force_index":[0,-133353.0686845882],"easy_movement":[0,-4658.247155764729],"volume_weighted_avg":[0,485.4856097934614],"channel_index":[0,108.05983572610722],"williams_r":[0,-62.632280093394854],"mass_index":[0,25.156824401968034],"obv":[0,4366562],"rsi":[0,57.109640210656664],"rsi_2":[0,59.818894183161525],"vwma":[0,483.50463507343403],"macd":[0,-3.653112254551667],"stoch":[0,37.36771990660515],"bb_middle":[0,484.4540023803711],"bb_low":[0,469.76988078915565],"bb_upper":[0,499.13812397158654],"timestamp":[0,"2024-06-03T14:30:00Z"]}],[0,{"open":[0,473.12],"low":[0,467.89],"high":[0,480.56],"close":[0,479.1],"volume":[0,167500],"signal":[0,1],"sma_5":[0,477.2919982910156],"sma_10":[0,485.7050018310547],"sma_20":[0,484.71350250244143],"sma_50":[0,448.9594012451172],"sma_100":[0,439.54800018310544],"ema_9":[0,481.28458211922816],"ema_12":[0,481.4239338174393],"ema_26":[0,473.5421493232869],"ema_50":[0,459.7173858410191],"ema_200":[0,434.8216376692071],"ulcer_index":[0,2.486113105366755],"force_index":[0,-256733.53789330611],"easy_movement":[0,-3936.326449491348],"volume_weighted_avg":[0,485.0139442767477],"channel_index":[0,-30.991651073831378],"williams_r":[0,-81.82949837774399],"mass_index":[0,25.000046305730383],"obv":[0,4041362],"rsi":[0,51.220096076874256],"rsi_2":[0,21.333166602772394],"vwma":[0,483.78051409975166],"macd":[0,-4.015102314888848],"stoch":[0,18.170501622256005],"bb_middle":[0,484.71350250244143],"bb_low":[0,470.9781915599461],"bb_upper":[0,498.4488134449368],"timestamp":[0,"2024-06-04T14:30:00Z"]}],[0,{"open":[0,480.6],"low":[0,478.52],"high":[0,484.27],"close":[0,483.83],"volume":[0,133400],"signal":[0,1],"sma_5":[0,477.28599853515624],"sma_10":[0,484.22300109863284],"sma_20":[0,484.8675033569336],"sma_50":[0,450.15560119628907],"sma_100":[0,440.1550003051758],"ema_9":[0,480.8476669174852],"ema_12":[0,481.06640685868297],"ema_26":[0,473.9569654820863],"ema_50":[0,460.603249839482],"ema_200":[0,437.7895273528984],"ulcer_index":[0,2.6756012740584136],"force_index":[0,-102564.05372410234],"easy_movement":[0,-4038.043256502916],"volume_weighted_avg":[0,484.6451164624981],"channel_index":[0,-23.894876038302037],"williams_r":[0,-65.61349739196207],"mass_index":[0,24.95154510211615],"obv":[0,4031662],"rsi":[0,55.169573435323485],"rsi_2":[0,61.132499129000934],"vwma":[0,483.98019113612065],"macd":[0,-3.825989538284304],"stoch":[0,34.38650260803792],"bb_middle":[0,484.8675033569336],"bb_low":[0,471.46038828162324],"bb_upper":[0,498.2746184322439],"timestamp":[0,"2024-06-05T14:30:00Z"]}],[0,{"open":[0,486.35],"low":[0,480.78],"high":[0,490.26],"close":[0,481.42],"volume":[0,133200],"signal":[0,1],"sma_5":[0,478.9719970703125],"sma_10":[0,483.00799865722655],"sma_20":[0,484.99000244140626],"sma_50":[0,451.42720092773436],"sma_100":[0,440.7406002807617],"ema_9":[0,481.4441308492011],"ema_12":[0,481.491573175786],"ema_26":[0,474.6899960212054],"ema_50":[0,461.58238335960596],"ema_200":[0,439.6198242971184],"ulcer_index":[0,2.7746895582765445],"force_index":[0,2229.911825675299],"easy_movement":[0,-3490.9410774914963],"volume_weighted_avg":[0,484.2221330654413],"channel_index":[0,-51.62744980459028],"williams_r":[0,-51.10434398391367],"mass_index":[0,24.93958320693785],"obv":[0,3994062],"rsi":[0,58.6441633149458],"rsi_2":[0,80.31772557717102],"vwma":[0,484.1750812647212],"macd":[0,-3.3049292605384792],"stoch":[0,48.89565601608633],"bb_middle":[0,484.99000244140626],"bb_low":[0,471.6680855510307],"bb_upper":[0,498.31191933178184],"timestamp":[0,"2024-06-06T14:30:00Z"]}],[0,{"open":[0,481.5],"low":[0,480.22],"high":[0,484.24],"close":[0,481.84],"volume":[0,148800],"signal":[0,1],"sma_5":[0,479.7799987792969],"sma_10":[0,481.3989990234375],"sma_20":[0,485.0100036621094],"sma_50":[0,452.69380126953126],"sma_100":[0,441.2648004150391],"ema_9":[0,481.43930736250604],"ema_12":[0,481.48056332846704],"ema_26":[0,475.1831561526719],"ema_50":[0,462.1445032635317],"ema_200":[0,435.69848096668557],"ulcer_index":[0,2.905497864563964],"force_index":[0,-43944.062099529656],"easy_movement":[0,-1359.3567417969193],"volume_weighted_avg":[0,483.7811989150104],"channel_index":[0,-48.93184183678976],"williams_r":[0,-58.49690517825648],"mass_index":[0,24.939428963687934],"obv":[0,4040662],"rsi":[0,56.26634051310417],"rsi_2":[0,53.43847236478181],"vwma":[0,484.24526999348893],"macd":[0,-3.054087066798747],"stoch":[0,41.50309482174351],"bb_middle":[0,485.0100036621094],"bb_low":[0,471.71080697858935],"bb_upper":[0,498.30920034562945],"timestamp":[0,"2024-06-07T14:30:00Z"]}],[0,{"open":[0,480.9],"low":[0,476.86],"high":[0,483.14],"close":[0,477.02],"volume":[0,204200],"signal":[0,1],"sma_5":[0,480.0760009765625],"sma_10":[0,480.4699981689453],"sma_20":[0,485.0100036621094],"sma_50":[0,453.91860107421877],"sma_100":[0,441.9111004638672],"ema_9":[0,481.51944515805764],"ema_12":[0,481.53586084403906],"ema_26":[0,475.677314639274],"ema_50":[0,462.95952853278624],"ema_200":[0,437.0147587644273],"ulcer_index":[0,3.0249838809017313],"force_index":[0,-28741.015606582754],"easy_movement":[0,-1944.1249440175434],"volume_weighted_avg":[0,483.42744044969595],"channel_index":[0,-32.1064184654276],"williams_r":[0,-57.20861307800897],"mass_index":[0,24.792278174356063],"obv":[0,4059500],"rsi":[0,56.59654167421735],"rsi_2":[0,58.302191004976216],"vwma":[0,484.26387828289677],"macd":[0,-2.7930130538095277],"stoch":[0,42.79138692199102],"bb_middle":[0,485.0100036621094],"bb_low":[0,471.71080697858935],"bb_upper":[0,498.30920034562945],"timestamp":[0,"2024-06-10T14:30:00Z"]}],[0,{"open":[0,476],"low":[0,476],"high":[0,483.35],"close":[0,481.97],"volume":[0,275000],"signal":[0,1],"sma_5":[0,480.6419982910156],"sma_10":[0,478.9669982910156],"sma_20":[0,484.62300262451174],"sma_50":[0,454.9588006591797],"sma_100":[0,442.4859002685547],"ema_9":[0,480.6195539301217],"ema_12":[0,480.841111588463],"ema_26":[0,475.7788722260374],"ema_50":[0,463.59549217363127],"ema_200":[0,439.11240781538584],"ulcer_index":[0,3.219023193861037],"force_index":[0,-165237.12023024165],"easy_movement":[0,-3818.236424402944],"volume_weighted_avg":[0,482.38584228496586],"channel_index":[0,29.613809792608414],"williams_r":[0,-71.99392269124051],"mass_index":[0,24.68210286470404],"obv":[0,3699500],"rsi":[0,51.72465118945272],"rsi_2":[0,17.15952137709047],"vwma":[0,483.8211414389209],"macd":[0,-2.868788282989235],"stoch":[0,28.006077308759487],"bb_middle":[0,484.62300262451174],"bb_low":[0,470.87436194110825],"bb_upper":[0,498.37164330791524],"timestamp":[0,"2024-06-11T14:30:00Z"]}],[0,{"open":[0,486.63],"low":[0,477.93],"high":[0,490.06],"close":[0,478.58],"volume":[0,344900],"signal":[0,1],"sma_5":[0,481.21599731445315],"sma_10":[0,479.25099792480466],"sma_20":[0,484.66650238037107],"sma_50":[0,456.26440063476565],"sma_100":[0,443.06400024414063],"ema_9":[0,480.8896433894947],"ema_12":[0,481.0147872594392],"ema_26":[0,476.2402792158577],"ema_50":[0,464.429008065914],"ema_200":[0,441.8086424806],"ulcer_index":[0,3.325509119016473],"force_index":[0,52832.32066940167],"easy_movement":[0,-5022.031931731772],"volume_weighted_avg":[0,481.5707377619401],"channel_index":[0,104.08802592473505],"williams_r":[0,-56.80982479526996],"mass_index":[0,24.63265108497691],"obv":[0,3848800],"rsi":[0,55.90781070852609],"rsi_2":[0,66.17964129718177],"vwma":[0,483.78068751543344],"macd":[0,-2.5216530682301137],"stoch":[0,43.19017520473004],"bb_middle":[0,484.66650238037107],"bb_low":[0,470.95727431607827],"bb_upper":[0,498.3757304446639],"timestamp":[0,"2024-06-12T14:30:00Z"]}],[0,{"open":[0,477.59],"low":[0,471.05],"high":[0,480.16],"close":[0,474.49],"volume":[0,224200],"signal":[0,1],"sma_5":[0,480.16599731445314],"sma_10":[0,479.5689971923828],"sma_20":[0,484.3530014038086],"sma_50":[0,457.5586004638672],"sma_100":[0,443.54650024414065],"ema_9":[0,480.4277120280433],"ema_12":[0,480.64020308248274],"ema_26":[0,476.4180413587381],"ema_50":[0,465.16316303113473],"ema_200":[0,445.7760393607998],"ulcer_index":[0,3.405040451101097],"force_index":[0,-121736.62912414898],"easy_movement":[0,-4490.332187848572],"volume_weighted_avg":[0,480.39684532720497],"channel_index":[0,160.2956327644875],"williams_r":[0,-66.23505688072687],"mass_index":[0,24.65855049728084],"obv":[0,3307400],"rsi":[0,52.52918278500424],"rsi_2":[0,36.55308750569928],"vwma":[0,483.24921638099295],"macd":[0,-2.4535466562175934],"stoch":[0,33.76494311927313],"bb_middle":[0,484.3530014038086],"bb_low":[0,470.3904728762555],"bb_upper":[0,498.3155299313617],"timestamp":[0,"2024-06-13T14:30:00Z"]}],[0,{"open":[0,472.57],"low":[0,470.41],"high":[0,475.05],"close":[0,471.79],"volume":[0,170000],"signal":[0,1],"sma_5":[0,478.7799926757813],"sma_10":[0,479.2799957275391],"sma_20":[0,483.6205001831055],"sma_50":[0,458.74760009765623],"sma_100":[0,443.8902001953125],"ema_9":[0,479.2401676701],"ema_12":[0,479.69401670612405],"ema_26":[0,476.27698658692714],"ema_50":[0,465.5999478287952],"ema_200":[0,447.48911244788485],"ulcer_index":[0,3.5194522035961473],"force_index":[0,-235339.7013920284],"easy_movement":[0,-5180.745915396966],"volume_weighted_avg":[0,479.17464882213045],"channel_index":[0,33.760336584531736],"williams_r":[0,-75.51027803287748],"mass_index":[0,24.702767210758775],"obv":[0,2890000],"rsi":[0,48.71256698964818],"rsi_2":[0,17.571828325706605],"vwma":[0,482.41247695911323],"macd":[0,-2.6047022528518537],"stoch":[0,24.489721967122524],"bb_middle":[0,483.6205001831055],"bb_low":[0,469.2094395200578],"bb_upper":[0,498.0315608461532],"timestamp":[0,"2024-06-14T14:30:00Z"]}],[0,{"open":[0,465.98],"low":[0,458.5],"high":[0,468.19],"close":[0,467.27],"volume":[0,385500],"signal":[0,2],"sma_5":[0,476.7699951171875],"sma_10":[0,478.422998046875],"sma_20":[0,482.8115005493164],"sma_50":[0,459.88800048828125],"sma_100":[0,444.16810028076173],"ema_9":[0,477.750135844105],"ema_12":[0,478.4780151887643],"ema_26":[0,475.9424767055121],"ema_50":[0,465.7564748127728],"ema_200":[0,445.9982178240314],"ulcer_index":[0,3.5697105803783216],"force_index":[0,-267281.92775868776],"easy_movement":[0,-3975.966276429943],"volume_weighted_avg":[0,478.3557188253383],"channel_index":[0,-22.572401643469235],"williams_r":[0,-84.14635054063308],"mass_index":[0,24.67384480584279],"obv":[0,2972000],"rsi":[0,46.330750239494286],"rsi_2":[0,10.424691852355608],"vwma":[0,481.664771690097],"macd":[0,-2.791674709802275],"stoch":[0,15.85364945936692],"bb_middle":[0,482.8115005493164],"bb_low":[0,467.6698618523533],"bb_upper":[0,497.95313924627953],"timestamp":[0,"2024-06-17T14:30:00Z"]}],[0,{"open":[0,465.68],"low":[0,463.84],"high":[0,473.23],"close":[0,472.9],"volume":[0,234700],"signal":[0,1],"sma_5":[0,474.8199951171875],"sma_10":[0,477.7309967041016],"sma_20":[0,481.71799926757814],"sma_50":[0,460.92980041503904],"sma_100":[0,444.4479000854492],"ema_9":[0,475.65410647597315],"ema_12":[0,476.7537029114767],"ema_26":[0,475.29550607427325],"ema_50":[0,465.63203721150654],"ema_200":[0,442.5163952855976],"ulcer_index":[0,3.5503107440495416],"force_index":[0,-478021.7349926203],"easy_movement":[0,-3191.1895573446805],"volume_weighted_avg":[0,476.87749366856434],"channel_index":[0,186.26103602584453],"williams_r":[0,-72.38669295636065],"mass_index":[0,24.69302980520515],"obv":[0,2816600],"rsi":[0,42.581055812709394],"rsi_2":[0,4.413809683048683],"vwma":[0,480.1076413426155],"macd":[0,-3.101010291554755],"stoch":[0,27.613307043639356],"bb_middle":[0,481.71799926757814],"bb_low":[0,465.44581624750845],"bb_upper":[0,497.9901822876478],"timestamp":[0,"2024-06-18T14:30:00Z"]}],[0,{"open":[0,474.16],"low":[0,469.66],"high":[0,479.22],"close":[0,479.04],"volume":[0,259600],"signal":[0,1],"sma_5":[0,473.00599365234376],"sma_10":[0,477.1109954833984],"sma_20":[0,480.6669982910156],"sma_50":[0,462.02380004882815],"sma_100":[0,444.88440002441405],"ema_9":[0,475.10328396035453],"ema_12":[0,476.1608246776249],"ema_26":[0,475.1186835204089],"ema_50":[0,465.9421340743451],"ema_200":[0,443.32270848801596],"ulcer_index":[0,3.3997782562256997],"force_index":[0,-220971.2756445993],"easy_movement":[0,-383.39028016043346],"volume_weighted_avg":[0,476.6651864942911],"channel_index":[0,27.0828453246408],"williams_r":[0,-54.659982781019146],"mass_index":[0,24.74815396331105],"obv":[0,2897800],"rsi":[0,48.221831978048364],"rsi_2":[0,60.76734375996651],"vwma":[0,479.2774765439816],"macd":[0,-2.8128617275973076],"stoch":[0,45.34001721898085],"bb_middle":[0,480.6669982910156],"bb_low":[0,464.9781760962224],"bb_upper":[0,496.3558204858088],"timestamp":[0,"2024-06-20T14:30:00Z"]}],[0,{"open":[0,479.96],"low":[0,476.42],"high":[0,489.64],"close":[0,489.14],"volume":[0,1027400],"signal":[0,1],"sma_5":[0,473.097998046875],"sma_10":[0,476.6319976806641],"sma_20":[0,479.8199981689453],"sma_50":[0,463.1405999755859],"sma_100":[0,445.3686001586914],"ema_9":[0,475.89062887844744],"ema_12":[0,476.6037763636439],"ema_26":[0,475.41178414844495],"ema_50":[0,466.56176735885015],"ema_200":[0,445.8081118659649],"ulcer_index":[0,3.234056276512819],"force_index":[0,38304.72886070656],"easy_movement":[0,2139.991907036458],"volume_weighted_avg":[0,476.81128576968257],"channel_index":[0,49.821608843047386],"williams_r":[0,-35.32744890036821],"mass_index":[0,24.80127019619233],"obv":[0,3009300],"rsi":[0,53.57177333374857],"rsi_2":[0,82.83731722457554],"vwma":[0,478.6708382797622],"macd":[0,-2.127065323662628],"stoch":[0,64.67255109963179],"bb_middle":[0,479.8199981689453],"bb_low":[0,465.7878474928003],"bb_upper":[0,493.85214884509026],"timestamp":[0,"2024-06-21T14:30:00Z"]}],[0,{"open":[0,488.51],"low":[0,486.41],"high":[0,495.24],"close":[0,491.57],"volume":[0,265700],"signal":[0,1],"sma_5":[0,476.0280029296875],"sma_10":[0,477.40399780273435],"sma_20":[0,479.40149841308596],"sma_50":[0,464.6864001464844],"sma_100":[0,445.89590026855467],"ema_9":[0,478.54050603155935],"ema_12":[0,478.5324281656768],"ema_26":[0,476.42671262130887],"ema_50":[0,467.36755817143944],"ema_200":[0,444.6390105990701],"ulcer_index":[0,3.1000539978495745],"force_index":[0,1515225.771269559],"easy_movement":[0,3243.351912706927],"volume_weighted_avg":[0,479.8098413937591],"channel_index":[0,544.6508226786482],"williams_r":[0,-3.526431904311664],"mass_index":[0,24.925669099725848],"obv":[0,4172800],"rsi":[0,60.7696362055961],"rsi_2":[0,93.97948744616203],"vwma":[0,480.2084590319828],"macd":[0,-0.9731853350194362],"stoch":[0,96.47356809568834],"bb_middle":[0,479.40149841308596],"bb_low":[0,467.11386545173747],"bb_upper":[0,491.68913137443445],"timestamp":[0,"2024-06-24T14:30:00Z"]}],[0,{"open":[0,492.95],"low":[0,485.17],"high":[0,494.6],"close":[0,488.24],"volume":[0,194700],"signal":[0,1],"sma_5":[0,479.9840026855469],"sma_10":[0,478.3769989013672],"sma_20":[0,479.4234985351562],"sma_50":[0,466.2606005859375],"sma_100":[0,446.4910003662109],"ema_9":[0,481.1464062881947],"ema_12":[0,480.53820905721597],"ema_26":[0,477.5442058784997],"ema_50":[0,468.1462462119536],"ema_200":[0,441.68105753331463],"ulcer_index":[0,2.8356592835838064],"force_index":[0,1391003.3088856493],"easy_movement":[0,4836.642207875231],"volume_weighted_avg":[0,480.8246226177905],"channel_index":[0,2.4849280650912844],"williams_r":[0,-9.989068823220611],"mass_index":[0,25.067010815144616],"obv":[0,4585200],"rsi":[0,62.2986527930957],"rsi_2":[0,95.41256039296218],"vwma":[0,480.3529975576441],"macd":[0,-0.07329385136436528],"stoch":[0,90.01093117677938],"bb_middle":[0,479.4234985351562],"bb_low":[0,467.0506679457799],"bb_upper":[0,491.7963291245326],"timestamp":[0,"2024-06-25T14:30:00Z"]}],[0,{"open":[0,486.02],"low":[0,484.05],"high":[0,491.26],"close":[0,488.63],"volume":[0,149800],"signal":[0,1],"sma_5":[0,484.1780029296875],"sma_10":[0,479.4989990234375],"sma_20":[0,479.2329986572266],"sma_50":[0,467.75820068359377],"sma_100":[0,447.14590026855467],"ema_9":[0,482.56512307884253],"ema_12":[0,481.72309885426864],"ema_26":[0,478.33963653970227],"ema_50":[0,469.0610957242445],"ema_200":[0,444.6937110831575],"ulcer_index":[0,2.6637677543985676],"force_index":[0,1099667.6047756467],"easy_movement":[0,4873.449144417856],"volume_weighted_avg":[0,481.2576432213669],"channel_index":[0,-52.30805849817386],"williams_r":[0,-19.05280854824669],"mass_index":[0,25.255947541158363],"obv":[0,4255600],"rsi":[0,58.93421493405798],"rsi_2":[0,57.742206499300174],"vwma":[0,480.4389288036717],"macd":[0,0.2569336784834877],"stoch":[0,80.94719145175331],"bb_middle":[0,479.2329986572266],"bb_low":[0,467.54530277821345],"bb_upper":[0,490.9206945362397],"timestamp":[0,"2024-06-26T14:30:00Z"]}],[0,{"open":[0,488.63],"low":[0,485],"high":[0,497.43],"close":[0,493.81],"volume":[0,257800],"signal":[0,1],"sma_5":[0,487.3240051269531],"sma_10":[0,480.1649993896484],"sma_20":[0,479.70799865722654],"sma_50":[0,469.5172009277344],"sma_100":[0,447.735400390625],"ema_9":[0,483.77809943987694],"ema_12":[0,482.7856998473232],"ema_26":[0,479.10242246511854],"ema_50":[0,469.8501047200193],"ema_200":[0,445.5649795645453],"ulcer_index":[0,2.565375024619878],"force_index":[0,950927.2991575801],"easy_movement":[0,1899.2804366551022],"volume_weighted_avg":[0,481.4471121149813],"channel_index":[0,-79.08584003756293],"williams_r":[0,-17.99125505857649],"mass_index":[0,25.37807682407726],"obv":[0,4203800],"rsi":[0,59.20944553702446],"rsi_2":[0,61.31947065486426],"vwma":[0,480.7540390154119],"macd":[0,0.44608033711943307],"stoch":[0,82.00874494142352],"bb_middle":[0,479.70799865722654],"bb_low":[0,467.32420446410305],"bb_upper":[0,492.09179285035003],"timestamp":[0,"2024-06-27T14:30:00Z"]}],[0,{"open":[0,498.93],"low":[0,497.12],"high":[0,506.07],"close":[0,502.78],"volume":[0,665100],"signal":[0,1],"sma_5":[0,490.2780029296875],"sma_10":[0,481.68800048828126],"sma_20":[0,480.62849884033204],"sma_50":[0,471.4090008544922],"sma_100":[0,448.3649005126953],"ema_9":[0,485.7844790629134],"ema_12":[0,484.4817454561896],"ema_26":[0,480.1902950414496],"ema_50":[0,470.72618752534675],"ema_200":[0,444.76850924956017],"ulcer_index":[0,2.4153770894391786],"force_index":[0,1005846.5450579982],"easy_movement":[0,1028.316599730045],"volume_weighted_avg":[0,482.2173994945783],"channel_index":[0,-3.6489556231678324],"williams_r":[0,-9.298730537495159],"mass_index":[0,25.563868420021368],"obv":[0,4578800],"rsi":[0,62.80685545312376],"rsi_2":[0,88.09336333103887],"vwma":[0,481.5836339835633],"macd":[0,0.8413990980254265],"stoch":[0,90.70126946250484],"bb_middle":[0,480.62849884033204],"bb_low":[0,466.9891964436448],"bb_upper":[0,494.2678012370193],"timestamp":[0,"2024-06-28T14:30:00Z"]}],[0,{"open":[0,502.79],"low":[0,495.21],"high":[0,502.79],"close":[0,499.52],"volume":[0,258700],"signal":[0,1],"sma_5":[0,493.00599975585936],"sma_10":[0,484.5170013427734],"sma_20":[0,481.89849853515625],"sma_50":[0,473.4078009033203],"sma_100":[0,449.1188003540039],"ema_9":[0,489.1835830068277],"ema_12":[0,487.2968615260221],"ema_26":[0,481.8650292994684],"ema_50":[0,472.0404966377481],"ema_200":[0,446.49718162591563],"ulcer_index":[0,2.263942765499634],"force_index":[0,1714435.3256129974],"easy_movement":[0,2660.9098574441045],"volume_weighted_avg":[0,485.1651396684463],"channel_index":[0,230.93566728592052],"williams_r":[0,-6.916140505294546],"mass_index":[0,25.746091394314508],"obv":[0,5115600],"rsi":[0,68.04956035289081],"rsi_2":[0,96.49520835426766],"vwma":[0,484.2182723317216],"macd":[0,1.5872320080966205],"stoch":[0,93.08385949470545],"bb_middle":[0,481.89849853515625],"bb_low":[0,465.29710641643356],"bb_upper":[0,498.49989065387894],"timestamp":[0,"2024-07-01T14:30:00Z"]}],[0,{"open":[0,501.98],"low":[0,501.98],"high":[0,519.44],"close":[0,509],"volume":[0,192800],"signal":[0,1],"sma_5":[0,494.59599609375],"sma_10":[0,487.2899993896484],"sma_20":[0,482.8564987182617],"sma_50":[0,475.3392004394531],"sma_100":[0,449.8088003540039],"ema_9":[0,491.25086420928835],"ema_12":[0,489.17734297588805],"ema_26":[0,483.17524072838603],"ema_50":[0,473.2162435477777],"ema_200":[0,448.9965949596114],"ulcer_index":[0,1.9859214222406962],"force_index":[0,1349037.9193296114],"easy_movement":[0,2607.676722685238],"volume_weighted_avg":[0,486.3059682715556],"channel_index":[0,-15.382851779938806],"williams_r":[0,-13.76921862951268],"mass_index":[0,25.749622703183967],"obv":[0,4723000],"rsi":[0,64.4839120500536],"rsi_2":[0,63.781155917599506],"vwma":[0,485.12140197225676],"macd":[0,1.7290965529565483],"stoch":[0,86.23078137048732],"bb_middle":[0,482.8564987182617],"bb_low":[0,464.5927328511156],"bb_upper":[0,501.1202645854078],"timestamp":[0,"2024-07-02T14:30:00Z"]}],[0,{"open":[0,507.28],"low":[0,504.95],"high":[0,514.38],"close":[0,508.56],"volume":[0,111300],"signal":[0,1],"sma_5":[0,498.747998046875],"sma_10":[0,491.46300048828124],"sma_20":[0,484.5969985961914],"sma_50":[0,477.4522003173828],"sma_100":[0,450.5400003051758],"ema_9":[0,494.8006913672821],"ema_12":[0,492.2269824774838],"ema_26":[0,485.0878540004278],"ema_50":[0,474.60616462772686],"ema_200":[0,449.3250899702753],"ulcer_index":[0,1.8019387662371056],"force_index":[0,1417427.6627819575],"easy_movement":[0,10244.433307490222],"volume_weighted_avg":[0,487.50828321168143],"channel_index":[0,-56.31762233510502],"williams_r":[0,-17.131608177148173],"mass_index":[0,25.883113837329063],"obv":[0,5058600],"rsi":[0,69.4835648632939],"rsi_2":[0,87.81222255500464],"vwma":[0,486.2403740193206],"macd":[0,2.292476709961968],"stoch":[0,82.86839182285183],"bb_middle":[0,484.5969985961914],"bb_low":[0,463.5465191560452],"bb_upper":[0,505.6474780363376],"timestamp":[0,"2024-07-03T14:30:00Z"]}],[0,{"open":[0,509.03],"low":[0,506.95],"high":[0,513.46],"close":[0,513.42],"volume":[0,178000],"signal":[0,1],"sma_5":[0,502.73399658203124],"sma_10":[0,495.0290008544922],"sma_20":[0,486.0699981689453],"sma_50":[0,479.3952001953125],"sma_100":[0,451.2741003417969],"ema_9":[0,497.55255260673414],"ema_12":[0,494.73975435302174],"ema_26":[0,486.8291861329245],"ema_50":[0,476.044593706245],"ema_200":[0,452.0628887214084],"ulcer_index":[0,1.6468841807995882],"force_index":[0,1207946.5934310611],"easy_movement":[0,8526.78383145095],"volume_weighted_avg":[0,488.7414092930827],"channel_index":[0,-97.91424861482554],"williams_r":[0,-17.85363381511777],"mass_index":[0,25.78864280007189],"obv":[0,4781600],"rsi":[0,68.99172577876018],"rsi_2":[0,82.7175932110942],"vwma":[0,486.8932596504976],"macd":[0,2.454505237910519],"stoch":[0,82.14636618488224],"bb_middle":[0,486.0699981689453],"bb_low":[0,462.76237168626426],"bb_upper":[0,509.3776246516263],"timestamp":[0,"2024-07-05T14:30:00Z"]}],[0,{"open":[0,513],"low":[0,507.31],"high":[0,514.43],"close":[0,511.48],"volume":[0,144400],"signal":[0,1],"sma_5":[0,506.65599365234374],"sma_10":[0,498.4669982910156],"sma_20":[0,487.5494979858398],"sma_50":[0,481.2947998046875],"sma_100":[0,451.9984002685547],"ema_9":[0,500.7260386661678],"ema_12":[0,497.613635328232],"ema_26":[0,488.7960835783111],"ema_50":[0,477.39789748738696],"ema_200":[0,450.4146519640031],"ulcer_index":[0,1.3425791085930885],"force_index":[0,1158970.5008728972],"easy_movement":[0,11102.957156752409],"volume_weighted_avg":[0,490.48532560316556],"channel_index":[0,-59.426425624353],"williams_r":[0,-9.878600738551402],"mass_index":[0,25.72266814321516],"obv":[0,5154200],"rsi":[0,71.38089066508566],"rsi_2":[0,92.4254594909129],"vwma":[0,487.7962760494231],"macd":[0,2.6856457225624775],"stoch":[0,90.1213992614486],"bb_middle":[0,487.5494979858398],"bb_low":[0,461.41349645343865],"bb_upper":[0,513.685499518241],"timestamp":[0,"2024-07-08T14:30:00Z"]}],[0,{"open":[0,512.75],"low":[0,504.91],"high":[0,512.75],"close":[0,508.86],"volume":[0,149900],"signal":[0,1],"sma_5":[0,508.39599609375],"sma_10":[0,500.7009979248047],"sma_20":[0,489.05249786376953],"sma_50":[0,483.14440002441404],"sma_100":[0,452.7647003173828],"ema_9":[0,502.8768331295582],"ema_12":[0,499.7469237159335],"ema_26":[0,490.4749425266187],"ema_50":[0,478.67678757661685],"ema_200":[0,449.863459139252],"ulcer_index":[0,1.1706389201036729],"force_index":[0,953392.4269162185],"easy_movement":[0,11897.662068482021],"volume_weighted_avg":[0,491.9209599735805],"channel_index":[0,-75.5783944452351],"williams_r":[0,-13.062013679326071],"mass_index":[0,25.583752171908287],"obv":[0,5256100],"rsi":[0,69.10628401020197],"rsi_2":[0,63.810088111320404],"vwma":[0,488.54624082933],"macd":[0,2.5102412898510646],"stoch":[0,86.93798632067393],"bb_middle":[0,489.05249786376953],"bb_low":[0,461.1047910549258],"bb_upper":[0,517.0002046726133],"timestamp":[0,"2024-07-09T14:30:00Z"]}],[0,{"open":[0,509.37],"low":[0,503.54],"high":[0,512.16],"close":[0,511.88],"volume":[0,173300],"signal":[0,1],"sma_5":[0,510.2639953613281],"sma_10":[0,502.42999572753905],"sma_20":[0,490.40349731445315],"sma_50":[0,484.16019958496094],"sma_100":[0,453.53630004882814],"ema_9":[0,504.0734635756763],"ema_12":[0,501.14893366689284],"ema_26":[0,491.84062978141435],"ema_50":[0,480.0147607481609],"ema_200":[0,453.55168440167495],"ulcer_index":[0,0.7680943320444806],"force_index":[0,761089.8234546686],"easy_movement":[0,12820.578533452484],"volume_weighted_avg":[0,494.86531294289625],"channel_index":[0,-69.66579749747561],"williams_r":[0,-19.028805626650406],"mass_index":[0,25.396679140140243],"obv":[0,4876400],"rsi":[0,66.02971863339877],"rsi_2":[0,34.74979075882868],"vwma":[0,489.2563097623979],"macd":[0,2.042118755534359],"stoch":[0,80.9711943733496],"bb_middle":[0,490.40349731445315],"bb_low":[0,461.3890734140257],"bb_upper":[0,519.4179212148806],"timestamp":[0,"2024-07-10T14:30:00Z"]}],[0,{"open":[0,515],"low":[0,509.19],"high":[0,521.14],"close":[0,514.31],"volume":[0,197800],"signal":[0,1],"sma_5":[0,510.8399963378906],"sma_10":[0,504.7939971923828],"sma_20":[0,492.14649810791013],"sma_50":[0,485.18299987792966],"sma_100":[0,454.2538000488281],"ema_9":[0,505.6347718373033],"ema_12":[0,502.7998677545804],"ema_26":[0,493.3254734310861],"ema_50":[0,481.28231756106186],"ema_200":[0,454.4925773628759],"ulcer_index":[0,0.48152996543848703],"force_index":[0,727148.6736466902],"easy_movement":[0,10989.217658194908],"volume_weighted_avg":[0,496.87695660514777],"channel_index":[0,-54.986610255644905],"williams_r":[0,-15.18681748489294],"mass_index":[0,25.224033260616785],"obv":[0,4671100],"rsi":[0,67.79867956730371],"rsi_2":[0,68.1689635636466],"vwma":[0,490.3899085229506],"macd":[0,1.7671332059033729],"stoch":[0,84.81318251510706],"bb_middle":[0,492.14649810791013],"bb_low":[0,462.37891500499194],"bb_upper":[0,521.9140812108283],"timestamp":[0,"2024-07-11T14:30:00Z"]}],[0,{"open":[0,515.46],"low":[0,514.5],"high":[0,525.56],"close":[0,523.08],"volume":[0,265300],"signal":[0,1],"sma_5":[0,511.9899963378906],"sma_10":[0,507.36199645996095],"sma_20":[0,493.7634979248047],"sma_50":[0,486.16519958496093],"sma_100":[0,454.9858001708984],"ema_9":[0,507.36981698153494],"ema_12":[0,504.5706569479737],"ema_26":[0,494.87982354004737],"ema_50":[0,482.5751414042817],"ema_200":[0,455.03996107539115],"ulcer_index":[0,0.40232098748096107],"force_index":[0,691922.2326785763],"easy_movement":[0,12592.626745026206],"volume_weighted_avg":[0,498.91359341081153],"channel_index":[0,-40.907256459382296],"williams_r":[0,-15.272846385079689],"mass_index":[0,25.093165921137576],"obv":[0,5071200],"rsi":[0,69.1885425837932],"rsi_2":[0,82.55080310680654],"vwma":[0,491.65152197886727],"macd":[0,1.586782783698327],"stoch":[0,84.72715361492031],"bb_middle":[0,493.7634979248047],"bb_low":[0,462.88984938824933],"bb_upper":[0,524.6371464613601],"timestamp":[0,"2024-07-12T14:30:00Z"]}],[0,{"open":[0,525],"low":[0,520.18],"high":[0,527.71],"close":[0,520.91],"volume":[0,186700],"signal":[0,1],"sma_5":[0,513.9220031738281],"sma_10":[0,510.28899841308595],"sma_20":[0,495.9884994506836],"sma_50":[0,487.39580017089844],"sma_100":[0,455.8068002319336],"ema_9":[0,510.511857002056],"ema_12":[0,507.4182505046947],"ema_26":[0,496.96618103237586],"ema_50":[0,484.06105491349626],"ema_200":[0,453.6568666101162],"ulcer_index":[0,0.40232098748096107],"force_index":[0,925460.8844601489],"easy_movement":[0,13251.794232184575],"volume_weighted_avg":[0,504.04769034100883],"channel_index":[0,-5.28368195977006],"williams_r":[0,-5.974415527128364],"mass_index":[0,25.09722202309106],"obv":[0,5521000],"rsi":[0,73.63318064010991],"rsi_2":[0,95.90518315956412],"vwma":[0,493.9846771395427],"macd":[0,1.875181575858413],"stoch":[0,94.02558447287164],"bb_middle":[0,495.9884994506836],"bb_low":[0,463.4437072007647],"bb_upper":[0,528.5332917006025],"timestamp":[0,"2024-07-15T14:30:00Z"]}],[0,{"open":[0,521.65],"low":[0,517.9],"high":[0,528.95],"close":[0,528.92],"volume":[0,154100],"signal":[0,1],"sma_5":[0,515.8079956054687],"sma_10":[0,512.1019958496094],"sma_20":[0,498.3094985961914],"sma_50":[0,488.6433996582031],"sma_100":[0,456.66209991455077],"ema_9":[0,512.5914802300072],"ema_12":[0,509.4938999931883],"ema_26":[0,498.73858148872006],"ema_50":[0,485.45723360953434],"ema_200":[0,453.34381688749426],"ulcer_index":[0,0.4173195396974166],"force_index":[0,735382.2426685079],"easy_movement":[0,12529.301593734108],"volume_weighted_avg":[0,506.1156160439071],"channel_index":[0,-45.05265395433683],"williams_r":[0,-15.574996574988187],"mass_index":[0,25.062615970170636],"obv":[0,5573900],"rsi":[0,70.91314083201372],"rsi_2":[0,69.55979745557411],"vwma":[0,495.70318524382543],"macd":[0,1.7412027924795606],"stoch":[0,84.42500342501181],"bb_middle":[0,498.3094985961914],"bb_low":[0,465.6079062042833],"bb_upper":[0,531.0110909880995],"timestamp":[0,"2024-07-16T14:30:00Z"]}],[0,{"open":[0,526.9],"low":[0,525.82],"high":[0,531.57],"close":[0,528.03],"volume":[0,260000],"signal":[0,1],"sma_5":[0,519.8199951171875],"sma_10":[0,515.0419952392579],"sma_20":[0,501.16599731445314],"sma_50":[0,489.9325994873047],"sma_100":[0,457.62419982910154],"ema_9":[0,515.8571807668293],"ema_12":[0,512.4825283504747],"ema_26":[0,500.97600923365184],"ema_50":[0,487.2328652563332],"ema_200":[0,455.5268630288778],"ulcer_index":[0,0.3760009525892517],"force_index":[0,806672.0108202568],"easy_movement":[0,12588.159989016398],"volume_weighted_avg":[0,508.38288906796055],"channel_index":[0,-59.33308723328459],"williams_r":[0,-0.06688035756522874],"mass_index":[0,25.159597466874473],"obv":[0,5429500],"rsi":[0,74.63333166847956],"rsi_2":[0,89.94692309558403],"vwma":[0,497.3875098888013],"macd":[0,1.996168859371977],"stoch":[0,99.93311964243478],"bb_middle":[0,501.16599731445314],"bb_low":[0,468.2494439601304],"bb_upper":[0,534.0825506687759],"timestamp":[0,"2024-07-17T14:30:00Z"]}],[0,{"open":[0,528.64],"low":[0,525.4],"high":[0,533.81],"close":[0,525.91],"volume":[0,211300],"signal":[0,1],"sma_5":[0,523.05],"sma_10":[0,516.9449981689453],"sma_20":[0,504.2039993286133],"sma_50":[0,491.1132000732422],"sma_100":[0,458.53850006103517],"ema_9":[0,518.2917504730178],"ema_12":[0,514.8744516219101],"ema_26":[0,502.9804107654488],"ema_50":[0,488.8488632979325],"ema_200":[0,456.572020575548],"ulcer_index":[0,0.34329083012437317],"force_index":[0,658365.9608212534],"easy_movement":[0,14187.306171418182],"volume_weighted_avg":[0,510.9076883013271],"channel_index":[0,-3.377791910753984],"williams_r":[0,-7.601411789992962],"mass_index":[0,25.21001219738801],"obv":[0,5028300],"rsi":[0,73.50233881510226],"rsi_2":[0,78.29478511418388],"vwma":[0,501.06255998049494],"macd":[0,1.9074606033132913],"stoch":[0,92.39858821000703],"bb_middle":[0,504.2039993286133],"bb_low":[0,473.20191831941366],"bb_upper":[0,535.206080337813],"timestamp":[0,"2024-07-18T14:30:00Z"]}],[0,{"open":[0,528.88],"low":[0,520.71],"high":[0,528.88],"close":[0,524.33],"volume":[0,153600],"signal":[0,1],"sma_5":[0,525.3699951171875],"sma_10":[0,518.6799957275391],"sma_20":[0,506.8544982910156],"sma_50":[0,492.1109997558594],"sma_100":[0,459.4227996826172],"ema_9":[0,519.8153950080764],"ema_12":[0,516.5722243700602],"ema_26":[0,504.68058341037874],"ema_50":[0,490.37015477893954],"ema_200":[0,458.6267686613985],"ulcer_index":[0,0.3754748644153501],"force_index":[0,500335.3476366442],"easy_movement":[0,13219.960312166597],"volume_weighted_avg":[0,513.3143219789864],"channel_index":[0,-28.517184832303567],"williams_r":[0,-20.466381256201352],"mass_index":[0,25.254871070655895],"obv":[0,4532400],"rsi":[0,70.75428362816703],"rsi_2":[0,48.41364868080474],"vwma":[0,503.2987371137186],"macd":[0,1.526190753439984],"stoch":[0,79.53361874379866],"bb_middle":[0,506.8544982910156],"bb_low":[0,478.0227422476719],"bb_upper":[0,535.6862543343593],"timestamp":[0,"2024-07-19T14:30:00Z"]}],[0,{"open":[0,526.65],"low":[0,524.5],"high":[0,531.07],"close":[0,529.09],"volume":[0,184800],"signal":[0,1],"sma_5":[0,525.6199951171875],"sma_10":[0,519.7709991455079],"sma_20":[0,509.1189987182617],"sma_50":[0,492.97],"sma_100":[0,460.25419982910154],"ema_9":[0,520.718319423452],"ema_12":[0,517.7657306755422],"ema_26":[0,506.13391496683624],"ema_50":[0,491.61404612882853],"ema_200":[0,457.5147302157457],"ulcer_index":[0,0.441330414403306],"force_index":[0,394179.6199790202],"easy_movement":[0,10394.790743331618],"volume_weighted_avg":[0,516.6126645882466],"channel_index":[0,-54.928728985474145],"williams_r":[0,-24.559531009728463],"mass_index":[0,25.200272115572044],"obv":[0,4523100],"rsi":[0,68.70399832721492],"rsi_2":[0,30.859473567064683],"vwma":[0,505.1318499406983],"macd":[0,1.010320838371431],"stoch":[0,75.44046899027154],"bb_middle":[0,509.1189987182617],"bb_low":[0,482.34012847895997],"bb_upper":[0,535.8978689575634],"timestamp":[0,"2024-07-22T14:30:00Z"]}],[0,{"open":[0,529.19],"low":[0,526.26],"high":[0,533.46],"close":[0,526.37],"volume":[0,200600],"signal":[0,1],"sma_5":[0,527.256005859375],"sma_10":[0,521.5320007324219],"sma_20":[0,511.11649932861326],"sma_50":[0,493.93140075683596],"sma_100":[0,461.1811999511719],"ema_9":[0,522.392660910328],"ema_12":[0,519.5079302167873],"ema_26":[0,507.83542234869],"ema_50":[0,493.1261616275354],"ema_200":[0,459.0803868809268],"ulcer_index":[0,0.40588501071240013],"force_index":[0,463533.31706322066],"easy_movement":[0,11697.181500249115],"volume_weighted_avg":[0,519.237285864775],"channel_index":[0,-23.80449849186057],"williams_r":[0,-14.828692096394553],"mass_index":[0,25.110821629076334],"obv":[0,4576900],"rsi":[0,71.39274327075086],"rsi_2":[0,78.29025110399043],"vwma":[0,509.92105860941274],"macd":[0,0.842149977298277],"stoch":[0,85.17130790360545],"bb_middle":[0,511.11649932861326],"bb_low":[0,484.6385030181106],"bb_upper":[0,537.594495639116],"timestamp":[0,"2024-07-23T14:30:00Z"]}],[0,{"open":[0,525.45],"low":[0,515.79],"high":[0,525.57],"close":[0,515.8],"volume":[0,294300],"signal":[0,1],"sma_5":[0,526.7460083007812],"sma_10":[0,523.2830017089843],"sma_20":[0,512.8564987182617],"sma_50":[0,494.8220007324219],"sma_100":[0,462.057799987793],"ema_9":[0,523.1881277513801],"ema_12":[0,520.5636324218943],"ema_26":[0,509.2076399616029],"ema_50":[0,494.40110157963255],"ema_200":[0,459.1723778443776],"ulcer_index":[0,0.428510034287208],"force_index":[0,319390.29501617484],"easy_movement":[0,4654.449372459152],"volume_weighted_avg":[0,520.561454582741],"channel_index":[0,-9.969882559133277],"williams_r":[0,-24.57880786823499],"mass_index":[0,25.096177260247728],"obv":[0,4725300],"rsi":[0,67.79759339328902],"rsi_2":[0,43.884331385783334],"vwma":[0,511.82677678888496],"macd":[0,0.41960113441976077],"stoch":[0,75.42119213176501],"bb_middle":[0,512.8564987182617],"bb_low":[0,487.18365988158894],"bb_upper":[0,538.5293375549345],"timestamp":[0,"2024-07-24T14:30:00Z"]}],[0,{"open":[0,528.06],"low":[0,526.79],"high":[0,572.8],"close":[0,564.34],"volume":[0,622700],"signal":[0,1],"sma_5":[0,524.3],"sma_10":[0,523.675],"sma_20":[0,514.2344985961914],"sma_50":[0,495.44280029296874],"sma_100":[0,462.84439971923825],"ema_9":[0,521.7104997604638],"ema_12":[0,519.8307642264309],"ema_26":[0,509.6976712901513],"ema_50":[0,495.3091032823567],"ema_200":[0,461.1190441874736],"ulcer_index":[0,0.7960929720547026],"force_index":[0,-170642.32399686612],"easy_movement":[0,3107.824412712929],"volume_weighted_avg":[0,520.5376582393104],"channel_index":[0,53.744865129798164],"williams_r":[0,-59.497906515560736],"mass_index":[0,25.08352175127674],"obv":[0,4250900],"rsi":[0,55.99472212778591],"rsi_2":[0,9.938655946141012],"vwma":[0,513.1393481713948],"macd":[0,-0.6404676599812742],"stoch":[0,40.50209348443926],"bb_middle":[0,514.2344985961914],"bb_low":[0,491.1685616570897],"bb_upper":[0,537.3004355352931],"timestamp":[0,"2024-07-25T14:30:00Z"]}],[0,{"open":[0,570.91],"low":[0,569.25],"high":[0,593.5],"close":[0,590.65],"volume":[0,584300],"signal":[0,0],"sma_5":[0,531.9860107421875],"sma_10":[0,528.6780029296875],"sma_20":[0,518.0199996948243],"sma_50":[0,497.1076007080078],"sma_100":[0,464.0788000488281],"ema_9":[0,530.2364051789026],"ema_12":[0,526.6783429390318],"ema_26":[0,513.7439985116998],"ema_50":[0,497.96567450089026],"ema_200":[0,461.1307874797205],"ulcer_index":[0,0.7960929720547077],"force_index":[0,4171720.706102574],"easy_movement":[0,18332.79856663256],"volume_weighted_avg":[0,529.4605921976296],"channel_index":[0,238.0182615743755],"williams_r":[0,-12.214789882049482],"mass_index":[0,25.650302948221533],"obv":[0,5051700],"rsi":[0,76.34735375173695],"rsi_2":[0,88.88740570170887],"vwma":[0,520.4512581438786],"macd":[0,1.7270334237162945],"stoch":[0,87.78521011795051],"bb_middle":[0,518.0199996948243],"bb_low":[0,488.93886929430806],"bb_upper":[0,547.1011300953405],"timestamp":[0,"2024-07-26T14:30:00Z"]}],[0,{"open":[0,584.35],"low":[0,575.37],"high":[0,588.04],"close":[0,576.99],"volume":[0,487100],"signal":[0,1],"sma_5":[0,545.2500122070312],"sma_10":[0,535.4350036621094],"sma_20":[0,522.8620010375977],"sma_50":[0,499.2236010742188],"sma_100":[0,465.60390014648436],"ema_9":[0,542.319129021665],"ema_12":[0,536.5201389240391],"ema_26":[0,519.4312128544078],"ema_50":[0,501.2166634352653],"ema_200":[0,454.70883919272995],"ulcer_index":[0,0.7896619314032445],"force_index":[0,5771907.322948581],"easy_movement":[0,27460.413675476706],"volume_weighted_avg":[0,539.999900514054],"channel_index":[0,177.10088318931284],"williams_r":[0,-3.1680478619883448],"mass_index":[0,26.140800786389864],"obv":[0,5932900],"rsi":[0,81.39611532796607],"rsi_2":[0,94.30208974239618],"vwma":[0,529.6794824858625],"macd":[0,4.69318951495964],"stoch":[0,96.83195213801166],"bb_middle":[0,522.8620010375977],"bb_low":[0,481.75565730801475],"bb_upper":[0,563.9683447671806],"timestamp":[0,"2024-07-29T14:30:00Z"]}],[0,{"open":[0,579.68],"low":[0,568.56],"high":[0,580.6],"close":[0,574.55],"volume":[0,300600],"signal":[0,1],"sma_5":[0,554.8300048828125],"sma_10":[0,541.0430053710937],"sma_20":[0,526.5725006103515],"sma_50":[0,500.9806005859375],"sma_100":[0,467.20200012207033],"ema_9":[0,549.2533012647528],"ema_12":[0,542.746270043819],"ema_26":[0,523.6960443043645],"ema_50":[0,504.23722604668603],"ema_200":[0,456.91147305566045],"ulcer_index":[0,0.9743030469374743],"force_index":[0,3996801.4904714916],"easy_movement":[0,28283.828151493137],"volume_weighted_avg":[0,545.7057145399666],"channel_index":[0,137.00320653282492],"williams_r":[0,-18.35261375482604],"mass_index":[0,26.35725082763318],"obv":[0,5237300],"rsi":[0,72.74576890733117],"rsi_2":[0,62.6191339645773],"vwma":[0,537.8486692624615],"macd":[0,5.325138803875991],"stoch":[0,81.64738624517396],"bb_middle":[0,526.5725006103515],"bb_low":[0,480.3126827718204],"bb_upper":[0,572.8323184488827],"timestamp":[0,"2024-07-30T14:30:00Z"]}],[0,{"open":[0,574.79],"low":[0,565.01],"high":[0,574.79],"close":[0,568.11],"volume":[0,342400],"signal":[0,2],"sma_5":[0,564.4660034179688],"sma_10":[0,545.606005859375],"sma_20":[0,530.3240005493165],"sma_50":[0,502.71220031738284],"sma_100":[0,468.7489001464844],"ema_9":[0,554.3126385708464],"ema_12":[0,547.6391498203716],"ema_26":[0,527.4640077457664],"ema_50":[0,507.0350456291381],"ema_200":[0,458.8950204136323],"ulcer_index":[0,1.2139027748084648],"force_index":[0,3321047.929222816],"easy_movement":[0,26593.59353401233],"volume_weighted_avg":[0,549.2474829215803],"channel_index":[0,27.530126521190077],"williams_r":[0,-22.476589675929446],"mass_index":[0,26.479227631190277],"obv":[0,4771300],"rsi":[0,71.28697304567243],"rsi_2":[0,55.90867748614167],"vwma":[0,541.9944164434135],"macd":[0,5.1613202012280865],"stoch":[0,77.52341032407055],"bb_middle":[0,530.3240005493165],"bb_low":[0,481.35793150329874],"bb_upper":[0,579.2900695953342],"timestamp":[0,"2024-07-31T14:30:00Z"]}],[0,{"open":[0,566.64],"low":[0,560.15],"high":[0,572.23],"close":[0,569.71],"volume":[0,236100],"signal":[0,1],"sma_5":[0,574.9280029296875],"sma_10":[0,549.6140014648438],"sma_20":[0,533.2794998168945],"sma_50":[0,504.29159973144533],"sma_100":[0,470.2092999267578],"ema_9":[0,557.0721079266657],"ema_12":[0,550.7885090444875],"ema_26":[0,530.4740980977045],"ema_50":[0,509.4010350369798],"ema_200":[0,459.39681439286306],"ulcer_index":[0,1.585487151001179],"force_index":[0,2531610.584533363],"easy_movement":[0,22482.103398231433],"volume_weighted_avg":[0,552.3947957510037],"channel_index":[0,47.379230590075665],"williams_r":[0,-32.13925904865506],"mass_index":[0,26.505266861326298],"obv":[0,4633600],"rsi":[0,67.44773239673785],"rsi_2":[0,35.708880376967855],"vwma":[0,544.9359434562804],"macd":[0,4.239553178061794],"stoch":[0,67.86074095134494],"bb_middle":[0,533.2794998168945],"bb_low":[0,482.70925615773467],"bb_upper":[0,583.8497434760543],"timestamp":[0,"2024-08-01T14:30:00Z"]}],[0,{"open":[0,563.5],"low":[0,557.16],"high":[0,575.86],"close":[0,575.81],"volume":[0,271500],"signal":[0,1],"sma_5":[0,576.002001953125],"sma_10":[0,553.9940063476563],"sma_20":[0,536.3370010375977],"sma_50":[0,505.8073999023438],"sma_100":[0,471.7016000366211],"ema_9":[0,559.5996907375628],"ema_12":[0,553.6995114969892],"ema_26":[0,533.384254148042],"ema_50":[0,511.9187642436885],"ema_200":[0,463.56254587364623],"ulcer_index":[0,1.8470352610793275],"force_index":[0,2223931.6946788495],"easy_movement":[0,19677.567784076462],"volume_weighted_avg":[0,555.2074197707585],"channel_index":[0,-18.49679748910121],"williams_r":[0,-30.613783683801692],"mass_index":[0,26.53701437700112],"obv":[0,4570000],"rsi":[0,67.90537634033544],"rsi_2":[0,45.49437912328839],"vwma":[0,546.7938832599575],"macd":[0,3.3971352660682896],"stoch":[0,69.3862163161983],"bb_middle":[0,536.3370010375977],"bb_low":[0,484.7309731007687],"bb_upper":[0,587.9430289744266],"timestamp":[0,"2024-08-02T14:30:00Z"]}],[0,{"open":[0,560.57],"low":[0,555.34],"high":[0,575.76],"close":[0,569.01],"volume":[0,297200],"signal":[0,1],"sma_5":[0,573.0339965820312],"sma_10":[0,559.1420043945312],"sma_20":[0,539.4565017700195],"sma_50":[0,507.40399963378906],"sma_100":[0,473.17149993896487],"ema_9":[0,562.8417521015938],"ema_12":[0,557.1011246894348],"ema_26":[0,536.5265108493519],"ema_50":[0,514.4085594656635],"ema_200":[0,464.36305641937173],"ulcer_index":[0,1.962179020768473],"force_index":[0,2142813.959756832],"easy_movement":[0,18707.123973082787],"volume_weighted_avg":[0,557.9951999340047],"channel_index":[0,0.33265275095329805],"williams_r":[0,-22.76411972657891],"mass_index":[0,26.556114945009295],"obv":[0,5048100],"rsi":[0,69.67434410380825],"rsi_2":[0,74.7722242222123],"vwma":[0,549.3430327018008],"macd":[0,2.9246968235256006],"stoch":[0,77.23588027342109],"bb_middle":[0,539.4565017700195],"bb_low":[0,486.2508392232803],"bb_upper":[0,592.6621643167587],"timestamp":[0,"2024-08-05T14:30:00Z"]}],[0,{"open":[0,566.17],"low":[0,566.17],"high":[0,579.56],"close":[0,570.63],"volume":[0,212100],"signal":[0,1],"sma_5":[0,571.4380004882812],"sma_10":[0,563.1340026855469],"sma_20":[0,542.3330017089844],"sma_50":[0,508.83399963378906],"sma_100":[0,474.5820001220703],"ema_9":[0,564.0754036330129],"ema_12":[0,558.93326047649],"ema_26":[0,538.9296001648709],"ema_50":[0,516.4251298752454],"ema_200":[0,462.89908241789044],"ulcer_index":[0,2.1929303205252904],"force_index":[0,1548000.7343819612],"easy_movement":[0,18502.336563340556],"volume_weighted_avg":[0,559.7390641924851],"channel_index":[0,12.696695581749752],"williams_r":[0,-31.514584107301204],"mass_index":[0,26.643893187491802],"obv":[0,5042100],"rsi":[0,65.35568521481113],"rsi_2":[0,34.02466039534082],"vwma":[0,551.3726806706329],"macd":[0,1.8790624716015323],"stoch":[0,68.4854158926988],"bb_middle":[0,542.3330017089844],"bb_low":[0,489.2680351199362],"bb_upper":[0,595.3979682980327],"timestamp":[0,"2024-08-06T14:30:00Z"]}],[0,{"open":[0,569.21],"low":[0,565.21],"high":[0,578.94],"close":[0,568.48],"volume":[0,224000],"signal":[0,1],"sma_5":[0,570.65400390625],"sma_10":[0,567.5600036621094],"sma_20":[0,545.4215026855469],"sma_50":[0,510.42399963378904],"sma_100":[0,476.0768002319336],"ema_9":[0,565.3863238823882],"ema_12":[0,560.7327594564044],"ema_26":[0,541.2764736073066],"ema_50":[0,518.4982734882547],"ema_200":[0,462.91522849380755],"ulcer_index":[0,2.3722432781104184],"force_index":[0,1375934.6886887266],"easy_movement":[0,20968.41676913488],"volume_weighted_avg":[0,562.1385362047793],"channel_index":[0,-49.25507623905381],"williams_r":[0,-29.429917192964815],"mass_index":[0,26.71732535711654],"obv":[0,5414700],"rsi":[0,65.90065095787423],"rsi_2":[0,47.624284039624506],"vwma":[0,553.2281637420216],"macd":[0,1.0636932418000207],"stoch":[0,70.57008280703518],"bb_middle":[0,545.4215026855469],"bb_low":[0,493.32744506973944],"bb_upper":[0,597.5155603013544],"timestamp":[0,"2024-08-07T14:30:00Z"]}],[0,{"open":[0,571.27],"low":[0,567.74],"high":[0,580.41],"close":[0,579.52],"volume":[0,186100],"signal":[0,1],"sma_5":[0,570.7280029296875],"sma_10":[0,572.8280029296875],"sma_20":[0,548.2515014648437],"sma_50":[0,511.95259948730467],"sma_100":[0,477.5788000488281],"ema_9":[0,566.0050551992592],"ema_12":[0,561.9246395026537],"ema_26":[0,543.2906526373501],"ema_50":[0,520.4222778408274],"ema_200":[0,463.24090712709096],"ulcer_index":[0,2.5711369319617607],"force_index":[0,1110606.6074169942],"easy_movement":[0,20363.84175482309],"volume_weighted_avg":[0,564.195884127106],"channel_index":[0,-43.78690946152997],"williams_r":[0,-32.196644520386016],"mass_index":[0,26.61654218540377],"obv":[0,5683300],"rsi":[0,64.45795905793676],"rsi_2":[0,30.78198035852739],"vwma":[0,555.0890699017135],"macd":[0,0.1919779069124843],"stoch":[0,67.80335547961398],"bb_middle":[0,548.2515014648437],"bb_low":[0,497.6245567507724],"bb_upper":[0,598.878446178915],"timestamp":[0,"2024-08-08T14:30:00Z"]}],[0,{"open":[0,577.96],"low":[0,572.22],"high":[0,578.34],"close":[0,575.23],"volume":[0,132400],"signal":[0,1],"sma_5":[0,572.6900024414062],"sma_10":[0,574.3460021972656],"sma_20":[0,551.5120025634766],"sma_50":[0,513.9603997802734],"sma_100":[0,479.21090026855467],"ema_9":[0,568.7080480656616],"ema_12":[0,564.6316210466255],"ema_26":[0,545.9743185312069],"ema_50":[0,522.7402022547928],"ema_200":[0,464.4052667065635],"ulcer_index":[0,2.609709734117281],"force_index":[0,1245428.2559135219],"easy_movement":[0,23163.876238401306],"volume_weighted_avg":[0,566.2156012106009],"channel_index":[0,-70.27706878795955],"williams_r":[0,-17.98993246156734],"mass_index":[0,26.53371304109434],"obv":[0,5728400],"rsi":[0,68.29817564284474],"rsi_2":[0,85.05613813259595],"vwma":[0,557.3116504746898],"macd":[0,0.1722463874894551],"stoch":[0,82.01006753843266],"bb_middle":[0,551.5120025634766],"bb_low":[0,501.6551778716172],"bb_upper":[0,601.368827255336],"timestamp":[0,"2024-08-09T14:30:00Z"]}],[0,{"open":[0,575.99],"low":[0,570.84],"high":[0,580.34],"close":[0,579.76],"volume":[0,200900],"signal":[0,1],"sma_5":[0,572.5739990234375],"sma_10":[0,572.8039978027343],"sma_20":[0,554.1195007324219],"sma_50":[0,515.9569995117188],"sma_100":[0,480.79990020751956],"ema_9":[0,570.0124345479231],"ema_12":[0,566.2621383293448],"ema_26":[0,548.1450731839162],"ema_50":[0,524.9463534413516],"ema_200":[0,468.4767652213341],"ulcer_index":[0,2.701373900714274],"force_index":[0,986374.0820670181],"easy_movement":[0,22802.45195835893],"volume_weighted_avg":[0,568.0497110513367],"channel_index":[0,-97.10006147708835],"williams_r":[0,-23.5105061965864],"mass_index":[0,26.438222972686603],"obv":[0,5405200],"rsi":[0,65.3374937729499],"rsi_2":[0,52.84995873154102],"vwma":[0,559.3784577480461],"macd":[0,-0.289733078618287],"stoch":[0,76.4894938034136],"bb_middle":[0,554.1195007324219],"bb_low":[0,505.0344753464753],"bb_upper":[0,603.2045261183686],"timestamp":[0,"2024-08-12T14:30:00Z"]}],[0,{"open":[0,581.42],"low":[0,576.56],"high":[0,581.88],"close":[0,579.28],"volume":[0,158000],"signal":[0,1],"sma_5":[0,574.7239990234375],"sma_10":[0,573.0809997558594],"sma_20":[0,557.0620025634765],"sma_50":[0,518.004599609375],"sma_100":[0,482.35350036621094],"ema_9":[0,571.9619495906935],"ema_12":[0,568.3387337248269],"ema_26":[0,550.4852019703764],"ema_50":[0,527.0267124220126],"ema_200":[0,468.19348893671673],"ulcer_index":[0,2.74250866722604],"force_index":[0,975475.1312183064],"easy_movement":[0,22375.189296155262],"volume_weighted_avg":[0,570.4892105681731],"channel_index":[0,-51.8534147731703],"williams_r":[0,-17.68110455458329],"mass_index":[0,26.363242287433366],"obv":[0,5768800],"rsi":[0,66.96653507497888],"rsi_2":[0,73.8005284892682],"vwma":[0,561.4080684238453],"macd":[0,-0.444795786858073],"stoch":[0,82.3188954454167],"bb_middle":[0,557.0620025634765],"bb_low":[0,509.25385424950673],"bb_upper":[0,604.8701508774463],"timestamp":[0,"2024-08-13T14:30:00Z"]}],[0,{"open":[0,578.32],"low":[0,577.84],"high":[0,584.89],"close":[0,581.18],"volume":[0,130400],"signal":[0,1],"sma_5":[0,576.45400390625],"sma_10":[0,573.55400390625],"sma_20":[0,559.5800048828125],"sma_50":[0,519.9830004882813],"sma_100":[0,483.94010070800783],"ema_9":[0,573.4255655320235],"ema_12":[0,570.0220099922477],"ema_26":[0,552.6183612524271],"ema_50":[0,529.0842826475296],"ema_200":[0,469.4680476360123],"ulcer_index":[0,2.708387625001669],"force_index":[0,825291.3544714542],"easy_movement":[0,25427.264484454085],"volume_weighted_avg":[0,574.5978695947929],"channel_index":[0,-80.86399550070949],"williams_r":[0,-21.316093568300158],"mass_index":[0,26.239031262442975],"obv":[0,5434600],"rsi":[0,66.60919956997247],"rsi_2":[0,67.44948683176924],"vwma":[0,562.8163748619024],"macd":[0,-0.7154774372706107],"stoch":[0,78.68390643169985],"bb_middle":[0,559.5800048828125],"bb_low":[0,512.6695455923617],"bb_upper":[0,606.4904641732634],"timestamp":[0,"2024-08-14T14:30:00Z"]}],[0,{"open":[0,581.59],"low":[0,578.24],"high":[0,582.3],"close":[0,582.01],"volume":[0,175500],"signal":[0,1],"sma_5":[0,578.9940063476563],"sma_10":[0,574.8610046386718],"sma_20":[0,562.2375030517578],"sma_50":[0,522.1228002929688],"sma_100":[0,485.54110076904294],"ema_9":[0,574.9764509604105],"ema_12":[0,571.738622613301],"ema_26":[0,554.7332239394769],"ema_50":[0,531.0944845617265],"ema_200":[0,469.9211186493177],"ulcer_index":[0,2.7420760672645255],"force_index":[0,742796.8922581228],"easy_movement":[0,10889.570685175753],"volume_weighted_avg":[0,576.5233745039204],"channel_index":[0,-89.03488464583666],"williams_r":[0,-32.28515721841996],"mass_index":[0,26.08998084795928],"obv":[0,5824800],"rsi":[0,67.35072011467963],"rsi_2":[0,80.63965336217308],"vwma":[0,564.9228616050221],"macd":[0,-0.8920155548140905],"stoch":[0,67.71484278158005],"bb_middle":[0,562.2375030517578],"bb_low":[0,516.7779198221906],"bb_upper":[0,607.697086281325],"timestamp":[0,"2024-08-15T14:30:00Z"]}],[0,{"open":[0,580.54],"low":[0,578.83],"high":[0,584.24],"close":[0,584.17],"volume":[0,177600],"signal":[0,1],"sma_5":[0,579.4920043945312],"sma_10":[0,576.0910034179688],"sma_20":[0,565.0425048828125],"sma_50":[0,524.1810003662109],"sma_100":[0,487.16830078125],"ema_9":[0,576.383162721649],"ema_12":[0,573.3188360747089],"ema_26":[0,556.7541630003768],"ema_50":[0,533.1087453041785],"ema_200":[0,471.3895891757159],"ulcer_index":[0,2.7420760672645255],"force_index":[0,657488.047397423],"easy_movement":[0,1346.8076426828036],"volume_weighted_avg":[0,574.3496580641068],"channel_index":[0,-58.33291490133618],"williams_r":[0,-18.44029744883865],"mass_index":[0,25.826739557056154],"obv":[0,5825700],"rsi":[0,67.68568945880531],"rsi_2":[0,85.70189370294985],"vwma":[0,567.0068377726504],"macd":[0,-1.0656386142490248],"stoch":[0,81.55970255116135],"bb_middle":[0,565.0425048828125],"bb_low":[0,522.0383878143862],"bb_upper":[0,608.0466219512389],"timestamp":[0,"2024-08-16T14:30:00Z"]}],[0,{"open":[0,584],"low":[0,579.04],"high":[0,585.75],"close":[0,579.58],"volume":[0,165200],"signal":[0,1],"sma_5":[0,581.2800048828125],"sma_10":[0,576.927001953125],"sma_20":[0,568.0345031738282],"sma_50":[0,526.1878002929687],"sma_100":[0,488.80750061035155],"ema_9":[0,577.9405267589104],"ema_12":[0,574.9882431601053],"ema_26":[0,558.7839825487704],"ema_50":[0,535.0716060309381],"ema_200":[0,471.7171678299659],"ulcer_index":[0,2.671504381963144],"force_index":[0,618366.1578984483],"easy_movement":[0,1560.7435191540692],"volume_weighted_avg":[0,574.5000731628065],"channel_index":[0,-58.12720364347172],"williams_r":[0,-2.436656635278128],"mass_index":[0,25.526238020945016],"obv":[0,6187800],"rsi":[0,68.59633755996569],"rsi_2":[0,93.94374759306562],"vwma":[0,568.7791284442815],"macd":[0,-1.1420880707034335],"stoch":[0,97.56334336472186],"bb_middle":[0,568.0345031738282],"bb_low":[0,528.5982683076562],"bb_upper":[0,607.4707380400001],"timestamp":[0,"2024-08-19T14:30:00Z"]}],[0,{"open":[0,580.88],"low":[0,575.91],"high":[0,584.58],"close":[0,576.63],"volume":[0,199200],"signal":[0,1],"sma_5":[0,581.2440063476563],"sma_10":[0,577.9840026855469],"sma_20":[0,570.5590026855468],"sma_50":[0,528.151000366211],"sma_100":[0,490.4224008178711],"ema_9":[0,578.2684248256085],"ema_12":[0,575.6946700580376],"ema_26":[0,560.3255705891679],"ema_50":[0,536.8629818300991],"ema_200":[0,473.71380330664437],"ulcer_index":[0,2.578820130417787],"force_index":[0,421715.4457713093],"easy_movement":[0,3848.6666109090097],"volume_weighted_avg":[0,574.7833626379285],"channel_index":[0,-63.12645039096277],"williams_r":[0,-20.28934021359313],"mass_index":[0,25.288338026671987],"obv":[0,5759200],"rsi":[0,64.44225508555868],"rsi_2":[0,27.231345173281937],"vwma":[0,570.4681176604066],"macd":[0,-1.5803500644111352],"stoch":[0,79.71065978640686],"bb_middle":[0,570.5590026855468],"bb_low":[0,535.1605626004766],"bb_upper":[0,605.957442770617],"timestamp":[0,"2024-08-20T14:30:00Z"]}],[0,{"open":[0,576.34],"low":[0,576.34],"high":[0,581.24],"close":[0,581.19],"volume":[0,180500],"signal":[0,1],"sma_5":[0,580.7140014648437],"sma_10":[0,578.5840026855469],"sma_20":[0,573.0720031738281],"sma_50":[0,530.0468005371093],"sma_100":[0,491.9827008056641],"ema_9":[0,577.9407408379476],"ema_12":[0,575.8385679685039],"ema_26":[0,561.535311227447],"ema_50":[0,538.5032018875094],"ema_200":[0,476.360181276426],"ulcer_index":[0,2.3935538553422586],"force_index":[0,277519.4071306452],"easy_movement":[0,4135.077859126132],"volume_weighted_avg":[0,575.7423733811981],"channel_index":[0,-41.52856765323115],"williams_r":[0,-29.990145252159113],"mass_index":[0,25.071774166344326],"obv":[0,5356800],"rsi":[0,61.845937065057534],"rsi_2":[0,14.236262542691733],"vwma":[0,572.3344158886697],"macd":[0,-2.11440785113124],"stoch":[0,70.00985474784088],"bb_middle":[0,573.0720031738281],"bb_low":[0,544.0095426757838],"bb_upper":[0,602.1344636718724],"timestamp":[0,"2024-08-21T14:30:00Z"]}],[0,{"open":[0,581.14],"low":[0,570.89],"high":[0,581.37],"close":[0,572.68],"volume":[0,145500],"signal":[0,1],"sma_5":[0,580.7160034179688],"sma_10":[0,579.8550048828125],"sma_20":[0,576.34150390625],"sma_50":[0,532.1302008056641],"sma_100":[0,493.54450073242185],"ema_9":[0,578.5905931569445],"ema_12":[0,576.661865117278],"ema_26":[0,562.9874320483747],"ema_50":[0,540.0248890868897],"ema_200":[0,474.34252993571846],"ulcer_index":[0,2.202252887531583],"force_index":[0,355453.3867329586],"easy_movement":[0,5208.807710531123],"volume_weighted_avg":[0,576.6305661108241],"channel_index":[0,-48.98863733306633],"williams_r":[0,-14.995072626079557],"mass_index":[0,24.903784983854962],"obv":[0,5682100],"rsi":[0,64.24767650250524],"rsi_2":[0,65.35220364611047],"vwma":[0,575.7858174484059],"macd":[0,-2.1993892786478355],"stoch":[0,85.00492737392045],"bb_middle":[0,576.34150390625],"bb_low":[0,563.7307266380654],"bb_upper":[0,588.9522811744345],"timestamp":[0,"2024-08-22T14:30:00Z"]}],[0,{"open":[0,576.14],"low":[0,567.02],"high":[0,576.32],"close":[0,571.73],"volume":[0,203100],"signal":[0,1],"sma_5":[0,578.85],"sma_10":[0,579.1710021972656],"sma_20":[0,576.7585021972657],"sma_50":[0,533.9444006347657],"sma_100":[0,495.1044006347656],"ema_9":[0,577.4084730601376],"ema_12":[0,576.0492692003063],"ema_26":[0,563.7041175416274],"ema_50":[0,541.2538586947368],"ema_200":[0,474.2835980787874],"ulcer_index":[0,2.1622557993148193],"force_index":[0,127793.53405891787],"easy_movement":[0,3682.8650932877295],"volume_weighted_avg":[0,576.4943655100085],"channel_index":[0,-63.44919706029488],"williams_r":[0,-42.979345171073206],"mass_index":[0,24.82585292628778],"obv":[0,5721200],"rsi":[0,57.05888570999239],"rsi_2":[0,20.266886091062602],"vwma":[0,577.1746154132469],"macd":[0,-2.824564853082915],"stoch":[0,57.020654828926794],"bb_middle":[0,576.7585021972657],"bb_low":[0,565.2602242554726],"bb_upper":[0,588.2567801390587],"timestamp":[0,"2024-08-23T14:30:00Z"]}],[0,{"open":[0,571.92],"low":[0,570.8],"high":[0,575.27],"close":[0,571.68],"volume":[0,208400],"signal":[0,1],"sma_5":[0,576.3619995117188],"sma_10":[0,578.8210021972657],"sma_20":[0,575.8125],"sma_50":[0,535.8074005126953],"sma_100":[0,496.68300048828127],"ema_9":[0,576.2727745420984],"ema_12":[0,575.3847633066368],"ema_26":[0,564.2991577886045],"ema_50":[0,542.4704188397429],"ema_200":[0,475.6836341230147],"ulcer_index":[0,2.0100922285270184],"force_index":[0,81978.50767463112],"easy_movement":[0,2695.2438321413756],"volume_weighted_avg":[0,576.9989645565257],"channel_index":[0,-14.37531951557216],"williams_r":[0,-68.25722750329098],"mass_index":[0,24.79539702182599],"obv":[0,5307900],"rsi":[0,56.298765050731184],"rsi_2":[0,17.561843420730924],"vwma":[0,575.1455362709312],"macd":[0,-3.2666132168845703],"stoch":[0,31.742772496709033],"bb_middle":[0,575.8125],"bb_low":[0,566.0609338051354],"bb_upper":[0,585.5640661948646],"timestamp":[0,"2024-08-26T14:30:00Z"]}],[0,{"open":[0,571.75],"low":[0,571.75],"high":[0,581.86],"close":[0,578.59],"volume":[0,141100],"signal":[0,1],"sma_5":[0,574.7819946289062],"sma_10":[0,578.0130004882812],"sma_20":[0,575.5470001220704],"sma_50":[0,537.7512005615234],"sma_100":[0,498.24940032958983],"ema_9":[0,575.35421816878],"ema_12":[0,574.8147985791894],"ema_26":[0,564.8457635492945],"ema_50":[0,543.6109493808541],"ema_200":[0,476.5394879638419],"ulcer_index":[0,1.8831833989656428],"force_index":[0,68784.37528604492],"easy_movement":[0,-394.1918345239989],"volume_weighted_avg":[0,577.0964322285731],"channel_index":[0,0.9756999494996567],"williams_r":[0,-68.50059579171953],"mass_index":[0,24.737151129733984],"obv":[0,5333900],"rsi":[0,56.255950576290736],"rsi_2":[0,17.318586994794913],"vwma":[0,574.7547067412274],"macd":[0,-3.5067028761442174],"stoch":[0,31.499404208280463],"bb_middle":[0,575.5470001220704],"bb_low":[0,565.65006578772],"bb_upper":[0,585.4439344564207],"timestamp":[0,"2024-08-27T14:30:00Z"]}],[0,{"open":[0,577.93],"low":[0,577.09],"high":[0,581.88],"close":[0,581.05],"volume":[0,111600],"signal":[0,1],"sma_5":[0,575.1739990234375],"sma_10":[0,577.9440002441406],"sma_20":[0,575.7490020751953],"sma_50":[0,539.8872009277344],"sma_100":[0,499.8876007080078],"ema_9":[0,576.0013799062012],"ema_12":[0,575.3956029521751],"ema_26":[0,565.8640435130573],"ema_50":[0,544.9901833833402],"ema_200":[0,477.7057468726682],"ulcer_index":[0,1.6140666285354566],"force_index":[0,198245.51684881785],"easy_movement":[0,1881.1339979665643],"volume_weighted_avg":[0,577.9869981406557],"channel_index":[0,-53.18104043083064],"williams_r":[0,-38.22733908600328],"mass_index":[0,24.75750152570826],"obv":[0,5264700],"rsi":[0,60.65724352399984],"rsi_2":[0,82.8798719939499],"vwma":[0,574.9058659968368],"macd":[0,-3.1551060330961818],"stoch":[0,61.77266091399672],"bb_middle":[0,575.7490020751953],"bb_low":[0,565.7770772015659],"bb_upper":[0,585.7209269488247],"timestamp":[0,"2024-08-28T14:30:00Z"]}],[0,{"open":[0,583.16],"low":[0,583.16],"high":[0,592.45],"close":[0,587.63],"volume":[0,176600],"signal":[0,1],"sma_5":[0,575.14599609375],"sma_10":[0,577.9309997558594],"sma_20":[0,576.3960021972656],"sma_50":[0,542.1628009033203],"sma_100":[0,501.5463006591797],"ema_9":[0,577.0111014841699],"ema_12":[0,576.2655084801555],"ema_26":[0,566.9903011596678],"ema_50":[0,546.4595774475669],"ema_200":[0,479.84504161637165],"ulcer_index":[0,1.540115359530764],"force_index":[0,209143.63886267086],"easy_movement":[0,1730.1914977484932],"volume_weighted_avg":[0,578.0112680661338],"channel_index":[0,-69.86595203712805],"williams_r":[0,-25.09352433587945],"mass_index":[0,24.678690757325693],"obv":[0,5196100],"rsi":[0,62.11489631818129],"rsi_2":[0,89.05761255829682],"vwma":[0,575.7078555414514],"macd":[0,-2.7274227302372545],"stoch":[0,74.90647566412053],"bb_middle":[0,576.3960021972656],"bb_low":[0,566.8192583002505],"bb_upper":[0,585.9727460942808],"timestamp":[0,"2024-08-29T14:30:00Z"]}],[0,{"open":[0,589.9],"low":[0,583.07],"high":[0,592.23],"close":[0,587.87],"volume":[0,294700],"signal":[0,1],"sma_5":[0,578.1359985351562],"sma_10":[0,578.4929992675782],"sma_20":[0,577.2920013427735],"sma_50":[0,544.4574011230469],"sma_100":[0,503.2406005859375],"ema_9":[0,579.1348821649171],"ema_12":[0,578.0138928200122],"ema_26":[0,568.5214410760585],"ema_50":[0,548.1656333676976],"ema_200":[0,482.7569106904339],"ulcer_index":[0,1.3729964550386904],"force_index":[0,345283.65956663445],"easy_movement":[0,4458.559337923905],"volume_weighted_avg":[0,578.8820598590723],"channel_index":[0,-7.653460233795627],"williams_r":[0,-18.954025609331683],"mass_index":[0,24.05392010181543],"obv":[0,5086700],"rsi":[0,65.77361104604941],"rsi_2":[0,96.26593009081716],"vwma":[0,576.6604212260188],"macd":[0,-2.0052555926580684],"stoch":[0,81.04597439066832],"bb_middle":[0,577.2920013427735],"bb_low":[0,567.0546744089997],"bb_upper":[0,587.5293282765472],"timestamp":[0,"2024-08-30T14:30:00Z"]}],[0,{"open":[0,587.12],"low":[0,574.76],"high":[0,587.77],"close":[0,578.72],"volume":[0,180700],"signal":[0,1],"sma_5":[0,581.3640014648438],"sma_10":[0,578.8630004882813],"sma_20":[0,577.8950012207031],"sma_50":[0,546.6340008544922],"sma_100":[0,504.8873004150391],"ema_9":[0,580.8819047530591],"ema_12":[0,579.5302156194921],"ema_26":[0,569.9495076477191],"ema_50":[0,549.5148954163877],"ema_200":[0,479.6274129210192],"ulcer_index":[0,1.2815257389671457],"force_index":[0,306066.4471502098],"easy_movement":[0,4319.4301185236445],"volume_weighted_avg":[0,579.8840718491591],"channel_index":[0,94.08539661451815],"williams_r":[0,-18.010296535419844],"mass_index":[0,23.524508572978654],"obv":[0,5688100],"rsi":[0,65.92408193588918],"rsi_2":[0,96.43713557123652],"vwma":[0,577.610490162723],"macd":[0,-1.5401531051579447],"stoch":[0,81.98970346458016],"bb_middle":[0,577.8950012207031],"bb_low":[0,566.7017911917167],"bb_upper":[0,589.0882112496895],"timestamp":[0,"2024-09-03T14:30:00Z"]}],[0,{"open":[0,576.5],"low":[0,576.5],"high":[0,587.14],"close":[0,586.66],"volume":[0,188300],"signal":[0,1],"sma_5":[0,582.7719970703125],"sma_10":[0,578.7769958496094],"sma_20":[0,578.3804992675781],"sma_50":[0,548.4255999755859],"sma_100":[0,506.55600006103515],"ema_9":[0,580.449517943278],"ema_12":[0,579.4055626115721],"ema_26":[0,570.5996307090504],"ema_50":[0,550.67868103609],"ema_200":[0,480.9849560259189],"ulcer_index":[0,1.245256796528265],"force_index":[0,26129.698976499436],"easy_movement":[0,162.7919854672521],"volume_weighted_avg":[0,579.8379233596095],"channel_index":[0,0.4604140549928259],"williams_r":[0,-53.991527559433095],"mass_index":[0,23.290569640469204],"obv":[0,5364600],"rsi":[0,57.06425703791825],"rsi_2":[0,21.448677791794196],"vwma":[0,578.3754324170432],"macd":[0,-1.8513601668525475],"stoch":[0,46.00847244056691],"bb_middle":[0,578.3804992675781],"bb_low":[0,567.9549240970241],"bb_upper":[0,588.8060744381321],"timestamp":[0,"2024-09-04T14:30:00Z"]}],[0,{"open":[0,581.93],"low":[0,579.74],"high":[0,586.42],"close":[0,583.86],"volume":[0,138200],"signal":[0,1],"sma_5":[0,584.385986328125],"sma_10":[0,579.7799926757813],"sma_20":[0,579.181997680664],"sma_50":[0,550.3273992919922],"sma_100":[0,508.2939999389648],"ema_9":[0,581.6916089836307],"ema_12":[0,580.5216257982797],"ema_26":[0,571.7895130016647],"ema_50":[0,552.0988650345704],"ema_200":[0,482.22038692130485],"ulcer_index":[0,1.1705011942697596],"force_index":[0,235999.66552047542],"easy_movement":[0,-441.5566279708966],"volume_weighted_avg":[0,580.2733967252578],"channel_index":[0,8.494378800357735],"williams_r":[0,-22.768543964286142],"mass_index":[0,23.198528561340247],"obv":[0,5259000],"rsi":[0,61.85775235298142],"rsi_2":[0,66.56704003476614],"vwma":[0,579.2701148571225],"macd":[0,-1.5398547129314348],"stoch":[0,77.23145603571385],"bb_middle":[0,579.181997680664],"bb_low":[0,568.798408527273],"bb_upper":[0,589.5655868340551],"timestamp":[0,"2024-09-05T14:30:00Z"]}],[0,{"open":[0,586.84],"low":[0,579.84],"high":[0,590],"close":[0,581.16],"volume":[0,215800],"signal":[0,1],"sma_5":[0,584.9479858398438],"sma_10":[0,580.0469909667969],"sma_20":[0,579.9509979248047],"sma_50":[0,552.2397991943359],"sma_100":[0,509.99899993896486],"ema_9":[0,582.125284254634],"ema_12":[0,581.0352188709301],"ema_26":[0,572.6778578060492],"ema_50":[0,553.1122808568716],"ema_200":[0,478.5670564625367],"ulcer_index":[0,1.1846131833700686],"force_index":[0,146998.06973917014],"easy_movement":[0,174.40274464386923],"volume_weighted_avg":[0,580.3494276965291],"channel_index":[0,-33.82429349558579],"williams_r":[0,-33.779116514058735],"mass_index":[0,23.147499693251707],"obv":[0,5299400],"rsi":[0,59.36427100464446],"rsi_2":[0,47.37520735753533],"vwma":[0,580.1434148586471],"macd":[0,-1.53900671730017],"stoch":[0,66.22088348594127],"bb_middle":[0,579.9509979248047],"bb_low":[0,570.627717522858],"bb_upper":[0,589.2742783267514],"timestamp":[0,"2024-09-06T14:30:00Z"]}],[0,{"open":[0,586.97],"low":[0,583.57],"high":[0,590.8],"close":[0,588.99],"volume":[0,316400],"signal":[0,1],"sma_5":[0,583.6539794921875],"sma_10":[0,580.8949890136719],"sma_20":[0,580.0329956054687],"sma_50":[0,554.0903985595703],"sma_100":[0,511.80379974365235],"ema_9":[0,581.9322220323161],"ema_12":[0,581.0544117549504],"ema_26":[0,573.305498941432],"ema_50":[0,554.1854639433901],"ema_200":[0,479.050785139428],"ulcer_index":[0,1.2232608691453652],"force_index":[0,42763.163881538625],"easy_movement":[0,517.9389927551771],"volume_weighted_avg":[0,580.1518464268594],"channel_index":[0,38.269808508513336],"williams_r":[0,-44.39654862052827],"mass_index":[0,23.16000647996426],"obv":[0,5262000],"rsi":[0,56.966193325092306],"rsi_2":[0,30.446240330836744],"vwma":[0,580.2385952509968],"macd":[0,-1.7188069894017932],"stoch":[0,55.603451379471736],"bb_middle":[0,580.0329956054687],"bb_low":[0,570.6974806911276],"bb_upper":[0,589.3685105198099],"timestamp":[0,"2024-09-09T14:30:00Z"]}],[0,{"open":[0,592.08],"low":[0,586.1],"high":[0,598.93],"close":[0,595.46],"volume":[0,216800],"signal":[0,0],"sma_5":[0,583.877978515625],"sma_10":[0,582.6209899902344],"sma_20":[0,580.72099609375],"sma_50":[0,555.9939984130859],"sma_100":[0,513.701499633789],"ema_9":[0,583.3437756734653],"ema_12":[0,582.2752701837603],"ema_26":[0,574.4689587421892],"ema_50":[0,555.6166144902934],"ema_200":[0,481.4764182611365],"ulcer_index":[0,1.205101578303225],"force_index":[0,390581.3668798489],"easy_movement":[0,638.1253975722199],"volume_weighted_avg":[0,581.2224937759105],"channel_index":[0,127.80819744635312],"williams_r":[0,-13.606067515510805],"mass_index":[0,23.082323080340803],"obv":[0,5316400],"rsi":[0,61.80003237164615],"rsi_2":[0,77.36290065172913],"vwma":[0,581.1642585921276],"macd":[0,-1.3270364657011235],"stoch":[0,86.39393248448918],"bb_middle":[0,580.72099609375],"bb_low":[0,570.8878775800827],"bb_upper":[0,590.5541146074174],"timestamp":[0,"2024-09-10T14:30:00Z"]}],[0,{"open":[0,592.93],"low":[0,578.75],"high":[0,592.93],"close":[0,586.41],"volume":[0,170900],"signal":[0,1],"sma_5":[0,587.2259887695312],"sma_10":[0,584.9989929199219],"sma_20":[0,581.5059967041016],"sma_50":[0,557.8475988769532],"sma_100":[0,515.6276998901367],"ema_9":[0,585.7670249333258],"ema_12":[0,584.3036935420131],"ema_26":[0,576.0239023274571],"ema_50":[0,557.1811149945167],"ema_200":[0,482.65105571138065],"ulcer_index":[0,1.154674612759371],"force_index":[0,535169.8869349635],"easy_movement":[0,3559.55778605034],"volume_weighted_avg":[0,582.6948858355785],"channel_index":[0,30.935323354871883],"williams_r":[0,-10.874251405378214],"mass_index":[0,23.035044861412988],"obv":[0,5311500],"rsi":[0,65.27445887982049],"rsi_2":[0,89.29564946780607],"vwma":[0,582.0723677043154],"macd":[0,-0.682781829849306],"stoch":[0,89.1257485946218],"bb_middle":[0,581.5059967041016],"bb_low":[0,569.7804522093519],"bb_upper":[0,593.2315411988512],"timestamp":[0,"2024-09-11T14:30:00Z"]}],[0,{"open":[0,587],"low":[0,569.66],"high":[0,590.31],"close":[0,583.17],"volume":[0,183700],"signal":[0,1],"sma_5":[0,587.1759887695313],"sma_10":[0,585.7809875488281],"sma_20":[0,581.8624938964844],"sma_50":[0,559.5853985595703],"sma_100":[0,517.4622994995117],"ema_9":[0,585.8956145756484],"ema_12":[0,584.6277365800174],"ema_26":[0,576.7934227416399],"ema_50":[0,558.3346669624831],"ema_200":[0,483.83063105536786],"ulcer_index":[0,1.216421044050584],"force_index":[0,237775.6472027562],"easy_movement":[0,-114.31488237030258],"volume_weighted_avg":[0,583.029637090609],"channel_index":[0,-17.44301417420678],"williams_r":[0,-39.23544364811127],"mass_index":[0,23.106723521754205],"obv":[0,4855200],"rsi":[0,57.422573106645494],"rsi_2":[0,36.083891985703104],"vwma":[0,582.3888366560373],"macd":[0,-0.9023764041256754],"stoch":[0,60.76455635188872],"bb_middle":[0,581.8624938964844],"bb_low":[0,569.996625048741],"bb_upper":[0,593.7283627442278],"timestamp":[0,"2024-09-12T14:30:00Z"]}],[0,{"open":[0,583.18],"low":[0,579.43],"high":[0,584.67],"close":[0,581.96],"volume":[0,140000],"signal":[0,1],"sma_5":[0,587.03798828125],"sma_10":[0,585.9929870605469],"sma_20":[0,581.9619934082032],"sma_50":[0,561.0687982177734],"sma_100":[0,519.2604992675781],"ema_9":[0,585.350488244192],"ema_12":[0,584.4034672326442],"ema_26":[0,577.2694245647745],"ema_50":[0,559.4561461952408],"ema_200":[0,487.78416500580715],"ulcer_index":[0,1.2278546435468753],"force_index":[0,118780.87349580687],"easy_movement":[0,-3447.0188054343057],"volume_weighted_avg":[0,583.5873528497789],"channel_index":[0,-7.143081056167107],"williams_r":[0,-49.388978468400744],"mass_index":[0,23.341803289412876],"obv":[0,4433300],"rsi":[0,54.8735580252803],"rsi_2":[0,25.292249755707815],"vwma":[0,582.4682946279373],"macd":[0,-1.2774641320691593],"stoch":[0,50.611021531599256],"bb_middle":[0,581.9619934082032],"bb_low":[0,570.087315020095],"bb_upper":[0,593.8366717963113],"timestamp":[0,"2024-09-13T14:30:00Z"]}],[0,{"open":[0,584.56],"low":[0,582.04],"high":[0,590.49],"close":[0,585.73],"volume":[0,230600],"signal":[0,1],"sma_5":[0,587.197998046875],"sma_10":[0,585.4259887695313],"sma_20":[0,581.9594940185547],"sma_50":[0,562.5367987060547],"sma_100":[0,520.9659994506836],"ema_9":[0,584.6723949913169],"ema_12":[0,584.0275529680019],"ema_26":[0,577.620072025416],"ema_50":[0,560.4673413771268],"ema_200":[0,491.3074086799875],"ulcer_index":[0,1.2453319636464288],"force_index":[0,77612.85778278357],"easy_movement":[0,-1436.2058915722932],"volume_weighted_avg":[0,584.3999668956159],"channel_index":[0,-61.47396689921274],"williams_r":[0,-57.97731253649179],"mass_index":[0,23.43682436663564],"obv":[0,4093100],"rsi":[0,53.909720416266985],"rsi_2":[0,20.674183359090435],"vwma":[0,582.4707640154654],"macd":[0,-1.5991614904080453],"stoch":[0,42.02268746350822],"bb_middle":[0,581.9594940185547],"bb_low":[0,570.084836065725],"bb_upper":[0,593.8341519713844],"timestamp":[0,"2024-09-16T14:30:00Z"]}],[0,{"open":[0,586.19],"low":[0,576.07],"high":[0,591.18],"close":[0,579.39],"volume":[0,248800],"signal":[0,1],"sma_5":[0,586.54599609375],"sma_10":[0,585.2119873046875],"sma_20":[0,582.0374938964844],"sma_50":[0,563.9829986572265],"sma_100":[0,522.638899230957],"ema_9":[0,584.8839120869175],"ema_12":[0,584.2894649223197],"ema_26":[0,578.2210605561523],"ema_50":[0,561.4682843491707],"ema_200":[0,492.4529466296184],"ulcer_index":[0,1.1895569401240635],"force_index":[0,190732.034954657],"easy_movement":[0,-542.1020724598111],"volume_weighted_avg":[0,585.4931670720697],"channel_index":[0,54.65069470240814],"williams_r":[0,-45.09738093252148],"mass_index":[0,23.566723569051128],"obv":[0,4015300],"rsi":[0,56.47346866523986],"rsi_2":[0,62.8938055242904],"vwma":[0,582.5889039147196],"macd":[0,-1.5502671049621233],"stoch":[0,54.90261906747852],"bb_middle":[0,582.0374938964844],"bb_low":[0,570.0855389535034],"bb_upper":[0,593.9894488394655],"timestamp":[0,"2024-09-17T14:30:00Z"]}],[0,{"open":[0,577.79],"low":[0,570.63],"high":[0,583.01],"close":[0,579.49],"volume":[0,275400],"signal":[0,1],"sma_5":[0,583.3319946289063],"sma_10":[0,585.2789916992188],"sma_20":[0,582.0279937744141],"sma_50":[0,565.3411987304687],"sma_100":[0,524.2427993774414],"ema_9":[0,583.7851326071802],"ema_12":[0,583.5357055133072],"ema_26":[0,578.325410769835],"ema_50":[0,562.8863078086514],"ema_200":[0,507.6909247668052],"ulcer_index":[0,1.367519217449656],"force_index":[0,-61828.36418774724],"easy_movement":[0,-3616.775893169414],"volume_weighted_avg":[0,585.299632807935],"channel_index":[0,77.6748308815639],"williams_r":[0,-66.75765284844441],"mass_index":[0,23.78214707233897],"obv":[0,3263500],"rsi":[0,51.27214222427763],"rsi_2":[0,22.541680059937647],"vwma":[0,582.5121053472977],"macd":[0,-1.9041419476381956],"stoch":[0,33.24234715155559],"bb_middle":[0,582.0279937744141],"bb_low":[0,570.067941233876],"bb_upper":[0,593.9880463149522],"timestamp":[0,"2024-09-18T14:30:00Z"]}],[0,{"open":[0,586.11],"low":[0,576.32],"high":[0,586.11],"close":[0,580.25],"volume":[0,369600],"signal":[0,1],"sma_5":[0,581.947998046875],"sma_10":[0,584.5619934082031],"sma_20":[0,582.1709930419922],"sma_50":[0,566.753798828125],"sma_100":[0,525.456999206543],"ema_9":[0,582.9261041331633],"ema_12":[0,582.9132879264895],"ema_26":[0,578.412889675669],"ema_50":[0,563.5863089718746],"ema_200":[0,509.3875669642432],"ulcer_index":[0,1.5373727426456354],"force_index":[0,-49077.863550403126],"easy_movement":[0,-6623.438103100848],"volume_weighted_avg":[0,584.9214826580851],"channel_index":[0,109.5320700120316],"williams_r":[0,-66.41608974893653],"mass_index":[0,24.05455910342968],"obv":[0,3252300],"rsi":[0,51.34666300453091],"rsi_2":[0,24.07793603504122],"vwma":[0,582.5976650534878],"macd":[0,-2.089689075926467],"stoch":[0,33.58391025106348],"bb_middle":[0,582.1709930419922],"bb_low":[0,570.4057179840374],"bb_upper":[0,593.936268099947],"timestamp":[0,"2024-09-19T14:30:00Z"]}],[0,{"open":[0,576.89],"low":[0,570.17],"high":[0,579.69],"close":[0,577.8],"volume":[0,1471100],"signal":[0,2],"sma_5":[0,581.3640014648438],"sma_10":[0,584.2009948730469],"sma_20":[0,582.1239929199219],"sma_50":[0,568.1211987304688],"sma_100":[0,526.6520993041992],"ema_9":[0,582.390883307439],"ema_12":[0,582.5035515703106],"ema_26":[0,578.5509994246552],"ema_50":[0,564.321431637444],"ema_200":[0,511.73340251826505],"ulcer_index":[0,1.6821291334907758],"force_index":[0,-1929.8427282164776],"easy_movement":[0,-8918.13501829156],"volume_weighted_avg":[0,584.2259070830464],"channel_index":[0,212.3515215067318],"williams_r":[0,-63.81954291433814],"mass_index":[0,24.300052463065402],"obv":[0,3301700],"rsi":[0,51.953100093968736],"rsi_2":[0,41.66769412662035],"vwma":[0,582.4500268497709],"macd":[0,-2.107452881124825],"stoch":[0,36.18045708566186],"bb_middle":[0,582.1239929199219],"bb_low":[0,570.3359296572139],"bb_upper":[0,593.9120561826298],"timestamp":[0,"2024-09-20T14:30:00Z"]}],[0,{"open":[0,580.39],"low":[0,573.23],"high":[0,585.03],"close":[0,583.74],"volume":[0,285200],"signal":[0,1],"sma_5":[0,580.5319946289062],"sma_10":[0,583.8649963378906],"sma_20":[0,582.3799926757813],"sma_50":[0,569.3909985351562],"sma_100":[0,527.7780990600586],"ema_9":[0,581.4727042038016],"ema_12":[0,581.7799261709213],"ema_26":[0,578.4937096513476],"ema_50":[0,564.7831855917001],"ema_200":[0,511.0480237243772],"ulcer_index":[0,1.8595250709521984],"force_index":[0,-516536.6329521266],"easy_movement":[0,-9174.240735525655],"volume_weighted_avg":[0,581.8038279326669],"channel_index":[0,753.5314214709186],"williams_r":[0,-72.189924097089],"mass_index":[0,24.562021007604965],"obv":[0,2153600],"rsi":[0,49.79435804549237],"rsi_2":[0,16.709010780956064],"vwma":[0,581.4614587728352],"macd":[0,-2.2211383683763746],"stoch":[0,27.810075902911002],"bb_middle":[0,582.3799926757813],"bb_low":[0,571.2176511682596],"bb_upper":[0,593.542334183303],"timestamp":[0,"2024-09-23T14:30:00Z"]}],[0,{"open":[0,582.56],"low":[0,578.87],"high":[0,585.61],"close":[0,585.15],"volume":[0,179900],"signal":[0,0],"sma_5":[0,580.1339965820313],"sma_10":[0,583.3399963378906],"sma_20":[0,582.9804931640625],"sma_50":[0,570.6041979980469],"sma_100":[0,528.9999990844726],"ema_9":[0,581.9261614093011],"ema_12":[0,582.081474320519],"ema_26":[0,578.8809501566053],"ema_50":[0,565.4713061666068],"ema_200":[0,510.66034426140305],"ulcer_index":[0,1.8871937398209218],"force_index":[0,-200734.29272529326],"easy_movement":[0,-4649.392648381038],"volume_weighted_avg":[0,582.0530969381997],"channel_index":[0,4.4292001791881255],"williams_r":[0,-51.896113103678374],"mass_index":[0,24.847990863673722],"obv":[0,2705400],"rsi":[0,54.73089612575694],"rsi_2":[0,78.66792054393031],"vwma":[0,581.9334838660955],"macd":[0,-1.847208352751954],"stoch":[0,48.103886896321626],"bb_middle":[0,582.9804931640625],"bb_low":[0,572.9385396063706],"bb_upper":[0,593.0224467217545],"timestamp":[0,"2024-09-24T14:30:00Z"]}],[0,{"open":[0,586.36],"low":[0,579.04],"high":[0,588.81],"close":[0,580.04],"volume":[0,171500],"signal":[0,1],"sma_5":[0,581.2859985351563],"sma_10":[0,582.3089965820312],"sma_20":[0,583.6539947509766],"sma_50":[0,571.8889990234375],"sma_100":[0,530.2661993408203],"ema_9":[0,582.5709340114614],"ema_12":[0,582.5535592798949],"ema_26":[0,579.348021771286],"ema_50":[0,566.3515742875026],"ema_200":[0,513.58303932086],"ulcer_index":[0,1.9423200448436468],"force_index":[0,-135823.44174260637],"easy_movement":[0,-4041.135418927223],"volume_weighted_avg":[0,581.9832388577152],"channel_index":[0,-58.63901929793025],"williams_r":[0,-47.078780548836434],"mass_index":[0,25.04803710363389],"obv":[0,2690000],"rsi":[0,55.8347583898994],"rsi_2":[0,84.23542929438214],"vwma":[0,582.4240506198333],"macd":[0,-1.4703319661021306],"stoch":[0,52.92121945116357],"bb_middle":[0,583.6539947509766],"bb_low":[0,575.0268559079857],"bb_upper":[0,592.2811335939675],"timestamp":[0,"2024-09-25T14:30:00Z"]}],[0,{"open":[0,583.53],"low":[0,577.02],"high":[0,585.73],"close":[0,579.07],"volume":[0,158600],"signal":[0,1],"sma_5":[0,581.39599609375],"sma_10":[0,581.6719970703125],"sma_20":[0,583.7264923095703],"sma_50":[0,572.9113989257812],"sma_100":[0,531.421999206543],"ema_9":[0,582.0647428155627],"ema_12":[0,582.1668547241526],"ema_26":[0,579.4013416544713],"ema_50":[0,566.971483244056],"ema_200":[0,515.9144642807034],"ulcer_index":[0,2.0538681838037403],"force_index":[0,-241615.07154737378],"easy_movement":[0,-3790.4993783866225],"volume_weighted_avg":[0,581.8508270343449],"channel_index":[0,-63.248708262492],"williams_r":[0,-64.53707565268164],"mass_index":[0,25.198339077955406],"obv":[0,2342000],"rsi":[0,50.96078531146914],"rsi_2":[0,29.130043522428366],"vwma":[0,582.4477870644666],"macd":[0,-1.5256636751847985],"stoch":[0,35.46292434731838],"bb_middle":[0,583.7264923095703],"bb_low":[0,575.2476969801016],"bb_upper":[0,592.2052876390389],"timestamp":[0,"2024-09-26T14:30:00Z"]}],[0,{"open":[0,578.02],"low":[0,574.74],"high":[0,582.04],"close":[0,577.52],"volume":[0,141700],"signal":[0,2],"sma_5":[0,581.1599975585938],"sma_10":[0,581.2619995117187],"sma_20":[0,583.6274932861328],"sma_50":[0,573.9321984863282],"sma_100":[0,532.5226992797851],"ema_9":[0,581.4657957187239],"ema_12":[0,581.6904170528085],"ema_26":[0,579.3799896211599],"ema_50":[0,567.5744421807303],"ema_200":[0,519.1253657585529],"ulcer_index":[0,2.1602026373639633],"force_index":[0,-229069.88676783853],"easy_movement":[0,-5409.564236599436],"volume_weighted_avg":[0,581.7847521816564],"channel_index":[0,-70.84186349512147],"williams_r":[0,-67.85094670114272],"mass_index":[0,25.358026838178066],"obv":[0,1984800],"rsi":[0,50.060253316924324],"rsi_2":[0,23.334848993877273],"vwma":[0,582.3801342943511],"macd":[0,-1.5805460348441471],"stoch":[0,32.14905329885729],"bb_middle":[0,583.6274932861328],"bb_low":[0,574.9814189046098],"bb_upper":[0,592.2735676676558],"timestamp":[0,"2024-09-27T14:30:00Z"]}],[0,{"open":[0,577.17],"low":[0,575.95],"high":[0,584.41],"close":[0,583.72],"volume":[0,188000],"signal":[0,0],"sma_5":[0,581.10400390625],"sma_10":[0,580.8179992675781],"sma_20":[0,583.1219940185547],"sma_50":[0,574.9643994140625],"sma_100":[0,533.5376995849609],"ema_9":[0,580.676640482321],"ema_12":[0,581.0488177320269],"ema_26":[0,579.2446506942174],"ema_50":[0,568.0625845799597],"ema_200":[0,521.6782303000587],"ulcer_index":[0,2.3053912376080907],"force_index":[0,-227709.08010012636],"easy_movement":[0,-6877.680522274218],"volume_weighted_avg":[0,581.1051607927023],"channel_index":[0,-75.4074536543683],"williams_r":[0,-73.14642589039954],"mass_index":[0,25.397454314291785],"obv":[0,1562200],"rsi":[0,48.587861921494294],"rsi_2":[0,14.265022200230348],"vwma":[0,582.0904544134186],"macd":[0,-1.6663502132257642],"stoch":[0,26.85357410960047],"bb_middle":[0,583.1219940185547],"bb_low":[0,574.2908722614053],"bb_upper":[0,591.9531157757041],"timestamp":[0,"2024-09-30T14:30:00Z"]}],[0,{"open":[0,582.66],"low":[0,576.44],"high":[0,584.61],"close":[0,578.64],"volume":[0,192300],"signal":[0,2],"sma_5":[0,581.1],"sma_10":[0,580.6169982910156],"sma_20":[0,582.9144927978516],"sma_50":[0,576.1521984863281],"sma_100":[0,534.5610992431641],"ema_9":[0,581.2853065264085],"ema_12":[0,581.4597643229548],"ema_26":[0,579.5759922187249],"ema_50":[0,568.6700093180552],"ema_200":[0,522.1631197172852],"ulcer_index":[0,2.3086488038665802],"force_index":[0,-28671.33018667673],"easy_movement":[0,-8555.348421596958],"volume_weighted_avg":[0,580.4834408305068],"channel_index":[0,-47.479441591837485],"williams_r":[0,-39.57891810227249],"mass_index":[0,25.393153743064016],"obv":[0,1946200],"rsi":[0,54.34667187019307],"rsi_2":[0,79.13713103369744],"vwma":[0,581.8351390195496],"macd":[0,-1.2696039944061068],"stoch":[0,60.42108189772751],"bb_middle":[0,582.9144927978516],"bb_low":[0,574.3483211442099],"bb_upper":[0,591.4806644514933],"timestamp":[0,"2024-10-01T14:30:00Z"]}],[0,{"open":[0,578.12],"low":[0,573.55],"high":[0,584.45],"close":[0,584.11],"volume":[0,126000],"signal":[0,0],"sma_5":[0,579.797998046875],"sma_10":[0,580.5419982910156],"sma_20":[0,582.9104949951172],"sma_50":[0,577.1431982421875],"sma_100":[0,535.5372994995117],"ema_9":[0,580.7562481509813],"ema_12":[0,581.025956726299],"ema_26":[0,579.5070333179067],"ema_50":[0,569.0760008673858],"ema_200":[0,523.0267401931261],"ulcer_index":[0,2.295543818728064],"force_index":[0,-164128.10575066484],"easy_movement":[0,-4494.650447854743],"volume_weighted_avg":[0,580.160682066632],"channel_index":[0,-43.92816860774665],"williams_r":[0,-58.27122047512082],"mass_index":[0,25.444313499244824],"obv":[0,1577600],"rsi":[0,49.45831978926959],"rsi_2":[0,35.3299782168866],"vwma":[0,581.8257439108849],"macd":[0,-1.3070886713135055],"stoch":[0,41.72877952487918],"bb_middle":[0,582.9104949951172],"bb_low":[0,574.3364258071974],"bb_upper":[0,591.484564183037],"timestamp":[0,"2024-10-02T14:30:00Z"]}],[0,{"open":[0,585],"low":[0,579.81],"high":[0,585],"close":[0,581.55],"volume":[0,94000],"signal":[0,1],"sma_5":[0,580.6119995117188],"sma_10":[0,581.0039978027344],"sma_20":[0,582.7829956054687],"sma_50":[0,578.297998046875],"sma_100":[0,536.5599993896484],"ema_9":[0,581.4269955916924],"ema_12":[0,581.500422830947],"ema_26":[0,579.8493201506897],"ema_50":[0,569.7190222749409],"ema_200":[0,524.708737633427],"ulcer_index":[0,2.229507891887454],"force_index":[0,-42216.43452809568],"easy_movement":[0,-735.741787682646],"volume_weighted_avg":[0,580.1474730899039],"channel_index":[0,-73.81071225490234],"williams_r":[0,-33.65066177068687],"mass_index":[0,25.47006094612072],"obv":[0,1506600],"rsi":[0,54.225460325929525],"rsi_2":[0,70.49886019771566],"vwma":[0,581.7109074671674],"macd":[0,-0.9382414729941049],"stoch":[0,66.34933822931313],"bb_middle":[0,582.7829956054687],"bb_low":[0,574.3612572928284],"bb_upper":[0,591.204733918109],"timestamp":[0,"2024-10-03T14:30:00Z"]}],[0,{"open":[0,584.87],"low":[0,577.85],"high":[0,584.87],"close":[0,579.45],"volume":[0,172400],"signal":[0,2],"sma_5":[0,581.1079956054688],"sma_10":[0,581.1339965820313],"sma_20":[0,582.6674957275391],"sma_50":[0,579.612998046875],"sma_100":[0,537.5278991699219],"ema_9":[0,581.4515940312021],"ema_12":[0,581.5080480062898],"ema_26":[0,579.9736317130137],"ema_50":[0,570.1159821528228],"ema_200":[0,523.9278933306822],"ulcer_index":[0,2.1540520795397926],"force_index":[0,-70566.93329723441],"easy_movement":[0,55.040653656760306],"volume_weighted_avg":[0,580.117971683681],"channel_index":[0,-84.50652572080895],"williams_r":[0,-45.83531845172386],"mass_index":[0,25.483439479289487],"obv":[0,1544600],"rsi":[0,51.766941838591656],"rsi_2":[0,46.718116692713494],"vwma":[0,581.6528509946868],"macd":[0,-0.846055612714411],"stoch":[0,54.164681548276135],"bb_middle":[0,582.6674957275391],"bb_low":[0,574.2446461153447],"bb_upper":[0,591.0903453397334],"timestamp":[0,"2024-10-04T14:30:00Z"]}],[0,{"open":[0,583.22],"low":[0,578.76],"high":[0,586.2],"close":[0,581.57],"volume":[0,235900],"signal":[0,1],"sma_5":[0,581.493994140625],"sma_10":[0,581.2989990234375],"sma_20":[0,582.581997680664],"sma_50":[0,579.9151977539062],"sma_100":[0,538.5113992309571],"ema_9":[0,581.051277667132],"ema_12":[0,581.191427322528],"ema_26":[0,579.9365498133924],"ema_50":[0,570.5506695626376],"ema_200":[0,525.8598886330102],"ulcer_index":[0,2.125323142445504],"force_index":[0,-112192.6038543644],"easy_movement":[0,-1352.1371563233345],"volume_weighted_avg":[0,579.7720923268],"channel_index":[0,-44.67456264821587],"williams_r":[0,-55.83043796553447],"mass_index":[0,25.43034061590114],"obv":[0,1148200],"rsi":[0,49.76371022797499],"rsi_2":[0,30.074531235637338],"vwma":[0,581.6015831353741],"macd":[0,-0.8983102279147013],"stoch":[0,44.16956203446553],"bb_middle":[0,582.581997680664],"bb_low":[0,574.0654801353884],"bb_upper":[0,591.0985152259397],"timestamp":[0,"2024-10-07T14:30:00Z"]}],[0,{"open":[0,586.49],"low":[0,584.48],"high":[0,596],"close":[0,593.9],"volume":[0,301500],"signal":[0,1],"sma_5":[0,581.0640014648437],"sma_10":[0,581.0820007324219],"sma_20":[0,582.2109985351562],"sma_50":[0,579.7335974121094],"sma_100":[0,539.478599243164],"ema_9":[0,581.1550235994232],"ema_12":[0,581.249670638158],"ema_26":[0,580.0594968815675],"ema_50":[0,571.06133279744],"ema_200":[0,527.9924109664937],"ulcer_index":[0,2.0058666352469845],"force_index":[0,-24718.807790526713],"easy_movement":[0,45.39379180887928],"volume_weighted_avg":[0,579.8999210332871],"channel_index":[0,-13.15284048106443],"williams_r":[0,-38.84111880234972],"mass_index":[0,25.344838796055303],"obv":[0,1172300],"rsi":[0,51.77796109427041],"rsi_2":[0,59.32918839053088],"vwma":[0,581.155093770517],"macd":[0,-0.7679340881667498],"stoch":[0,61.15888119765028],"bb_middle":[0,582.2109985351562],"bb_low":[0,574.2126949139148],"bb_upper":[0,590.2093021563977],"timestamp":[0,"2024-10-08T14:30:00Z"]}],[0,{"open":[0,594.65],"low":[0,587.6],"high":[0,597.98],"close":[0,591.56],"volume":[0,223900],"signal":[0,1],"sma_5":[0,584.1160034179687],"sma_10":[0,581.9570007324219],"sma_20":[0,582.1329986572266],"sma_50":[0,580.0717980957031],"sma_100":[0,540.5261993408203],"ema_9":[0,583.7040237621128],"ema_12":[0,583.1958788463426],"ema_26":[0,581.0841892612286],"ema_50":[0,571.9355496481454],"ema_200":[0,528.2177878161729],"ulcer_index":[0,1.873424576819743],"force_index":[0,509884.7042209721],"easy_movement":[0,4348.285006476067],"volume_weighted_avg":[0,580.9601568899606],"channel_index":[0,17.03809717886805],"williams_r":[0,-8.12998140354774],"mass_index":[0,25.24264220160282],"obv":[0,1662700],"rsi":[0,61.48868553000532],"rsi_2":[0,93.06730101478297],"vwma":[0,581.2939872060541],"macd":[0,0.12218981418638819],"stoch":[0,91.87001859645227],"bb_middle":[0,582.1329986572266],"bb_low":[0,574.6384762786118],"bb_upper":[0,589.6275210358414],"timestamp":[0,"2024-10-09T14:30:00Z"]}],[0,{"open":[0,590.47],"low":[0,582.63],"high":[0,590.47],"close":[0,586.47],"volume":[0,206900],"signal":[0,1],"sma_5":[0,585.606005859375],"sma_10":[0,583.1090026855469],"sma_20":[0,582.3904998779296],"sma_50":[0,580.4119982910156],"sma_100":[0,541.5620993041993],"ema_9":[0,585.2752185216473],"ema_12":[0,584.4826664055666],"ema_26":[0,581.8607069430385],"ema_50":[0,572.7265539553645],"ema_200":[0,529.2784788589319],"ulcer_index":[0,1.7477886126987747],"force_index":[0,362190.7157428833],"easy_movement":[0,4361.162276855801],"volume_weighted_avg":[0,581.6287967459313],"channel_index":[0,-22.163879966063103],"williams_r":[0,-23.08516171793898],"mass_index":[0,25.16155071547286],"obv":[0,1328300],"rsi":[0,59.055315019921885],"rsi_2":[0,70.78085148697413],"vwma":[0,581.5582193577857],"macd":[0,0.5066433313794168],"stoch":[0,76.91483828206101],"bb_middle":[0,582.3904998779296],"bb_low":[0,574.0228360657544],"bb_upper":[0,590.7581636901049],"timestamp":[0,"2024-10-10T14:30:00Z"]}],[0,{"open":[0,588.82],"low":[0,588.82],"high":[0,597.42],"close":[0,594.41],"volume":[0,222600],"signal":[0,1],"sma_5":[0,586.5900024414062],"sma_10":[0,583.8489990234375],"sma_20":[0,582.5554992675782],"sma_50":[0,580.7791979980469],"sma_100":[0,542.5353988647461],"ema_9":[0,585.5141689589166],"ema_12":[0,584.7884057939491],"ema_26":[0,582.2043068507577],"ema_50":[0,573.3530135150035],"ema_200":[0,531.6059970552292],"ulcer_index":[0,1.5932001501577728],"force_index":[0,160006.7151407816],"easy_movement":[0,2962.758497334929],"volume_weighted_avg":[0,584.1062781644265],"channel_index":[0,-30.358464862826246],"williams_r":[0,-46.50508996212121],"mass_index":[0,25.124760119045366],"obv":[0,991500],"rsi":[0,54.04332203022969],"rsi_2":[0,34.666370868877664],"vwma":[0,581.6912547315466],"macd":[0,0.377786271366928],"stoch":[0,53.49491003787878],"bb_middle":[0,582.5554992675782],"bb_low":[0,574.0047217495812],"bb_upper":[0,591.1062767855751],"timestamp":[0,"2024-10-11T14:30:00Z"]}],[0,{"open":[0,596.02],"low":[0,594.7],"high":[0,601.51],"close":[0,599.69],"volume":[0,183400],"signal":[0,1],"sma_5":[0,589.5819946289063],"sma_10":[0,585.5379943847656],"sma_20":[0,583.1779968261719],"sma_50":[0,581.2731970214844],"sma_100":[0,543.5402984619141],"ema_9":[0,587.2933297964591],"ema_12":[0,586.2686470393065],"ema_26":[0,583.1093667440775],"ema_50":[0,574.216486686904],"ema_200":[0,532.9887366755426],"ulcer_index":[0,1.5038540680144243],"force_index":[0,389645.56780674064],"easy_movement":[0,3534.5659294556913],"volume_weighted_avg":[0,585.0232511761357],"channel_index":[0,-24.804020969782183],"williams_r":[0,-14.613214877292565],"mass_index":[0,25.066821484060714],"obv":[0,1061400],"rsi":[0,59.76619303300105],"rsi_2":[0,74.79245215654561],"vwma":[0,582.1995535188198],"macd":[0,0.7635635630504871],"stoch":[0,85.38678512270744],"bb_middle":[0,583.1779968261719],"bb_low":[0,573.1979880657306],"bb_upper":[0,593.1580055866133],"timestamp":[0,"2024-10-14T14:30:00Z"]}],[0,{"open":[0,602.45],"low":[0,600.04],"high":[0,606.93],"close":[0,601.05],"volume":[0,253100],"signal":[0,0],"sma_5":[0,593.2059936523438],"sma_10":[0,587.1349975585938],"sma_20":[0,583.8759979248047],"sma_50":[0,581.7507971191407],"sma_100":[0,544.5773983764649],"ema_9":[0,589.7726643257603],"ema_12":[0,588.3334710323621],"ema_26":[0,584.3382575103861],"ema_50":[0,575.2434560490325],"ema_200":[0,534.2152812676787],"ulcer_index":[0,1.4308892078045674],"force_index":[0,472320.6937025802],"easy_movement":[0,4024.473554202458],"volume_weighted_avg":[0,586.0417243408921],"channel_index":[0,-41.590686034366314],"williams_r":[0,-6.509320078498658],"mass_index":[0,25.018647373887354],"obv":[0,1097100],"rsi":[0,63.05798743942022],"rsi_2":[0,86.12559015396832],"vwma":[0,582.638856816441],"macd":[0,1.28048086927742],"stoch":[0,93.49067992150134],"bb_middle":[0,583.8759979248047],"bb_low":[0,571.5927371806443],"bb_upper":[0,596.159258668965],"timestamp":[0,"2024-10-15T14:30:00Z"]}],[0,{"open":[0,594.83],"low":[0,585.01],"high":[0,595.06],"close":[0,589.97],"volume":[0,184600],"signal":[0,1],"sma_5":[0,594.635986328125],"sma_10":[0,589.3759948730469],"sma_20":[0,584.9589965820312],"sma_50":[0,582.3915966796875],"sma_100":[0,545.6127981567383],"ema_9":[0,592.0281290179024],"ema_12":[0,590.2898578716889],"ema_26":[0,585.5732631402826],"ema_50":[0,576.1386853565924],"ema_200":[0,532.5332501513444],"ulcer_index":[0,1.2523742319069397],"force_index":[0,454028.6527353992],"easy_movement":[0,4384.940233386776],"volume_weighted_avg":[0,587.8296334519147],"channel_index":[0,-9.229925064507183],"williams_r":[0,-17.61535057725572],"mass_index":[0,24.87771073291992],"obv":[0,1557200],"rsi":[0,63.88707809691688],"rsi_2":[0,88.73468960405212],"vwma":[0,583.6416386212381],"macd":[0,1.59780578082637],"stoch":[0,82.38464942274429],"bb_middle":[0,584.9589965820312],"bb_low":[0,570.7762138314505],"bb_upper":[0,599.1417793326119],"timestamp":[0,"2024-10-16T14:30:00Z"]}],[0,{"open":[0,589],"low":[0,586.64],"high":[0,589.7],"close":[0,588.23],"volume":[0,187600],"signal":[0,1],"sma_5":[0,594.3179809570313],"sma_10":[0,589.9619934082032],"sma_20":[0,585.4829956054688],"sma_50":[0,582.7783959960938],"sma_100":[0,546.6011978149414],"ema_9":[0,591.6164973551342],"ema_12":[0,590.2406445122749],"ema_26":[0,585.8993634014098],"ema_50":[0,576.697929791815],"ema_200":[0,533.4431997870645],"ulcer_index":[0,1.1269499158567853],"force_index":[0,96961.66740497813],"easy_movement":[0,154.91291902385078],"volume_weighted_avg":[0,588.4841406449697],"channel_index":[0,-39.40864124542887],"williams_r":[0,-50.808925978884545],"mass_index":[0,24.72245156219955],"obv":[0,1280600],"rsi":[0,53.46082130976425],"rsi_2":[0,21.833430654628557],"vwma":[0,584.072725501261],"macd":[0,0.978524936067918],"stoch":[0,49.191074021115455],"bb_middle":[0,585.4829956054688],"bb_low":[0,571.3729639653211],"bb_upper":[0,599.5930272456164],"timestamp":[0,"2024-10-17T14:30:00Z"]}],[0,{"open":[0,588.57],"low":[0,585],"high":[0,590.51],"close":[0,588.43],"volume":[0,179700],"signal":[0,1],"sma_5":[0,594.6699829101562],"sma_10":[0,590.6299926757813],"sma_20":[0,585.8819946289062],"sma_50":[0,583.1733959960937],"sma_100":[0,547.5629977416992],"ema_9":[0,590.9391939752256],"ema_12":[0,589.9313108643848],"ema_26":[0,586.0661283458139],"ema_50":[0,576.913655535261],"ema_200":[0,529.2353853991962],"ulcer_index":[0,0.9729444270123765],"force_index":[0,36504.368103798435],"easy_movement":[0,1036.050626525682],"volume_weighted_avg":[0,589.0273682305534],"channel_index":[0,-34.813827082284355],"williams_r":[0,-56.02159817735666],"mass_index":[0,24.33654454988601],"obv":[0,1404000],"rsi":[0,52.041219923168754],"rsi_2":[0,17.653196669128917],"vwma":[0,584.4960258327476],"macd":[0,0.39448094055766436],"stoch":[0,43.97840182264334],"bb_middle":[0,585.8819946289062],"bb_low":[0,571.9360802246911],"bb_upper":[0,599.8279090331214],"timestamp":[0,"2024-10-18T14:30:00Z"]}],[0,{"open":[0,588],"low":[0,583.69],"high":[0,590.48],"close":[0,586.77],"volume":[0,267600],"signal":[0,1],"sma_5":[0,593.4739868164063],"sma_10":[0,591.5279907226562],"sma_20":[0,586.4134948730468],"sma_50":[0,583.3515954589843],"sma_100":[0,548.6559976196289],"ema_9":[0,590.437353714577],"ema_12":[0,589.7003386280479],"ema_26":[0,586.2395337637428],"ema_50":[0,577.2969955003647],"ema_200":[0,528.4522035444879],"ulcer_index":[0,1.1164621683636113],"force_index":[0,36414.82024157469],"easy_movement":[0,369.79979583049135],"volume_weighted_avg":[0,589.3495370311482],"channel_index":[0,-12.656582324097661],"williams_r":[0,-55.42240052075525],"mass_index":[0,24.107627023824094],"obv":[0,1769700],"rsi":[0,52.204690409320776],"rsi_2":[0,21.125019558812838],"vwma":[0,587.210867275355],"macd":[0,-0.010071118668451895],"stoch":[0,44.57759947924475],"bb_middle":[0,586.4134948730468],"bb_low":[0,572.9378408836457],"bb_upper":[0,599.889148862448],"timestamp":[0,"2024-10-21T14:30:00Z"]}],[0,{"open":[0,587],"low":[0,584.05],"high":[0,588.29],"close":[0,585.86],"volume":[0,205000],"signal":[0,1],"sma_5":[0,590.889990234375],"sma_10":[0,592.0479919433594],"sma_20":[0,586.5649963378906],"sma_50":[0,583.5823962402344],"sma_100":[0,549.7696978759766],"ema_9":[0,589.7038868783148],"ema_12":[0,589.2495204155164],"ema_26":[0,586.2797291084532],"ema_50":[0,577.7047324641462],"ema_200":[0,529.7608795855297],"ulcer_index":[0,1.2429872545957907],"force_index":[0,-32238.791444566414],"easy_movement":[0,143.6694608805375],"volume_weighted_avg":[0,589.8317722633343],"channel_index":[0,60.958067164045744],"williams_r":[0,-60.395357086696244],"mass_index":[0,23.958245722460354],"obv":[0,1281800],"rsi":[0,50.6992221433508],"rsi_2":[0,12.427809487692826],"vwma":[0,587.4361006075943],"macd":[0,-0.39972446149199214],"stoch":[0,39.60464291330376],"bb_middle":[0,586.5649963378906],"bb_low":[0,573.1449614563431],"bb_upper":[0,599.9850312194382],"timestamp":[0,"2024-10-22T14:30:00Z"]}],[0,{"open":[0,585],"low":[0,582.04],"high":[0,589.52],"close":[0,582.22],"volume":[0,304800],"signal":[0,2],"sma_5":[0,587.8519897460938],"sma_10":[0,591.2439880371094],"sma_20":[0,586.6004943847656],"sma_50":[0,583.7043957519531],"sma_100":[0,550.854497680664],"ema_9":[0,588.9351065735715],"ema_12":[0,588.7280536482333],"ema_26":[0,586.2499916618999],"ema_50":[0,578.0790974403416],"ema_200":[0,531.4153440567369],"ulcer_index":[0,1.4127155209343587],"force_index":[0,-54271.64318341775],"easy_movement":[0,950.8077427677882],"volume_weighted_avg":[0,589.7998103806566],"channel_index":[0,8.858673155892179],"williams_r":[0,-72.4552783415574],"mass_index":[0,23.708059511224693],"obv":[0,777500],"rsi":[0,49.84747391061858],"rsi_2":[0,8.562587136117514],"vwma":[0,587.458727581834],"macd":[0,-0.7114423536106798],"stoch":[0,27.544721658442594],"bb_middle":[0,586.6004943847656],"bb_low":[0,573.1918675062977],"bb_upper":[0,600.0091212632335],"timestamp":[0,"2024-10-23T14:30:00Z"]}],[0,{"open":[0,593.86],"low":[0,587.13],"high":[0,631.43],"close":[0,611.67],"volume":[0,598000],"signal":[0,1],"sma_5":[0,586.3019897460938],"sma_10":[0,590.3099853515625],"sma_20":[0,586.7094940185547],"sma_50":[0,583.7631945800781],"sma_100":[0,551.8730975341797],"ema_9":[0,587.5920793982253],"ema_12":[0,587.7268097752774],"ema_26":[0,585.9486667488121],"ema_50":[0,578.1285377170726],"ema_200":[0,529.6510717800963],"ulcer_index":[0,1.631086517849341],"force_index":[0,-205026.13776879004],"easy_movement":[0,-460.4066781475828],"volume_weighted_avg":[0,589.3092856729324],"channel_index":[0,90.07614559582211],"williams_r":[0,-84.97251530600465],"mass_index":[0,23.515269303984553],"obv":[0,634300],"rsi":[0,46.512002120834524],"rsi_2":[0,2.4548502390250064],"vwma":[0,587.3782090320932],"macd":[0,-1.132651664019563],"stoch":[0,15.027484693995344],"bb_middle":[0,586.7094940185547],"bb_low":[0,573.4817401028266],"bb_upper":[0,599.9372479342827],"timestamp":[0,"2024-10-24T14:30:00Z"]}],[0,{"open":[0,613.5],"low":[0,604.71],"high":[0,617.17],"close":[0,605.86],"volume":[0,238200],"signal":[0,1],"sma_5":[0,590.989990234375],"sma_10":[0,592.8299865722656],"sma_20":[0,588.3394927978516],"sma_50":[0,584.3729943847657],"sma_100":[0,553.2478973388672],"ema_9":[0,592.4076601016118],"ema_12":[0,591.4103751458584],"ema_26":[0,587.8561814894997],"ema_50":[0,579.5337704016666],"ema_200":[0,532.2734546993468],"ulcer_index":[0,1.6101755112397327],"force_index":[0,2340139.186952809],"easy_movement":[0,12278.43687331579],"volume_weighted_avg":[0,593.5492664565314],"channel_index":[0,280.2954241607704],"williams_r":[0,-37.516643586787104],"mass_index":[0,24.090210570385775],"obv":[0,1064800],"rsi":[0,66.24307222985959],"rsi_2":[0,92.22262895741773],"vwma":[0,590.9235573359532],"macd":[0,0.5175542606228638],"stoch":[0,62.483356413212896],"bb_middle":[0,588.3394927978516],"bb_low":[0,571.6878040149061],"bb_upper":[0,604.991181580797],"timestamp":[0,"2024-10-25T14:30:00Z"]}],[0,{"open":[0,608.51],"low":[0,604.6],"high":[0,609.78],"close":[0,605.39],"volume":[0,195200],"signal":[0,1],"sma_5":[0,594.4759887695312],"sma_10":[0,593.9749877929687],"sma_20":[0,589.7564910888672],"sma_50":[0,584.8499938964844],"sma_100":[0,554.5154971313476],"ema_9":[0,595.0981251525654],"ema_12":[0,593.6333923634834],"ema_26":[0,589.1919468148573],"ema_50":[0,580.6527573993251],"ema_200":[0,534.7457070553603],"ulcer_index":[0,1.6218426332976656],"force_index":[0,1808126.650988749],"easy_movement":[0,12646.355235010547],"volume_weighted_avg":[0,595.1681819363338],"channel_index":[0,8.031745880266229],"williams_r":[0,-51.77161316154354],"mass_index":[0,24.49664574171235],"obv":[0,693200],"rsi":[0,61.423820885875095],"rsi_2":[0,67.65616530934375],"vwma":[0,592.1188565277711],"macd":[0,1.1265760629445314],"stoch":[0,48.22838683845646],"bb_middle":[0,589.7564910888672],"bb_low":[0,572.2285552660487],"bb_upper":[0,607.2844269116856],"timestamp":[0,"2024-10-28T14:30:00Z"]}],[0,{"open":[0,605],"low":[0,605],"high":[0,616.81],"close":[0,613.48],"volume":[0,317400],"signal":[0,1],"sma_5":[0,598.1999877929687],"sma_10":[0,594.5449890136719],"sma_20":[0,590.8399932861328],"sma_50":[0,585.27439453125],"sma_100":[0,555.7310974121094],"ema_9":[0,597.1565030512489],"ema_12":[0,595.4421033502947],"ema_26":[0,590.3907081301903],"ema_50":[0,581.5787292618622],"ema_200":[0,534.5620633037169],"ulcer_index":[0,1.6448909286573663],"force_index":[0,1536719.4601057624],"easy_movement":[0,9817.67270760441],"volume_weighted_avg":[0,595.8572363727702],"channel_index":[0,-27.79238498422812],"williams_r":[0,-52.72316319948196],"mass_index":[0,24.658504277556855],"obv":[0,631200],"rsi":[0,61.040037093017986],"rsi_2":[0,64.86096223858405],"vwma":[0,593.0306855566135],"macd":[0,1.3878290436151386],"stoch":[0,47.27683680051804],"bb_middle":[0,590.8399932861328],"bb_low":[0,572.2893565782732],"bb_upper":[0,609.3906299939923],"timestamp":[0,"2024-10-29T14:30:00Z"]}],[0,{"open":[0,613.53],"low":[0,609.21],"high":[0,616.62],"close":[0,614.8],"volume":[0,233400],"signal":[0,1],"sma_5":[0,603.7239868164063],"sma_10":[0,595.78798828125],"sma_20":[0,592.5819915771484],"sma_50":[0,585.9523937988281],"sma_100":[0,557.0516970825196],"ema_9":[0,600.4211985348347],"ema_12":[0,598.217161391862],"ema_26":[0,592.1012155217551],"ema_50":[0,582.8374468738511],"ema_200":[0,535.5018180015819],"ulcer_index":[0,1.641516769827026],"force_index":[0,1684014.214263963],"easy_movement":[0,9960.617187571055],"volume_weighted_avg":[0,597.706961478314],"channel_index":[0,68.65155916672965],"williams_r":[0,-36.343403286678544],"mass_index":[0,24.843306374882935],"obv":[0,799800],"rsi":[0,65.10886719609618],"rsi_2":[0,85.49392905458157],"vwma":[0,595.0013808226432],"macd":[0,1.9621462574581923],"stoch":[0,63.656596713321456],"bb_middle":[0,592.5819915771484],"bb_low":[0,572.4639947022835],"bb_upper":[0,612.6999884520134],"timestamp":[0,"2024-10-30T14:30:00Z"]}],[0,{"open":[0,612.88],"low":[0,603.56],"high":[0,616.26],"close":[0,605.59],"volume":[0,250700],"signal":[0,1],"sma_5":[0,610.239990234375],"sma_10":[0,598.2709899902344],"sma_20":[0,594.1164916992187],"sma_50":[0,586.7157934570313],"sma_100":[0,558.3812969970703],"ema_9":[0,603.2969563854798],"ema_12":[0,600.7683651856656],"ema_26":[0,593.78041491016],"ema_50":[0,584.0026454196977],"ema_200":[0,534.5176876927167],"ulcer_index":[0,1.607103156016676],"force_index":[0,1487462.0760072155],"easy_movement":[0,12105.351199822622],"volume_weighted_avg":[0,599.4754165651979],"channel_index":[0,-6.209688575247059],"williams_r":[0,-33.67078345934162],"mass_index":[0,24.92810301706447],"obv":[0,1237400],"rsi":[0,65.7446011885658],"rsi_2":[0,87.8265543729641],"vwma":[0,596.2486360245557],"macd":[0,2.2645374071966993],"stoch":[0,66.32921654065838],"bb_middle":[0,594.1164916992187],"bb_low":[0,572.2147125698762],"bb_upper":[0,616.0182708285613],"timestamp":[0,"2024-10-31T14:30:00Z"]}],[0,{"open":[0,605.63],"low":[0,602.26],"high":[0,610.35],"close":[0,602.75],"volume":[0,239000],"signal":[0,1],"sma_5":[0,609.0239990234375],"sma_10":[0,600.0069946289062],"sma_20":[0,595.3184936523437],"sma_50":[0,587.2037939453126],"sma_100":[0,559.6669973754883],"ema_9":[0,603.7555704804857],"ema_12":[0,601.5101595638432],"ema_26":[0,594.6574512299283],"ema_50":[0,584.9398236815341],"ema_200":[0,537.0458676963583],"ulcer_index":[0,1.6562232651628845],"force_index":[0,945130.8340156393],"easy_movement":[0,9204.956831329067],"volume_weighted_avg":[0,600.2147114509097],"channel_index":[0,2.7159410997665607],"williams_r":[0,-52.318198332686606],"mass_index":[0,25.041189818173926],"obv":[0,711700],"rsi":[0,57.89946615018044],"rsi_2":[0,27.074236627281465],"vwma":[0,596.9990662257043],"macd":[0,1.7062945617646648],"stoch":[0,47.68180166731339],"bb_middle":[0,595.3184936523437],"bb_low":[0,573.670082810887],"bb_upper":[0,616.9669044938004],"timestamp":[0,"2024-11-01T14:30:00Z"]}],[0,{"open":[0,604.61],"low":[0,596.54],"high":[0,605.11],"close":[0,600.61],"volume":[0,150000],"signal":[0,1],"sma_5":[0,608.402001953125],"sma_10":[0,601.4389953613281],"sma_20":[0,596.4834930419922],"sma_50":[0,587.8051940917969],"sma_100":[0,560.8747973632812],"ema_9":[0,603.5544563836982],"ema_12":[0,601.7009040579055],"ema_26":[0,595.2553582039832],"ema_50":[0,585.5762047983391],"ema_200":[0,536.4525338554125],"ulcer_index":[0,1.7370870201489412],"force_index":[0,713157.6769814877],"easy_movement":[0,7011.170063686814],"volume_weighted_avg":[0,600.4068592208179],"channel_index":[0,-13.659932633917755],"williams_r":[0,-58.0684028541558],"mass_index":[0,25.12319700822181],"obv":[0,817600],"rsi":[0,55.69862264773505],"rsi_2":[0,18.978014239994877],"vwma":[0,597.8740647510848],"macd":[0,1.0373482351888752],"stoch":[0,41.931597145844194],"bb_middle":[0,596.4834930419922],"bb_low":[0,575.8944543492432],"bb_upper":[0,617.0725317347412],"timestamp":[0,"2024-11-04T14:30:00Z"]}],[0,{"open":[0,600.75],"low":[0,597.05],"high":[0,607],"close":[0,606.35],"volume":[0,191600],"signal":[0,1],"sma_5":[0,607.44599609375],"sma_10":[0,602.8229919433594],"sma_20":[0,597.4354919433594],"sma_50":[0,588.3827941894531],"sma_100":[0,562.0950973510742],"ema_9":[0,602.965562176438],"ema_12":[0,601.5330701834461],"ema_26":[0,595.6501379609377],"ema_50":[0,586.0908938754649],"ema_200":[0,535.5863034288701],"ulcer_index":[0,1.8433621612523734],"force_index":[0,565412.3113387924],"easy_movement":[0,3728.6849784752303],"volume_weighted_avg":[0,600.3696022592275],"channel_index":[0,-101.06244865824607],"williams_r":[0,-62.40129213080476],"mass_index":[0,25.171579148161932],"obv":[0,891800],"rsi":[0,54.03561553800513],"rsi_2":[0,13.082317011874764],"vwma":[0,598.735254253992],"macd":[0,0.3774260759777137],"stoch":[0,37.59870786919524],"bb_middle":[0,597.4354919433594],"bb_low":[0,577.9622671676748],"bb_upper":[0,616.9087167190439],"timestamp":[0,"2024-11-05T14:30:00Z"]}],[0,{"open":[0,621.66],"low":[0,595.31],"high":[0,625],"close":[0,603.2],"volume":[0,356400],"signal":[0,1],"sma_5":[0,606.0199951171875],"sma_10":[0,604.8719909667968],"sma_20":[0,598.0579895019531],"sma_50":[0,589.0761938476562],"sma_100":[0,563.4136972045899],"ema_9":[0,603.6424448577878],"ema_12":[0,602.2741324029901],"ema_26":[0,596.4414911281511],"ema_50":[0,586.8359421520399],"ema_200":[0,535.2971600919685],"ulcer_index":[0,1.8138860823837204],"force_index":[0,641748.2849259968],"easy_movement":[0,9404.124602225065],"volume_weighted_avg":[0,601.2311647106508],"channel_index":[0,-51.439655637054656],"williams_r":[0,-50.77952956354748],"mass_index":[0,25.222045619557864],"obv":[0,1253400],"rsi":[0,57.705735350771775],"rsi_2":[0,67.40399529252454],"vwma":[0,599.3388097000035],"macd":[0,0.26014910472933295],"stoch":[0,49.22047043645252],"bb_middle":[0,598.0579895019531],"bb_low":[0,578.2830010590948],"bb_upper":[0,617.8329779448114],"timestamp":[0,"2024-11-06T14:30:00Z"]}],[0,{"open":[0,604.23],"low":[0,604.23],"high":[0,619.76],"close":[0,615.35],"volume":[0,271100],"signal":[0,1],"sma_5":[0,603.7],"sma_10":[0,606.9699951171875],"sma_20":[0,598.639990234375],"sma_50":[0,589.5683935546875],"sma_100":[0,564.727797241211],"ema_9":[0,603.5539583267159],"ema_12":[0,602.4165751985345],"ema_26":[0,596.9400675418628],"ema_50":[0,587.3949274958995],"ema_200":[0,534.3100019595322],"ulcer_index":[0,1.7942988289508661],"force_index":[0,389718.12984645984],"easy_movement":[0,14459.072745868663],"volume_weighted_avg":[0,602.0738584083944],"channel_index":[0,106.09402139582909],"williams_r":[0,-57.15726279834801],"mass_index":[0,25.50742222589406],"obv":[0,1282500],"rsi":[0,55.118506930335506],"rsi_2":[0,39.97994570884856],"vwma":[0,599.9667418300218],"macd":[0,-0.07939751772191705],"stoch":[0,42.842737201651985],"bb_middle":[0,598.639990234375],"bb_low":[0,578.9794061091302],"bb_upper":[0,618.3005743596198],"timestamp":[0,"2024-11-07T14:30:00Z"]}],[0,{"open":[0,617],"low":[0,611.33],"high":[0,627.52],"close":[0,623.22],"volume":[0,307200],"signal":[0,0],"sma_5":[0,605.6519897460937],"sma_10":[0,607.3379943847656],"sma_20":[0,600.0839904785156],"sma_50":[0,590.2543933105469],"sma_100":[0,566.2085971069336],"ema_9":[0,605.913161779707],"ema_12":[0,604.406329417215],"ema_26":[0,598.3063238048875],"ema_50":[0,588.5942660336236],"ema_200":[0,537.1875156465148],"ulcer_index":[0,1.7042918855311406],"force_index":[0,804584.5618776823],"easy_movement":[0,15302.856606524427],"volume_weighted_avg":[0,603.6585425795087],"channel_index":[0,19.923519908335514],"williams_r":[0,-32.557222759099666],"mass_index":[0,25.81515549607314],"obv":[0,1318900],"rsi":[0,62.18337167942435],"rsi_2":[0,85.49773706033608],"vwma":[0,601.3511766766005],"macd":[0,0.43853117457312507],"stoch":[0,67.44277724090034],"bb_middle":[0,600.0839904785156],"bb_low":[0,579.97377247032],"bb_upper":[0,620.1942084867112],"timestamp":[0,"2024-11-08T14:30:00Z"]}],[0,{"open":[0,624.87],"low":[0,612.91],"high":[0,629.96],"close":[0,613.23],"volume":[0,307400],"signal":[0,1],"sma_5":[0,609.7459838867187],"sma_10":[0,609.0739929199219],"sma_20":[0,601.5244903564453],"sma_50":[0,590.9661926269531],"sma_100":[0,567.711796875],"ema_9":[0,609.3745235656413],"ema_12":[0,607.3007361101671],"ema_26":[0,600.1545703493348],"ema_50":[0,590.0645351198938],"ema_200":[0,540.3023263096745],"ulcer_index":[0,1.5815893899254618],"force_index":[0,1035031.100499199],"easy_movement":[0,18221.26007109652],"volume_weighted_avg":[0,606.3875834004751],"channel_index":[0,52.27038455061836],"williams_r":[0,-16.62283769522223],"mass_index":[0,26.104783983492453],"obv":[0,1366500],"rsi":[0,65.92303108353828],"rsi_2":[0,92.68470853352521],"vwma":[0,602.9669775039738],"macd":[0,1.1912983677084679],"stoch":[0,83.37716230477777],"bb_middle":[0,601.5244903564453],"bb_low":[0,579.2369034437011],"bb_upper":[0,623.8120772691896],"timestamp":[0,"2024-11-11T14:30:00Z"]}],[0,{"open":[0,613.35],"low":[0,609.34],"high":[0,620.04],"close":[0,619.12],"volume":[0,234500],"signal":[0,1],"sma_5":[0,612.2699829101563],"sma_10":[0,609.8579895019532],"sma_20":[0,602.2014892578125],"sma_50":[0,591.4733923339844],"sma_100":[0,569.0536965942383],"ema_9":[0,610.1456149483206],"ema_12":[0,608.2129281113265],"ema_26":[0,601.1277106571937],"ema_50":[0,591.157873364001],"ema_200":[0,544.7435282474139],"ulcer_index":[0,1.4928993429702857],"force_index":[0,448559.1854647726],"easy_movement":[0,19152.754465646572],"volume_weighted_avg":[0,607.9812381976711],"channel_index":[0,47.76595108181839],"williams_r":[0,-36.84957847569098],"mass_index":[0,26.37454337800257],"obv":[0,31700],"rsi":[0,58.059510307887855],"rsi_2":[0,41.04461981483241],"vwma":[0,603.6840153691604],"macd":[0,0.9101118989045798],"stoch":[0,63.15042152430902],"bb_middle":[0,602.2014892578125],"bb_low":[0,579.3621843008888],"bb_upper":[0,625.0407942147361],"timestamp":[0,"2024-11-12T14:30:00Z"]}],[0,{"open":[0,621.4],"low":[0,614.22],"high":[0,628],"close":[0,616.87],"volume":[0,243900],"signal":[0,1],"sma_5":[0,614.8239868164062],"sma_10":[0,610.4219909667969],"sma_20":[0,603.1049896240235],"sma_50":[0,592.2813928222656],"sma_100":[0,570.3534963989258],"ema_9":[0,611.9404909825889],"ema_12":[0,609.8909385549841],"ema_26":[0,602.4615771310482],"ema_50":[0,592.2989102902319],"ema_200":[0,546.3775294923769],"ulcer_index":[0,1.2484418357040197],"force_index":[0,581724.0426381184],"easy_movement":[0,17022.787083097977],"volume_weighted_avg":[0,610.6711620633723],"channel_index":[0,-27.592120850818745],"williams_r":[0,-27.787812529708145],"mass_index":[0,26.472037795194254],"obv":[0,500],"rsi":[0,61.00942965579486],"rsi_2":[0,64.4202422807009],"vwma":[0,604.5052610354145],"macd":[0,1.004807798377847],"stoch":[0,72.21218747029185],"bb_middle":[0,603.1049896240235],"bb_low":[0,579.1185231012912],"bb_upper":[0,627.0914561467557],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,619.12],"low":[0,612.55],"high":[0,624.18],"close":[0,614.28],"volume":[0,281800],"signal":[0,1],"sma_5":[0,617.5579833984375],"sma_10":[0,610.6289916992188],"sma_20":[0,604.4499908447266],"sma_50":[0,592.8855932617188],"sma_100":[0,571.6064962768555],"ema_9":[0,612.9263918088304],"ema_12":[0,610.9646393794652],"ema_26":[0,603.5273535438337],"ema_50":[0,593.2015233815933],"ema_200":[0,545.8539124434974],"ulcer_index":[0,1.2777952915282536],"force_index":[0,420220.22080821387],"easy_movement":[0,7178.749832359165],"volume_weighted_avg":[0,610.9298160552978],"channel_index":[0,-21.959590509617605],"williams_r":[0,-37.77782866483708],"mass_index":[0,26.513764419784525],"obv":[0,-48700],"rsi":[0,59.29912890286654],"rsi_2":[0,49.44276607331998],"vwma":[0,605.5848778421822],"macd":[0,0.8082629810534394],"stoch":[0,62.222171335162926],"bb_middle":[0,604.4499908447266],"bb_low":[0,580.5438453179748],"bb_upper":[0,628.3561363714783],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,611.67],"low":[0,595.5],"high":[0,611.67],"close":[0,597.1],"volume":[0,252700],"signal":[0,2],"sma_5":[0,617.343994140625],"sma_10":[0,611.4979919433594],"sma_20":[0,605.7524932861328],"sma_50":[0,593.493994140625],"sma_100":[0,572.8668966674804],"ema_9":[0,613.1971193065187],"ema_12":[0,611.4746993884366],"ema_26":[0,604.324025342685],"ema_50":[0,594.0352710144704],"ema_200":[0,546.6782465028602],"ulcer_index":[0,1.309693047506647],"force_index":[0,255922.18269288586],"easy_movement":[0,5749.321693997558],"volume_weighted_avg":[0,611.5309233759779],"channel_index":[0,15.195695901368532],"williams_r":[0,-45.25247223034458],"mass_index":[0,26.538618123745596],"obv":[0,-480300],"rsi":[0,57.30266658307355],"rsi_2":[0,32.204997013167215],"vwma":[0,606.6468876371139],"macd":[0,0.4175461515122194],"stoch":[0,54.74752776965543],"bb_middle":[0,605.7524932861328],"bb_low":[0,582.6998160580595],"bb_upper":[0,628.8051705142061],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,597.1],"low":[0,596.04],"high":[0,603.53],"close":[0,601.19],"volume":[0,225400],"signal":[0,1],"sma_5":[0,612.1199951171875],"sma_10":[0,610.9329895019531],"sma_20":[0,606.1859924316407],"sma_50":[0,593.8127941894531],"sma_100":[0,573.9515963745117],"ema_9":[0,609.9776905634577],"ema_12":[0,609.2632037067351],"ema_26":[0,603.7912653435566],"ema_50":[0,594.2502797841814],"ema_200":[0,549.0855521805157],"ulcer_index":[0,1.7013789445884226],"force_index":[0,-400822.8984912301],"easy_movement":[0,-295.2554738792973],"volume_weighted_avg":[0,610.8578610123016],"channel_index":[0,-22.50900030974099],"williams_r":[0,-94.83412188703308],"mass_index":[0,26.591565318330595],"obv":[0,-990800],"rsi":[0,46.18416109371683],"rsi_2":[0,5.725039691254807],"vwma":[0,606.8050013280041],"macd":[0,-1.0059606424194811],"stoch":[0,5.165878112966923],"bb_middle":[0,606.1859924316407],"bb_low":[0,584.1488953366008],"bb_upper":[0,628.2230895266805],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,599.12],"low":[0,597.6],"high":[0,603.77],"close":[0,599.68],"volume":[0,269400],"signal":[0,1],"sma_5":[0,609.7119995117188],"sma_10":[0,610.9909912109375],"sma_20":[0,606.9069915771485],"sma_50":[0,594.0567944335937],"sma_100":[0,575.0253964233399],"ema_9":[0,608.2201529408748],"ema_12":[0,608.0211732414081],"ema_26":[0,603.6026569184517],"ema_50":[0,594.6866294542386],"ema_200":[0,552.9038559590072],"ulcer_index":[0,1.9460751049557437],"force_index":[0,-211810.73298205913],"easy_movement":[0,-2184.5656307778113],"volume_weighted_avg":[0,610.0084079538951],"channel_index":[0,-52.77250713869216],"williams_r":[0,-83.03030089518167],"mass_index":[0,26.590901063405834],"obv":[0,-1430500],"rsi":[0,48.72738371005411],"rsi_2":[0,32.24913149864217],"vwma":[0,607.5629524318352],"macd":[0,-1.6423267727589685],"stoch":[0,16.96969910481834],"bb_middle":[0,606.9069915771485],"bb_low":[0,586.5808932853582],"bb_upper":[0,627.2330898689387],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,599.68],"low":[0,596.04],"high":[0,602.33],"close":[0,601.14],"volume":[0,236600],"signal":[0,1],"sma_5":[0,605.8239990234375],"sma_10":[0,610.3239929199219],"sma_20":[0,607.5979919433594],"sma_50":[0,594.1411938476563],"sma_100":[0,575.9943963623047],"ema_9":[0,606.512120887192],"ema_12":[0,606.7379145116525],"ema_26":[0,603.310607213327],"ema_50":[0,594.8227703021848],"ema_200":[0,552.1700095785983],"ulcer_index":[0,2.1923211558817126],"force_index":[0,-239702.92464313138],"easy_movement":[0,-2493.1458040634725],"volume_weighted_avg":[0,608.9191253841921],"channel_index":[0,-4.762741917708805],"williams_r":[0,-87.38819036614022],"mass_index":[0,26.535959094332338],"obv":[0,-1441200],"rsi":[0,47.83149275981692],"rsi_2":[0,26.70196735725243],"vwma":[0,607.9882260905421],"macd":[0,-2.108711001949459],"stoch":[0,12.61180963385978],"bb_middle":[0,607.5979919433594],"bb_low":[0,589.3472123941065],"bb_upper":[0,625.8487714926123],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,605.57],"low":[0,596.77],"high":[0,605.72],"close":[0,597.21],"volume":[0,322700],"signal":[0,1],"sma_5":[0,602.6780029296875],"sma_10":[0,610.1179931640625],"sma_20":[0,608.543994140625],"sma_50":[0,594.4357946777344],"sma_100":[0,577.0105966186524],"ema_9":[0,605.4376996413721],"ema_12":[0,605.876699674998],"ema_26":[0,603.1541321424669],"ema_50":[0,595.2440452309665],"ema_200":[0,556.144745391762],"ulcer_index":[0,2.3542621113726865],"force_index":[0,-156113.944760685],"easy_movement":[0,-1690.6423895779496],"volume_weighted_avg":[0,608.6371145630739],"channel_index":[0,-42.19631010726336],"williams_r":[0,-83.17456570830677],"mass_index":[0,26.385355200900314],"obv":[0,-1397400],"rsi":[0,48.808325831962456],"rsi_2":[0,44.997499910174255],"vwma":[0,609.1426692126153],"macd":[0,-2.245286755820528],"stoch":[0,16.825434291693238],"bb_middle":[0,608.543994140625],"bb_low":[0,594.0856548424707],"bb_upper":[0,623.0023334387794],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,602.08],"low":[0,602.08],"high":[0,610.75],"close":[0,609.09],"volume":[0,270400],"signal":[0,1],"sma_5":[0,599.2640014648438],"sma_10":[0,608.3039978027343],"sma_20":[0,607.82099609375],"sma_50":[0,594.7165954589843],"sma_100":[0,577.8926968383789],"ema_9":[0,603.7921641075394],"ema_12":[0,604.5433646194123],"ema_26":[0,602.7136276626277],"ema_50":[0,595.313087730244],"ema_200":[0,556.3914886056394],"ulcer_index":[0,2.551919151573228],"force_index":[0,-314991.0968383026],"easy_movement":[0,-410.9279257135708],"volume_weighted_avg":[0,608.0124391862],"channel_index":[0,118.49749872726527],"williams_r":[0,-94.51652792114228],"mass_index":[0,26.34332515943318],"obv":[0,-1608800],"rsi":[0,46.27634818626707],"rsi_2":[0,19.19901933953834],"vwma":[0,608.0963438690832],"macd":[0,-2.5107479273060953],"stoch":[0,5.4834720788577185],"bb_middle":[0,607.82099609375],"bb_low":[0,592.6325105069186],"bb_upper":[0,623.0094816805813],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,612.18],"low":[0,609.98],"high":[0,625.86],"close":[0,624.19],"volume":[0,1187800],"signal":[0,1],"sma_5":[0,601.66201171875],"sma_10":[0,606.8910034179687],"sma_20":[0,607.9824981689453],"sma_50":[0,595.2591955566406],"sma_100":[0,578.8979971313477],"ema_9":[0,604.8517366581154],"ema_12":[0,605.2428513873944],"ema_26":[0,603.1881628527702],"ema_50":[0,595.942326116779],"ema_200":[0,558.7037259663149],"ulcer_index":[0,2.5493040395203517],"force_index":[0,188925.3221738006],"easy_movement":[0,3009.504407598034],"volume_weighted_avg":[0,608.384147117829],"channel_index":[0,22.310201318223452],"williams_r":[0,-60.23082370100017],"mass_index":[0,26.324672566237997],"obv":[0,-1516400],"rsi":[0,54.04044817826566],"rsi_2":[0,81.90856433471896],"vwma":[0,608.2517488641174],"macd":[0,-1.8258308727497248],"stoch":[0,39.76917629899984],"bb_middle":[0,607.9824981689453],"bb_low":[0,592.8121739163597],"bb_upper":[0,623.1528224215309],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,624.4],"low":[0,618.55],"high":[0,635.4],"close":[0,635.19],"volume":[0,249500],"signal":[0,1],"sma_5":[0,606.26201171875],"sma_10":[0,607.9870056152344],"sma_20":[0,608.9224975585937],"sma_50":[0,596.0283959960938],"sma_100":[0,580.0056973266602],"ema_9":[0,608.7193898143784],"ema_12":[0,608.1577975955689],"ema_26":[0,604.742972773027],"ema_50":[0,597.0145652540998],"ema_200":[0,558.641660867497],"ulcer_index":[0,2.5227005073294513],"force_index":[0,2724185.088207714],"easy_movement":[0,3663.0396551633958],"volume_weighted_avg":[0,612.4040204672837],"channel_index":[0,734.8743254792541],"williams_r":[0,-16.65228128644052],"mass_index":[0,26.399711261529866],"obv":[0,-184200],"rsi":[0,61.63539614270197],"rsi_2":[0,93.91456411155693],"vwma":[0,611.4211748435632],"macd":[0,-0.3736758281245338],"stoch":[0,83.34771871355949],"bb_middle":[0,608.9224975585937],"bb_low":[0,592.2552606158238],"bb_upper":[0,625.5897345013636],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,636.77],"low":[0,629.39],"high":[0,637.53],"close":[0,630.44],"volume":[0,262600],"signal":[0,1],"sma_5":[0,613.364013671875],"sma_10":[0,609.5940063476562],"sma_20":[0,610.0079986572266],"sma_50":[0,597.1443957519531],"sma_100":[0,581.242797241211],"ema_9":[0,614.0135123392502],"ema_12":[0,612.3165981954563],"ema_26":[0,606.9971172540223],"ema_50":[0,598.4636793714442],"ema_200":[0,558.4394903738611],"ulcer_index":[0,2.4717876552811764],"force_index":[0,2727090.2884218446],"easy_movement":[0,3193.472566484738],"volume_weighted_avg":[0,614.3277632890367],"channel_index":[0,-46.34134826679771],"williams_r":[0,-0.5263705367113238],"mass_index":[0,26.600528161697998],"obv":[0,215200],"rsi":[0,66.04179756123224],"rsi_2":[0,96.90604323045547],"vwma":[0,612.2888649825467],"macd":[0,1.223271402166544],"stoch":[0,99.47362946328867],"bb_middle":[0,610.0079986572266],"bb_low":[0,589.8355974807777],"bb_upper":[0,630.1803998336756],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,632.01],"low":[0,626.63],"high":[0,635.65],"close":[0,629.17],"volume":[0,140400],"signal":[0,1],"sma_5":[0,619.2240112304687],"sma_10":[0,610.9510070800782],"sma_20":[0,610.7899993896484],"sma_50":[0,598.1633959960938],"sma_100":[0,582.4585974121094],"ema_9":[0,617.2988103602967],"ema_12":[0,615.1048144011531],"ema_26":[0,608.7350001530384],"ema_50":[0,599.7729369125467],"ema_200":[0,560.2669072185319],"ulcer_index":[0,2.479854480102001],"force_index":[0,2159318.5838885154],"easy_movement":[0,3876.446849731409],"volume_weighted_avg":[0,615.1777283028423],"channel_index":[0,-35.623360862332106],"williams_r":[0,-16.868955301908166],"mass_index":[0,26.68549835356529],"obv":[0,-220700],"rsi":[0,62.69792987345083],"rsi_2":[0,68.02589262378058],"vwma":[0,612.9729752535048],"macd":[0,1.8206275582218021],"stoch":[0,83.13104469809184],"bb_middle":[0,610.7899993896484],"bb_low":[0,588.8040858904546],"bb_upper":[0,632.7759128888422],"timestamp":[0,"2024-11-29T14:30:00Z"]}],[0,{"open":[0,625.46],"low":[0,617.12],"high":[0,626.28],"close":[0,625.58],"volume":[0,295000],"signal":[0,1],"sma_5":[0,625.6160034179687],"sma_10":[0,612.4400024414062],"sma_20":[0,611.9689971923829],"sma_50":[0,599.1417956542969],"sma_100":[0,583.6314971923828],"ema_9":[0,619.6730448707636],"ema_12":[0,617.2686866145249],"ema_26":[0,610.2498072414946],"ema_50":[0,600.9702453777751],"ema_200":[0,561.8464468597325],"ulcer_index":[0,2.492757041227086],"force_index":[0,1825377.576015863],"easy_movement":[0,14.839335558084713],"volume_weighted_avg":[0,615.0648959649903],"channel_index":[0,-120.738915690344],"williams_r":[0,-19.890650866951294],"mass_index":[0,26.018958077950543],"obv":[0,-558900],"rsi":[0,61.797283703666025],"rsi_2":[0,58.67508530581407],"vwma":[0,613.6604235966788],"macd":[0,1.9771572499216026],"stoch":[0,80.1093491330487],"bb_middle":[0,611.9689971923829],"bb_low":[0,588.7315906010729],"bb_upper":[0,635.2064037836928],"timestamp":[0,"2024-12-02T14:30:00Z"]}],[0,{"open":[0,623.27],"low":[0,616.04],"high":[0,624.45],"close":[0,622.85],"volume":[0,184800],"signal":[0,1],"sma_5":[0,628.9140014648438],"sma_10":[0,615.2880065917968],"sma_20":[0,613.110498046875],"sma_50":[0,600.0973962402344],"sma_100":[0,584.7441973876953],"ema_9":[0,620.854439316366],"ema_12":[0,618.5473533289512],"ema_26":[0,611.389365146534],"ema_50":[0,602.0958773090506],"ema_200":[0,565.7068947356555],"ulcer_index":[0,2.4887345353210524],"force_index":[0,1413330.0096184707],"easy_movement":[0,-2875.199047303984],"volume_weighted_avg":[0,615.8845381845391],"channel_index":[0,-5.919014492478819],"williams_r":[0,-28.432081554413173],"mass_index":[0,25.539451790635592],"obv":[0,-1119200],"rsi":[0,59.2024604348181],"rsi_2":[0,33.017062056511904],"vwma":[0,614.6715640960002],"macd":[0,1.6980767492635893],"stoch":[0,71.56791844558683],"bb_middle":[0,613.110498046875],"bb_low":[0,589.5559027633635],"bb_upper":[0,636.6650933303865],"timestamp":[0,"2024-12-03T14:30:00Z"]}],[0,{"open":[0,624.99],"low":[0,621.32],"high":[0,636.56],"close":[0,635.69],"volume":[0,188200],"signal":[0,0],"sma_5":[0,628.64599609375],"sma_10":[0,617.45400390625],"sma_20":[0,614.2224975585938],"sma_50":[0,600.8795959472657],"sma_100":[0,585.7418969726563],"ema_9":[0,621.2535465698384],"ema_12":[0,619.2092950940263],"ema_26":[0,612.2373127624913],"ema_50":[0,602.8700389718755],"ema_200":[0,565.4771747035873],"ulcer_index":[0,2.53623175987928],"force_index":[0,1139347.5281516497],"easy_movement":[0,-1149.8431965107163],"volume_weighted_avg":[0,616.0040268078881],"channel_index":[0,-89.683194888568],"williams_r":[0,-34.92753623188406],"mass_index":[0,25.27377553420102],"obv":[0,-1117300],"rsi":[0,57.242208782155515],"rsi_2":[0,19.829032337749396],"vwma":[0,615.2659637635544],"macd":[0,1.2084037124332614],"stoch":[0,65.07246376811594],"bb_middle":[0,614.2224975585938],"bb_low":[0,591.0364735714724],"bb_upper":[0,637.4085215457152],"timestamp":[0,"2024-12-04T14:30:00Z"]}],[0,{"open":[0,635.43],"low":[0,626.17],"high":[0,638.56],"close":[0,630.73],"volume":[0,245800],"signal":[0,1],"sma_5":[0,628.74599609375],"sma_10":[0,621.0550048828125],"sma_20":[0,615.6894989013672],"sma_50":[0,601.8903955078125],"sma_100":[0,586.889697265625],"ema_9":[0,624.1408377457838],"ema_12":[0,621.7447889772963],"ema_26":[0,613.9781903436875],"ema_50":[0,604.3037265667828],"ema_200":[0,569.1225031655633],"ulcer_index":[0,2.521570492749429],"force_index":[0,1321796.4105881392],"easy_movement":[0,1288.5889858665287],"volume_weighted_avg":[0,616.8039926777825],"channel_index":[0,-83.8824129943783],"williams_r":[0,-4.377886207197003],"mass_index":[0,25.144213755558436],"obv":[0,-1083200],"rsi":[0,63.389829601239605],"rsi_2":[0,83.14756463488371],"vwma":[0,616.1779693179424],"macd":[0,1.6070410757640818],"stoch":[0,95.62211379280299],"bb_middle":[0,615.6894989013672],"bb_low":[0,591.0164616074023],"bb_upper":[0,640.362536195332],"timestamp":[0,"2024-12-05T14:30:00Z"]}],[0,{"open":[0,630.99],"low":[0,620.76],"high":[0,637.71],"close":[0,623.15],"volume":[0,197000],"signal":[0,1],"sma_5":[0,628.8039916992187],"sma_10":[0,624.0140014648438],"sma_20":[0,617.0659973144532],"sma_50":[0,602.9041955566406],"sma_100":[0,587.9077972412109],"ema_9":[0,625.4586662901957],"ema_12":[0,623.1271260803624],"ema_26":[0,615.2186591180116],"ema_50":[0,605.3237588733424],"ema_200":[0,569.4081199803774],"ulcer_index":[0,2.5009645195079],"force_index":[0,958816.6197484465],"easy_movement":[0,3330.946875765875],"volume_weighted_avg":[0,617.7585007191926],"channel_index":[0,-39.470849083240736],"williams_r":[0,-18.183970120270164],"mass_index":[0,25.12844933248775],"obv":[0,-1069000],"rsi":[0,59.812367370227754],"rsi_2":[0,51.63852319595792],"vwma":[0,617.5502219203645],"macd":[0,1.398613654998135],"stoch":[0,81.81602987972984],"bb_middle":[0,617.0659973144532],"bb_low":[0,592.2622568835721],"bb_upper":[0,641.8697377453342],"timestamp":[0,"2024-12-06T14:30:00Z"]}],[0,{"open":[0,623.76],"low":[0,612.92],"high":[0,623.76],"close":[0,621.77],"volume":[0,278200],"signal":[0,1],"sma_5":[0,627.6],"sma_10":[0,626.6080017089844],"sma_20":[0,617.4559997558594],"sma_50":[0,603.7857958984375],"sma_100":[0,588.8589971923828],"ema_9":[0,624.9969379145373],"ema_12":[0,623.1306487830948],"ema_26":[0,615.8052038919844],"ema_50":[0,605.9840186362017],"ema_200":[0,569.1629467249952],"ulcer_index":[0,2.297409763436511],"force_index":[0,608519.667988099],"easy_movement":[0,8162.733019361655],"volume_weighted_avg":[0,619.2278943643098],"channel_index":[0,-69.97684266969034],"williams_r":[0,-36.24168877252213],"mass_index":[0,25.17004152436343],"obv":[0,-1054700],"rsi":[0,54.7307044439522],"rsi_2":[0,23.92621376649511],"vwma":[0,617.8381465485296],"macd":[0,0.6512491242133001],"stoch":[0,63.75831122747787],"bb_middle":[0,617.4559997558594],"bb_low":[0,592.5274766792573],"bb_upper":[0,642.3845228324614],"timestamp":[0,"2024-12-09T14:30:00Z"]}],[0,{"open":[0,618.87],"low":[0,613.3],"high":[0,623.47],"close":[0,617.44],"volume":[0,294000],"signal":[0,2],"sma_5":[0,626.8380004882813],"sma_10":[0,627.8760009765625],"sma_20":[0,617.3835021972657],"sma_50":[0,604.6707958984375],"sma_100":[0,589.81759765625],"ema_9":[0,624.3515542375578],"ema_12":[0,622.9213211180709],"ema_26":[0,616.2463238476994],"ema_50":[0,606.5741550234108],"ema_200":[0,569.1051716789439],"ulcer_index":[0,2.1744130395450854],"force_index":[0,466739.49104740703],"easy_movement":[0,6032.381091581127],"volume_weighted_avg":[0,620.3306020763663],"channel_index":[0,-11.27232057758199],"williams_r":[0,-39.48723027985439],"mass_index":[0,25.228451255151388],"obv":[0,-1179300],"rsi":[0,53.83758429814857],"rsi_2":[0,20.015098851317575],"vwma":[0,617.742906542997],"macd":[0,-0.00027108051762958496],"stoch":[0,60.51276972014561],"bb_middle":[0,617.3835021972657],"bb_low":[0,592.5140888486434],"bb_upper":[0,642.252915545888],"timestamp":[0,"2024-12-10T14:30:00Z"]}],[0,{"open":[0,618.64],"low":[0,618.64],"high":[0,635.48],"close":[0,625.02],"volume":[0,364900],"signal":[0,1],"sma_5":[0,625.756005859375],"sma_10":[0,627.2010009765625],"sma_20":[0,617.5940032958985],"sma_50":[0,605.3451965332031],"sma_100":[0,590.7486975097656],"ema_9":[0,622.9692438792973],"ema_12":[0,622.0780415862313],"ema_26":[0,616.3369083598964],"ema_50":[0,607.0874028106789],"ema_200":[0,571.3372104084298],"ulcer_index":[0,2.0730957096872173],"force_index":[0,218208.4470517009],"easy_movement":[0,5896.26366077018],"volume_weighted_avg":[0,621.4134042541377],"channel_index":[0,0.7209187902027943],"williams_r":[0,-49.67070888023794],"mass_index":[0,25.28008879372395],"obv":[0,-1658100],"rsi":[0,51.01014346861327],"rsi_2":[0,9.880062936629542],"vwma":[0,617.9644192751546],"macd":[0,-0.7445596197781255],"stoch":[0,50.32929111976207],"bb_middle":[0,617.5940032958985],"bb_low":[0,592.7976171204834],"bb_upper":[0,642.3903894713135],"timestamp":[0,"2024-12-11T14:30:00Z"]}],[0,{"open":[0,626],"low":[0,625.11],"high":[0,632.73],"close":[0,628.24],"volume":[0,192600],"signal":[0,0],"sma_5":[0,623.6220092773438],"sma_10":[0,626.1840026855468],"sma_20":[0,617.8890045166015],"sma_50":[0,606.2727966308594],"sma_100":[0,591.7079974365234],"ema_9":[0,623.3793990091337],"ema_12":[0,622.5306534265881],"ema_26":[0,616.9788652677477],"ema_50":[0,607.7408501324777],"ema_200":[0,570.8707322960753],"ulcer_index":[0,1.8979963674065168],"force_index":[0,582176.42534843],"easy_movement":[0,9040.733310183501],"volume_weighted_avg":[0,622.7774588577856],"channel_index":[0,47.673158212511574],"williams_r":[0,-32.400060173480725],"mass_index":[0,25.395412134980262],"obv":[0,-1092600],"rsi":[0,55.42630077237443],"rsi_2":[0,67.49945952593856],"vwma":[0,618.3489239568478],"macd":[0,-0.7486943248450464],"stoch":[0,67.59993982651928],"bb_middle":[0,617.8890045166015],"bb_low":[0,592.8874830089499],"bb_upper":[0,642.8905260242532],"timestamp":[0,"2024-12-12T14:30:00Z"]}],[0,{"open":[0,627.17],"low":[0,608.04],"high":[0,628.58],"close":[0,611.355],"volume":[0,155195],"signal":[0,2],"sma_5":[0,623.1240112304688],"sma_10":[0,625.9640014648437],"sma_20":[0,618.4575042724609],"sma_50":[0,607.1553967285156],"sma_100":[0,592.7266973876954],"ema_9":[0,624.3515172520288],"ema_12":[0,623.4090123479775],"ema_26":[0,617.8082176024537],"ema_50":[0,608.3512447910877],"ema_200":[0,567.5531147003302],"ulcer_index":[0,1.567277589340166],"force_index":[0,587618.1072554694],"easy_movement":[0,9158.268861421548],"volume_weighted_avg":[0,624.915419748106],"channel_index":[0,-72.76367634883853],"williams_r":[0,-28.289508907657506],"mass_index":[0,25.141629066636902],"obv":[0,-605700],"rsi":[0,57.204063300219204],"rsi_2":[0,78.93951150382813],"vwma":[0,618.7303728455386],"macd":[0,-0.5658534242908866],"stoch":[0,71.7104910923425],"bb_middle":[0,618.4575042724609],"bb_low":[0,593.0605710945684],"bb_upper":[0,643.8544374503534],"timestamp":[0,"2024-12-13T14:30:00Z"]}]]],"hourly":[1,[[0,{"open":[0,621.4],"low":[0,619.075],"high":[0,625],"close":[0,625],"volume":[0,37363],"signal":[0,1],"sma_5":[0,615.7699951171875],"sma_10":[0,616.1540954589843],"sma_20":[0,619.1615234375],"sma_50":[0,611.1088720703125],"sma_100":[0,610.1310864257813],"ema_9":[0,617.1202262265942],"ema_12":[0,617.1803887023755],"ema_26":[0,616.1811364027535],"ema_50":[0,613.3804567306075],"ema_200":[0,600.7190425330376],"ulcer_index":[0,1.1700980582737595],"force_index":[0,11973.349723118454],"easy_movement":[0,822.3658355869278],"volume_weighted_avg":[0,617.7238216637801],"channel_index":[0,185.96135363429764],"williams_r":[0,-51.44334963701607],"mass_index":[0,23.999859292837556],"obv":[0,-238903],"rsi":[0,55.223810290020424],"rsi_2":[0,83.0356288127444],"vwma":[0,619.2234397860339],"macd":[0,-0.6023578917341565],"stoch":[0,48.55665036298393],"bb_middle":[0,619.1615234375],"bb_low":[0,611.587999666691],"bb_upper":[0,626.7350472083091],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,626.42],"low":[0,625.71],"high":[0,627.88],"close":[0,627.07],"volume":[0,17840],"signal":[0,0],"sma_5":[0,618.4139892578125],"sma_10":[0,616.9160949707032],"sma_20":[0,619.2120483398437],"sma_50":[0,611.5212719726562],"sma_100":[0,610.5510864257812],"ema_9":[0,618.6961809813304],"ema_12":[0,618.3834058400952],"ema_26":[0,616.8345083075765],"ema_50":[0,613.8410680367679],"ema_200":[0,601.0599779063372],"ulcer_index":[0,1.1700980582737595],"force_index":[0,40425.651186544696],"easy_movement":[0,-4936.541874788715],"volume_weighted_avg":[0,618.1329010144032],"channel_index":[0,46.271583837312484],"williams_r":[0,-9.558354395129879],"mass_index":[0,24.02278179125727],"obv":[0,-260976],"rsi":[0,61.999271126325276],"rsi_2":[0,95.51758186715965],"vwma":[0,619.4306328319319],"macd":[0,-0.04201421494329938],"stoch":[0,90.44164560487012],"bb_middle":[0,619.2120483398437],"bb_low":[0,611.498181757581],"bb_upper":[0,626.9259149221064],"timestamp":[0,"2024-11-13T15:30:00Z"]}],[0,{"open":[0,627.1],"low":[0,620.2601],"high":[0,628],"close":[0,621.72],"volume":[0,29526],"signal":[0,1],"sma_5":[0,621.4479858398438],"sma_10":[0,618.0539978027343],"sma_20":[0,619.5210479736328],"sma_50":[0,612.0060717773438],"sma_100":[0,610.9890863037109],"ema_9":[0,620.3709462497839],"ema_12":[0,619.7198060345144],"ema_26":[0,617.5924160960132],"ema_50":[0,614.3486825392664],"ema_200":[0,601.0943625155834],"ulcer_index":[0,1.1696571406601595],"force_index":[0,39928.39269794121],"easy_movement":[0,3310.0199479538023],"volume_weighted_avg":[0,618.1955152185324],"channel_index":[0,-61.54721035658416],"williams_r":[0,-4.368924048340954],"mass_index":[0,24.051699973197017],"obv":[0,-175593],"rsi":[0,64.14067680358565],"rsi_2":[0,97.08770026492475],"vwma":[0,619.6241121082732],"macd":[0,0.4288303056105742],"stoch":[0,95.63107595165906],"bb_middle":[0,619.5210479736328],"bb_low":[0,611.1003470379796],"bb_upper":[0,627.9417489092859],"timestamp":[0,"2024-11-13T16:30:00Z"]}],[0,{"open":[0,622.475],"low":[0,620.52],"high":[0,622.475],"close":[0,620.94],"volume":[0,14921],"signal":[0,1],"sma_5":[0,622.1599853515625],"sma_10":[0,618.9179931640625],"sma_20":[0,619.5005462646484],"sma_50":[0,612.338271484375],"sma_100":[0,611.3796862792968],"ema_9":[0,620.6407511499976],"ema_12":[0,620.0275262804089],"ema_26":[0,617.9194632145359],"ema_50":[0,615.4955666185798],"ema_200":[0,618.5382964671913],"ulcer_index":[0,1.1861982982703012],"force_index":[0,11666.778762826805],"easy_movement":[0,-1113.3306057495706],"volume_weighted_avg":[0,618.1712512005444],"channel_index":[0,-0.03354025925096888],"williams_r":[0,-33.65508218169924],"mass_index":[0,24.28539263781517],"obv":[0,-319896],"rsi":[0,55.361437666432536],"rsi_2":[0,34.5427724224494],"vwma":[0,619.6593405482903],"macd":[0,0.3546602316270595],"stoch":[0,66.34491781830076],"bb_middle":[0,619.5005462646484],"bb_low":[0,611.1033893665809],"bb_upper":[0,627.8977031627159],"timestamp":[0,"2024-11-13T17:30:00Z"]}],[0,{"open":[0,621],"low":[0,616.52],"high":[0,621],"close":[0,616.52],"volume":[0,15986],"signal":[0,1],"sma_5":[0,622.8159912109375],"sma_10":[0,619.0679931640625],"sma_20":[0,619.4172973632812],"sma_50":[0,612.7721118164062],"sma_100":[0,611.2938861083984],"ema_9":[0,620.7006014050263],"ema_12":[0,620.1679063406101],"ema_26":[0,618.1359469677926],"ema_50":[0,615.4167285679391],"ema_200":[0,612.6871966469552],"ulcer_index":[0,1.1874167962376347],"force_index":[0,8332.62857418129],"easy_movement":[0,2661.3156163145436],"volume_weighted_avg":[0,618.2850021073066],"channel_index":[0,-86.89254071502343],"williams_r":[0,-37.83498241884046],"mass_index":[0,24.407542158149546],"obv":[0,-268080],"rsi":[0,54.24114267699215],"rsi_2":[0,29.080430467299664],"vwma":[0,619.5921094098582],"macd":[0,0.21362396601912814],"stoch":[0,62.165017581159546],"bb_middle":[0,619.4172973632812],"bb_low":[0,611.1123935755468],"bb_upper":[0,627.7222011510157],"timestamp":[0,"2024-11-13T18:30:00Z"]}],[0,{"open":[0,616.115],"low":[0,614.215],"high":[0,616.41],"close":[0,615.24],"volume":[0,29201],"signal":[0,2],"sma_5":[0,622.25],"sma_10":[0,619.0099975585938],"sma_20":[0,619.1602996826172],"sma_50":[0,613.1382116699219],"sma_100":[0,611.3235864257813],"ema_9":[0,619.8644850320617],"ema_12":[0,619.6066934738909],"ema_26":[0,618.020244545096],"ema_50":[0,615.6209041997064],"ema_200":[0,615.9589818986997],"ulcer_index":[0,1.2369548838885254],"force_index":[0,-2953.6622856836593],"easy_movement":[0,-2733.4647481644533],"volume_weighted_avg":[0,618.2589996377234],"channel_index":[0,-73.16342641932168],"williams_r":[0,-61.52195600621474],"mass_index":[0,24.24679788428236],"obv":[0,-327339],"rsi":[0,48.09087872788192],"rsi_2":[0,10.414744296375645],"vwma":[0,619.3977763864007],"macd":[0,-0.18043372109745404],"stoch":[0,38.47804399378526],"bb_middle":[0,619.1602996826172],"bb_low":[0,610.8308242773148],"bb_upper":[0,627.4897750879195],"timestamp":[0,"2024-11-13T19:30:00Z"]}],[0,{"open":[0,615.04],"low":[0,614.82],"high":[0,616.97],"close":[0,616.44],"volume":[0,52349],"signal":[0,1],"sma_5":[0,620.297998046875],"sma_10":[0,619.3559936523437],"sma_20":[0,618.7462982177734],"sma_50":[0,613.464111328125],"sma_100":[0,611.2525860595703],"ema_9":[0,618.9395860717359],"ema_12":[0,618.9348927603988],"ema_26":[0,617.8125404739862],"ema_50":[0,615.5351216491977],"ema_200":[0,614.5281255225716],"ulcer_index":[0,1.2866679705518291],"force_index":[0,-7872.094168792635],"easy_movement":[0,-2630.3134587053246],"volume_weighted_avg":[0,618.1243236502813],"channel_index":[0,15.564679995445495],"williams_r":[0,-68.38171559407965],"mass_index":[0,24.104612763503756],"obv":[0,-323706],"rsi":[0,46.45915766568737],"rsi_2":[0,7.592203232353938],"vwma":[0,618.6789457493843],"macd":[0,-0.5178589020422979],"stoch":[0,31.618284405920356],"bb_middle":[0,618.7462982177734],"bb_low":[0,610.502093860884],"bb_upper":[0,626.9905025746629],"timestamp":[0,"2024-11-13T20:30:00Z"]}],[0,{"open":[0,619.12],"low":[0,616.3901],"high":[0,624.18],"close":[0,618.165],"volume":[0,48448],"signal":[0,0],"sma_5":[0,618.1719970703125],"sma_10":[0,619.8099914550781],"sma_20":[0,618.3647979736328],"sma_50":[0,613.8178112792968],"sma_100":[0,611.2322863769531],"ema_9":[0,618.4396693436167],"ema_12":[0,618.5510629202907],"ema_26":[0,617.7062886946147],"ema_50":[0,615.3860847971673],"ema_200":[0,610.8389714751476],"ulcer_index":[0,1.2803367826312047],"force_index":[0,2236.1626474055583],"easy_movement":[0,-1531.5098719938906],"volume_weighted_avg":[0,618.5889464389213],"channel_index":[0,151.39944680194094],"williams_r":[0,-61.95077275329136],"mass_index":[0,23.984620784838437],"obv":[0,-176942],"rsi":[0,48.2601009844779],"rsi_2":[0,38.727499912787685],"vwma":[0,618.3219862598106],"macd":[0,-0.6421698432105662],"stoch":[0,38.04922724670865],"bb_middle":[0,618.3647979736328],"bb_low":[0,610.4414047582998],"bb_upper":[0,626.2881911889658],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,617.479],"low":[0,616.685],"high":[0,619.375],"close":[0,617.26],"volume":[0,13199],"signal":[0,1],"sma_5":[0,617.4609985351562],"sma_10":[0,619.8104919433594],"sma_20":[0,618.107046508789],"sma_50":[0,614.1861108398438],"sma_100":[0,611.3300360107422],"ema_9":[0,618.3847310815333],"ema_12":[0,618.4916655640487],"ema_26":[0,617.7428796022502],"ema_50":[0,615.6003197594215],"ema_200":[0,613.0271562217198],"ulcer_index":[0,1.3206042162286213],"force_index":[0,13857.564906247733],"easy_movement":[0,353.5084685173221],"volume_weighted_avg":[0,618.4976562685606],"channel_index":[0,112.47088876251124],"williams_r":[0,-52.706517294954615],"mass_index":[0,24.12623783641617],"obv":[0,-222966],"rsi":[0,50.77894876306808],"rsi_2":[0,68.87604842661105],"vwma":[0,618.0923426859295],"macd":[0,-0.5872063749976237],"stoch":[0,47.293482705045385],"bb_middle":[0,618.107046508789],"bb_low":[0,610.516817102853],"bb_upper":[0,625.6972759147251],"timestamp":[0,"2024-11-14T15:30:00Z"]}],[0,{"open":[0,617.25],"low":[0,614.11],"high":[0,617.25],"close":[0,614.15],"volume":[0,14965],"signal":[0,1],"sma_5":[0,616.725],"sma_10":[0,619.7704956054688],"sma_20":[0,617.8997955322266],"sma_50":[0,614.5277111816406],"sma_100":[0,611.3612359619141],"ema_9":[0,618.1597868178833],"ema_12":[0,618.3021799287612],"ema_26":[0,617.7060659037428],"ema_50":[0,615.6233023626183],"ema_200":[0,612.2231629945134],"ulcer_index":[0,1.3526679867305031],"force_index":[0,10173.129318959473],"easy_movement":[0,-4829.735412147334],"volume_weighted_avg":[0,618.5437953000614],"channel_index":[0,-88.3728879935961],"williams_r":[0,-57.5563005969417],"mass_index":[0,24.228490366634077],"obv":[0,-143845],"rsi":[0,49.41694056332685],"rsi_2":[0,45.42450602692167],"vwma":[0,617.868425348852],"macd":[0,-0.5932306866428243],"stoch":[0,42.443699403058304],"bb_middle":[0,617.8997955322266],"bb_low":[0,610.4561454383478],"bb_upper":[0,625.3434456261053],"timestamp":[0,"2024-11-14T16:30:00Z"]}],[0,{"open":[0,613.62],"low":[0,613.355],"high":[0,615.425],"close":[0,614.135],"volume":[0,19409],"signal":[0,1],"sma_5":[0,616.2510009765625],"sma_10":[0,619.2505004882812],"sma_20":[0,617.7022979736328],"sma_50":[0,614.8133117675782],"sma_100":[0,611.3843359375],"ema_9":[0,617.3578343375266],"ema_12":[0,617.6633868838173],"ema_26":[0,617.4435646125999],"ema_50":[0,615.60213849841],"ema_200":[0,612.9780884959091],"ulcer_index":[0,1.3623204863221752],"force_index":[0,2063.8426047945914],"easy_movement":[0,-4635.379247956951],"volume_weighted_avg":[0,618.8944179579215],"channel_index":[0,-69.84704009718268],"williams_r":[0,-74.22291274838499],"mass_index":[0,24.352211816260148],"obv":[0,-187382],"rsi":[0,44.93375087831578],"rsi_2":[0,13.599222992752757],"vwma":[0,617.7554782327811],"macd":[0,-0.7744631312514769],"stoch":[0,25.777087251615015],"bb_middle":[0,617.7022979736328],"bb_low":[0,610.0828460343562],"bb_upper":[0,625.3217499129094],"timestamp":[0,"2024-11-14T17:30:00Z"]}],[0,{"open":[0,614.27],"low":[0,614.0101],"high":[0,616.44],"close":[0,616.44],"volume":[0,18523],"signal":[0,1],"sma_5":[0,616.0300048828125],"sma_10":[0,618.1640014648438],"sma_20":[0,617.5400482177735],"sma_50":[0,615.0908117675781],"sma_100":[0,611.3872857666015],"ema_9":[0,616.7132694226289],"ema_12":[0,617.1205594936847],"ema_26":[0,617.1973317872701],"ema_50":[0,615.4981064113739],"ema_200":[0,612.0551797864538],"ulcer_index":[0,1.374122161641378],"force_index":[0,1727.2729152574102],"easy_movement":[0,552.5957543219805],"volume_weighted_avg":[0,618.8378870010689],"channel_index":[0,-45.944007922558455],"williams_r":[0,-81.70308880864349],"mass_index":[0,24.40876177148326],"obv":[0,-182933],"rsi":[0,44.91752168171485],"rsi_2":[0,13.507842212823178],"vwma":[0,617.6428234932449],"macd":[0,-0.8583128022000717],"stoch":[0,18.296911191356514],"bb_middle":[0,617.5400482177735],"bb_low":[0,609.763475554587],"bb_upper":[0,625.3166208809599],"timestamp":[0,"2024-11-14T18:30:00Z"]}],[0,{"open":[0,617.2],"low":[0,615.48],"high":[0,618.07],"close":[0,615.6],"volume":[0,22416],"signal":[0,1],"sma_5":[0,616.0300048828125],"sma_10":[0,617.1010009765625],"sma_20":[0,617.5774993896484],"sma_50":[0,615.376611328125],"sma_100":[0,611.4386859130859],"ema_9":[0,616.6586160257672],"ema_12":[0,617.0158582403072],"ema_26":[0,617.1398559094293],"ema_50":[0,615.4795773030378],"ema_200":[0,610.9841561206935],"ulcer_index":[0,1.4245747219095637],"force_index":[0,7580.4459379708815],"easy_movement":[0,-7318.20226056461],"volume_weighted_avg":[0,618.7645695690504],"channel_index":[0,-53.33382923956386],"williams_r":[0,-78.93466808922082],"mass_index":[0,24.331950408843124],"obv":[0,-139785],"rsi":[0,48.90390554997393],"rsi_2":[0,71.76340786424514],"vwma":[0,617.6506461628422],"macd":[0,-0.7261800778352847],"stoch":[0,21.065331910779182],"bb_middle":[0,617.5774993896484],"bb_low":[0,609.8297461169001],"bb_upper":[0,625.3252526623968],"timestamp":[0,"2024-11-14T19:30:00Z"]}],[0,{"open":[0,616.27],"low":[0,612.55],"high":[0,616.27],"close":[0,614.22],"volume":[0,58469],"signal":[0,1],"sma_5":[0,615.5170043945312],"sma_10":[0,616.4890014648438],"sma_20":[0,617.7034973144531],"sma_50":[0,615.5944104003906],"sma_100":[0,611.5119854736328],"ema_9":[0,616.4468879373164],"ema_12":[0,616.7980300073499],"ema_26":[0,617.0247087624689],"ema_50":[0,615.4407307424192],"ema_200":[0,610.1545371026817],"ulcer_index":[0,1.4808915869039139],"force_index":[0,3807.074063166112],"easy_movement":[0,-7314.339957969949],"volume_weighted_avg":[0,618.6525195701358],"channel_index":[0,-24.944787859295882],"williams_r":[0,-84.67058980428767],"mass_index":[0,24.203571732714337],"obv":[0,-144138],"rsi":[0,47.563400227115324],"rsi_2":[0,48.133510139858856],"vwma":[0,618.0268339942942],"macd":[0,-0.6644631709983915],"stoch":[0,15.329410195712335],"bb_middle":[0,617.7034973144531],"bb_low":[0,610.1735019931565],"bb_upper":[0,625.2334926357497],"timestamp":[0,"2024-11-14T20:30:00Z"]}],[0,{"open":[0,611.67],"low":[0,602.21],"high":[0,611.67],"close":[0,602.21],"volume":[0,27197],"signal":[0,1],"sma_5":[0,614.9089965820312],"sma_10":[0,615.8169982910156],"sma_20":[0,617.442495727539],"sma_50":[0,615.7510095214843],"sma_100":[0,611.5952850341797],"ema_9":[0,616.0015044908143],"ema_12":[0,616.4014055907157],"ema_26":[0,616.8177004524534],"ema_50":[0,615.4230618161552],"ema_200":[0,610.8019717258078],"ulcer_index":[0,1.5659278505689416],"force_index":[0,-8263.775723229148],"easy_movement":[0,-8605.582518937688],"volume_weighted_avg":[0,617.8803437622066],"channel_index":[0,167.20952475736993],"williams_r":[0,-89.19105766533798],"mass_index":[0,24.12194996122325],"obv":[0,-216687],"rsi":[0,45.34831381194906],"rsi_2":[0,23.120292550189447],"vwma":[0,617.582258560316],"macd":[0,-0.6823107158286819],"stoch":[0,10.808942334662015],"bb_middle":[0,617.442495727539],"bb_low":[0,609.8101799751319],"bb_upper":[0,625.0748114799462],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,602.305],"low":[0,600.56],"high":[0,603.345],"close":[0,602.3],"volume":[0,17968],"signal":[0,1],"sma_5":[0,612.52099609375],"sma_10":[0,614.3859985351562],"sma_20":[0,616.697998046875],"sma_50":[0,615.6692102050781],"sma_100":[0,611.5419854736328],"ema_9":[0,613.2432079870074],"ema_12":[0,614.2181157555224],"ema_26":[0,615.7352592498329],"ema_50":[0,614.8891606101769],"ema_200":[0,610.4001113943682],"ulcer_index":[0,1.8907069991090353],"force_index":[0,-53743.26707548848],"easy_movement":[0,-30798.0369846255],"volume_weighted_avg":[0,616.0704358850176],"channel_index":[0,-7.218571177777587],"williams_r":[0,-100],"mass_index":[0,24.28078916122586],"obv":[0,-217454],"rsi":[0,31.58623775509018],"rsi_2":[0,2.3016527289032496],"vwma":[0,616.8691720937966],"macd":[0,-1.427024043337568],"stoch":[0,0],"bb_middle":[0,616.697998046875],"bb_low":[0,606.5778535870687],"bb_upper":[0,626.8181425066813],"timestamp":[0,"2024-11-15T15:30:00Z"]}],[0,{"open":[0,602.3],"low":[0,599.43],"high":[0,603.12],"close":[0,599.44],"volume":[0,26476],"signal":[0,1],"sma_5":[0,610.1539916992188],"sma_10":[0,613.0919982910157],"sma_20":[0,616.2239959716796],"sma_50":[0,615.4984094238281],"sma_100":[0,611.4981854248047],"ema_9":[0,611.0545639479695],"ema_12":[0,612.3845575446294],"ema_26":[0,614.7395402624028],"ema_50":[0,614.3747818351239],"ema_200":[0,609.9038110490185],"ulcer_index":[0,2.066806300214029],"force_index":[0,-45829.553120624834],"easy_movement":[0,-40453.251652033985],"volume_weighted_avg":[0,614.9107745206561],"channel_index":[0,-53.502881953853354],"williams_r":[0,-93.65892828147348],"mass_index":[0,24.421520227940256],"obv":[0,-140540],"rsi":[0,31.757404338542273],"rsi_2":[0,3.6021007042340045],"vwma":[0,616.6742736355197],"macd":[0,-1.8125430901832347],"stoch":[0,6.341071718526527],"bb_middle":[0,616.2239959716796],"bb_low":[0,604.4706190719313],"bb_upper":[0,627.977372871428],"timestamp":[0,"2024-11-15T16:30:00Z"]}],[0,{"open":[0,599.71],"low":[0,597.5],"high":[0,599.71],"close":[0,598.14],"volume":[0,20352],"signal":[0,1],"sma_5":[0,606.7539916992188],"sma_10":[0,611.3919982910156],"sma_20":[0,615.6009948730468],"sma_50":[0,615.3545092773437],"sma_100":[0,611.4370855712891],"ema_9":[0,608.7316516467486],"ema_12":[0,610.3930875537615],"ema_26":[0,613.6064457377545],"ema_50":[0,613.797342077165],"ema_200":[0,609.9652424100782],"ulcer_index":[0,2.253007083026897],"force_index":[0,-50103.93241341216],"easy_movement":[0,-36137.730514578114],"volume_weighted_avg":[0,613.301791528527],"channel_index":[0,-12.968264871670167],"williams_r":[0,-99.95955650252525],"mass_index":[0,24.586681188800217],"obv":[0,-188259],"rsi":[0,29.308208146255964],"rsi_2":[0,1.9509881952123607],"vwma":[0,615.961701164166],"macd":[0,-2.1364750033255717],"stoch":[0,0.04044349747474747],"bb_middle":[0,615.6009948730468],"bb_low":[0,601.8463415211563],"bb_upper":[0,629.3556482249373],"timestamp":[0,"2024-11-15T17:30:00Z"]}],[0,{"open":[0,598.33],"low":[0,596.54],"high":[0,599.19],"close":[0,596.88],"volume":[0,19695],"signal":[0,1],"sma_5":[0,603.2619995117187],"sma_10":[0,609.389501953125],"sma_20":[0,614.5999969482422],"sma_50":[0,615.2555090332031],"sma_100":[0,611.3584857177734],"ema_9":[0,606.6133242469765],"ema_12":[0,608.5079993844678],"ema_26":[0,612.4605387043865],"ema_50":[0,613.1734444688149],"ema_200":[0,609.6489332927147],"ulcer_index":[0,2.399446197996761],"force_index":[0,-46726.42238394694],"easy_movement":[0,-35744.99438333164],"volume_weighted_avg":[0,612.2041595060865],"channel_index":[0,-47.568785647061986],"williams_r":[0,-97.60114383757507],"mass_index":[0,24.684309204397657],"obv":[0,-194404],"rsi":[0,28.245105719625897],"rsi_2":[0,1.3771331434544436],"vwma":[0,615.2410574742099],"macd":[0,-2.3008367004116645],"stoch":[0,2.3988561624249356],"bb_middle":[0,614.5999969482422],"bb_low":[0,598.952313619049],"bb_upper":[0,630.2476802774353],"timestamp":[0,"2024-11-15T18:30:00Z"]}],[0,{"open":[0,596.585],"low":[0,595.89],"high":[0,598.12],"close":[0,595.89],"volume":[0,36582],"signal":[0,2],"sma_5":[0,599.7940063476562],"sma_10":[0,607.3515014648438],"sma_20":[0,613.5609985351563],"sma_50":[0,615.1801086425781],"sma_100":[0,611.272685546875],"ema_9":[0,604.6666603745847],"ema_12":[0,606.7190772737775],"ema_26":[0,611.3074092756992],"ema_50":[0,612.5741178617494],"ema_200":[0,610.318323548371],"ulcer_index":[0,2.5302203613369967],"force_index":[0,-43594.818092516776],"easy_movement":[0,-30976.4773734271],"volume_weighted_avg":[0,611.2501228534568],"channel_index":[0,-48.93520765994023],"williams_r":[0,-98.76980218790162],"mass_index":[0,24.547422481301723],"obv":[0,-236920],"rsi":[0,27.206697240928733],"rsi_2":[0,0.8770541528098761],"vwma":[0,614.5017198953622],"macd":[0,-2.3480534247742693],"stoch":[0,1.2301978120983805],"bb_middle":[0,613.5609985351563],"bb_low":[0,596.198427998037],"bb_upper":[0,630.9235690722755],"timestamp":[0,"2024-11-15T19:30:00Z"]}],[0,{"open":[0,596.07],"low":[0,595.5],"high":[0,597.14],"close":[0,596.98],"volume":[0,61230],"signal":[0,1],"sma_5":[0,598.5300048828125],"sma_10":[0,605.5255004882813],"sma_20":[0,612.3880004882812],"sma_50":[0,615.1673083496094],"sma_100":[0,611.1553356933593],"ema_9":[0,602.9113312293279],"ema_12":[0,605.0530676316058],"ema_26":[0,610.1653186693145],"ema_50":[0,611.9173678330371],"ema_200":[0,610.1250913824529],"ulcer_index":[0,2.6599358560423205],"force_index":[0,-42540.805973778224],"easy_movement":[0,-29499.941617738677],"volume_weighted_avg":[0,609.5371698888005],"channel_index":[0,59.88454756517949],"williams_r":[0,-100],"mass_index":[0,24.340233527498565],"obv":[0,-254846],"rsi":[0,26.39224543250144],"rsi_2":[0,0.5584114446720179],"vwma":[0,612.6774501220276],"macd":[0,-2.297655924512374],"stoch":[0,0],"bb_middle":[0,612.3880004882812],"bb_low":[0,593.6341891095124],"bb_upper":[0,631.1418118670501],"timestamp":[0,"2024-11-15T20:30:00Z"]}],[0,{"open":[0,597.1],"low":[0,596.04],"high":[0,601.7],"close":[0,599.87],"volume":[0,23935],"signal":[0,1],"sma_5":[0,597.4660034179688],"sma_10":[0,603.8099975585938],"sma_20":[0,610.9869995117188],"sma_50":[0,615.0785083007812],"sma_100":[0,611.0502355957032],"ema_9":[0,601.7250610774843],"ema_12":[0,603.8110542961386],"ema_26":[0,609.1892338447838],"ema_50":[0,611.3560266761565],"ema_200":[0,610.4854173034155],"ulcer_index":[0,2.7764935670925595],"force_index":[0,-26929.441415456185],"easy_movement":[0,-29801.870373845497],"volume_weighted_avg":[0,606.7459815829837],"channel_index":[0,186.1712132368024],"williams_r":[0,-94.83967626672455],"mass_index":[0,24.07289360081866],"obv":[0,-209715],"rsi":[0,28.921163870658518],"rsi_2":[0,44.754647732706246],"vwma":[0,610.1603036613495],"macd":[0,-2.050096692584941],"stoch":[0,5.160323733275448],"bb_middle":[0,610.9869995117188],"bb_low":[0,592.0259041812042],"bb_upper":[0,629.9480948422333],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,601.025],"low":[0,601.025],"high":[0,602.3326],"close":[0,601.85],"volume":[0,19368],"signal":[0,1],"sma_5":[0,597.552001953125],"sma_10":[0,602.1529968261718],"sma_20":[0,609.6269989013672],"sma_50":[0,615.0117077636719],"sma_100":[0,610.9606854248046],"ema_9":[0,601.3540478849329],"ema_12":[0,603.2047373651445],"ema_26":[0,608.4978220007933],"ema_50":[0,610.861384672925],"ema_200":[0,609.491355395064],"ulcer_index":[0,2.8516320625936777],"force_index":[0,-13199.876246673413],"easy_movement":[0,-30536.606904022752],"volume_weighted_avg":[0,604.8590886137206],"channel_index":[0,-26.882704994537],"williams_r":[0,-81.69635553010471],"mass_index":[0,24.054183572480593],"obv":[0,-166924],"rsi":[0,35.28406318819543],"rsi_2":[0,83.5425671711873],"vwma":[0,609.2003833178072],"macd":[0,-1.5733958927086755],"stoch":[0,18.30364446989529],"bb_middle":[0,609.6269989013672],"bb_low":[0,591.5962013933685],"bb_upper":[0,627.6577964093659],"timestamp":[0,"2024-11-18T15:30:00Z"]}],[0,{"open":[0,600.81],"low":[0,600.61],"high":[0,603.53],"close":[0,602.835],"volume":[0,22810],"signal":[0,1],"sma_5":[0,598.293994140625],"sma_10":[0,600.7779968261718],"sma_20":[0,608.6334991455078],"sma_50":[0,614.7913073730468],"sma_100":[0,610.9150854492187],"ema_9":[0,601.4532334249913],"ema_12":[0,602.9963124371311],"ema_26":[0,608.0050707388722],"ema_50":[0,610.4951828655538],"ema_200":[0,609.1578262650029],"ulcer_index":[0,2.890868747280075],"force_index":[0,-5830.926673616536],"easy_movement":[0,-25899.392906458183],"volume_weighted_avg":[0,604.2849321942887],"channel_index":[0,-48.56753174262804],"williams_r":[0,-71.86542523128179],"mass_index":[0,23.842527850399723],"obv":[0,-96845],"rsi":[0,39.293454347923344],"rsi_2":[0,91.61206635334729],"vwma":[0,608.2871925220368],"macd":[0,-1.03165980623326],"stoch":[0,28.134574768718206],"bb_middle":[0,608.6334991455078],"bb_low":[0,591.1976189943651],"bb_upper":[0,626.0693792966505],"timestamp":[0,"2024-11-18T16:30:00Z"]}],[0,{"open":[0,602.25],"low":[0,600.35],"high":[0,602.49],"close":[0,600.41],"volume":[0,14903],"signal":[0,1],"sma_5":[0,599.4849975585937],"sma_10":[0,599.639501953125],"sma_20":[0,607.7282501220703],"sma_50":[0,614.5372082519531],"sma_100":[0,610.8863354492188],"ema_9":[0,601.7295911357659],"ema_12":[0,602.9714988582896],"ema_26":[0,607.6248749055061],"ema_50":[0,610.3063581454394],"ema_200":[0,611.3371085203565],"ulcer_index":[0,2.898589899215445],"force_index":[0,-1790.4030667208526],"easy_movement":[0,-22019.622164151555],"volume_weighted_avg":[0,603.8267937230154],"channel_index":[0,-32.70250018403902],"williams_r":[0,-67.50102085795336],"mass_index":[0,23.798720392398778],"obv":[0,-101085],"rsi":[0,41.22425897600822],"rsi_2":[0,94.362481463711],"vwma":[0,607.7364209708367],"macd":[0,-0.5375027409700337],"stoch":[0,32.498979142046636],"bb_middle":[0,607.7282501220703],"bb_low":[0,591.079932600541],"bb_upper":[0,624.3765676435996],"timestamp":[0,"2024-11-18T17:30:00Z"]}],[0,{"open":[0,600.54],"low":[0,600.31],"high":[0,602.16],"close":[0,602.16],"volume":[0,17179],"signal":[0,1],"sma_5":[0,600.3889892578125],"sma_10":[0,599.4594970703125],"sma_20":[0,606.9227478027344],"sma_50":[0,614.2741076660157],"sma_100":[0,610.7723852539062],"ema_9":[0,601.4656675378714],"ema_12":[0,602.5774180754054],"ema_26":[0,607.0912241781293],"ema_50":[0,609.9499334149541],"ema_200":[0,611.8647997496628],"ulcer_index":[0,2.9293185629835587],"force_index":[0,-6697.856663132416],"easy_movement":[0,-21703.616126125147],"volume_weighted_avg":[0,603.1830963813484],"channel_index":[0,-78.00460693722762],"williams_r":[0,-78.24558462033549],"mass_index":[0,23.78607438565505],"obv":[0,-137066],"rsi":[0,37.986327258681406],"rsi_2":[0,36.092030684314516],"vwma":[0,607.2965921467197],"macd":[0,-0.31734732820498657],"stoch":[0,21.75441537966451],"bb_middle":[0,606.9227478027344],"bb_low":[0,590.4964416425903],"bb_upper":[0,623.3490539628785],"timestamp":[0,"2024-11-18T18:30:00Z"]}],[0,{"open":[0,601.68],"low":[0,599.58],"high":[0,601.68],"close":[0,601.56],"volume":[0,27576],"signal":[0,1],"sma_5":[0,601.4249877929688],"sma_10":[0,599.4454956054688],"sma_20":[0,606.2687469482422],"sma_50":[0,614.0229077148438],"sma_100":[0,610.6586352539063],"ema_9":[0,601.6045286592594],"ema_12":[0,602.5131957936343],"ema_26":[0,606.7260713484538],"ema_50":[0,609.6494793382914],"ema_200":[0,611.8694092954182],"ulcer_index":[0,2.952306190135778],"force_index":[0,-1444.9931456222184],"easy_movement":[0,-22628.387906047],"volume_weighted_avg":[0,602.5059284750338],"channel_index":[0,-59.232579558198076],"williams_r":[0,-70.49193184184409],"mass_index":[0,23.64573094825437],"obv":[0,-146775],"rsi":[0,41.54868050677035],"rsi_2":[0,66.2084998447142],"vwma":[0,606.7201516259452],"macd":[0,-0.012974622241761935],"stoch":[0,29.508068158155908],"bb_middle":[0,606.2687469482422],"bb_low":[0,590.1810446339925],"bb_upper":[0,622.3564492624919],"timestamp":[0,"2024-11-18T19:30:00Z"]}],[0,{"open":[0,601.89],"low":[0,599.5],"high":[0,602.75],"close":[0,601.19],"volume":[0,61249],"signal":[0,1],"sma_5":[0,601.76298828125],"sma_10":[0,599.6574951171875],"sma_20":[0,605.5247467041015],"sma_50":[0,613.7745080566406],"sma_100":[0,610.5361352539062],"ema_9":[0,601.5956224394563],"ema_12":[0,602.3665500013627],"ema_26":[0,606.344135657207],"ema_50":[0,609.3619001800212],"ema_200":[0,612.3627860161068],"ulcer_index":[0,2.9632042502975597],"force_index":[0,-3602.8383062018515],"easy_movement":[0,-24236.6621725336],"volume_weighted_avg":[0,601.6942223974451],"channel_index":[0,6.356995032278341],"williams_r":[0,-70.82334203164305],"mass_index":[0,23.579876714351396],"obv":[0,-192436],"rsi":[0,40.68007684444302],"rsi_2":[0,50.039377141626446],"vwma":[0,605.4932421122843],"macd":[0,0.17878762366131973],"stoch":[0,29.176657968356963],"bb_middle":[0,605.5247467041015],"bb_low":[0,590.0217277464695],"bb_upper":[0,621.0277656617335],"timestamp":[0,"2024-11-18T20:30:00Z"]}],[0,{"open":[0,599.12],"low":[0,597.6],"high":[0,603.56],"close":[0,600.795],"volume":[0,26566],"signal":[0,1],"sma_5":[0,601.6309936523437],"sma_10":[0,599.9624938964844],"sma_20":[0,604.6759979248047],"sma_50":[0,613.5217077636719],"sma_100":[0,610.3937353515626],"ema_9":[0,601.5144984394868],"ema_12":[0,602.1855425863433],"ema_26":[0,605.9615456451337],"ema_50":[0,609.0091234719067],"ema_200":[0,611.6023068487094],"ulcer_index":[0,2.9130651262645975],"force_index":[0,-6324.597388159605],"easy_movement":[0,-22974.264902115196],"volume_weighted_avg":[0,599.7693486312486],"channel_index":[0,196.2287166575605],"williams_r":[0,-64.81132680831469],"mass_index":[0,23.418408452159188],"obv":[0,-231550],"rsi":[0,40.13081358447711],"rsi_2":[0,38.45612234279687],"vwma":[0,603.8787291891905],"macd":[0,0.30327703849014664],"stoch":[0,35.18867319168532],"bb_middle":[0,604.6759979248047],"bb_low":[0,590.2100029426982],"bb_upper":[0,619.1419929069112],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,602.08],"low":[0,600.79],"high":[0,603.1],"close":[0,602.275],"volume":[0,22383],"signal":[0,1],"sma_5":[0,601.2229858398438],"sma_10":[0,600.3539916992188],"sma_20":[0,603.8527465820313],"sma_50":[0,613.2432080078125],"sma_100":[0,610.2650354003906],"ema_9":[0,601.3705953340118],"ema_12":[0,601.9716104351883],"ema_26":[0,605.5797101363634],"ema_50":[0,608.722148389032],"ema_200":[0,612.2011100944889],"ulcer_index":[0,2.715047970415503],"force_index":[0,-6916.969626936244],"easy_movement":[0,-5288.366304985781],"volume_weighted_avg":[0,599.670502761288],"channel_index":[0,-7.8829925325832075],"williams_r":[0,-34.30540305175874],"mass_index":[0,23.565462500265166],"obv":[0,-299586],"rsi":[0,39.50471995381985],"rsi_2":[0,25.73558746603119],"vwma":[0,603.4144498160227],"macd":[0,0.3780529705182323],"stoch":[0,65.69459694824127],"bb_middle":[0,603.8527465820313],"bb_low":[0,590.51501722371],"bb_upper":[0,617.1904759403526],"timestamp":[0,"2024-11-19T15:30:00Z"]}],[0,{"open":[0,602.48],"low":[0,602.405],"high":[0,603.77],"close":[0,603.065],"volume":[0,19525],"signal":[0,0],"sma_5":[0,601.59599609375],"sma_10":[0,600.9924926757812],"sma_20":[0,603.2589965820313],"sma_50":[0,612.8183081054688],"sma_100":[0,610.1319354248047],"ema_9":[0,601.5514811496361],"ema_12":[0,602.0182894035323],"ema_26":[0,605.334057135378],"ema_50":[0,608.434630015138],"ema_200":[0,611.4052101561803],"ulcer_index":[0,2.5836382358505974],"force_index":[0,-1194.4680881775766],"easy_movement":[0,1239.6205593189604],"volume_weighted_avg":[0,599.6981078341947],"channel_index":[0,-37.00334057806435],"williams_r":[0,-15.9425996743781],"mass_index":[0,23.61433448109672],"obv":[0,-228952],"rsi":[0,43.04942277747601],"rsi_2":[0,78.65171991656808],"vwma":[0,603.0845432923242],"macd":[0,0.5352137476051659],"stoch":[0,84.0574003256219],"bb_middle":[0,603.2589965820313],"bb_low":[0,590.777974048459],"bb_upper":[0,615.7400191156036],"timestamp":[0,"2024-11-19T16:30:00Z"]}],[0,{"open":[0,603.065],"low":[0,601.44],"high":[0,603.07],"close":[0,602.03],"volume":[0,22304],"signal":[0,1],"sma_5":[0,601.777001953125],"sma_10":[0,601.6009948730468],"sma_20":[0,602.7054962158203],"sma_50":[0,612.3998181152343],"sma_100":[0,610.0256854248047],"ema_9":[0,601.8541854079798],"ema_12":[0,602.1793221758116],"ema_26":[0,605.1659562857083],"ema_50":[0,608.2231413147155],"ema_200":[0,611.3038336866441],"ulcer_index":[0,2.4122271613420025],"force_index":[0,1177.3872071278856],"easy_movement":[0,2484.6080803782775],"volume_weighted_avg":[0,599.8826042422182],"channel_index":[0,-55.06793780761345],"williams_r":[0,-8.524974907008325],"mass_index":[0,23.635822512259576],"obv":[0,-183677],"rsi":[0,44.90183057609556],"rsi_2":[0,87.87469614013558],"vwma":[0,602.7038571167003],"macd":[0,0.6914490321639617],"stoch":[0,91.47502509299169],"bb_middle":[0,602.7054962158203],"bb_low":[0,591.2643220167479],"bb_upper":[0,614.1466704148927],"timestamp":[0,"2024-11-19T17:30:00Z"]}],[0,{"open":[0,602.03],"low":[0,601.535],"high":[0,602.98],"close":[0,602.11],"volume":[0,21142],"signal":[0,1],"sma_5":[0,601.8710083007812],"sma_10":[0,601.8169982910156],"sma_20":[0,601.9849975585937],"sma_50":[0,612.0226184082031],"sma_100":[0,609.9095855712891],"ema_9":[0,601.8893541853913],"ema_12":[0,602.1563539402656],"ema_26":[0,604.9328448573854],"ema_50":[0,607.9472322140278],"ema_200":[0,610.5475428627217],"ulcer_index":[0,2.2519731945602346],"force_index":[0,-2289.837377417896],"easy_movement":[0,4120.976842858765],"volume_weighted_avg":[0,600.0934828089747],"channel_index":[0,-39.30638536247714],"williams_r":[0,-21.03973549034658],"mass_index":[0,23.655496066579918],"obv":[0,-192910],"rsi":[0,42.934928970391596],"rsi_2":[0,41.21673043250601],"vwma":[0,602.2296020341953],"macd":[0,0.7202315581358181],"stoch":[0,78.96026450965343],"bb_middle":[0,601.9849975585937],"bb_low":[0,592.4357613245817],"bb_upper":[0,611.5342337926057],"timestamp":[0,"2024-11-19T18:30:00Z"]}],[0,{"open":[0,601.53],"low":[0,597.82],"high":[0,601.84],"close":[0,599.915],"volume":[0,32296],"signal":[0,1],"sma_5":[0,602.0550048828125],"sma_10":[0,601.8429992675781],"sma_20":[0,601.310498046875],"sma_50":[0,611.6222180175781],"sma_100":[0,609.8123352050782],"ema_9":[0,601.9334804185776],"ema_12":[0,602.14922029817],"ema_26":[0,604.7236373023884],"ema_50":[0,607.7140178435731],"ema_200":[0,610.3771190537761],"ulcer_index":[0,2.0558012840185045],"force_index":[0,-1718.3937656571334],"easy_movement":[0,4833.413116201285],"volume_weighted_avg":[0,600.3604564965962],"channel_index":[0,-45.677574067955554],"williams_r":[0,-20.072917281690973],"mass_index":[0,23.432041198507783],"obv":[0,-140899],"rsi":[0,43.14306410747686],"rsi_2":[0,45.673554826644725],"vwma":[0,601.69646668189],"macd":[0,0.7377086585659827],"stoch":[0,79.92708271830902],"bb_middle":[0,601.310498046875],"bb_low":[0,594.0787822518168],"bb_upper":[0,608.5422138419331],"timestamp":[0,"2024-11-19T19:30:00Z"]}],[0,{"open":[0,599.745],"low":[0,598.675],"high":[0,601.38],"close":[0,599.53],"volume":[0,62523],"signal":[0,1],"sma_5":[0,601.87900390625],"sma_10":[0,601.5509948730469],"sma_20":[0,600.595248413086],"sma_50":[0,611.16841796875],"sma_100":[0,609.6954852294922],"ema_9":[0,601.5297799410704],"ema_12":[0,601.8054909198054],"ema_26":[0,604.3690905003484],"ema_50":[0,607.474623545317],"ema_200":[0,611.6084111872907],"ulcer_index":[0,1.8216319283241909],"force_index":[0,-11600.597961648658],"easy_movement":[0,3049.60721353339],"volume_weighted_avg":[0,600.7404907697468],"channel_index":[0,37.81050701147847],"williams_r":[0,-46.61466021137156],"mass_index":[0,23.414519910968455],"obv":[0,-195707],"rsi":[0,38.93602531118261],"rsi_2":[0,8.846649613083883],"vwma":[0,600.2359171453235],"macd":[0,0.6009168689154141],"stoch":[0,53.38533978862845],"bb_middle":[0,600.595248413086],"bb_low":[0,596.4347215764917],"bb_upper":[0,604.7557752496803],"timestamp":[0,"2024-11-19T20:30:00Z"]}],[0,{"open":[0,599.68],"low":[0,596.04],"high":[0,600.18],"close":[0,600.18],"volume":[0,23764],"signal":[0,1],"sma_5":[0,601.3300048828125],"sma_10":[0,601.4630004882813],"sma_20":[0,600.4612487792969],"sma_50":[0,610.7258190917969],"sma_100":[0,609.5384857177735],"ema_9":[0,601.1298298120194],"ema_12":[0,601.4554198430891],"ema_26":[0,604.0101687537234],"ema_50":[0,607.1440331262793],"ema_200":[0,611.1056449356341],"ulcer_index":[0,1.5823925762082824],"force_index":[0,-13381.096659656998],"easy_movement":[0,3241.6866823427076],"volume_weighted_avg":[0,601.133051607878],"channel_index":[0,206.40413887060427],"williams_r":[0,-54.850808139029915],"mass_index":[0,23.436911188926196],"obv":[0,-234899],"rsi":[0,38.236124219383186],"rsi_2":[0,6.896296498151088],"vwma":[0,600.0661021689191],"macd":[0,0.4872135367725936],"stoch":[0,45.149191860970085],"bb_middle":[0,600.4612487792969],"bb_low":[0,596.344988392214],"bb_upper":[0,604.5775091663797],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,599.86],"low":[0,598.755],"high":[0,601.48],"close":[0,599.18],"volume":[0,17968],"signal":[0,2],"sma_5":[0,600.7530029296875],"sma_10":[0,601.2650024414063],"sma_20":[0,600.3552490234375],"sma_50":[0,610.2590185546875],"sma_100":[0,609.3983856201172],"ema_9":[0,600.9398623846333],"ema_12":[0,601.2592002410927],"ema_26":[0,603.7261428860837],"ema_50":[0,606.8584856426959],"ema_200":[0,610.7467787369076],"ulcer_index":[0,1.3976320190789637],"force_index":[0,-9262.55204232994],"easy_movement":[0,-3451.639091249251],"volume_weighted_avg":[0,601.1523173493191],"channel_index":[0,-33.34872835768106],"williams_r":[0,-46.44253014236196],"mass_index":[0,23.612309377332473],"obv":[0,-188168],"rsi":[0,40.19564590722569],"rsi_2":[0,46.62940052571699],"vwma":[0,600.001770385412],"macd":[0,0.45962320698660886],"stoch":[0,53.55746985763804],"bb_middle":[0,600.3552490234375],"bb_low":[0,596.325573534264],"bb_upper":[0,604.3849245126111],"timestamp":[0,"2024-11-20T15:30:00Z"]}],[0,{"open":[0,599.15],"low":[0,599.15],"high":[0,602.06],"close":[0,601.67],"volume":[0,19241],"signal":[0,0],"sma_5":[0,600.1829956054687],"sma_10":[0,601.027001953125],"sma_20":[0,600.3422485351563],"sma_50":[0,609.7612182617188],"sma_100":[0,609.2550854492188],"ema_9":[0,600.5878884431686],"ema_12":[0,600.9393222374945],"ema_26":[0,603.3900729108344],"ema_50":[0,606.5848270776575],"ema_200":[0,611.1835009015041],"ulcer_index":[0,1.2581285151407458],"force_index":[0,-10500.750940692073],"easy_movement":[0,-2631.446340494112],"volume_weighted_avg":[0,601.0275022747605],"channel_index":[0,-64.35082890537231],"williams_r":[0,-59.37907129152224],"mass_index":[0,23.78559833900989],"obv":[0,-263306],"rsi":[0,38.17909388106228],"rsi_2":[0,20.15807464624686],"vwma":[0,600.0019581698349],"macd":[0,0.3815182587377839],"stoch":[0,40.62092870847776],"bb_middle":[0,600.3422485351563],"bb_low":[0,596.2991904434743],"bb_upper":[0,604.3853066268382],"timestamp":[0,"2024-11-20T16:30:00Z"]}],[0,{"open":[0,602.3259],"low":[0,600.51],"high":[0,602.3259],"close":[0,601.62],"volume":[0,15207],"signal":[0,1],"sma_5":[0,600.0949951171875],"sma_10":[0,601.075],"sma_20":[0,600.5187469482422],"sma_50":[0,609.3282177734375],"sma_100":[0,609.121685180664],"ema_9":[0,600.8043073357736],"ema_12":[0,601.0517313555357],"ema_26":[0,603.2608904563292],"ema_50":[0,606.3208779850988],"ema_200":[0,609.6577945415266],"ulcer_index":[0,1.1130067575542384],"force_index":[0,-2159.356381411688],"easy_movement":[0,-2462.511310285148],"volume_weighted_avg":[0,600.9532198685906],"channel_index":[0,-56.075681412558914],"williams_r":[0,-27.16721016352281],"mass_index":[0,23.956984821562447],"obv":[0,-215500],"rsi":[0,45.4906915263031],"rsi_2":[0,79.1378305361765],"vwma":[0,600.12426500068],"macd":[0,0.49624172952281587],"stoch":[0,72.83278983647719],"bb_middle":[0,600.5187469482422],"bb_low":[0,596.5685164652093],"bb_upper":[0,604.4689774312751],"timestamp":[0,"2024-11-20T17:30:00Z"]}],[0,{"open":[0,601.51],"low":[0,600.3],"high":[0,601.51],"close":[0,600.62],"volume":[0,16238],"signal":[0,2],"sma_5":[0,600.4359985351563],"sma_10":[0,601.1575012207031],"sma_20":[0,600.755746459961],"sma_50":[0,608.9325170898437],"sma_100":[0,609.0266851806641],"ema_9":[0,600.9674448919219],"ema_12":[0,601.1391565129535],"ema_26":[0,603.1390426330787],"ema_50":[0,606.1244482542164],"ema_200":[0,609.3350279094805],"ulcer_index":[0,0.8717062690225851],"force_index":[0,-1960.5596597113374],"easy_movement":[0,-1102.3754423773826],"volume_weighted_avg":[0,601.0001074456536],"channel_index":[0,-77.31429637514678],"williams_r":[0,-27.813879304218748],"mass_index":[0,24.007623188648772],"obv":[0,-213761],"rsi":[0,45.37529953179598],"rsi_2":[0,76.85823044832756],"vwma":[0,600.27686934819],"macd":[0,0.5640306926951659],"stoch":[0,72.18612069578126],"bb_middle":[0,600.755746459961],"bb_low":[0,597.1537877515389],"bb_upper":[0,604.3577051683831],"timestamp":[0,"2024-11-20T18:30:00Z"]}],[0,{"open":[0,600.71],"low":[0,600.5],"high":[0,601.5],"close":[0,601.02],"volume":[0,34333],"signal":[0,1],"sma_5":[0,600.6539916992188],"sma_10":[0,600.9919982910156],"sma_20":[0,600.9922454833984],"sma_50":[0,608.5829174804687],"sma_100":[0,608.9282849121093],"ema_9":[0,600.8979549370556],"ema_12":[0,601.0592855509421],"ema_26":[0,602.9526260668639],"ema_50":[0,605.9158174060863],"ema_200":[0,609.393607065285],"ulcer_index":[0,0.6566178554609976],"force_index":[0,-3998.811081695611],"easy_movement":[0,-1233.1140193866065],"volume_weighted_avg":[0,600.9328424776122],"channel_index":[0,-64.84262825918692],"williams_r":[0,-40.75042045337902],"mass_index":[0,23.691436469841015],"obv":[0,-254124],"rsi":[0,43.01219119879767],"rsi_2":[0,35.70651154613496],"vwma":[0,600.5802114590203],"macd":[0,0.5366890907220796],"stoch":[0,59.24957954662098],"bb_middle":[0,600.9922454833984],"bb_low":[0,598.1604623246337],"bb_upper":[0,603.8240286421631],"timestamp":[0,"2024-11-20T19:30:00Z"]}],[0,{"open":[0,601.006],"low":[0,600.45],"high":[0,602.19],"close":[0,601.14],"volume":[0,67828],"signal":[0,1],"sma_5":[0,600.8219970703125],"sma_10":[0,600.7875],"sma_20":[0,601.1942474365235],"sma_50":[0,608.2557177734375],"sma_100":[0,608.8299353027344],"ema_9":[0,600.922367855476],"ema_12":[0,601.0532445106152],"ema_26":[0,602.808535838231],"ema_50":[0,605.6862069021281],"ema_200":[0,608.5543045291428],"ulcer_index":[0,0.36865789768320684],"force_index":[0,-1466.2275843383381],"easy_movement":[0,-884.2732935267057],"volume_weighted_avg":[0,600.8966125162184],"channel_index":[0,54.23175133826925],"williams_r":[0,-35.575488160190766],"mass_index":[0,23.4225328180052],"obv":[0,-203795],"rsi":[0,44.26655965501844],"rsi_2":[0,54.988057380975505],"vwma":[0,601.0327331667264],"macd":[0,0.5386040487677413],"stoch":[0,64.42451183980924],"bb_middle":[0,601.1942474365235],"bb_low":[0,599.0410458966226],"bb_upper":[0,603.3474489764244],"timestamp":[0,"2024-11-20T20:30:00Z"]}],[0,{"open":[0,605.57],"low":[0,599.11],"high":[0,605.57],"close":[0,601.75],"volume":[0,28998],"signal":[0,1],"sma_5":[0,601.2140014648437],"sma_10":[0,600.6984985351562],"sma_20":[0,601.2577484130859],"sma_50":[0,607.9646984863281],"sma_100":[0,608.7533355712891],"ema_9":[0,600.9658972140621],"ema_12":[0,601.0665937609222],"ema_26":[0,602.6849280526084],"ema_50":[0,605.5073762578363],"ema_200":[0,608.4695058849784],"ulcer_index":[0,0.37130525926565505],"force_index":[0,-91.18531847059921],"easy_movement":[0,-1013.2471135951025],"volume_weighted_avg":[0,600.8929736071645],"channel_index":[0,220.75753377512436],"williams_r":[0,-34.02316638899636],"mass_index":[0,23.196083248457857],"obv":[0,-102300],"rsi":[0,44.655536419062834],"rsi_2":[0,61.85173291978496],"vwma":[0,601.0949348622476],"macd":[0,0.5404315637671941],"stoch":[0,65.97683361100364],"bb_middle":[0,601.2577484130859],"bb_low":[0,599.1913489420268],"bb_upper":[0,603.324147884145],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,601.04],"low":[0,600.79],"high":[0,605.22],"close":[0,604.835],"volume":[0,33392],"signal":[0,0],"sma_5":[0,601.2300048828125],"sma_10":[0,600.6625],"sma_20":[0,601.2527496337891],"sma_50":[0,607.7380981445312],"sma_100":[0,608.6831353759766],"ema_9":[0,601.1227177708993],"ema_12":[0,601.1717330867161],"ema_26":[0,602.6148922053238],"ema_50":[0,605.3285414905062],"ema_200":[0,607.7698860883215],"ulcer_index":[0,0.3648065904149217],"force_index":[0,2448.1743913617943],"easy_movement":[0,1483.1837327045469],"volume_weighted_avg":[0,600.9609742813346],"channel_index":[0,1.7258552589924474],"williams_r":[0,-40.08389906494172],"mass_index":[0,23.370486167009496],"obv":[0,-48390],"rsi":[0,46.7114899606548],"rsi_2":[0,85.04163557391482],"vwma":[0,601.1025510622363],"macd":[0,0.5714922250016135],"stoch":[0,59.91610093505828],"bb_middle":[0,601.2527496337891],"bb_low":[0,599.1916279628953],"bb_upper":[0,603.313871304683],"timestamp":[0,"2024-11-21T15:30:00Z"]}],[0,{"open":[0,604.98],"low":[0,601.79],"high":[0,605.72],"close":[0,602.72],"volume":[0,21662],"signal":[0,1],"sma_5":[0,601.8730102539063],"sma_10":[0,601.1545043945313],"sma_20":[0,601.352749633789],"sma_50":[0,607.4459985351563],"sma_100":[0,608.6609857177734],"ema_9":[0,601.8651786109575],"ema_12":[0,601.7353159122073],"ema_26":[0,602.7786916445598],"ema_50":[0,605.2828272852673],"ema_200":[0,607.2109405814833],"ulcer_index":[0,0.3639608085959329],"force_index":[0,16817.699289182598],"easy_movement":[0,1107.1036310243546],"volume_weighted_avg":[0,601.2019571566617],"channel_index":[0,24.210127293070723],"williams_r":[0,-7.712309465863969],"mass_index":[0,23.63831749078302],"obv":[0,26207],"rsi":[0,55.66405896461397],"rsi_2":[0,97.90758063751746],"vwma":[0,601.2481460387149],"macd":[0,0.7761890164010385],"stoch":[0,92.28769053413603],"bb_middle":[0,601.352749633789],"bb_low":[0,598.8479461656926],"bb_upper":[0,603.8575531018854],"timestamp":[0,"2024-11-21T16:30:00Z"]}],[0,{"open":[0,603.015],"low":[0,600.61],"high":[0,603.015],"close":[0,601.78],"volume":[0,11829],"signal":[0,1],"sma_5":[0,602.2930053710937],"sma_10":[0,601.4734985351563],"sma_20":[0,601.4682495117188],"sma_50":[0,607.1583984375],"sma_100":[0,608.632085571289],"ema_9":[0,602.0361370298779],"ema_12":[0,601.8868013974977],"ema_26":[0,602.7754284333945],"ema_50":[0,605.2260744049604],"ema_200":[0,608.0454842402391],"ulcer_index":[0,0.37576855571290424],"force_index":[0,7867.812517608774],"easy_movement":[0,1508.4761940927224],"volume_weighted_avg":[0,601.1935791685275],"channel_index":[0,-47.07726942890845],"williams_r":[0,-30.99175898661387],"mass_index":[0,23.94148609116515],"obv":[0,-15423],"rsi":[0,49.51129408860181],"rsi_2":[0,44.92470922429125],"vwma":[0,601.3231813911696],"macd":[0,0.7461301899623589],"stoch":[0,69.00824101338613],"bb_middle":[0,601.4682495117188],"bb_low":[0,598.9351145538423],"bb_upper":[0,604.0013844695953],"timestamp":[0,"2024-11-21T17:30:00Z"]}],[0,{"open":[0,601.275],"low":[0,600.32],"high":[0,602.4799],"close":[0,601.385],"volume":[0,28845],"signal":[0,1],"sma_5":[0,602.4450073242188],"sma_10":[0,601.6335021972657],"sma_20":[0,601.449252319336],"sma_50":[0,606.9583984375],"sma_100":[0,608.5698858642578],"ema_9":[0,601.9849154831978],"ema_12":[0,601.8703748988011],"ema_26":[0,602.7015178653968],"ema_50":[0,605.0837958233461],"ema_200":[0,607.839664229732],"ulcer_index":[0,0.3966373156435961],"force_index":[0,5155.29262581263],"easy_movement":[0,-877.9183493083092],"volume_weighted_avg":[0,601.1647443762938],"channel_index":[0,-100.99223940564995],"williams_r":[0,-40.70190482796018],"mass_index":[0,24.204086942280902],"obv":[0,-11384],"rsi":[0,47.02780824558294],"rsi_2":[0,30.33440083801463],"vwma":[0,601.3078728173664],"macd":[0,0.6426662088374058],"stoch":[0,59.29809517203982],"bb_middle":[0,601.449252319336],"bb_low":[0,598.9315005143341],"bb_upper":[0,603.9670041243379],"timestamp":[0,"2024-11-21T18:30:00Z"]}],[0,{"open":[0,600.96],"low":[0,597.685],"high":[0,601.275],"close":[0,600.615],"volume":[0,37414],"signal":[0,1],"sma_5":[0,602.4940063476563],"sma_10":[0,601.85400390625],"sma_20":[0,601.4405029296875],"sma_50":[0,606.7480981445312],"sma_100":[0,608.5076361083984],"ema_9":[0,601.8649343392219],"ema_12":[0,601.7957032139572],"ema_26":[0,602.6029690830431],"ema_50":[0,604.8972823241759],"ema_200":[0,606.942193432911],"ulcer_index":[0,0.42281206619433775],"force_index":[0,2791.6675318383323],"easy_movement":[0,-1099.773143639628],"volume_weighted_avg":[0,601.1318297672785],"channel_index":[0,-3.0098633651352835],"williams_r":[0,-44.78268819712857],"mass_index":[0,24.23297375634685],"obv":[0,-22325],"rsi":[0,45.99202380803595],"rsi_2":[0,23.82948553408893],"vwma":[0,601.299823042226],"macd":[0,0.5319268017197303],"stoch":[0,55.21731180287143],"bb_middle":[0,601.4405029296875],"bb_low":[0,598.9231351646486],"bb_upper":[0,603.9578706947264],"timestamp":[0,"2024-11-21T19:30:00Z"]}],[0,{"open":[0,600.21],"low":[0,596.77],"high":[0,600.99],"close":[0,597.07],"volume":[0,64912],"signal":[0,2],"sma_5":[0,602.2670043945312],"sma_10":[0,601.7485046386719],"sma_20":[0,601.411752319336],"sma_50":[0,606.3971984863281],"sma_100":[0,608.460336303711],"ema_9":[0,601.6149455179968],"ema_12":[0,601.6140549935],"ema_26":[0,602.455140899618],"ema_50":[0,604.7063764610995],"ema_200":[0,606.4175719930524],"ulcer_index":[0,0.44051542603866334],"force_index":[0,-1722.6696860173688],"easy_movement":[0,-257.4242006027788],"volume_weighted_avg":[0,601.1794452483344],"channel_index":[0,59.98751065711064],"williams_r":[0,-52.7374414396237],"mass_index":[0,24.390783224990496],"obv":[0,-43545],"rsi":[0,43.94897295068885],"rsi_2":[0,12.978844154152597],"vwma":[0,601.2662873879387],"macd":[0,0.397760793930638],"stoch":[0,47.2625585603763],"bb_middle":[0,601.411752319336],"bb_low":[0,598.8705757775193],"bb_upper":[0,603.9529288611526],"timestamp":[0,"2024-11-21T20:30:00Z"]}],[0,{"open":[0,602.08],"low":[0,602.08],"high":[0,610.75],"close":[0,604.89],"volume":[0,17880],"signal":[0,1],"sma_5":[0,600.7140014648437],"sma_10":[0,601.293505859375],"sma_20":[0,601.2255035400391],"sma_50":[0,605.9853991699218],"sma_100":[0,608.3901361083985],"ema_9":[0,600.7059578791516],"ema_12":[0,600.9149707122314],"ema_26":[0,602.056042093439],"ema_50":[0,604.3988563769034],"ema_200":[0,606.1626948959878],"ulcer_index":[0,0.5359480261301232],"force_index":[0,-34349.41365256393],"easy_movement":[0,-597.071292667341],"volume_weighted_avg":[0,600.7913679935855],"channel_index":[0,194.35708996867083],"williams_r":[0,-89.35919342736621],"mass_index":[0,24.582948577091944],"obv":[0,-92506],"rsi":[0,36.00507240669939],"rsi_2":[0,2.4994898603419244],"vwma":[0,600.8344719517844],"macd":[0,0.07796619302034435],"stoch":[0,10.640806572633782],"bb_middle":[0,601.2255035400391],"bb_low":[0,598.0611880050027],"bb_upper":[0,604.3898190750755],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,605.52],"low":[0,605.17],"high":[0,609.065],"close":[0,608.645],"volume":[0,24448],"signal":[0,1],"sma_5":[0,601.1480102539062],"sma_10":[0,601.7205078125],"sma_20":[0,601.3562530517578],"sma_50":[0,605.6961999511718],"sma_100":[0,608.4025360107422],"ema_9":[0,601.5427692331576],"ema_12":[0,601.52651597376],"ema_26":[0,602.2662978317177],"ema_50":[0,604.4314804137448],"ema_200":[0,606.4185739799493],"ulcer_index":[0,0.5204740898842216],"force_index":[0,-9466.836049334495],"easy_movement":[0,27886.983872590732],"volume_weighted_avg":[0,601.0025842506866],"channel_index":[0,-65.17166842905543],"williams_r":[0,-41.916978100660124],"mass_index":[0,25.034991049476417],"obv":[0,-95205],"rsi":[0,55.230081392878354],"rsi_2":[0,78.6287435127292],"vwma":[0,600.9018905860291],"macd":[0,0.38382607144144054],"stoch":[0,58.08302189933988],"bb_middle":[0,601.3562530517578],"bb_low":[0,597.8334784938334],"bb_upper":[0,604.8790276096822],"timestamp":[0,"2024-11-22T15:30:00Z"]}],[0,{"open":[0,609.1],"low":[0,607.69],"high":[0,610.635],"close":[0,607.69],"volume":[0,18356],"signal":[0,1],"sma_5":[0,602.5210083007812],"sma_10":[0,602.4830078125],"sma_20":[0,601.63525390625],"sma_50":[0,605.3691003417969],"sma_100":[0,608.4451861572265],"ema_9":[0,602.9632192924603],"ema_12":[0,602.6216702810686],"ema_26":[0,602.7380911190158],"ema_50":[0,604.5683433655895],"ema_200":[0,605.8705237757173],"ulcer_index":[0,0.49117194867229663],"force_index":[0,5002.448988388987],"easy_movement":[0,26511.740389469775],"volume_weighted_avg":[0,601.5226613257129],"channel_index":[0,-31.14763942692592],"williams_r":[0,-15.057105934127343],"mass_index":[0,25.413385557328066],"obv":[0,-37196],"rsi":[0,61.25557099546649],"rsi_2":[0,87.78685033812152],"vwma":[0,601.1461008092625],"macd":[0,0.8048546938547732],"stoch":[0,84.94289406587265],"bb_middle":[0,601.63525390625],"bb_low":[0,596.9299554946913],"bb_upper":[0,606.3405523178087],"timestamp":[0,"2024-11-22T16:30:00Z"]}],[0,{"open":[0,607.68],"low":[0,606.94],"high":[0,609.945],"close":[0,608.49],"volume":[0,14217],"signal":[0,1],"sma_5":[0,603.7820068359375],"sma_10":[0,603.1380065917969],"sma_20":[0,601.9182525634766],"sma_50":[0,604.9815002441406],"sma_100":[0,608.4937860107422],"ema_9":[0,603.908575922714],"ema_12":[0,603.4014138170763],"ema_26":[0,603.1059358268055],"ema_50":[0,604.7324981730094],"ema_200":[0,606.7273745013692],"ulcer_index":[0,0.48906682521012734],"force_index":[0,1780.854072698602],"easy_movement":[0,28328.649842798095],"volume_weighted_avg":[0,601.7846174063158],"channel_index":[0,-62.21418402914319],"williams_r":[0,-21.88842513359645],"mass_index":[0,25.684509528291038],"obv":[0,-65760],"rsi":[0,59.07370650516394],"rsi_2":[0,72.07608118937176],"vwma":[0,601.3139242174753],"macd":[0,0.9747192953903],"stoch":[0,78.11157486640354],"bb_middle":[0,601.9182525634766],"bb_low":[0,596.5219291275808],"bb_upper":[0,607.3145759993723],"timestamp":[0,"2024-11-22T17:30:00Z"]}],[0,{"open":[0,608.33],"low":[0,607.7],"high":[0,610.02],"close":[0,609.37],"volume":[0,20611],"signal":[0,1],"sma_5":[0,605.3570068359375],"sma_10":[0,603.8120056152344],"sma_20":[0,602.2372528076172],"sma_50":[0,604.7169006347656],"sma_100":[0,608.5275860595704],"ema_9":[0,604.824858783852],"ema_12":[0,604.184271401609],"ema_26":[0,603.5020898373906],"ema_50":[0,604.7725417971252],"ema_200":[0,604.58842183296],"ulcer_index":[0,0.4849038641186986],"force_index":[0,3151.4353711777126],"easy_movement":[0,26548.203591545975],"volume_weighted_avg":[0,602.0173597190616],"channel_index":[0,-80.03454064723194],"williams_r":[0,-16.166043798679752],"mass_index":[0,25.819101405779502],"obv":[0,-41208],"rsi":[0,60.36833543560248],"rsi_2":[0,78.51719734709299],"vwma":[0,601.4579872292321],"macd":[0,1.0857535150975803],"stoch":[0,83.83395620132025],"bb_middle":[0,602.2372528076172],"bb_low":[0,596.1263235073945],"bb_upper":[0,608.3481821078399],"timestamp":[0,"2024-11-22T18:30:00Z"]}],[0,{"open":[0,608.84],"low":[0,606.905],"high":[0,610.14],"close":[0,608.845],"volume":[0,30316],"signal":[0,1],"sma_5":[0,607.8170043945313],"sma_10":[0,604.2655029296875],"sma_20":[0,602.7100036621093],"sma_50":[0,604.4855004882812],"sma_100":[0,608.6288061523437],"ema_9":[0,605.7338860503087],"ema_12":[0,604.9820749927455],"ema_26":[0,603.9362799099763],"ema_50":[0,604.9339248704678],"ema_200":[0,604.2559984693968],"ulcer_index":[0,0.4726423444130389],"force_index":[0,5293.911824839807],"easy_movement":[0,27156.92618632827],"volume_weighted_avg":[0,602.4275912208474],"channel_index":[0,-43.09907409669328],"williams_r":[0,-9.871293353358249],"mass_index":[0,25.68434068645054],"obv":[0,-591],"rsi":[0,61.77998180228211],"rsi_2":[0,85.74916852134125],"vwma":[0,601.8252804977054],"macd":[0,1.1588971855017474],"stoch":[0,90.12870664664176],"bb_middle":[0,602.7100036621093],"bb_low":[0,595.9612190329333],"bb_upper":[0,609.4587882912854],"timestamp":[0,"2024-11-22T19:30:00Z"]}],[0,{"open":[0,608.885],"low":[0,608.43],"high":[0,610.34],"close":[0,608.55],"volume":[0,45919],"signal":[0,1],"sma_5":[0,608.6079956054688],"sma_10":[0,604.8780029296875],"sma_20":[0,603.1757507324219],"sma_50":[0,604.3319995117188],"sma_100":[0,608.7351055908204],"ema_9":[0,606.3561029810207],"ema_12":[0,605.5763666810701],"ema_26":[0,604.3002184807106],"ema_50":[0,605.1006621450003],"ema_200":[0,604.5702024536697],"ulcer_index":[0,0.4644433434643931],"force_index":[0,2262.6756614504707],"easy_movement":[0,26879.921638674277],"volume_weighted_avg":[0,603.0048929008813],"channel_index":[0,17.284181685337952],"williams_r":[0,-13.626838042681012],"mass_index":[0,25.618195000820634],"obv":[0,-39836],"rsi":[0,60.40066611175969],"rsi_2":[0,61.17559316337405],"vwma":[0,602.4761327425256],"macd":[0,1.1118217408987385],"stoch":[0,86.37316195731898],"bb_middle":[0,603.1757507324219],"bb_low":[0,596.0917173218019],"bb_upper":[0,610.2597841430419],"timestamp":[0,"2024-11-22T20:30:00Z"]}],[0,{"open":[0,612.18],"low":[0,609.98],"high":[0,617.55],"close":[0,614.93],"volume":[0,46950],"signal":[0,1],"sma_5":[0,608.5889892578125],"sma_10":[0,605.5549987792969],"sma_20":[0,603.5942504882812],"sma_50":[0,604.1981994628907],"sma_100":[0,608.8311553955078],"ema_9":[0,606.7948799433716],"ema_12":[0,606.0338468415706],"ema_26":[0,604.614929833425],"ema_50":[0,605.2324516573242],"ema_200":[0,604.5399048983162],"ulcer_index":[0,0.45795552598430206],"force_index":[0,4.816449417653985],"easy_movement":[0,27077.540678459533],"volume_weighted_avg":[0,603.9605527055862],"channel_index":[0,96.95068941162806],"williams_r":[0,-15.73687611330376],"mass_index":[0,25.587771763975606],"obv":[0,-75081],"rsi":[0,59.59690627855281],"rsi_2":[0,46.27425631708085],"vwma":[0,603.0615657245229],"macd":[0,1.003562729533352],"stoch":[0,84.26312388669623],"bb_middle":[0,603.5942504882812],"bb_low":[0,596.2823059650796],"bb_upper":[0,610.9061950114829],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,614.93],"low":[0,611.25],"high":[0,615.25],"close":[0,612.23],"volume":[0,35304],"signal":[0,1],"sma_5":[0,610.0369873046875],"sma_10":[0,606.9094970703125],"sma_20":[0,604.3817504882812],"sma_50":[0,604.1679992675781],"sma_100":[0,608.9929052734375],"ema_9":[0,608.4219024900563],"ema_12":[0,607.4024847175222],"ema_26":[0,605.379460882082],"ema_50":[0,605.6309616356086],"ema_200":[0,605.0093240536282],"ulcer_index":[0,0.4542323588615629],"force_index":[0,42795.963990859644],"easy_movement":[0,30498.823701014942],"volume_weighted_avg":[0,605.350151804226],"channel_index":[0,92.23243739420636],"williams_r":[0,-12.608272949165686],"mass_index":[0,25.826647048475643],"obv":[0,-38905],"rsi":[0,69.15219307374547],"rsi_2":[0,95.34302441708553],"vwma":[0,604.1089612131352],"macd":[0,1.2867101661419411],"stoch":[0,87.3917270508343],"bb_middle":[0,604.3817504882812],"bb_low":[0,595.8502451409602],"bb_upper":[0,612.9132558356023],"timestamp":[0,"2024-11-25T15:30:00Z"]}],[0,{"open":[0,611.2],"low":[0,610.71],"high":[0,613.175],"close":[0,613.175],"volume":[0,14798],"signal":[0,1],"sma_5":[0,610.7849853515625],"sma_10":[0,608.07099609375],"sma_20":[0,604.9097503662109],"sma_50":[0,604.0492993164063],"sma_100":[0,609.117705078125],"ema_9":[0,609.1835180858826],"ema_12":[0,608.1451763954569],"ema_26":[0,605.8871022498196],"ema_50":[0,605.8976180782602],"ema_200":[0,605.2393555281898],"ulcer_index":[0,0.4691456177059674],"force_index":[0,23069.86057476444],"easy_movement":[0,29451.904438132184],"volume_weighted_avg":[0,605.9713834069903],"channel_index":[0,25.32414487394867],"williams_r":[0,-25.60161429129499],"mass_index":[0,26.08134247949794],"obv":[0,-118260],"rsi":[0,62.418826419841785],"rsi_2":[0,53.774003131709925],"vwma":[0,604.6517546080547],"macd":[0,1.217656663379523],"stoch":[0,74.39838570870502],"bb_middle":[0,604.9097503662109],"bb_low":[0,595.8257174461448],"bb_upper":[0,613.993783286277],"timestamp":[0,"2024-11-25T16:30:00Z"]}],[0,{"open":[0,613.175],"low":[0,612.8746],"high":[0,620.7315],"close":[0,620.48],"volume":[0,34483],"signal":[0,1],"sma_5":[0,611.5459838867188],"sma_10":[0,609.681494140625],"sma_20":[0,605.4875],"sma_50":[0,603.9675988769532],"sma_100":[0,609.2476550292969],"ema_9":[0,609.9818120272366],"ema_12":[0,608.9189935163055],"ema_26":[0,606.426804700112],"ema_50":[0,606.1773303506371],"ema_200":[0,605.2042762650004],"ulcer_index":[0,0.46602695303258135],"force_index":[0,21768.81346613624],"easy_movement":[0,26924.31487055125],"volume_weighted_avg":[0,606.4012801277081],"channel_index":[0,-86.80224647710772],"williams_r":[0,-21.053930135493555],"mass_index":[0,26.12014822125143],"obv":[0,-87603],"rsi":[0,63.748605855687046],"rsi_2":[0,64.58312772726376],"vwma":[0,604.9321465840384],"macd":[0,1.1612380712870911],"stoch":[0,78.94606986450644],"bb_middle":[0,605.4875],"bb_low":[0,595.8603089475773],"bb_upper":[0,615.1146910524226],"timestamp":[0,"2024-11-25T17:30:00Z"]}],[0,{"open":[0,620.255],"low":[0,618.86],"high":[0,621.2],"close":[0,621.2],"volume":[0,35088],"signal":[0,1],"sma_5":[0,613.8729858398438],"sma_10":[0,611.2404907226562],"sma_20":[0,606.4804992675781],"sma_50":[0,604.0941979980469],"sma_100":[0,609.4537548828125],"ema_9":[0,612.081445715619],"ema_12":[0,610.6976069152823],"ema_26":[0,607.4679579816002],"ema_50":[0,606.7453581483309],"ema_200":[0,605.4997504970039],"ulcer_index":[0,0.4460472853131061],"force_index":[0,54644.11158125248],"easy_movement":[0,37655.7943179658],"volume_weighted_avg":[0,607.6445460274442],"channel_index":[0,16.266164657642136],"williams_r":[0,-1.049708980220844],"mass_index":[0,26.3201932308672],"obv":[0,-64522],"rsi":[0,71.99517360252611],"rsi_2":[0,92.32585073178245],"vwma":[0,605.890504628553],"macd":[0,1.519183749594022],"stoch":[0,98.95029101977916],"bb_middle":[0,606.4804992675781],"bb_low":[0,595.1246641709301],"bb_upper":[0,617.8363343642261],"timestamp":[0,"2024-11-25T18:30:00Z"]}],[0,{"open":[0,621.37],"low":[0,620.8],"high":[0,622.86],"close":[0,621.84],"volume":[0,72668],"signal":[0,1],"sma_5":[0,616.4029907226562],"sma_10":[0,612.4959899902344],"sma_20":[0,607.4894989013671],"sma_50":[0,604.235498046875],"sma_100":[0,609.6631549072266],"ema_9":[0,613.9051590142865],"ema_12":[0,612.313361680602],"ema_26":[0,608.4860063742907],"ema_50":[0,607.3468056910841],"ema_200":[0,606.3512637450203],"ulcer_index":[0,0.41918731752489247],"force_index":[0,50446.995931660706],"easy_movement":[0,39413.63274666638],"volume_weighted_avg":[0,609.1335328137584],"channel_index":[0,19.906224084993724],"williams_r":[0,0],"mass_index":[0,26.30383386187781],"obv":[0,-39008],"rsi":[0,72.65167671237228],"rsi_2":[0,93.35237095174826],"vwma":[0,607.002858938477],"macd":[0,1.6946034121796614],"stoch":[0,100],"bb_middle":[0,607.4894989013671],"bb_low":[0,594.7516767113907],"bb_upper":[0,620.2273210913436],"timestamp":[0,"2024-11-25T19:30:00Z"]}],[0,{"open":[0,621.8275],"low":[0,620.1025],"high":[0,625.86],"close":[0,624.16],"volume":[0,139572],"signal":[0,1],"sma_5":[0,617.7849975585938],"sma_10":[0,613.9109924316406],"sma_20":[0,608.5244995117188],"sma_50":[0,604.3434985351563],"sma_100":[0,609.8600549316407],"ema_9":[0,615.4921325830443],"ema_12":[0,613.7790026190248],"ema_26":[0,609.4763568381454],"ema_50":[0,607.9620302899516],"ema_200":[0,607.4471434139787],"ulcer_index":[0,0.3754277797474447],"force_index":[0,49886.23241435799],"easy_movement":[0,41094.014833326866],"volume_weighted_avg":[0,611.7431940409631],"channel_index":[0,234.09328908792932],"williams_r":[0,-3.9093899283672315],"mass_index":[0,26.22091746582374],"obv":[0,12376],"rsi":[0,73.24934019651117],"rsi_2":[0,94.62946548933436],"vwma":[0,609.3157808157932],"macd":[0,1.737393279001033],"stoch":[0,96.09061007163277],"bb_middle":[0,608.5244995117188],"bb_low":[0,594.7009128011001],"bb_upper":[0,622.3480862223374],"timestamp":[0,"2024-11-25T20:30:00Z"]}],[0,{"open":[0,624.4],"low":[0,618.55],"high":[0,624.47],"close":[0,620.825],"volume":[0,23681],"signal":[0,1],"sma_5":[0,620.17099609375],"sma_10":[0,615.4779907226563],"sma_20":[0,609.6449981689453],"sma_50":[0,604.5146984863281],"sma_100":[0,610.0545544433594],"ema_9":[0,617.2257006956839],"ema_12":[0,615.3760751009413],"ema_26":[0,610.5647958360126],"ema_50":[0,608.6279974641113],"ema_200":[0,608.2314698436114],"ulcer_index":[0,0.15237202073051834],"force_index":[0,89017.56587218164],"easy_movement":[0,41711.85041301592],"volume_weighted_avg":[0,616.6205129948515],"channel_index":[0,407.605295449451],"williams_r":[0,-7.148925466683435],"mass_index":[0,26.239952117349915],"obv":[0,127724],"rsi":[0,75.36639721889796],"rsi_2":[0,97.75550037252991],"vwma":[0,612.3762006086549],"macd":[0,1.7977914559381607],"stoch":[0,92.85107453331656],"bb_middle":[0,609.6449981689453],"bb_low":[0,594.6188769462107],"bb_upper":[0,624.67111939168],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,622.67],"low":[0,621.22],"high":[0,626.47],"close":[0,626.47],"volume":[0,15777],"signal":[0,1],"sma_5":[0,621.7010009765625],"sma_10":[0,616.6234924316407],"sma_20":[0,610.4444976806641],"sma_50":[0,604.6467993164063],"sma_100":[0,610.1989044189453],"ema_9":[0,617.9455629979351],"ema_12":[0,616.214373112259],"ema_26":[0,611.3247709377563],"ema_50":[0,609.1046637477698],"ema_200":[0,608.3236599695638],"ulcer_index":[0,0.2088284414853619],"force_index":[0,65023.123681422294],"easy_movement":[0,12986.79660377341],"volume_weighted_avg":[0,617.1764115235965],"channel_index":[0,-51.441847890310186],"williams_r":[0,-24.335295072053338],"mass_index":[0,26.38865497994472],"obv":[0,156485],"rsi":[0,67.1233528012086],"rsi_2":[0,36.56496320224098],"vwma":[0,612.9877298188678],"macd":[0,1.500839509953428],"stoch":[0,75.66470492794667],"bb_middle":[0,610.4444976806641],"bb_low":[0,594.8368428376102],"bb_upper":[0,626.052152523718],"timestamp":[0,"2024-11-26T15:30:00Z"]}],[0,{"open":[0,626.5],"low":[0,625.485],"high":[0,628.35],"close":[0,628.35],"volume":[0,23798],"signal":[0,1],"sma_5":[0,622.8989990234375],"sma_10":[0,618.3859924316406],"sma_20":[0,611.6319976806641],"sma_50":[0,605.1319982910156],"sma_100":[0,610.4006042480469],"ema_9":[0,619.650444539898],"ema_12":[0,617.7921576093515],"ema_26":[0,612.4487014651338],"ema_50":[0,609.8687655459357],"ema_200":[0,610.1743933902036],"ulcer_index":[0,0.2088284414853619],"force_index":[0,68459.94917205977],"easy_movement":[0,17737.366213677626],"volume_weighted_avg":[0,617.8248942975482],"channel_index":[0,-78.04457308305705],"williams_r":[0,0],"mass_index":[0,26.6233894623357],"obv":[0,107339],"rsi":[0,72.57886040376022],"rsi_2":[0,79.66212384378335],"vwma":[0,613.5813030104355],"macd":[0,1.5663762501949297],"stoch":[0,100],"bb_middle":[0,611.6319976806641],"bb_low":[0,594.9770357049246],"bb_upper":[0,628.2869596564036],"timestamp":[0,"2024-11-26T16:30:00Z"]}],[0,{"open":[0,628.34],"low":[0,626.15],"high":[0,628.755],"close":[0,626.15],"volume":[0,20870],"signal":[0,1],"sma_5":[0,624.3289916992187],"sma_10":[0,620.3659912109375],"sma_20":[0,612.9604949951172],"sma_50":[0,605.652998046875],"sma_100":[0,610.5757037353516],"ema_9":[0,621.3903507482494],"ema_12":[0,619.4164370643343],"ema_26":[0,613.6246620433817],"ema_50":[0,610.5165423812434],"ema_200":[0,608.8083185085134],"ulcer_index":[0,0.2045744897910587],"force_index":[0,65068.017690304216],"easy_movement":[0,18035.89606879634],"volume_weighted_avg":[0,618.613987144771],"channel_index":[0,-50.826254689382004],"williams_r":[0,0],"mass_index":[0,26.833554252343337],"obv":[0,163228],"rsi":[0,74.13475800660494],"rsi_2":[0,85.99831212912783],"vwma":[0,614.2404140837237],"macd":[0,1.6093280803058647],"stoch":[0,100],"bb_middle":[0,612.9604949951172],"bb_low":[0,595.4443870142733],"bb_upper":[0,630.4766029759611],"timestamp":[0,"2024-11-26T17:30:00Z"]}],[0,{"open":[0,626.15],"low":[0,626.15],"high":[0,629.65],"close":[0,629.65],"volume":[0,30644],"signal":[0,1],"sma_5":[0,625.1909912109375],"sma_10":[0,621.4879943847657],"sma_20":[0,614.1987457275391],"sma_50":[0,606.1871984863282],"sma_100":[0,610.7708538818359],"ema_9":[0,622.3422854806898],"ema_12":[0,620.4523733826402],"ema_26":[0,614.5508551326809],"ema_50":[0,611.0647261088488],"ema_200":[0,607.676757332017],"ulcer_index":[0,0.22485586555198483],"force_index":[0,49215.165441326666],"easy_movement":[0,19599.947105655294],"volume_weighted_avg":[0,619.1520206044247],"channel_index":[0,-57.871089246603894],"williams_r":[0,-11.92212072962932],"mass_index":[0,26.968226373296197],"obv":[0,181084],"rsi":[0,69.23923910728848],"rsi_2":[0,49.734942530068],"vwma":[0,615.0807337653106],"macd":[0,1.3732101369118297],"stoch":[0,88.07787927037069],"bb_middle":[0,614.1987457275391],"bb_low":[0,596.6295868151092],"bb_upper":[0,631.767904639969],"timestamp":[0,"2024-11-26T18:30:00Z"]}],[0,{"open":[0,630.43],"low":[0,630.43],"high":[0,632.73],"close":[0,632.73],"volume":[0,15523],"signal":[0,1],"sma_5":[0,626.2890014648438],"sma_10":[0,623.2299987792969],"sma_20":[0,615.6504974365234],"sma_50":[0,606.8173986816406],"sma_100":[0,611.0364538574219],"ema_9":[0,623.8038332668673],"ema_12":[0,621.8673964826238],"ema_26":[0,615.6682029040965],"ema_50":[0,611.7488949670391],"ema_200":[0,606.9977775511726],"ulcer_index":[0,0.22485586555198483],"force_index":[0,57506.10316686939],"easy_movement":[0,19629.35106515726],"volume_weighted_avg":[0,620.0703352949496],"channel_index":[0,-21.39806918443192],"williams_r":[0,0],"mass_index":[0,26.77926130243001],"obv":[0,242747],"rsi":[0,72.38244547250304],"rsi_2":[0,78.53502167968804],"vwma":[0,616.4331827461385],"macd":[0,1.3352994892277685],"stoch":[0,100],"bb_middle":[0,615.6504974365234],"bb_low":[0,598.012761392967],"bb_upper":[0,633.2882334800798],"timestamp":[0,"2024-11-26T19:30:00Z"]}],[0,{"open":[0,632.73],"low":[0,632.551],"high":[0,635.4],"close":[0,635],"volume":[0,65914],"signal":[0,0],"sma_5":[0,628.6699951171875],"sma_10":[0,625.185498046875],"sma_20":[0,617.43349609375],"sma_50":[0,607.5343981933594],"sma_100":[0,611.3572534179688],"ema_9":[0,625.5890627064045],"ema_12":[0,623.5385630207229],"ema_26":[0,616.9301653509528],"ema_50":[0,612.4962625354253],"ema_200":[0,605.7381705005572],"ulcer_index":[0,0.22367370148894455],"force_index":[0,56122.8231205161],"easy_movement":[0,23781.211855268],"volume_weighted_avg":[0,621.0374547382656],"channel_index":[0,-70.87352410818308],"williams_r":[0,0],"mass_index":[0,26.48067739768406],"obv":[0,298198],"rsi":[0,74.82913839521709],"rsi_2":[0,89.31241275378716],"vwma":[0,618.6506463702315],"macd":[0,1.3932239357223715],"stoch":[0,100],"bb_middle":[0,617.43349609375],"bb_low":[0,600.4727112810627],"bb_upper":[0,634.3942809064373],"timestamp":[0,"2024-11-26T20:30:00Z"]}],[0,{"open":[0,636.77],"low":[0,630.57],"high":[0,637.525],"close":[0,631.53],"volume":[0,20369],"signal":[0,1],"sma_5":[0,630.3760009765625],"sma_10":[0,626.6375],"sma_20":[0,618.9389953613281],"sma_50":[0,608.3165979003907],"sma_100":[0,611.741953125],"ema_9":[0,627.47125016612],"ema_12":[0,625.3018612893278],"ema_26":[0,618.2708945686745],"ema_50":[0,613.4682769029448],"ema_200":[0,607.8282313946396],"ulcer_index":[0,0.22076342018892192],"force_index":[0,69480.6038160083],"easy_movement":[0,24264.54386424088],"volume_weighted_avg":[0,623.6349458315987],"channel_index":[0,107.63196722740277],"williams_r":[0,-1.5736574449796148],"mass_index":[0,26.178098089513014],"obv":[0,328895],"rsi":[0,76.46873740507914],"rsi_2":[0,93.85810870248122],"vwma":[0,620.4665665256608],"macd":[0,1.4554579000985992],"stoch":[0,98.42634255502038],"bb_middle":[0,618.9389953613281],"bb_low":[0,601.3648457139744],"bb_upper":[0,636.5131450086818],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,632.02],"low":[0,629.39],"high":[0,632.66],"close":[0,631.54],"volume":[0,19624],"signal":[0,1],"sma_5":[0,631.01201171875],"sma_10":[0,627.6705017089844],"sma_20":[0,620.0832458496094],"sma_50":[0,609.0075988769531],"sma_100":[0,612.0430535888672],"ema_9":[0,628.2830059926355],"ema_12":[0,626.2600410822903],"ema_26":[0,619.2538664391157],"ema_50":[0,614.2093491422137],"ema_200":[0,608.72258326201],"ulcer_index":[0,0.26469938509918767],"force_index":[0,49461.32332283524],"easy_movement":[0,19395.786584541616],"volume_weighted_avg":[0,624.6732756901188],"channel_index":[0,-56.24516899626225],"williams_r":[0,-22.35686955571691],"mass_index":[0,26.139241594500422],"obv":[0,252805],"rsi":[0,69.04218128965331],"rsi_2":[0,40.80237295783708],"vwma":[0,621.1761742751872],"macd":[0,1.1455662455386388],"stoch":[0,77.64313044428309],"bb_middle":[0,620.0832458496094],"bb_low":[0,602.3596136444731],"bb_upper":[0,637.8068780547457],"timestamp":[0,"2024-11-27T15:30:00Z"]}],[0,{"open":[0,630.505],"low":[0,630.42],"high":[0,633.515],"close":[0,632.04],"volume":[0,18203],"signal":[0,1],"sma_5":[0,632.0900024414062],"sma_10":[0,628.6404968261719],"sma_20":[0,621.2757446289063],"sma_50":[0,609.6409985351562],"sma_100":[0,612.3263531494141],"ema_9":[0,628.9344004015448],"ema_12":[0,627.0723396107564],"ema_26":[0,620.1683401524197],"ema_50":[0,615.0658158679115],"ema_200":[0,612.5032979235015],"ulcer_index":[0,0.2783924132300912],"force_index":[0,42423.73474930096],"easy_movement":[0,16215.100456730515],"volume_weighted_avg":[0,625.750679152074],"channel_index":[0,-58.348889654901384],"williams_r":[0,-22.31976819616832],"mass_index":[0,26.129534686526863],"obv":[0,222371],"rsi":[0,69.03721435422416],"rsi_2":[0,40.99363608352831],"vwma":[0,621.7971842032345],"macd":[0,0.8402906189845147],"stoch":[0,77.68023180383167],"bb_middle":[0,621.2757446289063],"bb_low":[0,603.8409583901305],"bb_upper":[0,638.7105308676821],"timestamp":[0,"2024-11-27T16:30:00Z"]}],[0,{"open":[0,633.03],"low":[0,629.61],"high":[0,633.03],"close":[0,629.9],"volume":[0,35041],"signal":[0,1],"sma_5":[0,632.5679931640625],"sma_10":[0,629.4284973144531],"sma_20":[0,622.4532440185546],"sma_50":[0,610.2447985839843],"sma_100":[0,612.5180529785156],"ema_9":[0,629.5555159272486],"ema_12":[0,627.8365918232495],"ema_26":[0,621.04893449606],"ema_50":[0,615.7803456481428],"ema_200":[0,613.6799163859774],"ulcer_index":[0,0.2953050933749875],"force_index":[0,37661.18913568288],"easy_movement":[0,18915.442377865336],"volume_weighted_avg":[0,626.3112374145561],"channel_index":[0,-63.53348864727421],"williams_r":[0,-22.251301770606105],"mass_index":[0,26.053553472131224],"obv":[0,213185],"rsi":[0,69.52743867866522],"rsi_2":[0,55.45874568161348],"vwma":[0,622.3116778050867],"macd":[0,0.5807004665751334],"stoch":[0,77.7486982293939],"bb_middle":[0,622.4532440185546],"bb_low":[0,605.4560562221751],"bb_upper":[0,639.4504318149342],"timestamp":[0,"2024-11-27T17:30:00Z"]}],[0,{"open":[0,630.2],"low":[0,630.2],"high":[0,631.87],"close":[0,631.08],"volume":[0,21823],"signal":[0,1],"sma_5":[0,632.002001953125],"sma_10":[0,630.3359985351562],"sma_20":[0,623.4797454833985],"sma_50":[0,610.7860986328125],"sma_100":[0,612.6616534423828],"ema_9":[0,629.6244176242092],"ema_12":[0,628.154042881294],"ema_26":[0,621.7036729726764],"ema_50":[0,616.2979048929973],"ema_200":[0,613.1147636355006],"ulcer_index":[0,0.3650747955404581],"force_index":[0,21568.694319557886],"easy_movement":[0,10553.54065244393],"volume_weighted_avg":[0,626.9201252077196],"channel_index":[0,-7.662771572815977],"williams_r":[0,-40.18437567347621],"mass_index":[0,25.919334157379083],"obv":[0,201527],"rsi":[0,64.76797001523836],"rsi_2":[0,17.899185591158442],"vwma":[0,623.0270763660885],"macd":[0,0.19359006665979095],"stoch":[0,59.81562432652379],"bb_middle":[0,623.4797454833985],"bb_low":[0,607.3073554545659],"bb_upper":[0,639.652135512231],"timestamp":[0,"2024-11-27T18:30:00Z"]}],[0,{"open":[0,631.21],"low":[0,630.64],"high":[0,632.7],"close":[0,631.17],"volume":[0,33184],"signal":[0,1],"sma_5":[0,631.2180053710938],"sma_10":[0,630.7970031738281],"sma_20":[0,624.5914978027344],"sma_50":[0,611.3994995117188],"sma_100":[0,612.8368035888672],"ema_9":[0,629.9155375175715],"ema_12":[0,628.6041928237277],"ema_26":[0,622.3987420239063],"ema_50":[0,616.8987382671708],"ema_200":[0,613.7184079142512],"ulcer_index":[0,0.40062439196368066],"force_index":[0,22165.10360207411],"easy_movement":[0,8860.567260128882],"volume_weighted_avg":[0,627.4769251082209],"channel_index":[0,-51.2300049654581],"williams_r":[0,-33.965717447175344],"mass_index":[0,25.471094112254804],"obv":[0,210660],"rsi":[0,66.14466785970522],"rsi_2":[0,53.00166876216882],"vwma":[0,623.8499618542733],"macd":[0,-0.040396342847962785],"stoch":[0,66.03428255282466],"bb_middle":[0,624.5914978027344],"bb_low":[0,609.580844069765],"bb_upper":[0,639.6021515357037],"timestamp":[0,"2024-11-27T19:30:00Z"]}],[0,{"open":[0,630.84],"low":[0,629.6],"high":[0,631.57],"close":[0,630.24],"volume":[0,57899],"signal":[0,1],"sma_5":[0,631.14599609375],"sma_10":[0,631.07900390625],"sma_20":[0,625.7224975585938],"sma_50":[0,611.9796997070313],"sma_100":[0,613.0013037109375],"ema_9":[0,630.1664265959377],"ema_12":[0,628.9989297189713],"ema_26":[0,623.048127175333],"ema_50":[0,617.4448487542069],"ema_200":[0,613.6198305013386],"ulcer_index":[0,0.43183920140849985],"force_index":[0,19425.702507719172],"easy_movement":[0,8777.667111354664],"volume_weighted_avg":[0,628.5764029271064],"channel_index":[0,-10.55530067931031],"williams_r":[0,-33.49159019193469],"mass_index":[0,25.09152777236616],"obv":[0,258553],"rsi":[0,66.25595004855633],"rsi_2":[0,55.87821697489813],"vwma":[0,625.1570941476333],"macd":[0,-0.23646295739431977],"stoch":[0,66.50840980806531],"bb_middle":[0,625.7224975585938],"bb_low":[0,612.4036249230105],"bb_upper":[0,639.041370194177],"timestamp":[0,"2024-11-27T20:30:00Z"]}],[0,{"open":[0,632.01],"low":[0,629.66],"high":[0,635.6478],"close":[0,630.15],"volume":[0,24129],"signal":[0,1],"sma_5":[0,630.8859985351562],"sma_10":[0,631.4880004882813],"sma_20":[0,626.4879974365234],"sma_50":[0,612.5532995605469],"sma_100":[0,613.1639038085938],"ema_9":[0,630.1811393235946],"ema_12":[0,629.1898620976212],"ema_26":[0,623.5807895997286],"ema_50":[0,617.9438737980909],"ema_200":[0,613.7300372407642],"ulcer_index":[0,0.4760479606446495],"force_index":[0,8960.803086345939],"easy_movement":[0,8174.74986228104],"volume_weighted_avg":[0,630.3478207949257],"channel_index":[0,74.52934070619229],"williams_r":[0,-38.3927279043511],"mass_index":[0,24.797360774751304],"obv":[0,230105],"rsi":[0,63.975741834797475],"rsi_2":[0,24.666148812738683],"vwma":[0,626.2118347714013],"macd":[0,-0.4626409929493489],"stoch":[0,61.6072720956489],"bb_middle":[0,626.4879974365234],"bb_low":[0,614.0046355609475],"bb_upper":[0,638.9713593120994],"timestamp":[0,"2024-11-29T14:30:00Z"]}],[0,{"open":[0,629.86],"low":[0,627.215],"high":[0,631.49],"close":[0,628.06],"volume":[0,21016],"signal":[0,1],"sma_5":[0,630.5080078125],"sma_10":[0,631.5380004882812],"sma_20":[0,627.383999633789],"sma_50":[0,613.1325],"sma_100":[0,613.3271038818359],"ema_9":[0,630.1749163418694],"ema_12":[0,629.3375794265392],"ema_26":[0,624.0678041542488],"ema_50":[0,618.4388377471366],"ema_200":[0,614.2208131073086],"ulcer_index":[0,0.49789322948554654],"force_index":[0,7376.328147467164],"easy_movement":[0,14469.15710804988],"volume_weighted_avg":[0,630.8958299739586],"channel_index":[0,-41.43503464804844],"williams_r":[0,-45.23137507393072],"mass_index":[0,24.754135934343203],"obv":[0,141048],"rsi":[0,63.744217485738915],"rsi_2":[0,22.260446479687403],"vwma":[0,627.0258988440847],"macd":[0,-0.6410367062345692],"stoch":[0,54.768624926069286],"bb_middle":[0,627.383999633789],"bb_low":[0,616.6766693076459],"bb_upper":[0,638.0913299599322],"timestamp":[0,"2024-11-29T15:30:00Z"]}],[0,{"open":[0,627.96],"low":[0,626.63],"high":[0,628.02],"close":[0,627.83],"volume":[0,23692],"signal":[0,1],"sma_5":[0,630.1400024414063],"sma_10":[0,631.0710021972657],"sma_20":[0,628.1282501220703],"sma_50":[0,613.6778002929688],"sma_100":[0,613.4605041503906],"ema_9":[0,629.7519325870069],"ema_12":[0,629.1410288590554],"ema_26":[0,624.367522640524],"ema_50":[0,618.9772306888565],"ema_200":[0,617.5958465020861],"ulcer_index":[0,0.5772488854692854],"force_index":[0,45.959552618908674],"easy_movement":[0,4122.370845915093],"volume_weighted_avg":[0,630.9208986017414],"channel_index":[0,-53.335094712581856],"williams_r":[0,-78.61292481142023],"mass_index":[0,24.822667085340044],"obv":[0,76986],"rsi":[0,58.48975637489487],"rsi_2":[0,4.024283779717308],"vwma":[0,627.3367401100535],"macd":[0,-0.9047633669449793],"stoch":[0,21.38707518857977],"bb_middle":[0,628.1282501220703],"bb_low":[0,619.6345183923905],"bb_upper":[0,636.6219818517501],"timestamp":[0,"2024-11-29T16:30:00Z"]}],[0,{"open":[0,628.42],"low":[0,627.5001],"high":[0,628.925],"close":[0,627.94],"volume":[0,4498],"signal":[0,1],"sma_5":[0,629.4900024414062],"sma_10":[0,630.35400390625],"sma_20":[0,628.495751953125],"sma_50":[0,614.1889001464843],"sma_100":[0,613.5036041259766],"ema_9":[0,629.36754948767],"ema_12":[0,628.9393347668099],"ema_26":[0,624.6242171351057],"ema_50":[0,619.3329930675746],"ema_200":[0,617.870390536957],"ulcer_index":[0,0.651370261889929],"force_index":[0,-741.4402774254456],"easy_movement":[0,630.6100831365153],"volume_weighted_avg":[0,630.8913682673227],"channel_index":[0,-41.25020290426731],"williams_r":[0,-85.2308336195055],"mass_index":[0,24.786450568674372],"obv":[0,33077],"rsi":[0,57.9215138734853],"rsi_2":[0,3.409575595578616],"vwma":[0,627.6820750869381],"macd":[0,-1.0902504789134246],"stoch":[0,14.769166380494505],"bb_middle":[0,628.495751953125],"bb_low":[0,620.7548326819631],"bb_upper":[0,636.236671224287],"timestamp":[0,"2024-11-29T17:30:00Z"]}],[0,{"open":[0,625.46],"low":[0,617.42],"high":[0,625.78],"close":[0,619.13],"volume":[0,22739],"signal":[0,1],"sma_5":[0,628.8440063476562],"sma_10":[0,629.9950012207031],"sma_20":[0,628.8327514648438],"sma_50":[0,614.6864001464844],"sma_100":[0,613.5431091308594],"ema_9":[0,629.0820400777859],"ema_12":[0,628.785591159857],"ema_26":[0,624.8684218507269],"ema_50":[0,619.6137840327682],"ema_200":[0,616.8303575248021],"ulcer_index":[0,0.7098041495394357],"force_index":[0,-564.9349294621454],"easy_movement":[0,2161.8317600323994],"volume_weighted_avg":[0,631.110177189433],"channel_index":[0,-94.4797004620715],"williams_r":[0,-84.26392942994505],"mass_index":[0,24.74210378284743],"obv":[0,54376],"rsi":[0,58.140629303183246],"rsi_2":[0,15.722616672690805],"vwma":[0,628.0143827942762],"macd":[0,-1.1923487178650518],"stoch":[0,15.736070570054943],"bb_middle":[0,628.8327514648438],"bb_low":[0,621.8410589448282],"bb_upper":[0,635.8244439848594],"timestamp":[0,"2024-12-02T14:30:00Z"]}],[0,{"open":[0,619.005],"low":[0,617.115],"high":[0,619.97],"close":[0,618.23],"volume":[0,23172],"signal":[0,2],"sma_5":[0,626.6220092773438],"sma_10":[0,628.75400390625],"sma_20":[0,628.6972503662109],"sma_50":[0,615.0283996582032],"sma_100":[0,613.5255090332031],"ema_9":[0,627.0916330390438],"ema_12":[0,627.300116416925],"ema_26":[0,624.4439176202743],"ema_50":[0,619.6175114024315],"ema_200":[0,617.3094027011142],"ulcer_index":[0,0.9746635609441316],"force_index":[0,-29102.58272742407],"easy_movement":[0,-15568.39154424111],"volume_weighted_avg":[0,630.516746086325],"channel_index":[0,-31.341333795869485],"williams_r":[0,-91.49456134012951],"mass_index":[0,24.770529737221075],"obv":[0,15248],"rsi":[0,40.77266438613572],"rsi_2":[0,0.7339408754636594],"vwma":[0,628.4009937260571],"macd":[0,-1.8019394008300047],"stoch":[0,8.505438659870492],"bb_middle":[0,628.6972503662109],"bb_low":[0,621.0907175911432],"bb_upper":[0,636.3037831412787],"timestamp":[0,"2024-12-02T15:30:00Z"]}],[0,{"open":[0,617.995],"low":[0,617.645],"high":[0,621],"close":[0,619.7525],"volume":[0,32041],"signal":[0,1],"sma_5":[0,624.2380004882813],"sma_10":[0,627.3730041503907],"sma_20":[0,628.4007507324219],"sma_50":[0,615.3507995605469],"sma_100":[0,613.4865087890626],"ema_9":[0,625.3193025250819],"ema_12":[0,625.9047109128367],"ema_26":[0,623.983841900846],"ema_50":[0,619.5717932663537],"ema_200":[0,617.4932949758957],"ulcer_index":[0,1.2033932059452115],"force_index":[0,-27923.555000441564],"easy_movement":[0,-22153.814146147077],"volume_weighted_avg":[0,629.7013550205554],"channel_index":[0,-13.411031314795318],"williams_r":[0,-94.537048666559],"mass_index":[0,24.745501450741287],"obv":[0,-27783],"rsi":[0,39.47299039840902],"rsi_2":[0,0.6142889617388221],"vwma":[0,629.08398402009],"macd":[0,-2.189541092476926],"stoch":[0,5.462951333440989],"bb_middle":[0,628.4007507324219],"bb_low":[0,619.7230169481425],"bb_upper":[0,637.0784845167013],"timestamp":[0,"2024-12-02T16:30:00Z"]}],[0,{"open":[0,619.725],"low":[0,619.185],"high":[0,621.215],"close":[0,621.215],"volume":[0,17262],"signal":[0,1],"sma_5":[0,622.5765014648438],"sma_10":[0,626.358251953125],"sma_20":[0,628.3471252441407],"sma_50":[0,615.7475500488281],"sma_100":[0,613.457984008789],"ema_9":[0,624.2059425081541],"ema_12":[0,624.958217249322],"ema_26":[0,623.6699797528918],"ema_50":[0,619.5615807186794],"ema_200":[0,617.1681287829373],"ulcer_index":[0,1.310771020119429],"force_index":[0,-16963.560298432556],"easy_movement":[0,-22310.001395015435],"volume_weighted_avg":[0,627.8323846748552],"channel_index":[0,25.99474439952522],"williams_r":[0,-87.0773748646822],"mass_index":[0,24.776221252532263],"obv":[0,34251],"rsi":[0,42.78926564267572],"rsi_2":[0,35.94492164913973],"vwma":[0,628.8888559533117],"macd":[0,-2.2582837436302627],"stoch":[0,12.922625135317794],"bb_middle":[0,628.3471252441407],"bb_low":[0,619.471786505905],"bb_upper":[0,637.2224639823763],"timestamp":[0,"2024-12-02T17:30:00Z"]}],[0,{"open":[0,621.69],"low":[0,621.21],"high":[0,622.9],"close":[0,622.27],"volume":[0,16577],"signal":[0,1],"sma_5":[0,621.2535034179688],"sma_10":[0,625.3717529296875],"sma_20":[0,628.0843780517578],"sma_50":[0,616.18125],"sma_100":[0,613.4535345458985],"ema_9":[0,623.6077593779961],"ema_12":[0,624.3823419074987],"ema_26":[0,623.4889769575108],"ema_50":[0,619.6604715125044],"ema_200":[0,617.8926635484138],"ulcer_index":[0,1.3806939790595059],"force_index":[0,-10927.95080558979],"easy_movement":[0,-21748.47415542226],"volume_weighted_avg":[0,627.2974316687445],"channel_index":[0,-45.74145603251557],"williams_r":[0,-77.87690767416893],"mass_index":[0,24.55563953626613],"obv":[0,-12657],"rsi":[0,45.85044543788952],"rsi_2":[0,61.93909914288425],"vwma":[0,628.7114084374167],"macd":[0,-2.1214510216475877],"stoch":[0,22.123092325831077],"bb_middle":[0,628.0843780517578],"bb_low":[0,618.7054592963094],"bb_upper":[0,637.4632968072061],"timestamp":[0,"2024-12-02T18:30:00Z"]}],[0,{"open":[0,622.719],"low":[0,620.49],"high":[0,623.6],"close":[0,623.2],"volume":[0,40794],"signal":[0,1],"sma_5":[0,620.1195068359375],"sma_10":[0,624.4817565917969],"sma_20":[0,627.7803802490234],"sma_50":[0,616.6230505371094],"sma_100":[0,613.4410345458984],"ema_9":[0,623.3402114087589],"ema_12":[0,624.0573692647989],"ema_26":[0,623.3989338364086],"ema_50":[0,619.7728747344105],"ema_200":[0,618.1385468451712],"ulcer_index":[0,1.4338002251839799],"force_index":[0,-6874.14091852985],"easy_movement":[0,-16800.18545990525],"volume_weighted_avg":[0,626.8231745582548],"channel_index":[0,-47.97661616305357],"williams_r":[0,-72.18434867376713],"mass_index":[0,24.3927198143962],"obv":[0,-12282],"rsi":[0,48.01282147868548],"rsi_2":[0,75.99381311576231],"vwma":[0,628.5241253789717],"macd":[0,-1.8847868658409586],"stoch":[0,27.815651326232864],"bb_middle":[0,627.7803802490234],"bb_low":[0,618.0674145353099],"bb_upper":[0,637.493345962737],"timestamp":[0,"2024-12-02T19:30:00Z"]}],[0,{"open":[0,623.35],"low":[0,622.5],"high":[0,626.28],"close":[0,625.36],"volume":[0,75868],"signal":[0,1],"sma_5":[0,620.9335083007812],"sma_10":[0,623.7777587890625],"sma_20":[0,627.6328796386719],"sma_50":[0,617.1034509277343],"sma_100":[0,613.4323345947265],"ema_9":[0,623.3121715682606],"ema_12":[0,623.9254681373021],"ema_26":[0,623.3838579548087],"ema_50":[0,619.89354287925],"ema_200":[0,617.9130024029855],"ulcer_index":[0,1.4677036997494302],"force_index":[0,-470.6344463038613],"easy_movement":[0,-17950.316022924828],"volume_weighted_avg":[0,626.173840012805],"channel_index":[0,68.12410172736105],"williams_r":[0,-67.16626817106987],"mass_index":[0,24.349896474567693],"obv":[0,54358],"rsi":[0,49.91530189054141],"rsi_2":[0,85.4598991396619],"vwma":[0,628.2160371052822],"macd":[0,-1.6017227473043012],"stoch":[0,32.83373182893013],"bb_middle":[0,627.6328796386719],"bb_low":[0,617.7374756809841],"bb_upper":[0,637.5282835963596],"timestamp":[0,"2024-12-02T20:30:00Z"]}],[0,{"open":[0,623.27],"low":[0,616.04],"high":[0,623.27],"close":[0,622.36],"volume":[0,23578],"signal":[0,1],"sma_5":[0,622.3595092773437],"sma_10":[0,623.2987548828125],"sma_20":[0,627.4183776855468],"sma_50":[0,617.5772509765625],"sma_100":[0,613.452734375],"ema_9":[0,623.721734324531],"ema_12":[0,624.146162986904],"ema_26":[0,623.529367222947],"ema_50":[0,620.072857831912],"ema_200":[0,617.2826265599912],"ulcer_index":[0,1.4726181240860976],"force_index":[0,23008.9432690713],"easy_movement":[0,-16664.357055483662],"volume_weighted_avg":[0,625.7100890228133],"channel_index":[0,201.987325477866],"williams_r":[0,-55.51142463822528],"mass_index":[0,24.26742715805242],"obv":[0,165668],"rsi":[0,54.11852951964024],"rsi_2":[0,94.86517646807356],"vwma":[0,627.773824359525],"macd":[0,-1.222335461191982],"stoch":[0,44.48857536177472],"bb_middle":[0,627.4183776855468],"bb_low":[0,617.521185648736],"bb_upper":[0,637.3155697223576],"timestamp":[0,"2024-12-03T14:30:00Z"]}],[0,{"open":[0,621.21],"low":[0,620.69],"high":[0,624.23],"close":[0,622.55],"volume":[0,15803],"signal":[0,1],"sma_5":[0,622.881005859375],"sma_10":[0,622.7287536621094],"sma_20":[0,626.8998779296875],"sma_50":[0,617.99205078125],"sma_100":[0,613.4622839355469],"ema_9":[0,623.4493845292639],"ema_12":[0,623.8713662439196],"ema_26":[0,623.441243883397],"ema_50":[0,620.1020472209443],"ema_200":[0,616.1172963630582],"ulcer_index":[0,1.510148705436648],"force_index":[0,9617.219009131053],"easy_movement":[0,-26879.731597975566],"volume_weighted_avg":[0,625.2390188928154],"channel_index":[0,-28.601649115553197],"williams_r":[0,-67.76797248291857],"mass_index":[0,24.32133501216034],"obv":[0,173464],"rsi":[0,48.103142699578854],"rsi_2":[0,33.91881631739359],"vwma":[0,627.4313837313382],"macd":[0,-1.1291154645881525],"stoch":[0,32.23202751708145],"bb_middle":[0,626.8998779296875],"bb_low":[0,617.0838765033567],"bb_upper":[0,636.7158793560183],"timestamp":[0,"2024-12-03T15:30:00Z"]}],[0,{"open":[0,621.59],"low":[0,621.59],"high":[0,623.44],"close":[0,622.29],"volume":[0,13407],"signal":[0,1],"sma_5":[0,623.147998046875],"sma_10":[0,622.2007507324219],"sma_20":[0,626.277377319336],"sma_50":[0,618.4306506347656],"sma_100":[0,613.5067840576172],"ema_9":[0,623.2695051818584],"ema_12":[0,623.6680772114482],"ema_26":[0,623.3748976188072],"ema_50":[0,620.1848651997584],"ema_200":[0,615.9164430302428],"ulcer_index":[0,1.5365246251322664],"force_index":[0,8671.311695422504],"easy_movement":[0,-22673.181457679417],"volume_weighted_avg":[0,624.6393519978943],"channel_index":[0,-55.87013512299675],"williams_r":[0,-66.79896032746572],"mass_index":[0,24.31323127805297],"obv":[0,209568],"rsi":[0,48.497926354192074],"rsi_2":[0,38.89170823926605],"vwma":[0,626.3789338074436],"macd":[0,-1.0132623046567508],"stoch":[0,33.20103967253428],"bb_middle":[0,626.277377319336],"bb_low":[0,617.0326074849166],"bb_upper":[0,635.5221471537553],"timestamp":[0,"2024-12-03T16:30:00Z"]}],[0,{"open":[0,623.03],"low":[0,621.64],"high":[0,623.44],"close":[0,621.64],"volume":[0,12849],"signal":[0,1],"sma_5":[0,623.1519897460937],"sma_10":[0,621.6357482910156],"sma_20":[0,625.8153747558594],"sma_50":[0,618.8560498046875],"sma_100":[0,613.5558837890625],"ema_9":[0,623.0735997506114],"ema_12":[0,623.456061858476],"ema_26":[0,623.2937653822651],"ema_50":[0,620.2364995544458],"ema_200":[0,615.3585085705032],"ulcer_index":[0,1.559455710939926],"force_index":[0,6934.011425992361],"easy_movement":[0,-22355.248357080596],"volume_weighted_avg":[0,623.6359862594429],"channel_index":[0,-66.2873523586783],"williams_r":[0,-68.12500972747506],"mass_index":[0,24.28180602754374],"obv":[0,209824],"rsi":[0,47.972282627884],"rsi_2":[0,32.24947235705571],"vwma":[0,626.0833045039032],"macd":[0,-0.9162915982340847],"stoch":[0,31.87499027252494],"bb_middle":[0,625.8153747558594],"bb_low":[0,616.7448850292504],"bb_upper":[0,634.8858644824683],"timestamp":[0,"2024-12-03T17:30:00Z"]}],[0,{"open":[0,621.34],"low":[0,620.025],"high":[0,621.71],"close":[0,621.3474],"volume":[0,12066],"signal":[0,1],"sma_5":[0,622.839990234375],"sma_10":[0,621.8867492675781],"sma_20":[0,625.3203765869141],"sma_50":[0,619.2660498046876],"sma_100":[0,613.6153741455078],"ema_9":[0,622.7868827296447],"ema_12":[0,623.1766698348863],"ema_26":[0,623.1700783982319],"ema_50":[0,620.2437434305684],"ema_200":[0,614.4604999130905],"ulcer_index":[0,1.5699898554946443],"force_index":[0,4756.441543375],"easy_movement":[0,-25997.528060745502],"volume_weighted_avg":[0,623.1034328190806],"channel_index":[0,-68.05240446054209],"williams_r":[0,-63.75383691577156],"mass_index":[0,24.24259738961738],"obv":[0,250631],"rsi":[0,46.604497950928646],"rsi_2":[0,17.39585415016772],"vwma":[0,625.7756184380701],"macd":[0,-0.8591049071921],"stoch":[0,36.24616308422845],"bb_middle":[0,625.3203765869141],"bb_low":[0,616.4758188810027],"bb_upper":[0,634.1649342928255],"timestamp":[0,"2024-12-03T18:30:00Z"]}],[0,{"open":[0,621.305],"low":[0,621.305],"high":[0,623.9],"close":[0,623.22],"volume":[0,25236],"signal":[0,1],"sma_5":[0,622.0374755859375],"sma_10":[0,622.1984924316406],"sma_20":[0,624.7857482910156],"sma_50":[0,619.657998046875],"sma_100":[0,613.6980480957031],"ema_9":[0,622.4989886068863],"ema_12":[0,622.895245922923],"ema_26":[0,623.0379572967257],"ema_50":[0,620.4034496254178],"ema_200":[0,616.8687147618201],"ulcer_index":[0,1.5678905939558099],"force_index":[0,3568.995188297716],"easy_movement":[0,-22869.015984501366],"volume_weighted_avg":[0,622.7285059156663],"channel_index":[0,-71.4514163589392],"williams_r":[0,-58.80923508346439],"mass_index":[0,24.15614683307814],"obv":[0,217620],"rsi":[0,45.938476753528384],"rsi_2":[0,12.296539996453447],"vwma":[0,625.4581197459668],"macd":[0,-0.8030538514680529],"stoch":[0,41.19076491653561],"bb_middle":[0,624.7857482910156],"bb_low":[0,616.3471955715748],"bb_upper":[0,633.2243010104563],"timestamp":[0,"2024-12-03T19:30:00Z"]}],[0,{"open":[0,623.23],"low":[0,622.49],"high":[0,624.45],"close":[0,622.85],"volume":[0,41090],"signal":[0,1],"sma_5":[0,622.20947265625],"sma_10":[0,622.5452392578125],"sma_20":[0,624.4517456054688],"sma_50":[0,620.0256970214843],"sma_100":[0,613.7358477783204],"ema_9":[0,622.6431850256574],"ema_12":[0,622.9452034513525],"ema_26":[0,623.0503760072635],"ema_50":[0,620.4710652030819],"ema_200":[0,616.071070740244],"ulcer_index":[0,1.5516351336913594],"force_index":[0,9811.020987762393],"easy_movement":[0,-20744.993590101083],"volume_weighted_avg":[0,622.405595446875],"channel_index":[0,-3.2602126631316497],"williams_r":[0,-44.276389336263904],"mass_index":[0,24.134187624577685],"obv":[0,268022],"rsi":[0,50.62272204593362],"rsi_2":[0,81.54356598697596],"vwma":[0,625.0483106520337],"macd":[0,-0.6137631830590667],"stoch":[0,55.7236106637361],"bb_middle":[0,624.4517456054688],"bb_low":[0,616.3263466207269],"bb_upper":[0,632.5771445902107],"timestamp":[0,"2024-12-03T20:30:00Z"]}],[0,{"open":[0,624.99],"low":[0,621.32],"high":[0,633.625],"close":[0,630.94],"volume":[0,27367],"signal":[0,1],"sma_5":[0,622.2694702148438],"sma_10":[0,622.7087341308594],"sma_20":[0,624.0402435302734],"sma_50":[0,620.4282971191407],"sma_100":[0,613.7933477783204],"ema_9":[0,622.6845431366299],"ema_12":[0,622.9305527148267],"ema_26":[0,623.033113111759],"ema_50":[0,620.4669695568548],"ema_200":[0,614.1814399712048],"ulcer_index":[0,1.5266905739482322],"force_index":[0,6238.783473374408],"easy_movement":[0,-22457.662570500084],"volume_weighted_avg":[0,622.3877846996515],"channel_index":[0,71.70249750911297],"williams_r":[0,-33.496450561174925],"mass_index":[0,24.100478662261605],"obv":[0,257034],"rsi":[0,49.73032904985325],"rsi_2":[0,62.15141472167003],"vwma":[0,624.634901232294],"macd":[0,-0.49199261238653913],"stoch":[0,66.50354943882508],"bb_middle":[0,624.0402435302734],"bb_low":[0,616.4857012082731],"bb_upper":[0,631.5947858522737],"timestamp":[0,"2024-12-04T14:30:00Z"]}],[0,{"open":[0,631.87],"low":[0,631.835],"high":[0,635.15],"close":[0,634.755],"volume":[0,15890],"signal":[0,1],"sma_5":[0,623.9994750976563],"sma_10":[0,623.575732421875],"sma_20":[0,624.0287445068359],"sma_50":[0,621.0114965820312],"sma_100":[0,613.9849475097657],"ema_9":[0,624.3356349976098],"ema_12":[0,624.1627757563549],"ema_26":[0,623.6188631668136],"ema_50":[0,620.8798733439108],"ema_200":[0,614.3923352053655],"ulcer_index":[0,1.3728208121431906],"force_index":[0,36973.781936030166],"easy_movement":[0,7762.048576703145],"volume_weighted_avg":[0,623.2048598188309],"channel_index":[0,4.1616587514113075],"williams_r":[0,-15.26866194861044],"mass_index":[0,24.392867959864493],"obv":[0,274448],"rsi":[0,64.73735741634664],"rsi_2":[0,96.67985741891619],"vwma":[0,624.5514708728052],"macd":[0,0.12365358571639107],"stoch":[0,84.73133805138956],"bb_middle":[0,624.0287445068359],"bb_low":[0,616.5170683512634],"bb_upper":[0,631.5404206624083],"timestamp":[0,"2024-12-04T15:30:00Z"]}],[0,{"open":[0,634.675],"low":[0,634.51],"high":[0,636.56],"close":[0,635.64],"volume":[0,17199],"signal":[0,1],"sma_5":[0,626.6224731445312],"sma_10":[0,624.7312316894531],"sma_20":[0,624.2544952392578],"sma_50":[0,621.678896484375],"sma_100":[0,614.2134973144531],"ema_9":[0,626.4195089759253],"ema_12":[0,625.792349816057],"ema_26":[0,624.4466082932441],"ema_50":[0,621.5385899620862],"ema_200":[0,616.8978360836292],"ulcer_index":[0,1.1774764673532505],"force_index":[0,40353.8958913901],"easy_movement":[0,19423.622297403712],"volume_weighted_avg":[0,624.0128292245188],"channel_index":[0,-45.559765668294524],"williams_r":[0,-2.06707782522461],"mass_index":[0,24.591037079270084],"obv":[0,267944],"rsi":[0,69.365706576069],"rsi_2":[0,98.21536430446098],"vwma":[0,624.2095483271444],"macd":[0,0.7440005756411654],"stoch":[0,97.9329221747754],"bb_middle":[0,624.2544952392578],"bb_low":[0,615.7977794035518],"bb_upper":[0,632.7112110749639],"timestamp":[0,"2024-12-04T16:30:00Z"]}],[0,{"open":[0,634.53],"low":[0,631.9301],"high":[0,634.53],"close":[0,632.33],"volume":[0,15046],"signal":[0,1],"sma_5":[0,629.4809936523437],"sma_10":[0,625.7592346191407],"sma_20":[0,624.5289947509766],"sma_50":[0,622.3793969726562],"sma_100":[0,614.3882977294921],"ema_9":[0,628.263610110326],"ema_12":[0,627.3073751470939],"ema_26":[0,625.2755222073466],"ema_50":[0,622.0824340732056],"ema_200":[0,616.9003872348441],"ulcer_index":[0,1.0566387140838898],"force_index":[0,36764.20923674363],"easy_movement":[0,20579.135179468936],"volume_weighted_avg":[0,624.9607006689241],"channel_index":[0,-37.481314094955465],"williams_r":[0,-4.483343248066627],"mass_index":[0,24.682149493689167],"obv":[0,309068],"rsi":[0,70.340036638845],"rsi_2":[0,98.5306495589193],"vwma":[0,624.3200025540116],"macd":[0,1.1438008887846565],"stoch":[0,95.51665675193337],"bb_middle":[0,624.5289947509766],"bb_low":[0,615.0321952694919],"bb_upper":[0,634.0257942324613],"timestamp":[0,"2024-12-04T17:30:00Z"]}],[0,{"open":[0,631.98],"low":[0,631.4241],"high":[0,634.0659],"close":[0,633.305],"volume":[0,25370],"signal":[0,1],"sma_5":[0,631.3030029296875],"sma_10":[0,626.7562377929687],"sma_20":[0,624.7424957275391],"sma_50":[0,623.0845971679687],"sma_100":[0,614.5349981689453],"ema_9":[0,629.0768915065737],"ema_12":[0,628.0800893860659],"ema_26":[0,625.798845650128],"ema_50":[0,622.5152370402169],"ema_200":[0,617.6756278628083],"ulcer_index":[0,0.9624602818148954],"force_index":[0,24403.795273669453],"easy_movement":[0,16997.119837791244],"volume_weighted_avg":[0,625.4582955784601],"channel_index":[0,-48.94257047029414],"williams_r":[0,-20.613920285544317],"mass_index":[0,24.714348730605003],"obv":[0,230934],"rsi":[0,62.338232224635036],"rsi_2":[0,42.442859610722145],"vwma":[0,624.4080353816961],"macd":[0,1.1155291732225328],"stoch":[0,79.38607971445568],"bb_middle":[0,624.7424957275391],"bb_low":[0,614.7582850194166],"bb_upper":[0,634.7267064356616],"timestamp":[0,"2024-12-04T18:30:00Z"]}],[0,{"open":[0,633.5],"low":[0,633.305],"high":[0,635.125],"close":[0,634.955],"volume":[0,17338],"signal":[0,1],"sma_5":[0,633.3940063476563],"sma_10":[0,627.83173828125],"sma_20":[0,625.016244506836],"sma_50":[0,623.6528967285157],"sma_100":[0,614.6745483398438],"ema_9":[0,629.9225117415663],"ema_12":[0,628.8839209754457],"ema_26":[0,626.3574250125627],"ema_50":[0,623.041793329189],"ema_200":[0,619.9096544333964],"ulcer_index":[0,0.8748110735008148],"force_index":[0,24448.732355371907],"easy_movement":[0,15285.4899840329],"volume_weighted_avg":[0,626.1550559145388],"channel_index":[0,8.753829751375358],"williams_r":[0,-15.862581796549675],"mass_index":[0,24.784752726029303],"obv":[0,218941],"rsi":[0,63.63394376207916],"rsi_2":[0,56.89720623726055],"vwma":[0,624.7107278804646],"macd":[0,1.0918875038486455],"stoch":[0,84.13741820345034],"bb_middle":[0,625.016244506836],"bb_low":[0,614.4265597592679],"bb_upper":[0,635.605929254404],"timestamp":[0,"2024-12-04T19:30:00Z"]}],[0,{"open":[0,634.59],"low":[0,634.59],"high":[0,636.16],"close":[0,635.71],"volume":[0,31197],"signal":[0,0],"sma_5":[0,634.1970092773438],"sma_10":[0,629.0982421875],"sma_20":[0,625.3669952392578],"sma_50":[0,624.1790966796875],"sma_100":[0,614.7740985107422],"ema_9":[0,630.9290128116435],"ema_12":[0,629.8179358773311],"ema_26":[0,626.9952246994926],"ema_50":[0,623.5468718613548],"ema_200":[0,620.8208663260986],"ulcer_index":[0,0.8076088540147817],"force_index":[0,25040.849270095136],"easy_movement":[0,16393.165976937195],"volume_weighted_avg":[0,626.9628527949983],"channel_index":[0,-46.7380543157927],"williams_r":[0,-7.821534800713861],"mass_index":[0,24.825364240094853],"obv":[0,218439],"rsi":[0,65.79509400228942],"rsi_2":[0,76.70136401288896],"vwma":[0,625.0430956576794],"macd":[0,1.1116774191144554],"stoch":[0,92.17846519928614],"bb_middle":[0,625.3669952392578],"bb_low":[0,613.9786026069577],"bb_upper":[0,636.7553878715579],"timestamp":[0,"2024-12-04T20:30:00Z"]}],[0,{"open":[0,635.43],"low":[0,628.86],"high":[0,638.56],"close":[0,630.59],"volume":[0,47601],"signal":[0,1],"sma_5":[0,634.3880126953125],"sma_10":[0,630.5052429199219],"sma_20":[0,626.19599609375],"sma_50":[0,624.7394970703125],"sma_100":[0,614.8604986572266],"ema_9":[0,631.8852146427562],"ema_12":[0,630.7244103638623],"ema_26":[0,627.6383331394867],"ema_50":[0,623.9259210610226],"ema_200":[0,619.0008650477191],"ulcer_index":[0,0.7692253010585904],"force_index":[0,24830.497659839522],"easy_movement":[0,15975.575178885827],"volume_weighted_avg":[0,628.307240613923],"channel_index":[0,41.342438396634115],"williams_r":[0,-4.14217727543129],"mass_index":[0,24.836687738116808],"obv":[0,279162],"rsi":[0,66.78659685745822],"rsi_2":[0,83.59799828483116],"vwma":[0,625.9791547008087],"macd":[0,1.096945604923688],"stoch":[0,95.8578227245687],"bb_middle":[0,626.19599609375],"bb_low":[0,614.3401052482459],"bb_upper":[0,638.051886939254],"timestamp":[0,"2024-12-05T14:30:00Z"]}],[0,{"open":[0,630.59],"low":[0,627.03],"high":[0,631.18],"close":[0,629.06],"volume":[0,23582],"signal":[0,1],"sma_5":[0,633.3780151367188],"sma_10":[0,631.4295043945312],"sma_20":[0,626.813998413086],"sma_50":[0,625.1814978027344],"sma_100":[0,614.94919921875],"ema_9":[0,631.6261770851398],"ema_12":[0,630.7037359346034],"ema_26":[0,627.8566225489425],"ema_50":[0,624.1729805449238],"ema_200":[0,618.8292481934745],"ulcer_index":[0,0.7063112362496332],"force_index":[0,-13534.938650175474],"easy_movement":[0,23923.223699707298],"volume_weighted_avg":[0,629.0912388387638],"channel_index":[0,129.70306446391234],"williams_r":[0,-42.999634480056116],"mass_index":[0,25.019986477619533],"obv":[0,246482],"rsi":[0,55.2566064316463],"rsi_2":[0,16.670484134551216],"vwma":[0,626.7413051895396],"macd":[0,0.6859350510629132],"stoch":[0,57.000365519943884],"bb_middle":[0,626.813998413086],"bb_low":[0,615.4032814963934],"bb_upper":[0,638.2247153297785],"timestamp":[0,"2024-12-05T15:30:00Z"]}],[0,{"open":[0,628.75],"low":[0,627.99],"high":[0,630.25],"close":[0,629.13],"volume":[0,18785],"signal":[0,1],"sma_5":[0,632.7240112304687],"sma_10":[0,632.0135070800782],"sma_20":[0,627.2793731689453],"sma_50":[0,625.5752978515625],"sma_100":[0,615.0303991699219],"ema_9":[0,631.1129411789302],"ema_12":[0,630.4508528618541],"ema_26":[0,627.9437521373565],"ema_50":[0,624.2837166348205],"ema_200":[0,617.3050394019648],"ulcer_index":[0,0.6860717151346074],"force_index":[0,-16755.37264614603],"easy_movement":[0,13646.636332782344],"volume_weighted_avg":[0,629.4068066949422],"channel_index":[0,-13.329912491871921],"williams_r":[0,-51.25445786147782],"mass_index":[0,25.12302876454513],"obv":[0,238886],"rsi":[0,52.35768357139097],"rsi_2":[0,11.275376915213158],"vwma":[0,627.2821648577723],"macd":[0,0.2741857671487282],"stoch":[0,48.74554213852218],"bb_middle":[0,627.2793731689453],"bb_low":[0,616.3078589954073],"bb_upper":[0,638.2508873424833],"timestamp":[0,"2024-12-05T16:30:00Z"]}],[0,{"open":[0,628.915],"low":[0,626.175],"high":[0,630.24],"close":[0,626.75],"volume":[0,40723],"signal":[0,2],"sma_5":[0,631.889013671875],"sma_10":[0,632.6415100097656],"sma_20":[0,627.6751220703125],"sma_50":[0,625.9809985351562],"sma_100":[0,615.1564990234375],"ema_9":[0,630.716353919446],"ema_12":[0,630.2476454093166],"ema_26":[0,628.0310408164481],"ema_50":[0,624.4503351034099],"ema_200":[0,616.9518082117949],"ulcer_index":[0,0.6603706874602956],"force_index":[0,-14171.634176401745],"easy_movement":[0,13605.281409467052],"volume_weighted_avg":[0,629.6796779410574],"channel_index":[0,-43.73623769570725],"williams_r":[0,-50.876753919460484],"mass_index":[0,25.225372971855776],"obv":[0,286872],"rsi":[0,52.48068515329535],"rsi_2":[0,13.827458175280682],"vwma":[0,627.5520661456367],"macd":[0,-0.013787394007169773],"stoch":[0,49.12324608053952],"bb_middle":[0,627.6751220703125],"bb_low":[0,617.0413380403966],"bb_upper":[0,638.3089061002283],"timestamp":[0,"2024-12-05T17:30:00Z"]}],[0,{"open":[0,627.52],"low":[0,627.06],"high":[0,629.28],"close":[0,629.19],"volume":[0,12075],"signal":[0,1],"sma_5":[0,630.2480102539063],"sma_10":[0,632.222509765625],"sma_20":[0,627.89912109375],"sma_50":[0,626.3449987792969],"sma_100":[0,615.2715991210938],"ema_9":[0,629.9230831358012],"ema_12":[0,629.7095461822745],"ema_26":[0,627.9366944234125],"ema_50":[0,624.5624853089616],"ema_200":[0,617.4907587986985],"ulcer_index":[0,0.7094729896859554],"force_index":[0,-25988.98989524399],"easy_movement":[0,12929.649776482878],"volume_weighted_avg":[0,629.6350361347398],"channel_index":[0,83.40482846395584],"williams_r":[0,-63.71737075906309],"mass_index":[0,25.405995919131243],"obv":[0,193800],"rsi":[0,47.93333233238076],"rsi_2":[0,4.678145814010719],"vwma":[0,627.6535806865721],"macd":[0,-0.36533928270023797],"stoch":[0,36.28262924093691],"bb_middle":[0,627.89912109375],"bb_low":[0,617.5451458174451],"bb_upper":[0,638.2530963700548],"timestamp":[0,"2024-12-05T18:30:00Z"]}],[0,{"open":[0,628.91],"low":[0,628.79],"high":[0,630.62],"close":[0,630.06],"volume":[0,11512],"signal":[0,1],"sma_5":[0,628.9440063476562],"sma_10":[0,631.6660095214844],"sma_20":[0,628.1986206054687],"sma_50":[0,626.6301989746094],"sma_100":[0,615.3990991210937],"ema_9":[0,629.7764669972737],"ema_12":[0,629.6296164718646],"ema_26":[0,628.030316219284],"ema_50":[0,624.7755337492819],"ema_200":[0,618.2417469495431],"ulcer_index":[0,0.7069350498869148],"force_index":[0,-18066.736289001463],"easy_movement":[0,14548.720337299348],"volume_weighted_avg":[0,629.8989830066782],"channel_index":[0,-82.46792712427477],"williams_r":[0,-54.303056885952195],"mass_index":[0,25.217869004135338],"obv":[0,157427],"rsi":[0,52.462409044999326],"rsi_2":[0,59.553077505821896],"vwma":[0,628.0446037210088],"macd":[0,-0.43011661208053065],"stoch":[0,45.69694311404781],"bb_middle":[0,628.1986206054687],"bb_low":[0,618.0614141728663],"bb_upper":[0,638.3358270380711],"timestamp":[0,"2024-12-05T19:30:00Z"]}],[0,{"open":[0,630.44],"low":[0,629.81],"high":[0,632.135],"close":[0,630.18],"volume":[0,31287],"signal":[0,1],"sma_5":[0,628.8380004882813],"sma_10":[0,631.1080078125],"sma_20":[0,628.4336212158203],"sma_50":[0,626.9867993164063],"sma_100":[0,615.5180493164063],"ema_9":[0,629.8331731093534],"ema_12":[0,629.695828896446],"ema_26":[0,628.1802515913046],"ema_50":[0,624.9662013920719],"ema_200":[0,618.0264250389237],"ulcer_index":[0,0.7182077214231687],"force_index":[0,-14059.13380086546],"easy_movement":[0,15017.28541451902],"volume_weighted_avg":[0,630.3932333264929],"channel_index":[0,-79.11820905239347],"williams_r":[0,-49.30397224385754],"mass_index":[0,25.042308031602463],"obv":[0,182138],"rsi":[0,53.99986581480005],"rsi_2":[0,71.32488649657384],"vwma":[0,628.5513509755317],"macd":[0,-0.4115941858389287],"stoch":[0,50.696027756142456],"bb_middle":[0,628.4336212158203],"bb_low":[0,618.3527766122677],"bb_upper":[0,638.5144658193728],"timestamp":[0,"2024-12-05T20:30:00Z"]}],[0,{"open":[0,630.99],"low":[0,628.35],"high":[0,637.71],"close":[0,630.5],"volume":[0,28821],"signal":[0,0],"sma_5":[0,629.0619995117188],"sma_10":[0,630.8930053710938],"sma_20":[0,628.8246215820312],"sma_50":[0,627.3268994140625],"sma_100":[0,615.6472491455078],"ema_9":[0,629.9025370220055],"ema_12":[0,629.7703154588695],"ema_26":[0,628.3269667773964],"ema_50":[0,625.1137328052922],"ema_200":[0,617.0032659212695],"ulcer_index":[0,0.7472395450207608],"force_index":[0,-11513.837620023323],"easy_movement":[0,15394.51563370928],"volume_weighted_avg":[0,631.2986248228586],"channel_index":[0,61.27134990442007],"williams_r":[0,-48.60794448771507],"mass_index":[0,24.876437528094723],"obv":[0,228390],"rsi":[0,54.226724853169316],"rsi_2":[0,73.45597395536122],"vwma":[0,628.9837738693197],"macd":[0,-0.3888539859637401],"stoch":[0,51.39205551228493],"bb_middle":[0,628.8246215820312],"bb_low":[0,619.1166838551811],"bb_upper":[0,638.5325593088813],"timestamp":[0,"2024-12-06T14:30:00Z"]}],[0,{"open":[0,631.18],"low":[0,628.01],"high":[0,631.4],"close":[0,629.255],"volume":[0,23075],"signal":[0,1],"sma_5":[0,629.3359985351562],"sma_10":[0,630.6125061035157],"sma_20":[0,629.2221221923828],"sma_50":[0,627.5272998046875],"sma_100":[0,615.8107489013672],"ema_9":[0,630.0220296176013],"ema_12":[0,629.8825746182088],"ema_26":[0,628.4879253757119],"ema_50":[0,625.324684113576],"ema_200":[0,617.1320382483033],"ulcer_index":[0,0.7786808866633549],"force_index":[0,-8550.489592180355],"easy_movement":[0,7312.811602342853],"volume_weighted_avg":[0,631.2593806880225],"channel_index":[0,40.21591642571396],"williams_r":[0,-65.07865323582172],"mass_index":[0,25.102809791542366],"obv":[0,276620],"rsi":[0,54.84374631620007],"rsi_2":[0,80.99096248271987],"vwma":[0,629.2941059595444],"macd":[0,-0.3500514095685028],"stoch":[0,34.92134676417828],"bb_middle":[0,629.2221221923828],"bb_low":[0,619.9323858829658],"bb_upper":[0,638.5118585017998],"timestamp":[0,"2024-12-06T15:30:00Z"]}],[0,{"open":[0,629.56],"low":[0,624.8801],"high":[0,629.62],"close":[0,626.17],"volume":[0,15840],"signal":[0,1],"sma_5":[0,629.8369995117188],"sma_10":[0,630.0425048828125],"sma_20":[0,629.5703735351562],"sma_50":[0,627.6883996582031],"sma_100":[0,615.9619488525391],"ema_9":[0,629.8686246711131],"ema_12":[0,629.7860255562637],"ema_26":[0,628.5457939175965],"ema_50":[0,625.5210092379583],"ema_200":[0,618.1006171330462],"ulcer_index":[0,0.8246149614282013],"force_index":[0,-11432.746883475047],"easy_movement":[0,-5147.1220471994],"volume_weighted_avg":[0,630.9631257946679],"channel_index":[0,-6.651225251888546],"williams_r":[0,-75.13108872636953],"mass_index":[0,25.320159550868976],"obv":[0,235022],"rsi":[0,51.88354561859651],"rsi_2":[0,25.240379769250794],"vwma":[0,629.4886266354602],"macd":[0,-0.402244283625677],"stoch":[0,24.868911273630466],"bb_middle":[0,629.5703735351562],"bb_low":[0,620.840919003697],"bb_upper":[0,638.2998280666155],"timestamp":[0,"2024-12-06T16:30:00Z"]}],[0,{"open":[0,625.685],"low":[0,624.02],"high":[0,626.22],"close":[0,624.55],"volume":[0,16225],"signal":[0,1],"sma_5":[0,629.2329956054688],"sma_10":[0,629.0885009765625],"sma_20":[0,629.7968719482421],"sma_50":[0,627.7749987792969],"sma_100":[0,616.0592486572266],"ema_9":[0,629.1288963187507],"ema_12":[0,629.2297112563261],"ema_26":[0,628.3694260452158],"ema_50":[0,625.5310817627953],"ema_200":[0,617.8718832949402],"ulcer_index":[0,0.9169798744674073],"force_index":[0,-16779.51523534147],"easy_movement":[0,-12133.225227171451],"volume_weighted_avg":[0,630.5062659525438],"channel_index":[0,-68.14318327170984],"williams_r":[0,-90.57113919984296],"mass_index":[0,25.515088100856655],"obv":[0,241598],"rsi":[0,45.372725847260284],"rsi_2":[0,5.7216174326442655],"vwma":[0,629.5889789505973],"macd":[0,-0.6262376093161865],"stoch":[0,9.42886080015705],"bb_middle":[0,629.7968719482421],"bb_low":[0,621.6893086177063],"bb_upper":[0,637.904435278778],"timestamp":[0,"2024-12-06T17:30:00Z"]}],[0,{"open":[0,624.74],"low":[0,620.76],"high":[0,625.0699],"close":[0,622.07],"volume":[0,25511],"signal":[0,1],"sma_5":[0,628.1309936523437],"sma_10":[0,628.4844970703125],"sma_20":[0,629.9570007324219],"sma_50":[0,627.7827990722657],"sma_100":[0,616.1487487792969],"ema_9":[0,628.2131146133132],"ema_12":[0,628.5097537237217],"ema_26":[0,628.0858773501718],"ema_50":[0,625.4673452983692],"ema_200":[0,617.4306609014876],"ulcer_index":[0,1.0205959365295905],"force_index":[0,-18131.680564234768],"easy_movement":[0,-11351.290557660861],"volume_weighted_avg":[0,630.1449684204314],"channel_index":[0,-69.41872548325503],"williams_r":[0,-96.3550958555639],"mass_index":[0,25.54956938514432],"obv":[0,283842],"rsi":[0,42.368635823706086],"rsi_2":[0,3.1573459560767816],"vwma":[0,629.6254236409042],"macd":[0,-0.850913986882011],"stoch":[0,3.644904144436096],"bb_middle":[0,629.9570007324219],"bb_low":[0,622.4166225852478],"bb_upper":[0,637.497378879596],"timestamp":[0,"2024-12-06T18:30:00Z"]}],[0,{"open":[0,622.555],"low":[0,621.24],"high":[0,623.755],"close":[0,623.55],"volume":[0,21981],"signal":[0,1],"sma_5":[0,626.5089965820313],"sma_10":[0,627.785498046875],"sma_20":[0,629.8995025634765],"sma_50":[0,627.8076989746094],"sma_100":[0,616.2272491455078],"ema_9":[0,626.9844931530479],"ema_12":[0,627.519022840878],"ema_26":[0,627.6347976881631],"ema_50":[0,625.1142637883283],"ema_200":[0,613.0586471438397],"ulcer_index":[0,1.1665402825773077],"force_index":[0,-24582.93549789376],"easy_movement":[0,-13651.37961083739],"volume_weighted_avg":[0,629.3120421403978],"channel_index":[0,10.483539260501622],"williams_r":[0,-92.64045810688017],"mass_index":[0,25.40657071985864],"obv":[0,285528],"rsi":[0,38.226670414555045],"rsi_2":[0,1.3309915893338484],"vwma":[0,629.561374129815],"macd":[0,-1.119386837297059],"stoch":[0,7.3595418931198235],"bb_middle":[0,629.8995025634765],"bb_low":[0,622.1401535749367],"bb_upper":[0,637.6588515520164],"timestamp":[0,"2024-12-06T19:30:00Z"]}],[0,{"open":[0,622.75],"low":[0,622.32],"high":[0,624.715],"close":[0,622.84],"volume":[0,28897],"signal":[0,1],"sma_5":[0,625.118994140625],"sma_10":[0,627.2274963378907],"sma_20":[0,629.9345031738281],"sma_50":[0,627.7492993164062],"sma_100":[0,616.4406488037109],"ema_9":[0,626.2975920810503],"ema_12":[0,626.9084020692769],"ema_26":[0,627.3322600754009],"ema_50":[0,625.0545665343316],"ema_200":[0,613.196134892978],"ulcer_index":[0,1.2733174278942898],"force_index":[0,-16424.495476848228],"easy_movement":[0,-15094.757127507184],"volume_weighted_avg":[0,628.6673438468598],"channel_index":[0,-12.703641184799716],"williams_r":[0,-84.32595538944229],"mass_index":[0,25.256849590189233],"obv":[0,289541],"rsi":[0,41.90546568380538],"rsi_2":[0,41.62977651988235],"vwma":[0,629.8693230671527],"macd":[0,-1.1419240496948508],"stoch":[0,15.674044610557717],"bb_middle":[0,629.9345031738281],"bb_low":[0,622.297311412632],"bb_upper":[0,637.5716949350243],"timestamp":[0,"2024-12-06T20:30:00Z"]}],[0,{"open":[0,623.76],"low":[0,614.6],"high":[0,623.76],"close":[0,616.8],"volume":[0,36445],"signal":[0,1],"sma_5":[0,623.8359985351562],"sma_10":[0,626.8364990234375],"sma_20":[0,629.5295043945313],"sma_50":[0,627.6391003417968],"sma_100":[0,616.6460491943359],"ema_9":[0,625.6060790353515],"ema_12":[0,626.2824980312662],"ema_26":[0,626.9982019246776],"ema_50":[0,624.9153673186826],"ema_200":[0,612.2399729719352],"ulcer_index":[0,1.3150008621080145],"force_index":[0,-17007.402569793732],"easy_movement":[0,-14907.864982494779],"volume_weighted_avg":[0,627.5453849592986],"channel_index":[0,49.7893701493894],"williams_r":[0,-88.31450271743789],"mass_index":[0,25.175784349367028],"obv":[0,287120],"rsi":[0,40.66369964331886],"rsi_2":[0,29.90967549971485],"vwma":[0,629.3726367296539],"macd":[0,-1.1486673353058912],"stoch":[0,11.685497282562107],"bb_middle":[0,629.5295043945313],"bb_low":[0,621.311553613261],"bb_upper":[0,637.7474551758015],"timestamp":[0,"2024-12-09T14:30:00Z"]}],[0,{"open":[0,616.655],"low":[0,612.915],"high":[0,617.6],"close":[0,615.46],"volume":[0,30815],"signal":[0,1],"sma_5":[0,621.9619995117188],"sma_10":[0,625.5974975585938],"sma_20":[0,628.6317535400391],"sma_50":[0,627.452099609375],"sma_100":[0,616.8196490478516],"ema_9":[0,623.8448607866101],"ema_12":[0,624.8236502300414],"ema_26":[0,626.2421876879881],"ema_50":[0,624.5733197326126],"ema_200":[0,611.8071114562958],"ulcer_index":[0,1.4213154394171874],"force_index":[0,-46025.14170906171],"easy_movement":[0,-20271.40729885371],"volume_weighted_avg":[0,625.9426080403018],"channel_index":[0,106.3922724243002],"williams_r":[0,-90.48027784013628],"mass_index":[0,25.430148008556337],"obv":[0,271027],"rsi":[0,31.93616406690262],"rsi_2":[0,5.165480881600459],"vwma":[0,628.2595868014002],"macd":[0,-1.4819513465417047],"stoch":[0,9.51972215986372],"bb_middle":[0,628.6317535400391],"bb_low":[0,619.0788567978095],"bb_upper":[0,638.1846502822686],"timestamp":[0,"2024-12-09T15:30:00Z"]}],[0,{"open":[0,614.415],"low":[0,613.99],"high":[0,616.88],"close":[0,616.88],"volume":[0,13126],"signal":[0,1],"sma_5":[0,620.1440063476563],"sma_10":[0,624.1375],"sma_20":[0,627.62275390625],"sma_50":[0,627.1682995605469],"sma_100":[0,616.9928491210937],"ema_9":[0,622.1678930235627],"ema_12":[0,623.3830919665639],"ema_26":[0,625.4429359522404],"ema_50":[0,624.192869930745],"ema_200":[0,611.379930998975],"ulcer_index":[0,1.532453750932299],"force_index":[0,-45348.53024007469],"easy_movement":[0,-18742.690273404416],"volume_weighted_avg":[0,624.7831213584645],"channel_index":[0,50.792991309841966],"williams_r":[0,-89.73567479482672],"mass_index":[0,25.70742036072733],"obv":[0,259907],"rsi":[0,30.382629950320435],"rsi_2":[0,3.7785127497431006],"vwma":[0,627.2212924913288],"macd":[0,-1.699333842351366],"stoch":[0,10.26432520517327],"bb_middle":[0,627.62275390625],"bb_low":[0,617.0368541868975],"bb_upper":[0,638.2086536256024],"timestamp":[0,"2024-12-09T16:30:00Z"]}],[0,{"open":[0,617],"low":[0,617],"high":[0,620.79],"close":[0,619.0997],"volume":[0,26034],"signal":[0,1],"sma_5":[0,619.106005859375],"sma_10":[0,622.8075012207031],"sma_20":[0,626.8502532958985],"sma_50":[0,626.8513000488281],"sma_100":[0,617.1928491210938],"ema_9":[0,621.110315395211],"ema_12":[0,622.3826169755766],"ema_26":[0,624.8081947175126],"ema_50":[0,623.8879682759251],"ema_200":[0,611.070464083118],"ulcer_index":[0,1.6140645376955434],"force_index":[0,-36204.73429920217],"easy_movement":[0,-18476.384065306134],"volume_weighted_avg":[0,624.2319042199017],"channel_index":[0,-104.22168254688326],"williams_r":[0,-84.00879278853492],"mass_index":[0,25.878426831989845],"obv":[0,309615],"rsi":[0,34.059766025703],"rsi_2":[0,38.67658557442934],"vwma":[0,626.7962563832881],"macd":[0,-1.6526257096962655],"stoch":[0,15.991207211465087],"bb_middle":[0,626.8502532958985],"bb_low":[0,615.5222389034316],"bb_upper":[0,638.1782676883654],"timestamp":[0,"2024-12-09T17:30:00Z"]}],[0,{"open":[0,619.58],"low":[0,616.92],"high":[0,620.33],"close":[0,620.13],"volume":[0,17257],"signal":[0,1],"sma_5":[0,618.2159423828125],"sma_10":[0,621.6674682617188],"sma_20":[0,626.1399871826172],"sma_50":[0,626.5332934570313],"sma_100":[0,617.424945678711],"ema_9":[0,620.7081863984222],"ema_12":[0,621.8775483337865],"ema_26":[0,624.3858365578961],"ema_50":[0,623.7201446625247],"ema_200":[0,611.5513293587568],"ulcer_index":[0,1.6422041464480333],"force_index":[0,-22773.167772746063],"easy_movement":[0,-14227.914242043384],"volume_weighted_avg":[0,623.4976856756233],"channel_index":[0,8.563940709710579],"williams_r":[0,-75.05673957887171],"mass_index":[0,26.044999589776655],"obv":[0,274419],"rsi":[0,39.43603127644532],"rsi_2":[0,71.26189754932497],"vwma":[0,626.0665269944944],"macd":[0,-1.3876395957298986],"stoch":[0,24.943260421128294],"bb_middle":[0,626.1399871826172],"bb_low":[0,614.7387778962918],"bb_upper":[0,637.5411964689426],"timestamp":[0,"2024-12-09T18:30:00Z"]}],[0,{"open":[0,620.115],"low":[0,619.81],"high":[0,622.4999],"close":[0,621.765],"volume":[0,28175],"signal":[0,1],"sma_5":[0,617.6739379882813],"sma_10":[0,620.7549682617188],"sma_20":[0,625.3987365722656],"sma_50":[0,626.30529296875],"sma_100":[0,617.6564459228516],"ema_9":[0,620.592550095889],"ema_12":[0,621.6086956558077],"ema_26":[0,624.0719035527428],"ema_50":[0,623.6322591020312],"ema_200":[0,612.6998574281606],"ulcer_index":[0,1.677772591876864],"force_index":[0,-16983.79133115363],"easy_movement":[0,-14559.775719162693],"volume_weighted_avg":[0,623.1095562355288],"channel_index":[0,-68.19467115735662],"williams_r":[0,-70.90133467243662],"mass_index":[0,25.68316153340968],"obv":[0,267741],"rsi":[0,41.799040706523456],"rsi_2":[0,80.75538047583493],"vwma":[0,625.5542250003323],"macd":[0,-1.0723786898917416],"stoch":[0,29.09866532756337],"bb_middle":[0,625.3987365722656],"bb_low":[0,614.4683756305167],"bb_upper":[0,636.3290975140146],"timestamp":[0,"2024-12-09T19:30:00Z"]}],[0,{"open":[0,621.83],"low":[0,620.34],"high":[0,622.33],"close":[0,621.71],"volume":[0,77494],"signal":[0,1],"sma_5":[0,618.666943359375],"sma_10":[0,620.3144714355469],"sma_20":[0,624.7014862060547],"sma_50":[0,626.1097937011718],"sma_100":[0,617.8753961181641],"ema_9":[0,620.827043006802],"ema_12":[0,621.6327448416479],"ema_26":[0,623.9019229819642],"ema_50":[0,623.5952790960055],"ema_200":[0,613.5184460358739],"ulcer_index":[0,1.7016446507673568],"force_index":[0,-7976.775614559398],"easy_movement":[0,-14577.449095231768],"volume_weighted_avg":[0,622.766325623406],"channel_index":[0,29.24993153145974],"williams_r":[0,-64.30723558863929],"mass_index":[0,25.411407600260926],"obv":[0,276548],"rsi":[0,45.44450660789588],"rsi_2":[0,90.60518745606592],"vwma":[0,624.7032417093343],"macd":[0,-0.7015358850032427],"stoch":[0,35.69276441136072],"bb_middle":[0,624.7014862060547],"bb_low":[0,614.7564158842085],"bb_upper":[0,634.6465565279009],"timestamp":[0,"2024-12-09T20:30:00Z"]}],[0,{"open":[0,618.87],"low":[0,615.95],"high":[0,619.7],"close":[0,618.62],"volume":[0,44173],"signal":[0,1],"sma_5":[0,619.916943359375],"sma_10":[0,620.0304748535157],"sma_20":[0,624.2574859619141],"sma_50":[0,625.9031945800781],"sma_100":[0,618.0739965820312],"ema_9":[0,621.0036388001735],"ema_12":[0,621.6446336857845],"ema_26":[0,623.7400077411902],"ema_50":[0,623.5393795760054],"ema_200":[0,613.9623295485724],"ulcer_index":[0,1.7263751017330504],"force_index":[0,-7445.151470115055],"easy_movement":[0,-15217.21916243993],"volume_weighted_avg":[0,621.9610605034693],"channel_index":[0,380.3933119449697],"williams_r":[0,-64.52902457156078],"mass_index":[0,25.222604488214355],"obv":[0,176244],"rsi":[0,45.33753586374674],"rsi_2":[0,87.58950936577588],"vwma":[0,623.7325912336202],"macd":[0,-0.4216166638963683],"stoch":[0,35.4709754284392],"bb_middle":[0,624.2574859619141],"bb_low":[0,614.6153560988912],"bb_upper":[0,633.899615824937],"timestamp":[0,"2024-12-10T14:30:00Z"]}],[0,{"open":[0,619.48],"low":[0,619.325],"high":[0,622.88],"close":[0,620.31],"volume":[0,27762],"signal":[0,1],"sma_5":[0,620.26494140625],"sma_10":[0,619.6854736328125],"sma_20":[0,623.7354858398437],"sma_50":[0,625.6775939941406],"sma_100":[0,618.2318463134766],"ema_9":[0,620.5269100630824],"ema_12":[0,621.1793045404422],"ema_26":[0,623.359645132264],"ema_50":[0,623.3020699078527],"ema_200":[0,613.1165563063599],"ulcer_index":[0,1.7709952504802753],"force_index":[0,-25881.619805445578],"easy_movement":[0,-22118.49748155824],"volume_weighted_avg":[0,620.9891123478488],"channel_index":[0,115.2820113499581],"williams_r":[0,-69.13712321575387],"mass_index":[0,25.140257164766567],"obv":[0,146974],"rsi":[0,39.87237860348248],"rsi_2":[0,18.477197647557503],"vwma":[0,623.0915169734607],"macd":[0,-0.40666680903187635],"stoch":[0,30.862876784246136],"bb_middle":[0,623.7354858398437],"bb_low":[0,614.0595275481022],"bb_upper":[0,633.4114441315852],"timestamp":[0,"2024-12-10T15:30:00Z"]}],[0,{"open":[0,620.31],"low":[0,618.225],"high":[0,622.5],"close":[0,620.865],"volume":[0,37342],"signal":[0,1],"sma_5":[0,620.5070068359375],"sma_10":[0,619.361474609375],"sma_20":[0,623.2944854736328],"sma_50":[0,625.4621936035156],"sma_100":[0,618.4308465576172],"ema_9":[0,620.4835275625411],"ema_12":[0,621.0455651020417],"ema_26":[0,623.1345408528696],"ema_50":[0,623.216769011208],"ema_200":[0,613.8319164933162],"ulcer_index":[0,1.7678619662372863],"force_index":[0,-15481.066543488534],"easy_movement":[0,-15631.539413250275],"volume_weighted_avg":[0,620.477588911912],"channel_index":[0,-0.7437711796770518],"williams_r":[0,-55.7317451908146],"mass_index":[0,25.12053449031712],"obv":[0,157557],"rsi":[0,43.8570995932829],"rsi_2":[0,56.2433371290288],"vwma":[0,622.7493706036216],"macd":[0,-0.2512311059648735],"stoch":[0,44.26825480918541],"bb_middle":[0,623.2944854736328],"bb_low":[0,613.8407629040116],"bb_upper":[0,632.748208043254],"timestamp":[0,"2024-12-10T16:30:00Z"]}],[0,{"open":[0,620.2801],"low":[0,620.2801],"high":[0,623.47],"close":[0,621.17],"volume":[0,17849],"signal":[0,1],"sma_5":[0,620.65400390625],"sma_10":[0,619.1639709472656],"sma_20":[0,623.0002349853515],"sma_50":[0,625.25609375],"sma_100":[0,618.6178967285156],"ema_9":[0,620.5598200967858],"ema_12":[0,621.0177843198221],"ema_26":[0,622.9661532464664],"ema_50":[0,623.1135593169442],"ema_200":[0,613.6811804826316],"ulcer_index":[0,1.7289707983867912],"force_index":[0,-10307.017313360853],"easy_movement":[0,-10989.491067479647],"volume_weighted_avg":[0,620.3020446502908],"channel_index":[0,70.37163298232774],"williams_r":[0,-40.24790241709444],"mass_index":[0,25.21308149788778],"obv":[0,222475],"rsi":[0,45.146788824607334],"rsi_2":[0,66.45112019194161],"vwma":[0,622.3281637312234],"macd":[0,-0.08884585765920372],"stoch":[0,59.75209758290556],"bb_middle":[0,623.0002349853515],"bb_low":[0,613.6290605488615],"bb_upper":[0,632.3714094218416],"timestamp":[0,"2024-12-10T17:30:00Z"]}],[0,{"open":[0,621.19],"low":[0,619.46],"high":[0,621.26],"close":[0,619.88],"volume":[0,19188],"signal":[0,1],"sma_5":[0,620.5349975585938],"sma_10":[0,619.6009704589844],"sma_20":[0,622.599234008789],"sma_50":[0,625.0746936035156],"sma_100":[0,618.8139965820312],"ema_9":[0,620.6818526593846],"ema_12":[0,621.0411994670008],"ema_26":[0,622.8329353940735],"ema_50":[0,623.0305675515104],"ema_200":[0,613.6195834670169],"ulcer_index":[0,1.6672171969171512],"force_index":[0,-8051.571240300191],"easy_movement":[0,-6995.706427503994],"volume_weighted_avg":[0,620.1786076867168],"channel_index":[0,-75.3444460090222],"williams_r":[0,-32.08500296265051],"mass_index":[0,25.34418314710606],"obv":[0,301573],"rsi":[0,45.882627099381125],"rsi_2":[0,73.29762959477179],"vwma":[0,622.1431651841698],"macd":[0,0.05401607444522427],"stoch":[0,67.91499703734948],"bb_middle":[0,622.599234008789],"bb_low":[0,613.6447366199875],"bb_upper":[0,631.5537313975906],"timestamp":[0,"2024-12-10T18:30:00Z"]}],[0,{"open":[0,619.61],"low":[0,615.165],"high":[0,619.61],"close":[0,615.31],"volume":[0,27115],"signal":[0,2],"sma_5":[0,620.168994140625],"sma_10":[0,620.04296875],"sma_20":[0,622.090234375],"sma_50":[0,624.8692932128906],"sma_100":[0,619.0008966064453],"ema_9":[0,620.5214831039898],"ema_12":[0,620.8625541244005],"ema_26":[0,622.6140202268272],"ema_50":[0,622.8997848978006],"ema_200":[0,613.5365578640241],"ulcer_index":[0,1.5733776791552456],"force_index":[0,-10441.036915164375],"easy_movement":[0,-5349.9611939787155],"volume_weighted_avg":[0,620.0520513499926],"channel_index":[0,-68.90754435560525],"williams_r":[0,-40.974592928227096],"mass_index":[0,25.049605536379843],"obv":[0,308951],"rsi":[0,43.24665270322456],"rsi_2":[0,26.885472364652756],"vwma":[0,621.9059629882181],"macd":[0,0.07520063082766071],"stoch":[0,59.025407071772904],"bb_middle":[0,622.090234375],"bb_low":[0,613.7539915860887],"bb_upper":[0,630.4264771639114],"timestamp":[0,"2024-12-10T19:30:00Z"]}],[0,{"open":[0,614.97],"low":[0,613.305],"high":[0,618.25],"close":[0,617.6],"volume":[0,54438],"signal":[0,1],"sma_5":[0,619.5069946289062],"sma_10":[0,619.8859680175781],"sma_20":[0,621.3467346191406],"sma_50":[0,624.6142932128906],"sma_100":[0,619.1460467529297],"ema_9":[0,619.479185995212],"ema_12":[0,620.0083147350014],"ema_26":[0,622.073654329814],"ema_50":[0,622.6292396271779],"ema_200":[0,614.0986763341506],"ulcer_index":[0,1.5226849928897095],"force_index":[0,-26651.758232942033],"easy_movement":[0,-8489.453011958778],"volume_weighted_avg":[0,619.5760674327896],"channel_index":[0,-8.224989541157617],"williams_r":[0,-79.70330829867792],"mass_index":[0,24.875775507667793],"obv":[0,259453],"rsi":[0,35.46236476161627],"rsi_2":[0,4.900307404302183],"vwma":[0,621.1286592466704],"macd":[0,-0.19008369766527977],"stoch":[0,20.29669170132208],"bb_middle":[0,621.3467346191406],"bb_low":[0,613.3851229310357],"bb_upper":[0,629.3083463072456],"timestamp":[0,"2024-12-10T20:30:00Z"]}],[0,{"open":[0,618.64],"low":[0,618.64],"high":[0,625.165],"close":[0,624.805],"volume":[0,38639],"signal":[0,1],"sma_5":[0,618.964990234375],"sma_10":[0,619.7359985351562],"sma_20":[0,620.7017333984375],"sma_50":[0,624.4096923828125],"sma_100":[0,619.2992962646484],"ema_9":[0,619.1033439135181],"ema_12":[0,619.6378010636693],"ema_26":[0,621.7426298390496],"ema_50":[0,622.446474822055],"ema_200":[0,614.424129386081],"ulcer_index":[0,1.4975752973929406],"force_index":[0,-5035.480911141018],"easy_movement":[0,-10137.93448912184],"volume_weighted_avg":[0,619.1344939792874],"channel_index":[0,175.59813994610298],"williams_r":[0,-56.800517770211336],"mass_index":[0,24.887601279169814],"obv":[0,294366],"rsi":[0,41.16988525189554],"rsi_2":[0,47.73346991353066],"vwma":[0,620.343619461884],"macd":[0,-0.18320216093780362],"stoch":[0,43.19948222978867],"bb_middle":[0,620.7017333984375],"bb_low":[0,613.7898348461084],"bb_upper":[0,627.6136319507665],"timestamp":[0,"2024-12-11T14:30:00Z"]}],[0,{"open":[0,624.775],"low":[0,624.4338],"high":[0,635.48],"close":[0,631.517],"volume":[0,65107],"signal":[0,0],"sma_5":[0,619.7529907226562],"sma_10":[0,620.2034973144531],"sma_20":[0,620.4792327880859],"sma_50":[0,624.3469921875],"sma_100":[0,619.5166961669922],"ema_9":[0,620.2436736657598],"ema_12":[0,620.4327535618531],"ema_26":[0,621.969001037263],"ema_50":[0,622.5200196336054],"ema_200":[0,614.1466793889924],"ulcer_index":[0,1.3803942159667317],"force_index":[0,35455.325212275115],"easy_movement":[0,5037.174165635198],"volume_weighted_avg":[0,619.796615969362],"channel_index":[0,56.931208459306774],"williams_r":[0,-2.938655931122449],"mass_index":[0,25.00294771553415],"obv":[0,355309],"rsi":[0,54.742301642034164],"rsi_2":[0,86.36843310130261],"vwma":[0,620.288602270302],"macd":[0,0.3077057068116107],"stoch":[0,97.06134406887756],"bb_middle":[0,620.4792327880859],"bb_low":[0,614.4532911825386],"bb_upper":[0,626.5051743936333],"timestamp":[0,"2024-12-11T15:30:00Z"]}],[0,{"open":[0,631.4805],"low":[0,629.44],"high":[0,631.965],"close":[0,630.01],"volume":[0,30706],"signal":[0,1],"sma_5":[0,621.8223999023437],"sma_10":[0,621.1786987304688],"sma_20":[0,620.7465850830079],"sma_50":[0,624.5947326660156],"sma_100":[0,619.8115661621093],"ema_9":[0,622.498344694343],"ema_12":[0,622.1380266811801],"ema_26":[0,622.6762987012636],"ema_50":[0,622.8743071880283],"ema_200":[0,614.3489326302957],"ulcer_index":[0,1.2243563336119194],"force_index":[0,92819.21434849151],"easy_movement":[0,19057.815091566597],"volume_weighted_avg":[0,621.6129313006314],"channel_index":[0,195.24620940005425],"williams_r":[0,-17.871268733743445],"mass_index":[0,25.41629446688283],"obv":[0,399274],"rsi":[0,63.24626191055757],"rsi_2":[0,94.26577415644161],"vwma":[0,621.264603569764],"macd":[0,1.04459109718021],"stoch":[0,82.12873126625655],"bb_middle":[0,620.7465850830079],"bb_low":[0,613.4038523463103],"bb_upper":[0,628.0893178197055],"timestamp":[0,"2024-12-11T16:30:00Z"]}],[0,{"open":[0,628.56],"low":[0,624.6],"high":[0,628.56],"close":[0,625.3],"volume":[0,47253],"signal":[0,1],"sma_5":[0,623.8484008789062],"sma_10":[0,622.0086975097656],"sma_20":[0,621.0195861816406],"sma_50":[0,624.8303332519531],"sma_100":[0,620.09056640625],"ema_9":[0,624.0006777081522],"ema_12":[0,623.3491008798616],"ema_26":[0,623.2185387189958],"ema_50":[0,623.1139571411584],"ema_200":[0,613.6972729050052],"ulcer_index":[0,1.081573116513237],"force_index":[0,72950.6767411894],"easy_movement":[0,19216.5990109682],"volume_weighted_avg":[0,622.2387443762836],"channel_index":[0,-16.50799509398368],"williams_r":[0,-24.66729972613297],"mass_index":[0,25.69462551758219],"obv":[0,400864],"rsi":[0,60.50346662613487],"rsi_2":[0,74.80499717955803],"vwma":[0,621.5867797465829],"macd":[0,1.3694728021132359],"stoch":[0,75.33270027386703],"bb_middle":[0,621.0195861816406],"bb_low":[0,612.7802513432879],"bb_upper":[0,629.2589210199934],"timestamp":[0,"2024-12-11T17:30:00Z"]}],[0,{"open":[0,628.16],"low":[0,624.15],"high":[0,628.19],"close":[0,624.47],"volume":[0,14284],"signal":[0,1],"sma_5":[0,625.8463989257813],"sma_10":[0,622.6766967773438],"sma_20":[0,621.1810852050781],"sma_50":[0,624.9412829589844],"sma_100":[0,620.3444165039062],"ema_9":[0,624.2605397250372],"ema_12":[0,623.6492373066358],"ema_26":[0,623.3725451361967],"ema_50":[0,623.1926370116582],"ema_200":[0,613.6711092606787],"ulcer_index":[0,1.0027460728032112],"force_index":[0,30739.405169628266],"easy_movement":[0,13150.98628027848],"volume_weighted_avg":[0,622.6638644458478],"channel_index":[0,74.78109106328644],"williams_r":[0,-45.90754579359509],"mass_index":[0,25.917830493970417],"obv":[0,416134],"rsi":[0,52.78315070556357],"rsi_2":[0,32.65955610051118],"vwma":[0,621.8232737260824],"macd":[0,1.2122599758904031],"stoch":[0,54.0924542064049],"bb_middle":[0,621.1810852050781],"bb_low":[0,612.7415353642542],"bb_upper":[0,629.6206350459021],"timestamp":[0,"2024-12-11T18:30:00Z"]}],[0,{"open":[0,624.955],"low":[0,624.08],"high":[0,626.385],"close":[0,625.42],"volume":[0,28730],"signal":[0,1],"sma_5":[0,627.2203979492188],"sma_10":[0,623.0926940917968],"sma_20":[0,621.227084350586],"sma_50":[0,625.0063818359375],"sma_100":[0,620.5938159179688],"ema_9":[0,624.3024259207873],"ema_12":[0,623.7755040191449],"ema_26":[0,623.4541313888957],"ema_50":[0,623.2546266746156],"ema_200":[0,614.0176667903396],"ulcer_index":[0,0.9493265179936194],"force_index":[0,24650.141574899913],"easy_movement":[0,12703.821548465383],"volume_weighted_avg":[0,622.7951618090663],"channel_index":[0,-107.28024243461154],"williams_r":[0,-49.65057869892517],"mass_index":[0,25.78266005605408],"obv":[0,378086],"rsi":[0,51.53362009532665],"rsi_2":[0,27.248763483617097],"vwma":[0,621.8230545756597],"macd":[0,1.0059276442735732],"stoch":[0,50.34942130107483],"bb_middle":[0,621.227084350586],"bb_low":[0,612.7265813360693],"bb_upper":[0,629.7275873651026],"timestamp":[0,"2024-12-11T19:30:00Z"]}],[0,{"open":[0,625.21],"low":[0,623.47],"high":[0,626],"close":[0,625.07],"volume":[0,81494],"signal":[0,1],"sma_5":[0,627.3433959960937],"sma_10":[0,623.548193359375],"sma_20":[0,621.3560821533204],"sma_50":[0,625.0693811035156],"sma_100":[0,620.8462158203125],"ema_9":[0,624.5259373184574],"ema_12":[0,624.0285007160263],"ema_26":[0,623.5992954253132],"ema_50":[0,623.3212367346124],"ema_200":[0,613.7632462966526],"ulcer_index":[0,0.9114296153797838],"force_index":[0,25027.47107918575],"easy_movement":[0,10441.325385342001],"volume_weighted_avg":[0,622.9921801958852],"channel_index":[0,-29.033217997727487],"williams_r":[0,-45.36641757152884],"mass_index":[0,25.631400833161003],"obv":[0,424784],"rsi":[0,52.90816848661376],"rsi_2":[0,47.252951287692525],"vwma":[0,621.9314998503799],"macd":[0,0.8904308332382314],"stoch":[0,54.63358242847116],"bb_middle":[0,621.3560821533204],"bb_low":[0,612.6849949822202],"bb_upper":[0,630.0271693244205],"timestamp":[0,"2024-12-11T20:30:00Z"]}],[0,{"open":[0,626],"low":[0,625.11],"high":[0,631.9799],"close":[0,626.05],"volume":[0,28464],"signal":[0,1],"sma_5":[0,626.0539916992187],"sma_10":[0,623.9381958007813],"sma_20":[0,621.7695831298828],"sma_50":[0,625.1067810058594],"sma_100":[0,621.1051159667969],"ema_9":[0,624.6347513201168],"ema_12":[0,624.1887326403003],"ema_26":[0,623.7093689840349],"ema_50":[0,623.4353974129656],"ema_200":[0,614.7917599638974],"ulcer_index":[0,0.8753960238427374],"force_index":[0,17378.25414939861],"easy_movement":[0,10297.96476990873],"volume_weighted_avg":[0,623.4952696456818],"channel_index":[0,215.5881480134396],"williams_r":[0,-46.9446623453477],"mass_index":[0,25.423085692267055],"obv":[0,324049],"rsi":[0,52.314787601550826],"rsi_2":[0,39.29263601737875],"vwma":[0,622.5405769583172],"macd":[0,0.7539091056677165],"stoch":[0,53.0553376546523],"bb_middle":[0,621.7695831298828],"bb_low":[0,613.2190937070795],"bb_upper":[0,630.320072552686],"timestamp":[0,"2024-12-12T14:30:00Z"]}],[0,{"open":[0,626.05],"low":[0,626.05],"high":[0,632.67],"close":[0,630.27],"volume":[0,18533],"signal":[0,1],"sma_5":[0,625.2619873046875],"sma_10":[0,624.5551940917969],"sma_20":[0,622.2990814208985],"sma_50":[0,625.1205810546875],"sma_100":[0,621.348916015625],"ema_9":[0,624.9177986146769],"ema_12":[0,624.4750795840862],"ema_26":[0,623.8827254308769],"ema_50":[0,623.537015298964],"ema_200":[0,614.8853928032554],"ulcer_index":[0,0.7847414658360646],"force_index":[0,18880.3446080769],"easy_movement":[0,18994.623921424387],"volume_weighted_avg":[0,624.050997105535],"channel_index":[0,-36.754848799992914],"williams_r":[0,-42.52535678405791],"mass_index":[0,25.453511641015506],"obv":[0,367720],"rsi":[0,53.86190647628566],"rsi_2":[0,68.76281893270942],"vwma":[0,622.9795308684239],"macd":[0,0.6934908186100501],"stoch":[0,57.47464321594209],"bb_middle":[0,622.2990814208985],"bb_low":[0,614.071587511761],"bb_upper":[0,630.5265753300359],"timestamp":[0,"2024-12-12T15:30:00Z"]}],[0,{"open":[0,631.38],"low":[0,630.56],"high":[0,632.69],"close":[0,631.335],"volume":[0,18284],"signal":[0,1],"sma_5":[0,626.2559936523437],"sma_10":[0,626.0511962890625],"sma_20":[0,622.9685821533203],"sma_50":[0,625.2787817382813],"sma_100":[0,621.6354162597656],"ema_9":[0,625.988242797788],"ema_12":[0,625.366608751145],"ema_26":[0,624.3554037324136],"ema_50":[0,623.7827488098135],"ema_200":[0,614.6705972907442],"ulcer_index":[0,0.7456853257381129],"force_index":[0,27356.438855380373],"easy_movement":[0,18076.328218729916],"volume_weighted_avg":[0,624.4813579322552],"channel_index":[0,-83.31313262000249],"williams_r":[0,-23.494763497240687],"mass_index":[0,25.534865042461814],"obv":[0,402491],"rsi":[0,59.89485152601492],"rsi_2":[0,93.97070337387404],"vwma":[0,623.2742789489669],"macd":[0,0.8892959367538579],"stoch":[0,76.50523650275932],"bb_middle":[0,622.9685821533203],"bb_low":[0,614.440239766368],"bb_upper":[0,631.4969245402726],"timestamp":[0,"2024-12-12T16:30:00Z"]}],[0,{"open":[0,630.72],"low":[0,629.79],"high":[0,632.73],"close":[0,630.855],"volume":[0,14492],"signal":[0,1],"sma_5":[0,627.62900390625],"sma_10":[0,627.4247009277344],"sma_20":[0,623.5803497314453],"sma_50":[0,625.454482421875],"sma_100":[0,621.9425665283203],"ema_9":[0,627.0575986328432],"ema_12":[0,626.2848261920731],"ema_26":[0,624.8725943399636],"ema_50":[0,624.0862391800712],"ema_200":[0,614.983571993256],"ulcer_index":[0,0.7288618455113683],"force_index":[0,26233.054734414713],"easy_movement":[0,20566.21363332624],"volume_weighted_avg":[0,625.012603179782],"channel_index":[0,-78.0800543427243],"williams_r":[0,-18.692044093968043],"mass_index":[0,25.55932836080503],"obv":[0,386442],"rsi":[0,61.2699604247646],"rsi_2":[0,95.7157420512974],"vwma":[0,623.6287978370882],"macd":[0,1.0324891944234258],"stoch":[0,81.30795590603196],"bb_middle":[0,623.5803497314453],"bb_low":[0,614.5116478935068],"bb_upper":[0,632.6490515693837],"timestamp":[0,"2024-12-12T17:30:00Z"]}],[0,{"open":[0,630.79],"low":[0,627.16],"high":[0,631.36],"close":[0,627.75],"volume":[0,19237],"signal":[0,1],"sma_5":[0,628.7160034179688],"sma_10":[0,628.0296997070312],"sma_20":[0,624.1165985107422],"sma_50":[0,625.6257824707031],"sma_100":[0,622.2409161376953],"ema_9":[0,627.817075000049],"ema_12":[0,626.9879268566931],"ema_26":[0,625.3157886023615],"ema_50":[0,624.3538766300344],"ema_200":[0,615.1856398244847],"ulcer_index":[0,0.7222316663579769],"force_index":[0,21497.092633248583],"easy_movement":[0,18106.45802988324],"volume_weighted_avg":[0,625.3274709821933],"channel_index":[0,-90.05554304700841],"williams_r":[0,-20.856832225479266],"mass_index":[0,25.58146018310497],"obv":[0,304122],"rsi":[0,60.26702417387722],"rsi_2":[0,75.9098387092117],"vwma":[0,623.8582564341984],"macd":[0,1.0339857637629688],"stoch":[0,79.14316777452073],"bb_middle":[0,624.1165985107422],"bb_low":[0,614.6670389141186],"bb_upper":[0,633.5661581073657],"timestamp":[0,"2024-12-12T18:30:00Z"]}],[0,{"open":[0,627.99],"low":[0,627.72],"high":[0,629.2621],"close":[0,628.165],"volume":[0,12721],"signal":[0,1],"sma_5":[0,629.252001953125],"sma_10":[0,627.6529968261718],"sma_20":[0,624.4158477783203],"sma_50":[0,625.7479821777343],"sma_100":[0,622.5070159912109],"ema_9":[0,627.8036600001635],"ema_12":[0,627.1051689126444],"ema_26":[0,625.4963778539034],"ema_50":[0,624.4982242517013],"ema_200":[0,615.53505753392],"ulcer_index":[0,0.7226969273413497],"force_index":[0,9889.025098953533],"easy_movement":[0,16002.605841420871],"volume_weighted_avg":[0,625.6379385694007],"channel_index":[0,-65.61408249655504],"williams_r":[0,-34.859006647124396],"mass_index":[0,25.363111299482863],"obv":[0,255887],"rsi":[0,54.09669419642629],"rsi_2":[0,20.645437949791827],"vwma":[0,624.0466121504672],"macd":[0,0.7768630665165592],"stoch":[0,65.14099335287561],"bb_middle":[0,624.4158477783203],"bb_low":[0,614.9042596870786],"bb_upper":[0,633.927435869562],"timestamp":[0,"2024-12-12T19:30:00Z"]}],[0,{"open":[0,628.1],"low":[0,626.48],"high":[0,629.36],"close":[0,628.35],"volume":[0,36648],"signal":[0,1],"sma_5":[0,629.675],"sma_10":[0,627.4684936523438],"sma_20":[0,624.7385955810547],"sma_50":[0,625.8843334960937],"sma_100":[0,622.7711657714843],"ema_9":[0,627.8759236062281],"ema_12":[0,627.2682166402233],"ema_26":[0,625.6954543757317],"ema_50":[0,624.6984925310857],"ema_200":[0,616.7956350861655],"ulcer_index":[0,0.6618250698764663],"force_index":[0,9231.672183371953],"easy_movement":[0,18817.432270000118],"volume_weighted_avg":[0,626.2988202064074],"channel_index":[0,-87.13631522746171],"williams_r":[0,-32.987627816082465],"mass_index":[0,25.088081178956323],"obv":[0,235216],"rsi":[0,54.75579738637976],"rsi_2":[0,33.572293095170565],"vwma":[0,624.4081133506002],"macd":[0,0.5944487420532328],"stoch":[0,67.01237218391753],"bb_middle":[0,624.7385955810547],"bb_low":[0,615.1782326011449],"bb_upper":[0,634.2989585609645],"timestamp":[0,"2024-12-12T20:30:00Z"]}],[0,{"open":[0,627.17],"low":[0,621.35],"high":[0,628.58],"close":[0,623.02],"volume":[0,17042],"signal":[0,1],"sma_5":[0,629.2909912109375],"sma_10":[0,627.7734924316406],"sma_20":[0,625.2250946044921],"sma_50":[0,625.98693359375],"sma_100":[0,623.0063153076172],"ema_9":[0,627.9707340017391],"ema_12":[0,627.4346409758516],"ema_26":[0,625.8911240852063],"ema_50":[0,624.8029700897079],"ema_200":[0,616.1325262533711],"ulcer_index":[0,0.6510949527784834],"force_index":[0,8880.402156547192],"easy_movement":[0,19541.510886778688],"volume_weighted_avg":[0,627.5058771845288],"channel_index":[0,21.98959831387892],"williams_r":[0,-42.339782389654445],"mass_index":[0,24.903646771257772],"obv":[0,293526],"rsi":[0,55.07809695143173],"rsi_2":[0,41.99678877605669],"vwma":[0,625.0350108760437],"macd":[0,0.4509414416451576],"stoch":[0,57.660217610345555],"bb_middle":[0,625.2250946044921],"bb_low":[0,615.9744311748095],"bb_upper":[0,634.4757580341748],"timestamp":[0,"2024-12-13T14:30:00Z"]}],[0,{"open":[0,622.33],"low":[0,618.76],"high":[0,622.61],"close":[0,619.45],"volume":[0,13227],"signal":[0,1],"sma_5":[0,627.6279907226562],"sma_10":[0,627.6284973144532],"sma_20":[0,625.360595703125],"sma_50":[0,625.9903344726563],"sma_100":[0,623.2093157958984],"ema_9":[0,626.9805911074498],"ema_12":[0,626.7554683936692],"ema_26":[0,625.6780223813385],"ema_50":[0,624.7158440140139],"ema_200":[0,615.8552762871016],"ulcer_index":[0,0.7437978253693842],"force_index":[0,-5365.344761365836],"easy_movement":[0,3198.822309060994],"volume_weighted_avg":[0,627.5703386457612],"channel_index":[0,-63.39268202864699],"williams_r":[0,-88.18086788247389],"mass_index":[0,24.9246958502643],"obv":[0,288313],"rsi":[0,45.34387338165971],"rsi_2":[0,5.0551482847610885],"vwma":[0,625.1893155025228],"macd":[0,-0.012646281421909489],"stoch":[0,11.819132117526111],"bb_middle":[0,625.360595703125],"bb_low":[0,616.3249901827531],"bb_upper":[0,634.3962012234969],"timestamp":[0,"2024-12-13T15:30:00Z"]}],[0,{"open":[0,618.98],"low":[0,614.41],"high":[0,618.98],"close":[0,614.41],"volume":[0,10543],"signal":[0,1],"sma_5":[0,625.3469970703125],"sma_10":[0,627.0315002441406],"sma_20":[0,625.2898468017578],"sma_50":[0,625.7605346679687],"sma_100":[0,623.386015625],"ema_9":[0,625.4744753272857],"ema_12":[0,625.6315520353074],"ema_26":[0,625.2165087205332],"ema_50":[0,624.5021096293912],"ema_200":[0,615.7457264503197],"ulcer_index":[0,0.897980887503774],"force_index":[0,-11342.00040953422],"easy_movement":[0,-15460.47727681825],"volume_weighted_avg":[0,626.6142893844185],"channel_index":[0,-73.19273410854865],"williams_r":[0,-95.0608168329809],"mass_index":[0,24.956704957653553],"obv":[0,303931],"rsi":[0,40.21910128748839],"rsi_2":[0,2.3206281540258544],"vwma":[0,625.3311086049847],"macd":[0,-0.5402672716281365],"stoch":[0,4.939183167019101],"bb_middle":[0,625.2898468017578],"bb_low":[0,616.0938122629807],"bb_upper":[0,634.4858813405349],"timestamp":[0,"2024-12-13T16:30:00Z"]}],[0,{"open":[0,613.785],"low":[0,613.05],"high":[0,615.32],"close":[0,613.815],"volume":[0,17985],"signal":[0,1],"sma_5":[0,622.6789916992187],"sma_10":[0,625.9654968261718],"sma_20":[0,624.9518463134766],"sma_50":[0,625.3536340332031],"sma_100":[0,623.5162652587891],"ema_9":[0,623.261574890578],"ema_12":[0,623.9051552400811],"ema_26":[0,624.4156745569273],"ema_50":[0,624.0922436931023],"ema_200":[0,615.4491633784476],"ulcer_index":[0,1.1470179971479653],"force_index":[0,-17310.940947639214],"easy_movement":[0,-28252.22249168243],"volume_weighted_avg":[0,625.9689429224445],"channel_index":[0,-80.84003045419298],"williams_r":[0,-100],"mass_index":[0,25.05211484198637],"obv":[0,330802],"rsi":[0,34.32464750058851],"rsi_2":[0,0.918201682589384],"vwma":[0,625.2625521319244],"macd":[0,-1.173108540001289],"stoch":[0,0],"bb_middle":[0,624.9518463134766],"bb_low":[0,614.7347161694463],"bb_upper":[0,635.1689764575069],"timestamp":[0,"2024-12-13T17:30:00Z"]}],[0,{"open":[0,613.55],"low":[0,608.53],"high":[0,614.24],"close":[0,608.73],"volume":[0,37131],"signal":[0,2],"sma_5":[0,619.8089965820312],"sma_10":[0,624.7419982910156],"sma_20":[0,624.6485961914062],"sma_50":[0,624.9171337890625],"sma_100":[0,623.6482653808594],"ema_9":[0,621.3722604000216],"ema_12":[0,622.3528238432481],"ema_26":[0,623.628828054656],"ema_50":[0,623.6243206252364],"ema_200":[0,614.1287876065027],"ulcer_index":[0,1.340335256397135],"force_index":[0,-16361.997175679497],"easy_movement":[0,-28047.33607362571],"volume_weighted_avg":[0,625.4052181638841],"channel_index":[0,-49.00389834541041],"williams_r":[0,-96.1127289982229],"mass_index":[0,25.125462868727837],"obv":[0,377729],"rsi":[0,33.708538153160106],"rsi_2":[0,0.8035503024094197],"vwma":[0,625.0900918508079],"macd":[0,-1.552921658188659],"stoch":[0,3.8872710017770915],"bb_middle":[0,624.6485961914062],"bb_low":[0,613.527308090614],"bb_upper":[0,635.7698842921984],"timestamp":[0,"2024-12-13T18:30:00Z"]}],[0,{"open":[0,608.885],"low":[0,608.04],"high":[0,610.08],"close":[0,609.7477],"volume":[0,14302],"signal":[0,1],"sma_5":[0,615.8849975585938],"sma_10":[0,622.5879943847656],"sma_20":[0,624.3195953369141],"sma_50":[0,624.4451330566407],"sma_100":[0,623.7648651123047],"ema_9":[0,618.8438044153602],"ema_12":[0,620.2570022202838],"ema_26":[0,622.5287646495237],"ema_50":[0,623.183380898193],"ema_200":[0,616.9518640831267],"ulcer_index":[0,1.6196526387672037],"force_index":[0,-41002.98926259061],"easy_movement":[0,-30294.658197955676],"volume_weighted_avg":[0,623.6964559509082],"channel_index":[0,28.005238298643825],"williams_r":[0,-99.17375382101025],"mass_index":[0,25.24540897870492],"obv":[0,322718],"rsi":[0,28.826633029739767],"rsi_2":[0,0.2563679099330045],"vwma":[0,624.5243004421583],"macd":[0,-2.0344285460725215],"stoch":[0,0.82624617898974],"bb_middle":[0,624.3195953369141],"bb_low":[0,611.810052451904],"bb_upper":[0,636.8291382219242],"timestamp":[0,"2024-12-13T19:30:00Z"]}]]]}]}" ssr="" client="only" opts="{"name":"MLSpeedometer","value":"react"}"></astro-island> <div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto"> <!-- Title --> <div class="max-w-2xl mx-auto mb-10 lg:mb-14"> <h2 class="text-2xl font-bold md:text-4xl md:leading-tight dark:text-white">More About Our TYL ML
Model...</h2> </div> <!-- End Title --> <div class="max-w-2xl mx-auto divide-y divide-gray-200 dark:divide-neutral-700"> <div class="py-8 first:pt-0 last:pb-0"> <div class="flex gap-x-5"> <svg class="flex-shrink-0 mt-1 size-6 text-gray-500 dark:text-neutral-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path> <path d="M12 17h.01"></path> </svg> <div> <h3 class="md:text-lg font-semibold text-gray-800 dark:text-neutral-200">
What kind of parameters do you use to train TYL stocks ML model?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
To train our stocks TYL ML model, we use historical data with over 25 parameters, including
volume
indicators, volatility indicators, momentum indicators, trend indicators, and other metrics.
</p> </div> </div> </div> <div class="py-8 first:pt-0 last:pb-0"> <div class="flex gap-x-5"> <svg class="flex-shrink-0 mt-1 size-6 text-gray-500 dark:text-neutral-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path> <path d="M12 17h.01"></path> </svg> <div> <h3 class="md:text-lg font-semibold text-gray-800 dark:text-neutral-200">
How often do you update TYL ML model?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
We update our ML model either weekly or biweekly, depending on the market capitalization of the stocks, using TensorFlow, typically over the weekend.
</p> </div> </div> </div> <div class="py-8 first:pt-0 last:pb-0"> <div class="flex gap-x-5"> <svg class="flex-shrink-0 mt-1 size-6 text-gray-500 dark:text-neutral-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path> <path d="M12 17h.01"></path> </svg> <div> <h3 class="md:text-lg font-semibold text-gray-800 dark:text-neutral-200">
Why is the accuracy of your TYL model low?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
Unfortunately, our current data provider offers limited historical data, which impacts the accuracy of
our ML model. However, as we continue to gather more data over time and add more indicators, we expect
the accuracy of our model to improve.
</p> </div> </div> </div> <div class="py-8 first:pt-0 last:pb-0"> <div class="flex gap-x-5"> <svg class="flex-shrink-0 mt-1 size-6 text-gray-500 dark:text-neutral-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path> <path d="M12 17h.01"></path> </svg> <div> <h3 class="md:text-lg font-semibold text-gray-800 dark:text-neutral-200">
How can I provide and share more data with you to increase your ML model accuracy?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
We would greatly appreciate your contribution. Please send an email to <a href="/cdn-cgi/l/email-protection#fa93949c95ba9c93948b8f958e9bd4999597"><span class="__cf_email__" data-cfemail="2c45424a436c4a45425d5943584d024f4341">[email protected]</span></a> </p> </div> </div> </div> <div class="py-8 first:pt-0 last:pb-0"> <div class="flex gap-x-5"> <svg class="flex-shrink-0 mt-1 size-6 text-gray-500 dark:text-neutral-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path> <path d="M12 17h.01"></path> </svg> <div> <h3 class="md:text-lg font-semibold text-gray-800 dark:text-neutral-200">
Do you offer an ML model for shorter time periods, such as 5 minutes or 15 minutes?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
Yes, we offer it for strategy purposes only, with intervals: 1 minute, 2 minutes, 5 minutes, 15 minutes,
and
30 minutes etc.
</p> </div> </div> </div> <div class="py-8 first:pt-0 last:pb-0"> <div class="flex gap-x-5"> <svg class="flex-shrink-0 mt-1 size-6 text-gray-500 dark:text-neutral-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path> <path d="M12 17h.01"></path> </svg> <div> <h3 class="md:text-lg font-semibold text-gray-800 dark:text-neutral-200">
Can I rely on your ML model to make financial decisions regarding buying or selling stocks, or is it
only intended for learning purposes?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
Our ML model is primarily designed for educational purposes and is not intended to provide financial
advice. We strongly recommend consulting with a financial advisor before making any buying or selling
decisions.
</p> </div> </div> </div> </div> </div> </div> </div> <style>
.stock-details .stock-info p:after {
content: " - ";
}
.stock-details .stock-info p:last-child:after {
content: "";
}
</style> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
</script> <div class="mt-5 flex justify-center"> <astro-island uid="Z1yGnwA" prefix="r0" component-url="/_astro/ShareInSocialNetworks.CQXZNP8u.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"url":[0,"https://finquota.com/TYL/forecast/"],"title":[0,"TYL Forecast & Prediction for December 22, 2024 Tyler Technologies Inc."]}" ssr="" client="idle" opts="{"name":"ShareInSocialNetworks","value":true}" await-children=""><div class="flex flex-col justify-center"><h3 class="text-xl font-bold md:text-4xl md:leading-tight dark:text-white mb-2 block text-center">Share on Social Networks:</h3><div class="flex align-middle justify-center gap-x-2"><div class="flex flex-col"><button aria-label="Share on Facebook" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#0965FE"></circle><path d="M34.1,47V33.3h4.6l0.7-5.3h-5.3v-3.4c0-1.5,0.4-2.6,2.6-2.6l2.8,0v-4.8c-0.5-0.1-2.2-0.2-4.1-0.2 c-4.1,0-6.9,2.5-6.9,7V28H24v5.3h4.6V47H34.1z" fill="white"></path></svg></button><div class="text-center"><span class="react-share__ShareCount"></span></div></div><div class="flex flex-col"><button aria-label="Share on Twitter" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#000000"></circle><path d="M 41.116 18.375 h 4.962 l -10.8405 12.39 l 12.753 16.86 H 38.005 l -7.821 -10.2255 L 21.235 47.625 H 16.27 l 11.595 -13.2525 L 15.631 18.375 H 25.87 l 7.0695 9.3465 z m -1.7415 26.28 h 2.7495 L 24.376 21.189 H 21.4255 z" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Linkedin" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#0077B5"></circle><path d="M20.4,44h5.4V26.6h-5.4V44z M23.1,18c-1.7,0-3.1,1.4-3.1,3.1c0,1.7,1.4,3.1,3.1,3.1 c1.7,0,3.1-1.4,3.1-3.1C26.2,19.4,24.8,18,23.1,18z M39.5,26.2c-2.6,0-4.4,1.4-5.1,2.8h-0.1v-2.4h-5.2V44h5.4v-8.6 c0-2.3,0.4-4.5,3.2-4.5c2.8,0,2.8,2.6,2.8,4.6V44H46v-9.5C46,29.8,45,26.2,39.5,26.2z" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Telegram" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#25A3E3"></circle><path d="m45.90873,15.44335c-0.6901,-0.0281 -1.37668,0.14048 -1.96142,0.41265c-0.84989,0.32661 -8.63939,3.33986 -16.5237,6.39174c-3.9685,1.53296 -7.93349,3.06593 -10.98537,4.24067c-3.05012,1.1765 -5.34694,2.05098 -5.4681,2.09312c-0.80775,0.28096 -1.89996,0.63566 -2.82712,1.72788c-0.23354,0.27218 -0.46884,0.62161 -0.58825,1.10275c-0.11941,0.48114 -0.06673,1.09222 0.16682,1.5716c0.46533,0.96052 1.25376,1.35737 2.18443,1.71383c3.09051,0.99037 6.28638,1.93508 8.93263,2.8236c0.97632,3.44171 1.91401,6.89571 2.84116,10.34268c0.30554,0.69185 0.97105,0.94823 1.65764,0.95525l-0.00351,0.03512c0,0 0.53908,0.05268 1.06412,-0.07375c0.52679,-0.12292 1.18879,-0.42846 1.79109,-0.99212c0.662,-0.62161 2.45836,-2.38812 3.47683,-3.38552l7.6736,5.66477l0.06146,0.03512c0,0 0.84989,0.59703 2.09312,0.68132c0.62161,0.04214 1.4399,-0.07726 2.14229,-0.59176c0.70766,-0.51626 1.1765,-1.34683 1.396,-2.29506c0.65673,-2.86224 5.00979,-23.57745 5.75257,-27.00686l-0.02107,0.08077c0.51977,-1.93157 0.32837,-3.70159 -0.87096,-4.74991c-0.60054,-0.52152 -1.2924,-0.7498 -1.98425,-0.77965l0,0.00176zm-0.2072,3.29069c0.04741,0.0439 0.0439,0.0439 0.00351,0.04741c-0.01229,-0.00351 0.14048,0.2072 -0.15804,1.32576l-0.01229,0.04214l-0.00878,0.03863c-0.75858,3.50668 -5.15554,24.40802 -5.74203,26.96472c-0.08077,0.34417 -0.11414,0.31959 -0.09482,0.29852c-0.1756,-0.02634 -0.50045,-0.16506 -0.52679,-0.1756l-13.13468,-9.70175c4.4988,-4.33199 9.09945,-8.25307 13.744,-12.43229c0.8218,-0.41265 0.68483,-1.68573 -0.29852,-1.70681c-1.04305,0.24584 -1.92279,0.99564 -2.8798,1.47502c-5.49971,3.2626 -11.11882,6.13186 -16.55882,9.49279c-2.792,-0.97105 -5.57873,-1.77704 -8.15298,-2.57601c2.2336,-0.89555 4.00889,-1.55579 5.75608,-2.23009c3.05188,-1.1765 7.01687,-2.7042 10.98537,-4.24067c7.94051,-3.06944 15.92667,-6.16346 16.62028,-6.43037l0.05619,-0.02283l0.05268,-0.02283c0.19316,-0.0878 0.30378,-0.09658 0.35471,-0.10009c0,0 -0.01756,-0.05795 -0.00351,-0.04566l-0.00176,0zm-20.91715,22.0638l2.16687,1.60145c-0.93418,0.91311 -1.81743,1.77353 -2.45485,2.38812l0.28798,-3.98957" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Whatsapp" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#25D366"></circle><path d="m42.32286,33.93287c-0.5178,-0.2589 -3.04726,-1.49644 -3.52105,-1.66732c-0.4712,-0.17346 -0.81554,-0.2589 -1.15987,0.2589c-0.34175,0.51004 -1.33075,1.66474 -1.63108,2.00648c-0.30032,0.33658 -0.60064,0.36247 -1.11327,0.12945c-0.5178,-0.2589 -2.17994,-0.80259 -4.14759,-2.56312c-1.53269,-1.37217 -2.56312,-3.05503 -2.86603,-3.57283c-0.30033,-0.5178 -0.03366,-0.80259 0.22524,-1.06149c0.23301,-0.23301 0.5178,-0.59547 0.7767,-0.90616c0.25372,-0.31068 0.33657,-0.5178 0.51262,-0.85437c0.17088,-0.36246 0.08544,-0.64725 -0.04402,-0.90615c-0.12945,-0.2589 -1.15987,-2.79613 -1.58964,-3.80584c-0.41424,-1.00971 -0.84142,-0.88027 -1.15987,-0.88027c-0.29773,-0.02588 -0.64208,-0.02588 -0.98382,-0.02588c-0.34693,0 -0.90616,0.12945 -1.37736,0.62136c-0.4712,0.5178 -1.80194,1.76053 -1.80194,4.27186c0,2.51134 1.84596,4.945 2.10227,5.30747c0.2589,0.33657 3.63497,5.51458 8.80262,7.74113c1.23237,0.5178 2.1903,0.82848 2.94111,1.08738c1.23237,0.38836 2.35599,0.33657 3.24402,0.20712c0.99159,-0.15534 3.04985,-1.24272 3.47963,-2.45956c0.44013,-1.21683 0.44013,-2.22654 0.31068,-2.45955c-0.12945,-0.23301 -0.46601,-0.36247 -0.98382,-0.59548m-9.40068,12.84407l-0.02589,0c-3.05503,0 -6.08417,-0.82849 -8.72495,-2.38189l-0.62136,-0.37023l-6.47252,1.68286l1.73463,-6.29129l-0.41424,-0.64725c-1.70875,-2.71846 -2.6149,-5.85116 -2.6149,-9.07706c0,-9.39809 7.68934,-17.06155 17.15993,-17.06155c4.58253,0 8.88029,1.78642 12.11655,5.02268c3.23625,3.21036 5.02267,7.50812 5.02267,12.06476c-0.0078,9.3981 -7.69712,17.06155 -17.14699,17.06155m14.58906,-31.58846c-3.93529,-3.80584 -9.1133,-5.95471 -14.62789,-5.95471c-11.36055,0 -20.60848,9.2065 -20.61625,20.52564c0,3.61684 0.94757,7.14565 2.75211,10.26282l-2.92557,10.63564l10.93337,-2.85309c3.0136,1.63108 6.4052,2.4958 9.85634,2.49839l0.01037,0c11.36574,0 20.61884,-9.2091 20.62403,-20.53082c0,-5.48093 -2.14111,-10.64081 -6.03239,-14.51915" fill="white"></path></svg></button></div><div class="flex flex-col"><button aria-label="Share on Reddit" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#FF5700"></circle><path d="M 53.34375 32 C 53.277344 30.160156 52.136719 28.53125 50.429688 27.839844 C 48.722656 27.148438 46.769531 27.523438 45.441406 28.800781 C 41.800781 26.324219 37.519531 24.957031 33.121094 24.863281 L 35.199219 14.878906 L 42.046875 16.320312 C 42.214844 17.882812 43.496094 19.09375 45.066406 19.171875 C 46.636719 19.253906 48.03125 18.183594 48.359375 16.644531 C 48.6875 15.105469 47.847656 13.558594 46.382812 12.992188 C 44.914062 12.425781 43.253906 13.007812 42.464844 14.367188 L 34.625 12.800781 C 34.363281 12.742188 34.09375 12.792969 33.871094 12.9375 C 33.648438 13.082031 33.492188 13.308594 33.441406 13.566406 L 31.070312 24.671875 C 26.617188 24.738281 22.277344 26.105469 18.59375 28.609375 C 17.242188 27.339844 15.273438 26.988281 13.570312 27.707031 C 11.863281 28.429688 10.746094 30.089844 10.71875 31.941406 C 10.691406 33.789062 11.757812 35.484375 13.441406 36.257812 C 13.402344 36.726562 13.402344 37.195312 13.441406 37.664062 C 13.441406 44.832031 21.792969 50.65625 32.097656 50.65625 C 42.398438 50.65625 50.753906 44.832031 50.753906 37.664062 C 50.789062 37.195312 50.789062 36.726562 50.753906 36.257812 C 52.363281 35.453125 53.371094 33.800781 53.34375 32 Z M 21.34375 35.199219 C 21.34375 33.433594 22.777344 32 24.542969 32 C 26.3125 32 27.742188 33.433594 27.742188 35.199219 C 27.742188 36.96875 26.3125 38.398438 24.542969 38.398438 C 22.777344 38.398438 21.34375 36.96875 21.34375 35.199219 Z M 39.9375 44 C 37.664062 45.710938 34.871094 46.582031 32.03125 46.464844 C 29.191406 46.582031 26.398438 45.710938 24.128906 44 C 23.847656 43.65625 23.871094 43.15625 24.183594 42.839844 C 24.5 42.527344 25 42.503906 25.34375 42.785156 C 27.269531 44.195312 29.617188 44.90625 32 44.800781 C 34.386719 44.929688 36.746094 44.242188 38.6875 42.847656 C 39.042969 42.503906 39.605469 42.511719 39.953125 42.863281 C 40.296875 43.21875 40.289062 43.785156 39.9375 44.128906 Z M 39.359375 38.527344 C 37.59375 38.527344 36.160156 37.09375 36.160156 35.328125 C 36.160156 33.5625 37.59375 32.128906 39.359375 32.128906 C 41.128906 32.128906 42.558594 33.5625 42.558594 35.328125 C 42.59375 36.203125 42.269531 37.054688 41.65625 37.6875 C 41.046875 38.316406 40.203125 38.664062 39.328125 38.65625 Z M 39.359375 38.527344" fill="white"></path></svg></button><div class="text-center"><span class="react-share__ShareCount"></span></div></div><div class="flex flex-col"><button aria-label="Share on Tumblr" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#34526f"></circle><path d="M39.2,41c-0.6,0.3-1.6,0.5-2.4,0.5c-2.4,0.1-2.9-1.7-2.9-3v-9.3h6v-4.5h-6V17c0,0-4.3,0-4.4,0 c-0.1,0-0.2,0.1-0.2,0.2c-0.3,2.3-1.4,6.4-5.9,8.1v3.9h3V39c0,3.4,2.5,8.1,9,8c2.2,0,4.7-1,5.2-1.8L39.2,41z" fill="white"></path></svg></button><div class="text-center"><span class="react-share__ShareCount"></span></div></div><div class="flex flex-col"><button aria-label="Share on Email" class="react-share__ShareButton" style="background-color:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer"><svg viewBox="0 0 64 64" width="32" height="32"><circle cx="32" cy="32" r="32" fill="#7f7f7f"></circle><path d="M17,22v20h30V22H17z M41.1,25L32,32.1L22.9,25H41.1z M20,39V26.6l12,9.3l12-9.3V39H20z" fill="white"></path></svg></button></div></div></div><!--astro:end--></astro-island> </div> <div class="mt-5 w-full lg:w-8/12 mx-auto"> <div class="bg-red-50 border border-red-200 text-sm text-red-800 rounded-lg p-4 dark:bg-red-800/10 dark:border-red-900 dark:text-red-500" role="alert"> <div class="flex"> <div class="flex-shrink-0"> <svg class="flex-shrink-0 size-4 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <path d="m15 9-6 6"></path> <path d="m9 9 6 6"></path> </svg> </div> <div class="ms-4"> <h3 class="text-sm font-semibold">
Disclaimer
</h3> <div class="mt-2 text-sm text-red-700 dark:text-red-400"> <p>
Our TYL ML model is developed exclusively for educational purposes. Any information presented on this page
regarding the '<a href="https://finquota.com/TYL/forecast/" title="TYL Forecast & Prediction for December 22, 2024 Tyler Technologies Inc." class="font-bold">"TYL Forecast & Prediction for December 22, 2024 Tyler Technologies Inc."</a> should not be considered as
financial advice or as
a recommendation to buy or sell stocks. It is provided strictly for educational purposes. Investing in
stocks involves significant risks, and decisions should be made only after careful consideration and
consultation with a qualified financial advisor.
</p> </div> </div> </div> </div> </div> </div> <footer class="w-full py-10 px-4 sm:px-6 lg:px-8 mx-auto dark:bg-gray-900 border-t dark:border-gray-800 dark:shadow-slate-700/[.7] dark:text-gray-300 bg-gray-100"> <!-- Grid --> <div class="text-center"> <div class="mb-1 md:mb-2 flex justify-center items-center flex-col lg:flex-row"> <div class="flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 text-xl mr-1 font-semibold text-black dark:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl font-semibold text-black dark:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
FinQuota.com
</a> </div> </div> <div class="flex justify-center items-center flex-col lg:flex-row"> <ul class="text-center lg:ml-4 mt-2 lg:mt-0"> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/">
Home
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/screener/">
Screener
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/contact/">
Contact us
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/privacy-policy/">
Privacy Policy
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/terms/">
Terms of Use
</a> </li> </ul> </div> <!-- End Col --> <div class="mt-3"> <p class="text-gray-500">© FinQuota. 2024. All rights reserved.</p> </div> <!-- Social Brands --> <div class="mt-3 space-x-2"> <a rel="nofollow noopener" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://www.facebook.com/groups/finquota" aria-label="Facebook FinQuota" target="_blank"> <svg fill="currentColor" height="16" width="16" viewBox="0 0 56.693 56.693" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M40.43,21.739h-7.645v-5.014c0-1.883,1.248-2.322,2.127-2.322c0.877,0,5.395,0,5.395,0V6.125l-7.43-0.029 c-8.248,0-10.125,6.174-10.125,10.125v5.518h-4.77v8.53h4.77c0,10.947,0,24.137,0,24.137h10.033c0,0,0-13.32,0-24.137h6.77 L40.43,21.739z"></path></svg> </a> <a rel="nofollow noopener" target="_blank" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://twitter.com/FinQuota" aria-label="Twitter FinQuota"> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path d="M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717 l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339 l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z"></path></svg> </a> <a rel="nofollow noopener" target="_blank" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://t.me/finquota" aria-label="Telegram FinQuota"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-telegram" viewBox="0 0 16 16"> <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09"></path> </svg> </a> </div> <!-- End Social Brands --> </div> <!-- End Grid --> </footer> <astro-island uid="Z1t49UR" prefix="r1" component-url="/_astro/_astro-entry_react-toastify.D5mK24es.js" component-export="ToastContainer" renderer-url="/_astro/client.CLg1VKAy.js" props="{"theme":[0,"light"]}" ssr="" client="idle" opts="{"name":"ToastContainer","value":true}" await-children=""><div class="Toastify"></div><!--astro:end--></astro-island> <astro-island uid="19L1gy" component-url="/_astro/Cookie.QdGEVWl8.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{}" ssr="" client="only" opts="{"name":"Cookie","value":"react"}"></astro-island> <script type="text/partytown" async src="https://www.googletagmanager.com/gtag/js?id=G-1DZ32DVMWT"></script> <script type="text/partytown">
<!-- Google tag (gtag.js) -->
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1DZ32DVMWT');
</script></body></html>