<!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>SAVA Forecast & Prediction for December 27, 2024 Cassava Sciences Inc.</title><link rel="canonical" href="https://finquota.com/SAVA/forecast/"><meta name="description" content="SAVA Cassava Sciences Inc. Forecast & Prediction for December 27, 2024 – Essential Stocks Market Insights and Trends."><meta name="robots" content="index, follow"><meta property="og:title" content="SAVA Forecast & Prediction for December 27, 2024 Cassava Sciences Inc."><meta property="og:type" content="article"><meta property="og:image" content="https://cdn.finquota.com/graph/SAVA_graph.png?1735326000"><meta property="og:url" content="https://finquota.com/SAVA/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/SAVA_graph.png?1735326000"><meta name="twitter:title" content="SAVA Forecast & Prediction for December 27, 2024 Cassava Sciences Inc."><meta name="twitter:description" content="SAVA Cassava Sciences Inc. Forecast & Prediction for December 27, 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="/SAVA/"> SAVA </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"> SAVA 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/SAVA.png" class="max-h-14 py-2 w-20" alt="Logo Cassava Sciences Inc." width="100" height="100" loading="lazy" decoding="async"> <div class="sm:ml-3 ml-0"> <h1 class="mb-0 text-2xl">SAVA</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.cassavasciences.com" title="Cassava Sciences Inc.">Cassava Sciences Inc.</a> </h2> </div> </div> <astro-island uid="19VSoV" prefix="r3" component-url="/_astro/PriceStockBlock.Cv7vZ9vD.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"lastUpdate":[0,"12-27-2024 12:41pm"],"lastPrice":[0,2.515],"dayBefore":[0,2.59]}" 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-27-2024 12:41pm<!-- --> 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></div><div class="flex flex-col"><div class="m-0 font-bold text-red-600 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></div></div><div class="m-0 font-bold text-red-600 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>Health Care</p> <p>Biotechnology: Pharmaceutical Preparations</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>Cassava Sciences Inc is a clinical-stage biotechnology company engaged in developing a scientific approach for the treatment and detection of Alzheimer's disease. Its therapeutic product candidate is called simufilam, and it is a novel treatment for Alzheimer's disease; and investigational diagnostic product candidate is called SavaDx, and it is a novel way to detect the presence of Alzheimer's disease from a small sample of blood, possibly years before the overt appearance of clinical symptoms. It is currently conducting two randomized placebo-controlled Phase 3 clinical trials of oral simufilam in patients with Alzheimer's disease dementia.</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="1AIp6X" component-url="/_astro/MLSpeedometer.Bmzszq1c.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"base":[0,{"id":[0,0],"ticker":[0,"SAVA"],"company_name":[0,"Cassava Sciences Inc."],"company_founded":[0,1998],"short_description":[0,"Cassava Sciences Inc is a clinical-stage biotechnology company engaged in developing a scientific approach for the treatment and detection of Alzheimer's disease. Its therapeutic product candidate is called simufilam, and it is a novel treatment for Alzheimer's disease; and investigational diagnostic product candidate is called SavaDx, and it is a novel way to detect the presence of Alzheimer's disease from a small sample of blood, possibly years before the overt appearance of clinical symptoms. It is currently conducting two randomized placebo-controlled Phase 3 clinical trials of oral simufilam in patients with Alzheimer's disease dementia."],"description":[0,""],"company_url":[0,"https://www.cassavasciences.com"],"logo_url":[0,"/company-logo/SAVA.png"],"country":[0,"United States"],"city":[0,"AUSTIN"],"employees":[0,0],"industry":[0,"Biotechnology: Pharmaceutical Preparations"],"sector":[0,"Health Care"],"market":[0,"stocks"],"exchange":[0,"Nasdaq"],"market_cap":[0,112578511],"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,"SAVA"],"accuracy":[0,0.88099176],"rsi":[0,25.230460738826565],"supports":[0,2.26],"resistances":[0,2.68],"rsi_range":[0,"{\"percent_5\":15.026360963516012,\"percent_10\":22.792198479146677,\"percent_15\":23.15270354561251,\"percent_20\":23.302085126149066,\"percent_25\":23.76957352412508,\"percent_30\":34.61755888275928,\"percent_35\":41.534709620496876,\"percent_40\":43.80741684446496,\"percent_65\":52.32238807268123,\"percent_70\":54.21456297884927,\"percent_75\":55.0082319412674,\"percent_80\":56.929405618752924,\"percent_85\":58.337904929012865,\"percent_90\":60.91769989810852,\"percent_max\":79.096711501393,\"percent_median\":47.370499965693504}"],"atr":[0,0.20284998416900635],"macd":[0,0.8360994262039263],"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,0.31999993324279785],"stoch_oscillator":[0,41.40403495746155],"stoch_oscillator_range":[0,"{\"percent_5\":0.35256453534438187,\"percent_10\":1.0880314201262609,\"percent_15\":5.897106070849512,\"percent_20\":10.223955612819353,\"percent_25\":13.534570695639053,\"percent_75\":62.386986158445126,\"percent_80\":66.6963497455906,\"percent_85\":68.84848854758523,\"percent_90\":78.65067810961449,\"percent_max\":99.67160087487493,\"percent_median\":37.90585653501502}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-27T14:30:00Z"]}],"hourly":[0,{"ticker":[0,"SAVA"],"accuracy":[0,0.8955375],"rsi":[0,52.92315157140943],"rsi_range":[0,"{\"percent_5\":28.956250819859818,\"percent_10\":33.2734413625186,\"percent_15\":35.54668625062459,\"percent_20\":36.99537401035984,\"percent_25\":38.11884181512943,\"percent_30\":39.333190172334845,\"percent_35\":40.39440466030159,\"percent_40\":40.94799545869214,\"percent_65\":45.70726706999481,\"percent_70\":46.8000215121792,\"percent_75\":47.31312571099296,\"percent_80\":47.59092374419346,\"percent_85\":49.748036627324645,\"percent_90\":51.00006561023342,\"percent_max\":71.05642695962405,\"percent_median\":42.42655298592301}"],"atr":[0,0.07107142039707728],"supports":[0,2.47],"resistances":[0,2.64],"macd":[0,0.04867425330030345],"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,0.014999866485595703],"stoch_oscillator":[0,95.26515170329748],"stoch_oscillator_range":[0,"{\"percent_5\":2.7777740984800823,\"percent_10\":5.63379714139497,\"percent_15\":7.512160798760224,\"percent_20\":9.803912402207475,\"percent_25\":15.151504204837732,\"percent_75\":70.91885260056756,\"percent_80\":81.32652202282104,\"percent_85\":85.87499856948853,\"percent_90\":86.87499761581421,\"percent_max\":99.23076993614967,\"percent_median\":33.99999418491392}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-27T17:30:00Z"]}]}],"sample":[0,{"daily":[1,[[0,{"open":[0,20.5],"low":[0,20.26],"high":[0,21.55],"close":[0,20.62],"volume":[0,592900],"signal":[0,1],"sma_5":[0,21.252000045776366],"sma_10":[0,21.695999717712404],"sma_20":[0,21.2979998588562],"sma_50":[0,21.273799972534178],"sma_100":[0,22.81289999008179],"ema_9":[0,21.352778285668727],"ema_12":[0,21.431365670712204],"ema_26":[0,21.544930675823807],"ema_50":[0,21.874359095345458],"ema_200":[0,24.941659924468073],"ulcer_index":[0,11.861785963068115],"force_index":[0,-160042.13308448115],"easy_movement":[0,5.351868114589489],"volume_weighted_avg":[0,21.732214691327457],"channel_index":[0,-84.41077887992259],"williams_r":[0,-92.10528165019821],"mass_index":[0,25.234517837498984],"obv":[0,-24278713],"rsi":[0,41.21138421850386],"rsi_2":[0,3.1941762599796135],"vwma":[0,21.262703653562163],"macd":[0,-0.1191417059253376],"stoch":[0,7.894718349801787],"bb_middle":[0,21.2979998588562],"bb_low":[0,19.72069089858455],"bb_upper":[0,22.875308819127852],"timestamp":[0,"2024-05-13T14:30:00Z"]}],[0,{"open":[0,21.5],"low":[0,21.48],"high":[0,23.46],"close":[0,23.33],"volume":[0,1799000],"signal":[0,0],"sma_5":[0,21.072000122070314],"sma_10":[0,21.527999877929688],"sma_20":[0,21.32849988937378],"sma_50":[0,21.226199989318847],"sma_100":[0,22.726499996185304],"ema_9":[0,21.206222796147404],"ema_12":[0,21.306540248104014],"ema_26":[0,21.47589457076313],"ema_50":[0,21.804116831051175],"ema_200":[0,24.47560065006648],"ulcer_index":[0,10.608783933453678],"force_index":[0,-104141.23605002358],"easy_movement":[0,4.373050618377221],"volume_weighted_avg":[0,21.72657163556164],"channel_index":[0,-84.56164755164544],"williams_r":[0,-81.84208756338171],"mass_index":[0,25.04384616904367],"obv":[0,-21899513],"rsi":[0,44.107790720180304],"rsi_2":[0,40.38273180603945],"vwma":[0,21.390145601570293],"macd":[0,-0.1406088406925799],"stoch":[0,18.15791243661829],"bb_middle":[0,21.32849988937378],"bb_low":[0,19.830390923555246],"bb_upper":[0,22.826608855192315],"timestamp":[0,"2024-05-14T14:30:00Z"]}],[0,{"open":[0,23.5],"low":[0,22.82],"high":[0,24.12],"close":[0,23.01],"volume":[0,867800],"signal":[0,1],"sma_5":[0,21.37200012207031],"sma_10":[0,21.645999908447266],"sma_20":[0,21.443499851226807],"sma_50":[0,21.24259998321533],"sma_100":[0,22.678699989318847],"ema_9":[0,21.630978221587842],"ema_12":[0,21.61784171720449],"ema_26":[0,21.613076599669267],"ema_50":[0,21.857548321938165],"ema_200":[0,24.335444766113504],"ulcer_index":[0,9.073719644974352],"force_index":[0,607210.1915057959],"easy_movement":[0,19.412419945301185],"volume_weighted_avg":[0,21.973688470241417],"channel_index":[0,229.32310734936098],"williams_r":[0,-10.526307864200765],"mass_index":[0,24.848057788406525],"obv":[0,-17890113],"rsi":[0,59.13432549450361],"rsi_2":[0,90.59481530296617],"vwma":[0,21.605816894922608],"macd":[0,0.026606385688020075],"stoch":[0,89.47369213579923],"bb_middle":[0,21.443499851226807],"bb_low":[0,19.718735916294904],"bb_upper":[0,23.16826378615871],"timestamp":[0,"2024-05-15T14:30:00Z"]}],[0,{"open":[0,23],"low":[0,21.47],"high":[0,23.11],"close":[0,21.56],"volume":[0,643700],"signal":[0,1],"sma_5":[0,21.660000228881835],"sma_10":[0,21.732999992370605],"sma_20":[0,21.530499839782713],"sma_50":[0,21.274599990844727],"sma_100":[0,22.631199989318848],"ema_9":[0,21.90678262246201],"ema_12":[0,21.832019790250175],"ema_26":[0,21.71524773663489],"ema_50":[0,21.85020464978375],"ema_200":[0,23.26645075690458],"ulcer_index":[0,7.897232482468372],"force_index":[0,480801.1376334142],"easy_movement":[0,22.728578163981435],"volume_weighted_avg":[0,22.05645898530938],"channel_index":[0,-15.358069077627118],"williams_r":[0,-26.491657968277927],"mass_index":[0,24.732575986499402],"obv":[0,-15659513],"rsi":[0,57.20551806890145],"rsi_2":[0,75.56460657438808],"vwma":[0,21.683246039829623],"macd":[0,0.10923348864623798],"stoch":[0,73.50834203172208],"bb_middle":[0,21.530499839782713],"bb_low":[0,19.678663206075623],"bb_upper":[0,23.382336473489804],"timestamp":[0,"2024-05-16T14:30:00Z"]}],[0,{"open":[0,22.12],"low":[0,21.36],"high":[0,23.39],"close":[0,23.12],"volume":[0,774600],"signal":[0,1],"sma_5":[0,21.75],"sma_10":[0,21.682999992370604],"sma_20":[0,21.548999786376953],"sma_50":[0,21.308999977111817],"sma_100":[0,22.597899990081785],"ema_9":[0,21.837425990964572],"ema_12":[0,21.79017045678471],"ema_26":[0,21.703316000204243],"ema_50":[0,21.821433498020223],"ema_200":[0,22.899989006367832],"ulcer_index":[0,7.182345612691814],"force_index":[0,278771.6039450929],"easy_movement":[0,-3.4280870292263086],"volume_weighted_avg":[0,22.00872054093782],"channel_index":[0,-68.3231984071767],"williams_r":[0,-61.097877016542945],"mass_index":[0,24.583057278221457],"obv":[0,-14567513],"rsi":[0,49.26548258452495],"rsi_2":[0,30.18329770723102],"vwma":[0,21.70511430686375],"macd":[0,0.06290417392572902],"stoch":[0,38.902122983457055],"bb_middle":[0,21.548999786376953],"bb_low":[0,19.703758334427626],"bb_upper":[0,23.39424123832628],"timestamp":[0,"2024-05-17T14:30:00Z"]}],[0,{"open":[0,23.15],"low":[0,22.04],"high":[0,23.59],"close":[0,22.1],"volume":[0,649100],"signal":[0,1],"sma_5":[0,22.328000259399413],"sma_10":[0,21.79000015258789],"sma_20":[0,21.722999858856202],"sma_50":[0,21.386399993896486],"sma_100":[0,22.589699993133546],"ema_9":[0,22.09394096050019],"ema_12":[0,21.994759714154707],"ema_26":[0,21.807991952968276],"ema_50":[0,21.861740303807203],"ema_200":[0,22.68880990912468],"ulcer_index":[0,6.036115335422245],"force_index":[0,411570.2604108016],"easy_movement":[0,-2.527056050693009],"volume_weighted_avg":[0,22.055683645681935],"channel_index":[0,-28.860207462592818],"williams_r":[0,-23.866345406681727],"mass_index":[0,24.316211421804194],"obv":[0,-12658013],"rsi":[0,56.306671502977075],"rsi_2":[0,69.542235206224],"vwma":[0,21.9217354183182],"macd":[0,0.1299190847493768],"stoch":[0,76.13365459331827],"bb_middle":[0,21.722999858856202],"bb_low":[0,19.97698603480612],"bb_upper":[0,23.469013682906283],"timestamp":[0,"2024-05-20T14:30:00Z"]}],[0,{"open":[0,22.21],"low":[0,21.89],"high":[0,22.47],"close":[0,22.27],"volume":[0,311100],"signal":[0,1],"sma_5":[0,22.62400016784668],"sma_10":[0,21.848000144958498],"sma_20":[0,21.802999877929686],"sma_50":[0,21.452799987792968],"sma_100":[0,22.577099990844726],"ema_9":[0,22.09515284452095],"ema_12":[0,22.0109505388047],"ema_26":[0,21.82923580118889],"ema_50":[0,21.85552383909411],"ema_200":[0,22.37025604836599],"ulcer_index":[0,4.6893159003846865],"force_index":[0,258191.89645883598],"easy_movement":[0,5.04639383550164],"volume_weighted_avg":[0,22.05196210236746],"channel_index":[0,-61.01056147669161],"williams_r":[0,-48.210028646642996],"mass_index":[0,24.02497226669366],"obv":[0,-12195613],"rsi":[0,51.3053136798707],"rsi_2":[0,40.03105993071512],"vwma":[0,21.990756221243675],"macd":[0,0.09940204975371078],"stoch":[0,51.789971353357004],"bb_middle":[0,21.802999877929686],"bb_low":[0,20.144010905867123],"bb_upper":[0,23.46198884999225],"timestamp":[0,"2024-05-21T14:30:00Z"]}],[0,{"open":[0,22.16],"low":[0,21.52],"high":[0,22.35],"close":[0,22.12],"volume":[0,327400],"signal":[0,1],"sma_5":[0,22.412000274658205],"sma_10":[0,21.892000198364258],"sma_20":[0,21.888999938964844],"sma_50":[0,21.52939998626709],"sma_100":[0,22.574699993133546],"ema_9":[0,22.130122367224494],"ema_12":[0,22.05080438749783],"ema_26":[0,21.862007775809857],"ema_50":[0,21.876720417638058],"ema_200":[0,22.46858527007933],"ulcer_index":[0,4.790686756563919],"force_index":[0,228861.86998769935],"easy_movement":[0,-3.0956210872781624],"volume_weighted_avg":[0,22.05063414519065],"channel_index":[0,-147.37641601357836],"williams_r":[0,-44.152748106649454],"mass_index":[0,23.7113213783598],"obv":[0,-12685913],"rsi":[0,52.07004223207114],"rsi_2":[0,47.462695312813615],"vwma":[0,22.037296377040885],"macd":[0,0.08534304017399394],"stoch":[0,55.847251893350546],"bb_middle":[0,21.888999938964844],"bb_low":[0,20.323025432613605],"bb_upper":[0,23.454974445316083],"timestamp":[0,"2024-05-22T14:30:00Z"]}],[0,{"open":[0,22.22],"low":[0,21.41],"high":[0,22.23],"close":[0,21.8],"volume":[0,376200],"signal":[0,1],"sma_5":[0,22.234000396728515],"sma_10":[0,21.947000312805176],"sma_20":[0,21.957999992370606],"sma_50":[0,21.55560001373291],"sma_100":[0,22.568099994659423],"ema_9":[0,22.12809806157128],"ema_12":[0,22.061449980450014],"ema_26":[0,21.88099563229988],"ema_50":[0,21.881318232829983],"ema_200":[0,22.365789978500846],"ulcer_index":[0,4.975926902279788],"force_index":[0,189152.2090900295],"easy_movement":[0,-7.49537333657865],"volume_weighted_avg":[0,22.05175280967108],"channel_index":[0,-140.2523762374355],"williams_r":[0,-47.732690813363455],"mass_index":[0,23.53823055551848],"obv":[0,-12208613],"rsi":[0,51.3079522883267],"rsi_2":[0,38.94566522977655],"vwma":[0,22.075222683384528],"macd":[0,0.061444720195628244],"stoch":[0,52.267309186636545],"bb_middle":[0,21.957999992370606],"bb_low":[0,20.48156369807791],"bb_upper":[0,23.434436286663303],"timestamp":[0,"2024-05-23T14:30:00Z"]}],[0,{"open":[0,21.57],"low":[0,21.44],"high":[0,22.8],"close":[0,21.72],"volume":[0,637800],"signal":[0,1],"sma_5":[0,22.28200035095215],"sma_10":[0,22.016000175476073],"sma_20":[0,21.961499977111817],"sma_50":[0,21.578600006103514],"sma_100":[0,22.560999984741212],"ema_9":[0,22.062478296650802],"ema_12":[0,22.021226784156948],"ema_26":[0,21.874954985718976],"ema_50":[0,21.876481721437703],"ema_200":[0,22.327051289953193],"ulcer_index":[0,5.264172720450903],"force_index":[0,144932.10147341635],"easy_movement":[0,-9.52759244242938],"volume_weighted_avg":[0,22.043113942919625],"channel_index":[0,-112.3752139882353],"williams_r":[0,-55.36995958151228],"mass_index":[0,23.42403183122379],"obv":[0,-11999213],"rsi":[0,49.633476389597924],"rsi_2":[0,22.057464843776685],"vwma":[0,22.087921606943443],"macd":[0,0.02175776934899916],"stoch":[0,44.63004041848772],"bb_middle":[0,21.961499977111817],"bb_low":[0,20.486911513093663],"bb_upper":[0,23.43608844112997],"timestamp":[0,"2024-05-24T14:30:00Z"]}],[0,{"open":[0,21.86],"low":[0,21.15],"high":[0,22],"close":[0,21.67],"volume":[0,384600],"signal":[0,1],"sma_5":[0,22.002000045776366],"sma_10":[0,22.16500015258789],"sma_20":[0,21.930499935150145],"sma_50":[0,21.599199981689452],"sma_100":[0,22.553999977111815],"ema_9":[0,21.99398250025635],"ema_12":[0,21.974884168597598],"ema_26":[0,21.864067760642463],"ema_50":[0,21.894142774499752],"ema_200":[0,22.79924997922978],"ulcer_index":[0,5.490979262919749],"force_index":[0,116942.42491902047],"easy_movement":[0,-2.8060272916668754],"volume_weighted_avg":[0,22.065344353620514],"channel_index":[0,-41.335650754214136],"williams_r":[0,-57.27926539318917],"mass_index":[0,23.37007336643305],"obv":[0,-13844613],"rsi":[0,49.19073946550681],"rsi_2":[0,18.127195741749247],"vwma":[0,22.056599756056126],"macd":[0,-0.010207463630264077],"stoch":[0,42.72073460681083],"bb_middle":[0,21.930499935150145],"bb_low":[0,20.46299212755219],"bb_upper":[0,23.3980077427481],"timestamp":[0,"2024-05-28T14:30:00Z"]}],[0,{"open":[0,21.19],"low":[0,21.16],"high":[0,21.7],"close":[0,21.28],"volume":[0,353600],"signal":[0,2],"sma_5":[0,21.915999984741212],"sma_10":[0,22.270000076293947],"sma_20":[0,21.898999977111817],"sma_50":[0,21.606799964904784],"sma_100":[0,22.533499984741212],"ema_9":[0,21.929186015404802],"ema_12":[0,21.92797890750911],"ema_26":[0,21.84956054457926],"ema_50":[0,21.880044180387845],"ema_200":[0,22.681329877767148],"ulcer_index":[0,5.778827254146102],"force_index":[0,97487.74861309967],"easy_movement":[0,-1.2073012654851283],"volume_weighted_avg":[0,22.078745240839748],"channel_index":[0,-93.42198889533739],"williams_r":[0,-60.04903943022634],"mass_index":[0,23.346916511809138],"obv":[0,-13457013],"rsi":[0,48.9080422034725],"rsi_2":[0,14.825233927047748],"vwma":[0,22.033919035307353],"macd":[0,-0.03425185541177403],"stoch":[0,39.95096056977366],"bb_middle":[0,21.898999977111817],"bb_low":[0,20.437536236745537],"bb_upper":[0,23.360463717478098],"timestamp":[0,"2024-05-29T14:30:00Z"]}],[0,{"open":[0,21.54],"low":[0,21.38],"high":[0,22.56],"close":[0,22.45],"volume":[0,426500],"signal":[0,0],"sma_5":[0,21.71800003051758],"sma_10":[0,22.065000152587892],"sma_20":[0,21.85550003051758],"sma_50":[0,21.606799964904784],"sma_100":[0,22.511999988555907],"ema_9":[0,21.799348949722205],"ema_12":[0,21.828289969351022],"ema_26":[0,21.807525487770036],"ema_50":[0,21.862737061854364],"ema_200":[0,22.792464327521543],"ulcer_index":[0,6.169386526767493],"force_index":[0,63861.89521301695],"easy_movement":[0,-26.356387676421143],"volume_weighted_avg":[0,22.11512693180526],"channel_index":[0,-92.86445435373768],"williams_r":[0,-69.60784817878589],"mass_index":[0,23.3247345266358],"obv":[0,-14734213],"rsi":[0,46.618905052670485],"rsi_2":[0,3.8590707199473258],"vwma":[0,22.010266777056724],"macd":[0,-0.07332826973279723],"stoch":[0,30.392151821214114],"bb_middle":[0,21.85550003051758],"bb_low":[0,20.374845059461947],"bb_upper":[0,23.33615500157321],"timestamp":[0,"2024-05-30T14:30:00Z"]}],[0,{"open":[0,22.74],"low":[0,21.55],"high":[0,22.9],"close":[0,22.03],"volume":[0,598900],"signal":[0,1],"sma_5":[0,21.78400001525879],"sma_10":[0,22.00900020599365],"sma_20":[0,21.87100009918213],"sma_50":[0,21.61599998474121],"sma_100":[0,22.498799991607665],"ema_9":[0,21.929479312469546],"ema_12":[0,21.92393781209602],"ema_26":[0,21.855348092339167],"ema_50":[0,21.895103009218793],"ema_200":[0,22.976673765557095],"ulcer_index":[0,6.075550011599617],"force_index":[0,126026.65425331064],"easy_movement":[0,-4.028152410987198],"volume_weighted_avg":[0,22.194545250604463],"channel_index":[0,-68.29641932857855],"williams_r":[0,-40.93137518436535],"mass_index":[0,23.4142478513323],"obv":[0,-15339913],"rsi":[0,53.620184458994814],"rsi_2":[0,82.3211269672249],"vwma":[0,22.01458840139167],"macd":[0,-0.02010794573197225],"stoch":[0,59.06862481563465],"bb_middle":[0,21.87100009918213],"bb_low":[0,20.372375268913345],"bb_upper":[0,23.369624929450914],"timestamp":[0,"2024-05-31T14:30:00Z"]}],[0,{"open":[0,21.99],"low":[0,21.47],"high":[0,22.45],"close":[0,22],"volume":[0,367800],"signal":[0,1],"sma_5":[0,21.83000030517578],"sma_10":[0,22.056000328063966],"sma_20":[0,21.869500160217285],"sma_50":[0,21.617200012207032],"sma_100":[0,22.476299991607664],"ema_9":[0,21.949583587245662],"ema_12":[0,21.940255161292527],"ema_26":[0,21.86815348864259],"ema_50":[0,21.895084394921888],"ema_200":[0,22.860569647242123],"ulcer_index":[0,5.723479123274829],"force_index":[0,72090.20422694265],"easy_movement":[0,10.154571927671876],"volume_weighted_avg":[0,22.320022968002878],"channel_index":[0,-25.091890522695003],"williams_r":[0,-54.145073111725154],"mass_index":[0,23.524341148792853],"obv":[0,-14804013],"rsi":[0,51.03389488902418],"rsi_2":[0,51.90720226988768],"vwma":[0,22.011892147859633],"macd":[0,-0.013444243859766059],"stoch":[0,45.854926888274846],"bb_middle":[0,21.869500160217285],"bb_low":[0,20.37157510606195],"bb_upper":[0,23.36742521437262],"timestamp":[0,"2024-06-03T14:30:00Z"]}],[0,{"open":[0,21.79],"low":[0,20.63],"high":[0,22.1],"close":[0,21.04],"volume":[0,1198100],"signal":[0,1],"sma_5":[0,21.886000442504884],"sma_10":[0,21.944000244140625],"sma_20":[0,21.86700019836426],"sma_50":[0,21.633600006103517],"sma_100":[0,22.456399993896483],"ema_9":[0,21.959666869855603],"ema_12":[0,21.949446691058625],"ema_26":[0,21.878051729795743],"ema_50":[0,21.90450745166996],"ema_200":[0,22.958691250869006],"ulcer_index":[0,5.553870740947805],"force_index":[0,60212.98904361129],"easy_movement":[0,0.06025615087677595],"volume_weighted_avg":[0,22.424534381641596],"channel_index":[0,-63.90464931736679],"williams_r":[0,-71.38047029931876],"mass_index":[0,23.662853812457104],"obv":[0,-15733113],"rsi":[0,50.84264523399534],"rsi_2":[0,49.30486970878849],"vwma":[0,22.008327762799816],"macd":[0,-0.01115331460879497],"stoch":[0,28.61952970068125],"bb_middle":[0,21.86700019836426],"bb_low":[0,20.370121937810875],"bb_upper":[0,23.363878458917643],"timestamp":[0,"2024-06-04T14:30:00Z"]}],[0,{"open":[0,21.17],"low":[0,20.5],"high":[0,21.35],"close":[0,20.68],"volume":[0,702200],"signal":[0,1],"sma_5":[0,21.76000061035156],"sma_10":[0,21.838000297546387],"sma_20":[0,21.843000221252442],"sma_50":[0,21.658200035095216],"sma_100":[0,22.4239999961853],"ema_9":[0,21.775733679423844],"ema_12":[0,21.80953207475088],"ema_26":[0,21.816942178216802],"ema_50":[0,21.90959672402575],"ema_200":[0,23.723176175776402],"ulcer_index":[0,6.052003442324591],"force_index":[0,-112691.06988748538],"easy_movement":[0,-17.4575143958368],"volume_weighted_avg":[0,22.009268624059946],"channel_index":[0,101.41231094861229],"williams_r":[0,-88.2521043674437],"mass_index":[0,23.914740100582147],"obv":[0,-18759913],"rsi":[0,45.069993761557285],"rsi_2":[0,11.715488099850305],"vwma":[0,21.954249253974147],"macd":[0,-0.07073681947935113],"stoch":[0,11.747895632556295],"bb_middle":[0,21.843000221252442],"bb_low":[0,20.309688664497244],"bb_upper":[0,23.37631177800764],"timestamp":[0,"2024-06-05T14:30:00Z"]}],[0,{"open":[0,20.84],"low":[0,19.78],"high":[0,20.84],"close":[0,19.94],"volume":[0,881800],"signal":[0,1],"sma_5":[0,21.640000534057616],"sma_10":[0,21.679000282287596],"sma_20":[0,21.785500240325927],"sma_50":[0,21.67780002593994],"sma_100":[0,22.36670000076294],"ema_9":[0,21.5565870045396],"ema_12":[0,21.635757946905787],"ema_26":[0,21.732646980546757],"ema_50":[0,21.858265257185778],"ema_200":[0,23.63035680695732],"ulcer_index":[0,6.666934955710835],"force_index":[0,-132708.68980568522],"easy_movement":[0,-31.96219506207311],"volume_weighted_avg":[0,21.77682021338539],"channel_index":[0,6.960271633551242],"williams_r":[0,-94.17474769297243],"mass_index":[0,24.17158138630972],"obv":[0,-18393313],"rsi":[0,43.10115427856065],"rsi_2":[0,7.453588641436355],"vwma":[0,21.89842370623424],"macd":[0,-0.12827075956137785],"stoch":[0,5.8252523070275615],"bb_middle":[0,21.785500240325927],"bb_low":[0,20.170477237930942],"bb_upper":[0,23.40052324272091],"timestamp":[0,"2024-06-06T14:30:00Z"]}],[0,{"open":[0,19.73],"low":[0,19.42],"high":[0,19.94],"close":[0,19.63],"volume":[0,775700],"signal":[0,1],"sma_5":[0,21.13800048828125],"sma_10":[0,21.46100025177002],"sma_20":[0,21.7040002822876],"sma_50":[0,21.68240005493164],"sma_100":[0,22.303700008392333],"ema_9":[0,21.233269710341354],"ema_12":[0,21.374872163292046],"ema_26":[0,21.599631057487347],"ema_50":[0,21.773886254207827],"ema_200":[0,23.409698656304766],"ulcer_index":[0,7.338227958537674],"force_index":[0,-206967.14991126125],"easy_movement":[0,-15.768695452938687],"volume_weighted_avg":[0,21.59156418648799],"channel_index":[0,45.71649618209579],"williams_r":[0,-95.80052835066384],"mass_index":[0,24.469356215696575],"obv":[0,-18017613],"rsi":[0,39.30350811750533],"rsi_2":[0,2.9867509692552687],"vwma":[0,21.79604646720269],"macd":[0,-0.20520120136845582],"stoch":[0,4.199471649336157],"bb_middle":[0,21.7040002822876],"bb_low":[0,19.900222008283688],"bb_upper":[0,23.50777855629151],"timestamp":[0,"2024-06-07T14:30:00Z"]}],[0,{"open":[0,19.72],"low":[0,18.91],"high":[0,19.72],"close":[0,19.13],"volume":[0,754600],"signal":[0,1],"sma_5":[0,20.658000183105468],"sma_10":[0,21.244000244140626],"sma_20":[0,21.63000020980835],"sma_50":[0,21.666600036621094],"sma_100":[0,22.242600002288818],"ema_9":[0,20.91261560034696],"ema_12":[0,21.10643014122661],"ema_26":[0,21.45355510678149],"ema_50":[0,21.682672972101123],"ema_200":[0,23.22861814419861],"ulcer_index":[0,8.066106910885306],"force_index":[0,-211755.7323129712],"easy_movement":[0,-20.376472370462864],"volume_weighted_avg":[0,21.252985693512482],"channel_index":[0,23.582463361021013],"williams_r":[0,-94.96405082420787],"mass_index":[0,24.714012398487352],"obv":[0,-18158500],"rsi":[0,37.80230468907817],"rsi_2":[0,1.9883735421726527],"vwma":[0,21.697893161791782],"macd":[0,-0.2622790079452037],"stoch":[0,5.035949175792133],"bb_middle":[0,21.63000020980835],"bb_low":[0,19.624647116903546],"bb_upper":[0,23.635353302713156],"timestamp":[0,"2024-06-10T14:30:00Z"]}],[0,{"open":[0,19],"low":[0,18.67],"high":[0,19.3],"close":[0,18.81],"volume":[0,784300],"signal":[0,1],"sma_5":[0,20.084000015258788],"sma_10":[0,20.985000228881837],"sma_20":[0,21.575000190734862],"sma_50":[0,21.64340000152588],"sma_100":[0,22.18039999008179],"ema_9":[0,20.556092312547],"ema_12":[0,20.802363868222116],"ema_26":[0,21.281698970411046],"ema_50":[0,21.593002457529064],"ema_200":[0,23.397525287510977],"ulcer_index":[0,8.871184387344623],"force_index":[0,-235403.19292188575],"easy_movement":[0,-30.67992823445804],"volume_weighted_avg":[0,20.98720961412275],"channel_index":[0,18.37537103892842],"williams_r":[0,-94.48623243171667],"mass_index":[0,24.96531520711459],"obv":[0,-19729500],"rsi":[0,35.43815402987438],"rsi_2":[0,0.9567393146829488],"vwma":[0,21.620090760290513],"macd":[0,-0.31526219182509385],"stoch":[0,5.513767568283324],"bb_middle":[0,21.575000190734862],"bb_low":[0,19.36879492058601],"bb_upper":[0,23.781205460883715],"timestamp":[0,"2024-06-11T14:30:00Z"]}],[0,{"open":[0,19.34],"low":[0,18.84],"high":[0,19.75],"close":[0,19.07],"volume":[0,562900],"signal":[0,1],"sma_5":[0,19.637999725341796],"sma_10":[0,20.69900016784668],"sma_20":[0,21.484500122070312],"sma_50":[0,21.61379997253418],"sma_100":[0,22.10929998397827],"ema_9":[0,20.20687374332182],"ema_12":[0,20.495846293994838],"ema_26":[0,21.09882377746597],"ema_50":[0,21.492468832020386],"ema_200":[0,23.52477990828396],"ulcer_index":[0,9.7980140129704],"force_index":[0,-237627.71867680334],"easy_movement":[0,-24.117149420600715],"volume_weighted_avg":[0,20.74137705088399],"channel_index":[0,23.544432312801554],"williams_r":[0,-96.69032139955216],"mass_index":[0,25.14146415203663],"obv":[0,-21223300],"rsi":[0,33.97160559117545],"rsi_2":[0,0.5749269495529745],"vwma":[0,21.501763551079765],"macd":[0,-0.3508522759229736],"stoch":[0,3.3096786004478433],"bb_middle":[0,21.484500122070312],"bb_low":[0,18.998293836649495],"bb_upper":[0,23.97070640749113],"timestamp":[0,"2024-06-12T14:30:00Z"]}],[0,{"open":[0,19.44],"low":[0,18.87],"high":[0,19.94],"close":[0,19.89],"volume":[0,464100],"signal":[0,1],"sma_5":[0,19.315999603271486],"sma_10":[0,20.47800006866455],"sma_20":[0,21.27150011062622],"sma_50":[0,21.60099998474121],"sma_100":[0,22.036099987030028],"ema_9":[0,19.979498933603963],"ema_12":[0,20.276485273735446],"ema_26":[0,20.948499598484904],"ema_50":[0,21.395822511160393],"ema_200":[0,23.44734480707942],"ulcer_index":[0,10.500984409438114],"force_index":[0,-182772.2347568297],"easy_movement":[0,-16.101019099399956],"volume_weighted_avg":[0,20.583264644066087],"channel_index":[0,-14.841291713885832],"williams_r":[0,-90.54374321944252],"mass_index":[0,25.070555905394087],"obv":[0,-19899800],"rsi":[0,36.26984252095886],"rsi_2":[0,39.68758051373308],"vwma":[0,21.12548517701456],"macd":[0,-0.33596326079880545],"stoch":[0,9.456256780557487],"bb_middle":[0,21.27150011062622],"bb_low":[0,18.725025246577466],"bb_upper":[0,23.817974974674975],"timestamp":[0,"2024-06-13T14:30:00Z"]}],[0,{"open":[0,19.8],"low":[0,19.57],"high":[0,20.92],"close":[0,19.72],"volume":[0,688200],"signal":[0,1],"sma_5":[0,19.30599937438965],"sma_10":[0,20.22199993133545],"sma_20":[0,21.115500068664552],"sma_50":[0,21.58719997406006],"sma_100":[0,21.971999988555908],"ema_9":[0,19.961599024755824],"ema_12":[0,20.217025891389962],"ema_26":[0,20.86996488962266],"ema_50":[0,21.331645002561896],"ema_200":[0,23.30894339919867],"ulcer_index":[0,10.792895193053369],"force_index":[0,-102297.08624471127],"easy_movement":[0,-12.499044117320834],"volume_weighted_avg":[0,20.49561270167837],"channel_index":[0,-35.11916987394335],"williams_r":[0,-71.15840554655239],"mass_index":[0,24.781117121307595],"obv":[0,-18965100],"rsi":[0,43.005363280051235],"rsi_2":[0,82.67565925672189],"vwma":[0,20.941036649588504],"macd":[0,-0.2536720216752911],"stoch":[0,28.841594453447613],"bb_middle":[0,21.115500068664552],"bb_low":[0,18.632674561899893],"bb_upper":[0,23.59832557542921],"timestamp":[0,"2024-06-14T14:30:00Z"]}],[0,{"open":[0,19.72],"low":[0,19.37],"high":[0,20.11],"close":[0,19.88],"volume":[0,436000],"signal":[0,1],"sma_5":[0,19.323999404907227],"sma_10":[0,19.99099979400635],"sma_20":[0,21.023500061035158],"sma_50":[0,21.571999969482423],"sma_100":[0,21.908999977111815],"ema_9":[0,19.913279082259635],"ema_12":[0,20.140560205083013],"ema_26":[0,20.78430038324492],"ema_50":[0,21.249038962631875],"ema_200":[0,22.88328304956626],"ulcer_index":[0,11.119683270047911],"force_index":[0,-104392.25298154722],"easy_movement":[0,-5.298494535898077],"volume_weighted_avg":[0,20.348609815185515],"channel_index":[0,23.567890877961716],"williams_r":[0,-75.17732031466295],"mass_index":[0,24.68674995038486],"obv":[0,-18491800],"rsi":[0,42.02488782247346],"rsi_2":[0,63.815918108033166],"vwma":[0,20.837975435754046],"macd":[0,-0.19619061726145393],"stoch":[0,24.822679685337043],"bb_middle":[0,21.023500061035158],"bb_low":[0,18.47781056303975],"bb_upper":[0,23.569189559030566],"timestamp":[0,"2024-06-17T14:30:00Z"]}],[0,{"open":[0,19.72],"low":[0,19.21],"high":[0,19.74],"close":[0,19.51],"volume":[0,504500],"signal":[0,1],"sma_5":[0,19.473999404907225],"sma_10":[0,19.778999710083006],"sma_20":[0,20.861499977111816],"sma_50":[0,21.543399963378906],"sma_100":[0,21.858199977874754],"ema_9":[0,19.906623097883617],"ema_12":[0,20.10047386945173],"ema_26":[0,20.7171423618682],"ema_50":[0,21.188394911720234],"ema_200":[0,22.713606913840334],"ulcer_index":[0,11.375049688314952],"force_index":[0,-79515.7610954284],"easy_movement":[0,-2.817133915503621],"volume_weighted_avg":[0,20.269394172668374],"channel_index":[0,-39.67111026541584],"williams_r":[0,-71.39481760243996],"mass_index":[0,24.584415571124225],"obv":[0,-17459100],"rsi":[0,43.35287313766171],"rsi_2":[0,74.68576306591372],"vwma":[0,20.650889292269415],"macd":[0,-0.13551456073791346],"stoch":[0,28.605182397560036],"bb_middle":[0,20.861499977111816],"bb_low":[0,18.461913623044577],"bb_upper":[0,23.261086331179055],"timestamp":[0,"2024-06-18T14:30:00Z"]}],[0,{"open":[0,19.48],"low":[0,19.22],"high":[0,20.06],"close":[0,19.98],"volume":[0,467900],"signal":[0,1],"sma_5":[0,19.613999557495116],"sma_10":[0,19.625999641418456],"sma_20":[0,20.731999969482423],"sma_50":[0,21.46219997406006],"sma_100":[0,21.807499980926515],"ema_9":[0,19.82729852401197],"ema_12":[0,20.00963175144883],"ema_26":[0,20.627565317742533],"ema_50":[0,21.116168450627097],"ema_200":[0,22.55297335865753],"ulcer_index":[0,11.667332289392023],"force_index":[0,-94822.9669994195],"easy_movement":[0,-3.223990369082067],"volume_weighted_avg":[0,20.18843013444424],"channel_index":[0,-19.9973425484304],"williams_r":[0,-80.14183821533473],"mass_index":[0,24.41367175406309],"obv":[0,-17489300],"rsi":[0,41.025168768796256],"rsi_2":[0,31.25756405632275],"vwma":[0,20.51946097118909],"macd":[0,-0.1096258016055065],"stoch":[0,19.858161784665278],"bb_middle":[0,20.731999969482423],"bb_low":[0,18.33419528054393],"bb_upper":[0,23.129804658420916],"timestamp":[0,"2024-06-20T14:30:00Z"]}],[0,{"open":[0,19.82],"low":[0,19.68],"high":[0,20.25],"close":[0,20.02],"volume":[0,1130000],"signal":[0,1],"sma_5":[0,19.79599952697754],"sma_10":[0,19.555999565124512],"sma_20":[0,20.617499923706056],"sma_50":[0,21.35379997253418],"sma_100":[0,21.764999980926515],"ema_9":[0,19.857838727795357],"ema_12":[0,20.005072987827226],"ema_26":[0,20.579906607113813],"ema_50":[0,21.08406080489715],"ema_200":[0,22.77752767673169],"ulcer_index":[0,11.886780080204295],"force_index":[0,-49861.17039317866],"easy_movement":[0,-11.779716215968296],"volume_weighted_avg":[0,20.072822803743545],"channel_index":[0,-35.51289310164176],"williams_r":[0,-69.03074213455331],"mass_index":[0,24.162856908069088],"obv":[0,-17343400],"rsi":[0,45.058008863116356],"rsi_2":[0,72.2507622937188],"vwma":[0,20.451300531538326],"macd":[0,-0.05282804432728161],"stoch":[0,30.969257865446686],"bb_middle":[0,20.617499923706056],"bb_low":[0,18.30729687797844],"bb_upper":[0,22.92770296943367],"timestamp":[0,"2024-06-21T14:30:00Z"]}],[0,{"open":[0,20.02],"low":[0,19.55],"high":[0,20.5],"close":[0,19.8],"volume":[0,884900],"signal":[0,1],"sma_5":[0,19.821999740600585],"sma_10":[0,19.563999557495116],"sma_20":[0,20.51249990463257],"sma_50":[0,21.263999977111816],"sma_100":[0,21.71609998703003],"ema_9":[0,19.89027107373606],"ema_12":[0,20.007369507212296],"ema_26":[0,20.538313882783623],"ema_50":[0,21.037573417546703],"ema_200":[0,22.65444165312688],"ulcer_index":[0,12.035922070464594],"force_index":[0,-36280.9833382423],"easy_movement":[0,-14.71447248165427],"volume_weighted_avg":[0,19.946065198344623],"channel_index":[0,154.57342783290596],"williams_r":[0,-64.28571068150362],"mass_index":[0,23.919207785440776],"obv":[0,-15956900],"rsi":[0,45.40439365871287],"rsi_2":[0,74.8078991668073],"vwma":[0,20.36857594915361],"macd":[0,-0.007301167365243999],"stoch":[0,35.714289318496384],"bb_middle":[0,20.51249990463257],"bb_low":[0,18.296007761945006],"bb_upper":[0,22.728992047320133],"timestamp":[0,"2024-06-24T14:30:00Z"]}],[0,{"open":[0,19.8],"low":[0,19.27],"high":[0,19.8],"close":[0,19.29],"volume":[0,520300],"signal":[0,1],"sma_5":[0,19.837999725341795],"sma_10":[0,19.58099956512451],"sma_20":[0,20.41249990463257],"sma_50":[0,21.137799949645995],"sma_100":[0,21.667599983215332],"ema_9":[0,19.872216706258367],"ema_12":[0,19.975466349820156],"ema_26":[0,20.483305693195632],"ema_50":[0,20.976227008126703],"ema_200":[0,22.368526199194466],"ulcer_index":[0,12.042550924900796],"force_index":[0,-58906.744139087285],"easy_movement":[0,-9.210878045473567],"volume_weighted_avg":[0,19.859629076999745],"channel_index":[0,75.63168297990937],"williams_r":[0,-67.05542098461443],"mass_index":[0,23.71240141964628],"obv":[0,-16168500],"rsi":[0,43.794095168656895],"rsi_2":[0,37.15039606915606],"vwma":[0,20.288477292280415],"macd":[0,0.012238905139028367],"stoch":[0,32.94457901538557],"bb_middle":[0,20.41249990463257],"bb_low":[0,18.257775339252227],"bb_upper":[0,22.56722447001291],"timestamp":[0,"2024-06-25T14:30:00Z"]}],[0,{"open":[0,19.25],"low":[0,18.42],"high":[0,19.38],"close":[0,18.56],"volume":[0,655100],"signal":[0,1],"sma_5":[0,19.720000076293946],"sma_10":[0,19.596999740600587],"sma_20":[0,20.290999984741212],"sma_50":[0,21.068599967956544],"sma_100":[0,21.62099998474121],"ema_9":[0,19.755773548089756],"ema_12":[0,19.87001012304568],"ema_26":[0,20.394862740997638],"ema_50":[0,20.908086837729474],"ema_200":[0,22.297427480983362],"ulcer_index":[0,11.936028475325628],"force_index":[0,-88400.2345891051],"easy_movement":[0,-7.561606013397657],"volume_weighted_avg":[0,19.68064933019057],"channel_index":[0,-40.44252217662247],"williams_r":[0,-76.86564296145733],"mass_index":[0,23.416003009761184],"obv":[0,-16339400],"rsi":[0,40.21585296804567],"rsi_2":[0,11.143305845168058],"vwma":[0,20.177315414414856],"macd":[0,-0.003883011063086861],"stoch":[0,23.13435703854267],"bb_middle":[0,20.290999984741212],"bb_low":[0,18.171122892581018],"bb_upper":[0,22.410877076901407],"timestamp":[0,"2024-06-26T14:30:00Z"]}],[0,{"open":[0,18.6],"low":[0,18.36],"high":[0,19.05],"close":[0,18.95],"volume":[0,604200],"signal":[0,1],"sma_5":[0,19.529999923706054],"sma_10":[0,19.571999740600585],"sma_20":[0,20.135499954223633],"sma_50":[0,21.039599952697753],"sma_100":[0,21.568199977874755],"ema_9":[0,19.516618731650098],"ema_12":[0,19.668470019173814],"ema_26":[0,20.258924213452868],"ema_50":[0,20.81508970043818],"ema_200":[0,22.241845604418845],"ulcer_index":[0,11.760610089270338],"force_index":[0,-144087.82164929772],"easy_movement":[0,-10.40398373009088],"volume_weighted_avg":[0,19.52966755456797],"channel_index":[0,-1.0015717041523622],"williams_r":[0,-94.4000244140625],"mass_index":[0,23.21445032232262],"obv":[0,-16424300],"rsi":[0,35.71744021976809],"rsi_2":[0,3.709400575955044],"vwma":[0,20.05315789098295],"macd":[0,-0.055616539999209014],"stoch":[0,5.5999755859375],"bb_middle":[0,20.135499954223633],"bb_low":[0,17.98698833996182],"bb_upper":[0,22.284011568485447],"timestamp":[0,"2024-06-27T14:30:00Z"]}],[0,{"open":[0,18.95],"low":[0,8.79],"high":[0,19.06],"close":[0,12.35],"volume":[0,17899500],"signal":[0,1],"sma_5":[0,19.32400016784668],"sma_10":[0,19.559999847412108],"sma_20":[0,20.01899995803833],"sma_50":[0,20.997999954223634],"sma_100":[0,21.519799976348878],"ema_9":[0,19.403295137728712],"ema_12":[0,19.557936238533326],"ema_26":[0,20.161566876924038],"ema_50":[0,20.72583977192682],"ema_200":[0,21.88535932602581],"ulcer_index":[0,11.262298460659487],"force_index":[0,-89841.7122671573],"easy_movement":[0,-6.714038969760907],"volume_weighted_avg":[0,19.45254317092982],"channel_index":[0,-26.366297174226098],"williams_r":[0,-76.95311423158049],"mass_index":[0,23.143202341449967],"obv":[0,-15416400],"rsi":[0,39.61431154777249],"rsi_2":[0,43.78217090783073],"vwma":[0,19.971092023641795],"macd":[0,-0.05554250919100889],"stoch":[0,23.046885768419514],"bb_middle":[0,20.01899995803833],"bb_low":[0,17.878691933155594],"bb_upper":[0,22.159307982921064],"timestamp":[0,"2024-06-28T14:30:00Z"]}],[0,{"open":[0,10.64],"low":[0,10],"high":[0,13.13],"close":[0,12.14],"volume":[0,10655100],"signal":[0,1],"sma_5":[0,17.79000015258789],"sma_10":[0,18.805999946594238],"sma_20":[0,19.513999938964844],"sma_50":[0,20.819599952697754],"sma_100":[0,21.414199981689453],"ema_9":[0,17.992636186629692],"ema_12":[0,18.449023071440724],"ema_26":[0,19.583273267795526],"ema_50":[0,20.411104885211426],"ema_200":[0,22.06638741415482],"ulcer_index":[0,14.846239196267701],"force_index":[0,-16953679.64692376],"easy_movement":[0,-23.28717859790192],"volume_weighted_avg":[0,14.623767830074346],"channel_index":[0,1124.4792055917699],"williams_r":[0,-70.65127464113975],"mass_index":[0,24.415997107734],"obv":[0,-33641500],"rsi":[0,18.83851116698321],"rsi_2":[0,2.902261511958116],"vwma":[0,15.519455599096949],"macd":[0,-0.46849659581023584],"stoch":[0,29.34872535886025],"bb_middle":[0,19.513999938964844],"bb_low":[0,15.753471215139374],"bb_upper":[0,23.274528662790313],"timestamp":[0,"2024-07-01T14:30:00Z"]}],[0,{"open":[0,11.94],"low":[0,11.35],"high":[0,12.66],"close":[0,11.79],"volume":[0,2838600],"signal":[0,1],"sma_5":[0,16.258000373840332],"sma_10":[0,18.048000049591064],"sma_20":[0,19.019499921798705],"sma_50":[0,20.638599948883055],"sma_100":[0,21.29899998664856],"ema_9":[0,16.82210901832275],"ema_12":[0,17.47840428690428],"ema_26":[0,19.032710712660087],"ema_50":[0,20.118600055370134],"ema_200":[0,22.607722202677923],"ulcer_index":[0,17.760939962142718],"force_index":[0,-14851372.882605305],"easy_movement":[0,-25.440512060137763],"volume_weighted_avg":[0,13.80005949485005],"channel_index":[0,411.5860452492688],"williams_r":[0,-72.38251978677636],"mass_index":[0,25.33594706740006],"obv":[0,-45501800],"rsi":[0,18.487212295126355],"rsi_2":[0,2.7394866875205395],"vwma":[0,14.544606338553178],"macd":[0,-0.7098375659410391],"stoch":[0,27.61748021322365],"bb_middle":[0,19.019499921798705],"bb_low":[0,14.247437760673034],"bb_upper":[0,23.791562082924376],"timestamp":[0,"2024-07-02T14:30:00Z"]}],[0,{"open":[0,11.74],"low":[0,10.58],"high":[0,11.93],"close":[0,10.77],"volume":[0,2289300],"signal":[0,1],"sma_5":[0,14.75800018310547],"sma_10":[0,17.239000129699708],"sma_20":[0,18.50899991989136],"sma_50":[0,20.48159996032715],"sma_100":[0,21.162899990081787],"ema_9":[0,15.815687206998248],"ema_12":[0,16.603265151636055],"ema_26":[0,18.49614543096306],"ema_50":[0,19.789242413358757],"ema_200":[0,22.444901859418305],"ulcer_index":[0,20.429962479802306],"force_index":[0,-12871681.118987633],"easy_movement":[0,-22.09669410661082],"volume_weighted_avg":[0,13.548565786474374],"channel_index":[0,31.539774100909074],"williams_r":[0,-75.26793098354169],"mass_index":[0,25.83775640264689],"obv":[0,-47768800],"rsi":[0,17.92092911383321],"rsi_2":[0,2.3080014764212677],"vwma":[0,14.301302812715056],"macd":[0,-0.8388157469722883],"stoch":[0,24.73206901645831],"bb_middle":[0,18.50899991989136],"bb_low":[0,12.99478247289159],"bb_upper":[0,24.023217366891128],"timestamp":[0,"2024-07-03T14:30:00Z"]}],[0,{"open":[0,10.83],"low":[0,10],"high":[0,11.13],"close":[0,10.22],"volume":[0,2698700],"signal":[0,1],"sma_5":[0,13.200000381469726],"sma_10":[0,16.36500015258789],"sma_20":[0,17.995499897003175],"sma_50":[0,20.286999969482423],"sma_100":[0,21.018099994659423],"ema_9":[0,14.806549857112632],"ema_12":[0,15.705839803556639],"ema_26":[0,17.923752022658924],"ema_50":[0,19.43206852516422],"ema_200":[0,22.258836978459833],"ulcer_index":[0,23.53035154907739],"force_index":[0,-11366453.715953633],"easy_movement":[0,-28.835482570306546],"volume_weighted_avg":[0,13.312064070491],"channel_index":[0,3.084479721661205],"williams_r":[0,-83.67683036083875],"mass_index":[0,26.164627684639377],"obv":[0,-49672100],"rsi":[0,16.347219396078884],"rsi_2":[0,1.2033170523372263],"vwma":[0,13.938198651782509],"macd":[0,-0.9311878577112702],"stoch":[0,16.323169639161247],"bb_middle":[0,17.995499897003175],"bb_low":[0,11.66706452277735],"bb_upper":[0,24.323935271228997],"timestamp":[0,"2024-07-05T14:30:00Z"]}],[0,{"open":[0,10.2],"low":[0,9.59],"high":[0,10.54],"close":[0,9.84],"volume":[0,2479500],"signal":[0,1],"sma_5":[0,11.454000282287598],"sma_10":[0,15.38900022506714],"sma_20":[0,17.472499895095826],"sma_50":[0,20.080399990081787],"sma_100":[0,20.86970000267029],"ema_9":[0,13.889239939065313],"ema_12":[0,14.861864481907405],"ema_26":[0,17.353035555419446],"ema_50":[0,19.06806507277566],"ema_200":[0,22.083866242457873],"ulcer_index":[0,26.749710494720812],"force_index":[0,-9954714.524714425],"easy_movement":[0,-32.71067835563164],"volume_weighted_avg":[0,13.042446085001107],"channel_index":[0,17.712399710003922],"williams_r":[0,-88.2110445862787],"mass_index":[0,26.406934029242546],"obv":[0,-51889000],"rsi":[0,15.554998746216512],"rsi_2":[0,0.7936543507075839],"vwma":[0,13.62056938494821],"macd":[0,-0.9636439810593234],"stoch":[0,11.78895541372129],"bb_middle":[0,17.472499895095826],"bb_low":[0,10.429393429293764],"bb_upper":[0,24.515606360897888],"timestamp":[0,"2024-07-08T14:30:00Z"]}],[0,{"open":[0,9.88],"low":[0,9.8],"high":[0,12.37],"close":[0,11.55],"volume":[0,5251100],"signal":[0,1],"sma_5":[0,10.95200023651123],"sma_10":[0,14.371000194549561],"sma_20":[0,16.967499876022337],"sma_50":[0,19.862399997711183],"sma_100":[0,20.719000005722044],"ema_9":[0,13.079391981545752],"ema_12":[0,14.089269908564305],"ema_26":[0,16.79601436002974],"ema_50":[0,18.686043709072173],"ema_200":[0,21.557372575768294],"ulcer_index":[0,29.82738426237689],"force_index":[0,-8667212.963344138],"easy_movement":[0,-45.84886796992119],"volume_weighted_avg":[0,12.757949202740662],"channel_index":[0,3.563724416751787],"williams_r":[0,-91.03330326802443],"mass_index":[0,26.487668526108568],"obv":[0,-53770100],"rsi":[0,15.016595056563887],"rsi_2":[0,0.5397421493623682],"vwma":[0,13.309790862345896],"macd":[0,-0.9440090390374078],"stoch":[0,8.966696731975576],"bb_middle":[0,16.967499876022337],"bb_low":[0,9.285146903476262],"bb_upper":[0,24.649852848568415],"timestamp":[0,"2024-07-09T14:30:00Z"]}],[0,{"open":[0,11.8],"low":[0,11.06],"high":[0,12.24],"close":[0,11.16],"volume":[0,1878900],"signal":[0,1],"sma_5":[0,10.834000205993652],"sma_10":[0,13.546000289916993],"sma_20":[0,16.563499927520752],"sma_50":[0,19.65880001068115],"sma_100":[0,20.59640001296997],"ema_9":[0,12.773513623442652],"ema_12":[0,13.698613045017035],"ema_26":[0,16.4075525507642],"ema_50":[0,18.41150758450982],"ema_200":[0,21.564481216830075],"ulcer_index":[0,31.75161602061318],"force_index":[0,-6146272.05692206],"easy_movement":[0,-36.160882091083984],"volume_weighted_avg":[0,12.564648750014976],"channel_index":[0,114.64201019264127],"williams_r":[0,-76.43039948855042],"mass_index":[0,26.575153617384515],"obv":[0,-48829600],"rsi":[0,27.301117072767923],"rsi_2":[0,74.36162216679855],"vwma":[0,13.040744919262135],"macd":[0,-0.7567958250666544],"stoch":[0,23.56960051144959],"bb_middle":[0,16.563499927520752],"bb_low":[0,8.637734132280816],"bb_upper":[0,24.48926572276069],"timestamp":[0,"2024-07-10T14:30:00Z"]}],[0,{"open":[0,11.38],"low":[0,10.94],"high":[0,12.39],"close":[0,10.99],"volume":[0,2650200],"signal":[0,1],"sma_5":[0,10.708000183105469],"sma_10":[0,12.733000183105469],"sma_20":[0,16.164999961853027],"sma_50":[0,19.435200004577638],"sma_100":[0,20.467000007629395],"ema_9":[0,12.450810868332285],"ema_12":[0,13.30805719458588],"ema_26":[0,16.01905860234628],"ema_50":[0,18.135738478785015],"ema_200":[0,21.633855682898083],"ulcer_index":[0,33.70182652832633],"force_index":[0,-5372914.296015265],"easy_movement":[0,-31.637801447734983],"volume_weighted_avg":[0,12.442405054716799],"channel_index":[0,-34.407007171190386],"williams_r":[0,-79.76088917302755],"mass_index":[0,26.595941018543165],"obv":[0,-51067200],"rsi":[0,26.359945247497777],"rsi_2":[0,55.55348790226704],"vwma":[0,12.889353340714084],"macd":[0,-0.6068147991010462],"stoch":[0,20.23911082697245],"bb_middle":[0,16.164999961853027],"bb_low":[0,7.997703376645463],"bb_upper":[0,24.332296547060594],"timestamp":[0,"2024-07-11T14:30:00Z"]}],[0,{"open":[0,11.18],"low":[0,11.13],"high":[0,12.05],"close":[0,11.51],"volume":[0,1669800],"signal":[0,1],"sma_5":[0,10.752000045776366],"sma_10":[0,11.976000213623047],"sma_20":[0,15.773999977111817],"sma_50":[0,19.209000015258788],"sma_100":[0,20.331200008392333],"ema_9":[0,12.158648648722425],"ema_12":[0,12.951432930013716],"ema_26":[0,15.646162958372326],"ema_50":[0,17.840502622948993],"ema_200":[0,21.226288153226985],"ulcer_index":[0,35.70638503873755],"force_index":[0,-4669716.873789768],"easy_movement":[0,-33.69501763839143],"volume_weighted_avg":[0,12.301736633320118],"channel_index":[0,-5.4512024106454735],"williams_r":[0,-81.21264046030463],"mass_index":[0,26.52619512931341],"obv":[0,-53353600],"rsi":[0,25.94514525750857],"rsi_2":[0,45.51694606171808],"vwma":[0,12.715174007281885],"macd":[0,-0.4729082122356614],"stoch":[0,18.78735953969537],"bb_middle":[0,15.773999977111817],"bb_low":[0,7.4044043788784535],"bb_upper":[0,24.14359557534518],"timestamp":[0,"2024-07-12T14:30:00Z"]}],[0,{"open":[0,11.65],"low":[0,11.61],"high":[0,12.36],"close":[0,12.33],"volume":[0,1864400],"signal":[0,1],"sma_5":[0,11.010000038146973],"sma_10":[0,11.232000160217286],"sma_20":[0,15.396000003814697],"sma_50":[0,18.99620002746582],"sma_100":[0,20.208800010681152],"ema_9":[0,12.028918964493567],"ema_12":[0,12.72967398177165],"ema_26":[0,15.339198652325983],"ema_50":[0,17.568816099898573],"ema_200":[0,20.658726658182477],"ulcer_index":[0,37.34131161966957],"force_index":[0,-3878570.6229339745],"easy_movement":[0,-35.161164513814235],"volume_weighted_avg":[0,12.112144530416264],"channel_index":[0,-47.94517678045306],"williams_r":[0,-76.77198754766845],"mass_index":[0,26.43930448950258],"obv":[0,-51086100],"rsi":[0,29.623714061764247],"rsi_2":[0,74.1202890871359],"vwma":[0,12.616533898244704],"macd":[0,-0.31090136944787794],"stoch":[0,23.228012452331555],"bb_middle":[0,15.396000003814697],"bb_low":[0,6.973280104550209],"bb_upper":[0,23.818719903079185],"timestamp":[0,"2024-07-15T14:30:00Z"]}],[0,{"open":[0,12.4],"low":[0,12.06],"high":[0,13.87],"close":[0,13.53],"volume":[0,2536200],"signal":[0,1],"sma_5":[0,11.507999992370605],"sma_10":[0,11.230000114440918],"sma_20":[0,15.018000030517578],"sma_50":[0,18.800000038146973],"sma_100":[0,20.107400016784666],"ema_9":[0,12.08913515627088],"ema_12":[0,12.668185647359987],"ema_26":[0,15.11614957260544],"ema_50":[0,17.357514455210936],"ema_200":[0,20.45813342746644],"ulcer_index":[0,38.53414569599529],"force_index":[0,-3106088.3311832314],"easy_movement":[0,-34.48627473435768],"volume_weighted_avg":[0,11.993585571981502],"channel_index":[0,-41.64734971699754],"williams_r":[0,-67.84740967400015],"mass_index":[0,26.293926645562784],"obv":[0,-48758000],"rsi":[0,35.09271092800418],"rsi_2":[0,90.25522336398879],"vwma":[0,12.549199902276476],"macd":[0,-0.11965727051155906],"stoch":[0,32.15259032599986],"bb_middle":[0,15.018000030517578],"bb_low":[0,6.758972255743741],"bb_upper":[0,23.277027805291418],"timestamp":[0,"2024-07-16T14:30:00Z"]}],[0,{"open":[0,9.85],"low":[0,8.85],"high":[0,10.6],"close":[0,9.57],"volume":[0,16090600],"signal":[0,2],"sma_5":[0,11.90399990081787],"sma_10":[0,11.369000053405761],"sma_20":[0,14.708500051498413],"sma_50":[0,18.62940004348755],"sma_100":[0,20.021200017929075],"ema_9":[0,12.377308071684276],"ema_12":[0,12.800772449771223],"ema_26":[0,14.998820646292613],"ema_50":[0,17.21400596331662],"ema_200":[0,20.521632493495233],"ulcer_index":[0,39.24392406721458],"force_index":[0,-2227584.4720356553],"easy_movement":[0,-25.925369937839005],"volume_weighted_avg":[0,11.99537809684018],"channel_index":[0,-18.21676035749454],"williams_r":[0,-55.24079197659959],"mass_index":[0,26.296373739691333],"obv":[0,-46591300],"rsi":[0,42.168810698502085],"rsi_2":[0,96.55022595006875],"vwma":[0,12.508350827698228],"macd":[0,0.10441463472107237],"stoch":[0,44.75920802340042],"bb_middle":[0,14.708500051498413],"bb_low":[0,6.7179150690097025],"bb_upper":[0,22.699085033987124],"timestamp":[0,"2024-07-17T14:30:00Z"]}],[0,{"open":[0,9.58],"low":[0,9.47],"high":[0,10.73],"close":[0,10.18],"volume":[0,5117500],"signal":[0,1],"sma_5":[0,11.585999870300293],"sma_10":[0,11.14700002670288],"sma_20":[0,14.193000078201294],"sma_50":[0,18.37980005264282],"sma_100":[0,19.8918000125885],"ema_9":[0,11.815846396194118],"ema_12":[0,12.303730455234195],"ema_26":[0,14.59642209605682],"ema_50":[0,16.903623607938677],"ema_200":[0,20.199292753152214],"ulcer_index":[0,41.36780509113524],"force_index":[0,-11012039.910617558],"easy_movement":[0,-21.795621526387595],"volume_weighted_avg":[0,11.388619330090885],"channel_index":[0,358.4547369270664],"williams_r":[0,-92.40506552448608],"mass_index":[0,26.34985456264641],"obv":[0,-62245900],"rsi":[0,30.390739211305743],"rsi_2":[0,18.34329021502863],"vwma":[0,11.840166717167952],"macd":[0,0.0074820542598814654],"stoch":[0,7.594934475513923],"bb_middle":[0,14.193000078201294],"bb_low":[0,6.273502363814811],"bb_upper":[0,22.112497792587778],"timestamp":[0,"2024-07-18T14:30:00Z"]}],[0,{"open":[0,10.26],"low":[0,9.98],"high":[0,10.68],"close":[0,10.08],"volume":[0,2371800],"signal":[0,1],"sma_5":[0,11.423999977111816],"sma_10":[0,11.088000011444091],"sma_20":[0,13.726500082015992],"sma_50":[0,18.153000049591064],"sma_100":[0,19.7743000125885],"ema_9":[0,11.488677177988414],"ema_12":[0,11.977002739284762],"ema_26":[0,14.269275195124829],"ema_50":[0,16.63976904297158],"ema_200":[0,20.095919452978553],"ulcer_index":[0,41.86936829203367],"force_index":[0,-8992937.347545307],"easy_movement":[0,-19.545475533548544],"volume_weighted_avg":[0,11.246973130019096],"channel_index":[0,31.556017659918588],"williams_r":[0,-86.46542930436095],"mass_index":[0,26.415671444892084],"obv":[0,-56757100],"rsi":[0,33.47460416938155],"rsi_2":[0,34.65109083433477],"vwma":[0,11.685950515735339],"macd":[0,0.006315217156279029],"stoch":[0,13.534570695639053],"bb_middle":[0,13.726500082015992],"bb_low":[0,6.018407556779787],"bb_upper":[0,21.4345926072522],"timestamp":[0,"2024-07-19T14:30:00Z"]}],[0,{"open":[0,10.43],"low":[0,10.42],"high":[0,13.79],"close":[0,12.83],"volume":[0,10715200],"signal":[0,1],"sma_5":[0,11.13799991607666],"sma_10":[0,11.073999977111816],"sma_20":[0,13.231500101089477],"sma_50":[0,17.918000049591065],"sma_100":[0,19.655900011062624],"ema_9":[0,11.206941727351943],"ema_12":[0,11.685156212301086],"ema_26":[0,13.95944947068845],"ema_50":[0,16.402293534233916],"ema_200":[0,20.393565019587605],"ulcer_index":[0,41.166060923191694],"force_index":[0,-7742113.6077857595],"easy_movement":[0,0.5291618238521006],"volume_weighted_avg":[0,10.87421556005379],"channel_index":[0,-47.67880004593672],"williams_r":[0,-75.49801466644858],"mass_index":[0,26.383600474014745],"obv":[0,-59692600],"rsi":[0,33.20608789369754],"rsi_2":[0,32.52159526981751],"vwma":[0,11.592270628085299],"macd":[0,0.020059135039064202],"stoch":[0,24.501985333551424],"bb_middle":[0,13.231500101089477],"bb_low":[0,5.93268293429806],"bb_upper":[0,20.530317267880893],"timestamp":[0,"2024-07-22T14:30:00Z"]}],[0,{"open":[0,12.75],"low":[0,11.98],"high":[0,13.29],"close":[0,12.05],"volume":[0,2363700],"signal":[0,1],"sma_5":[0,11.23799991607666],"sma_10":[0,11.372999954223634],"sma_20":[0,12.872000074386596],"sma_50":[0,17.7432000541687],"sma_100":[0,19.55420001029968],"ema_9":[0,11.531553366608506],"ema_12":[0,11.861286010164982],"ema_26":[0,13.87575471978598],"ema_50":[0,16.260922183352918],"ema_200":[0,20.292554431383355],"ulcer_index":[0,39.82329822123941],"force_index":[0,-2426551.9874434536],"easy_movement":[0,9.468541990830989],"volume_weighted_avg":[0,10.99777775620341],"channel_index":[0,151.18775231677856],"williams_r":[0,-20.717132760786733],"mass_index":[0,26.537582921910307],"obv":[0,-48024300],"rsi":[0,45.68633445229142],"rsi_2":[0,84.59408543855],"vwma":[0,11.633059823357724],"macd":[0,0.22386652848192767],"stoch":[0,79.28286723921327],"bb_middle":[0,12.872000074386596],"bb_low":[0,6.27114679489112],"bb_upper":[0,19.472853353882073],"timestamp":[0,"2024-07-23T14:30:00Z"]}],[0,{"open":[0,11.99],"low":[0,11.59],"high":[0,12.35],"close":[0,11.71],"volume":[0,1683300],"signal":[0,1],"sma_5":[0,10.942000007629394],"sma_10":[0,11.422999954223632],"sma_20":[0,12.484500122070312],"sma_50":[0,17.56200004577637],"sma_100":[0,19.445400009155275],"ema_9":[0,11.635242731443963],"ema_12":[0,11.890318963800938],"ema_26":[0,13.7405363729525],"ema_50":[0,16.096703267138135],"ema_200":[0,20.228932504408686],"ulcer_index":[0,38.38921368497189],"force_index":[0,-2343287.0248931823],"easy_movement":[0,10.116231680214586],"volume_weighted_avg":[0,11.00175155637556],"channel_index":[0,-54.48306881073012],"williams_r":[0,-36.254977582002226],"mass_index":[0,26.548191087922543],"obv":[0,-50889900],"rsi":[0,43.219186030122344],"rsi_2":[0,58.83744971218914],"vwma":[0,11.56605582075958],"macd":[0,0.3105231332481555],"stoch":[0,63.745022417997774],"bb_middle":[0,12.484500122070312],"bb_low":[0,6.69603387898067],"bb_upper":[0,18.272966365159952],"timestamp":[0,"2024-07-24T14:30:00Z"]}],[0,{"open":[0,11.82],"low":[0,11.61],"high":[0,12.85],"close":[0,12.75],"volume":[0,1558500],"signal":[0,1],"sma_5":[0,11.370000076293945],"sma_10":[0,11.47799997329712],"sma_20":[0,12.105500078201294],"sma_50":[0,17.391600055694582],"sma_100":[0,19.33270001411438],"ema_9":[0,11.650194192788641],"ema_12":[0,11.862577591735068],"ema_26":[0,13.590135366181855],"ema_50":[0,15.925041815326574],"ema_200":[0,20.151524703141927],"ulcer_index":[0,36.52631017658526],"force_index":[0,-2090292.3223788352],"easy_movement":[0,11.130743316548214],"volume_weighted_avg":[0,11.030768169891912],"channel_index":[0,-68.47769162789405],"williams_r":[0,-43.02788965721104],"mass_index":[0,26.510214551589247],"obv":[0,-52954300],"rsi":[0,42.150982181859135],"rsi_2":[0,46.495703468059595],"vwma":[0,11.52601383986327],"macd":[0,0.3465577628376977],"stoch":[0,56.97211034278896],"bb_middle":[0,12.105500078201294],"bb_low":[0,7.228125868605733],"bb_upper":[0,16.982874287796854],"timestamp":[0,"2024-07-25T14:30:00Z"]}],[0,{"open":[0,12.94],"low":[0,12.86],"high":[0,14.94],"close":[0,14.92],"volume":[0,3659400],"signal":[0,1],"sma_5":[0,11.884000015258788],"sma_10":[0,11.653999996185302],"sma_20":[0,11.815000104904176],"sma_50":[0,17.23420003890991],"sma_100":[0,19.23020001411438],"ema_9":[0,11.870155354131096],"ema_12":[0,11.999104088848407],"ema_26":[0,13.52768036549342],"ema_50":[0,15.791560499081939],"ema_200":[0,19.897618351387234],"ulcer_index":[0,34.13777582364947],"force_index":[0,-1560128.9643040863],"easy_movement":[0,14.672046449649896],"volume_weighted_avg":[0,11.114357104022535],"channel_index":[0,-68.59864691436161],"williams_r":[0,-22.310756896424312],"mass_index":[0,26.52604529830175],"obv":[0,-50761200],"rsi":[0,46.50864852577123],"rsi_2":[0,76.56647594467624],"vwma":[0,11.49765328368557],"macd":[0,0.4361484774733577],"stoch":[0,77.68924310357569],"bb_middle":[0,11.815000104904176],"bb_low":[0,7.916002566682966],"bb_upper":[0,15.713997643125385],"timestamp":[0,"2024-07-26T14:30:00Z"]}],[0,{"open":[0,15.07],"low":[0,14.42],"high":[0,18.15],"close":[0,18.02],"volume":[0,5730900],"signal":[0,1],"sma_5":[0,12.852000045776368],"sma_10":[0,11.994999980926513],"sma_20":[0,11.613500070571899],"sma_50":[0,17.06600004196167],"sma_100":[0,19.1543000125885],"ema_9":[0,12.480124298339595],"ema_12":[0,12.44847264116147],"ema_26":[0,13.630315104446826],"ema_50":[0,15.737245194100012],"ema_200":[0,19.443425657979],"ulcer_index":[0,31.316121083168365],"force_index":[0,-202838.5348725035],"easy_movement":[0,22.8205980886163],"volume_weighted_avg":[0,11.401951202614574],"channel_index":[0,-26.363024450962808],"williams_r":[0,-0.3283991251250621],"mass_index":[0,26.61290818142111],"obv":[0,-46372100],"rsi":[0,54.25405473002351],"rsi_2":[0,92.99524808664495],"vwma":[0,11.579274545497574],"macd":[0,0.6256706808391757],"stoch":[0,99.67160087487493],"bb_middle":[0,11.613500070571899],"bb_low":[0,9.008441369861892],"bb_upper":[0,14.218558771281906],"timestamp":[0,"2024-07-29T14:30:00Z"]}],[0,{"open":[0,18.53],"low":[0,17.47],"high":[0,19.8],"close":[0,17.57],"volume":[0,4540700],"signal":[0,1],"sma_5":[0,13.890000152587891],"sma_10":[0,12.564000034332276],"sma_20":[0,11.897000074386597],"sma_50":[0,16.966200046539306],"sma_100":[0,19.120400018692017],"ema_9":[0,13.588099529904596],"ema_12":[0,13.305630679529035],"ema_26":[0,13.95476326879328],"ema_50":[0,15.798024796778344],"ema_200":[0,18.851696425920277],"ulcer_index":[0,29.20353610723387],"force_index":[0,2364110.9317721613],"easy_movement":[0,30.34263943615892],"volume_weighted_avg":[0,12.022250256132592],"channel_index":[0,39.19603811784585],"williams_r":[0,-1.3978405530245013],"mass_index":[0,26.947934868223996],"obv":[0,-39504100],"rsi":[0,62.59171436285955],"rsi_2":[0,97.66748171892637],"vwma":[0,11.847739402344367],"macd":[0,0.925797909498131],"stoch":[0,98.6021594469755],"bb_middle":[0,11.897000074386597],"bb_low":[0,8.080587527750666],"bb_upper":[0,15.713412621022528],"timestamp":[0,"2024-07-30T14:30:00Z"]}],[0,{"open":[0,17.75],"low":[0,17.75],"high":[0,23.45],"close":[0,22.22],"volume":[0,7051100],"signal":[0,1],"sma_5":[0,14.994000053405761],"sma_10":[0,12.968000030517578],"sma_20":[0,12.16850004196167],"sma_50":[0,16.886400051116944],"sma_100":[0,19.09770001411438],"ema_9":[0,14.384479562768338],"ema_12":[0,13.961687418319586],"ema_26":[0,14.222290348616632],"ema_50":[0,15.856713541896085],"ema_200":[0,18.621896106951393],"ulcer_index":[0,26.70943703139423],"force_index":[0,1734477.4166612786],"easy_movement":[0,36.42146723210154],"volume_weighted_avg":[0,12.450864248433614],"channel_index":[0,17.849735484013284],"williams_r":[0,-20.36529475158567],"mass_index":[0,27.214707326686696],"obv":[0,-43208000],"rsi":[0,60.86239095801028],"rsi_2":[0,81.82267441931151],"vwma":[0,12.133643687819172],"macd":[0,1.0511213824586012],"stoch":[0,79.63470524841433],"bb_middle":[0,12.16850004196167],"bb_low":[0,7.619331886232139],"bb_upper":[0,16.7176681976912],"timestamp":[0,"2024-07-31T14:30:00Z"]}],[0,{"open":[0,23.95],"low":[0,21.02],"high":[0,23.95],"close":[0,23.49],"volume":[0,4338100],"signal":[0,1],"sma_5":[0,17.095999908447265],"sma_10":[0,14.232999992370605],"sma_20":[0,12.690000009536742],"sma_50":[0,16.868400020599367],"sma_100":[0,19.127400007247925],"ema_9":[0,15.951583512789828],"ema_12":[0,15.232196914509199],"ema_26":[0,14.81449957565572],"ema_50":[0,16.097650413674245],"ema_200":[0,18.48479648503249],"ulcer_index":[0,23.83434585498119],"force_index":[0,6170641.766362591],"easy_movement":[0,47.70910869537933],"volume_weighted_avg":[0,13.537516416802891],"channel_index":[0,88.90883827654342],"williams_r":[0,-8.424667242790452],"mass_index":[0,27.769268158814576],"obv":[0,-34924000],"rsi":[0,70.08061028052002],"rsi_2":[0,95.8239849653537],"vwma":[0,12.989875092173282],"macd":[0,1.3832659387244357],"stoch":[0,91.57533275720955],"bb_middle":[0,12.690000009536742],"bb_low":[0,6.382468233729812],"bb_upper":[0,18.997531785343675],"timestamp":[0,"2024-08-01T14:30:00Z"]}],[0,{"open":[0,23],"low":[0,20.5],"high":[0,29.5],"close":[0,29.11],"volume":[0,8086700],"signal":[0,1],"sma_5":[0,19.243999862670897],"sma_10":[0,15.563999938964844],"sma_20":[0,13.325999975204468],"sma_50":[0,16.896200008392334],"sma_100":[0,19.174499998092653],"ema_9":[0,17.459266764386236],"ema_12":[0,16.502628104320422],"ema_26":[0,15.456974657467063],"ema_50":[0,16.381322468039173],"ema_200":[0,18.409521479009097],"ulcer_index":[0,21.04430349956249],"force_index":[0,6076177.085916622],"easy_movement":[0,57.09819466033731],"volume_weighted_avg":[0,14.206282264228333],"channel_index":[0,0.8030689248350122],"williams_r":[0,-3.0463641072869687],"mass_index":[0,28.16082488588517],"obv":[0,-29511900],"rsi":[0,72.02027210813],"rsi_2":[0,97.06068783826252],"vwma":[0,13.576921871176138],"macd":[0,1.608781317703733],"stoch":[0,96.95363589271302],"bb_middle":[0,13.325999975204468],"bb_low":[0,5.5312778767735935],"bb_upper":[0,21.120722073635342],"timestamp":[0,"2024-08-02T14:30:00Z"]}],[0,{"open":[0,26],"low":[0,25.74],"high":[0,42.2],"close":[0,35.08],"volume":[0,13974100],"signal":[0,0],"sma_5":[0,22.08199996948242],"sma_10":[0,17.467000007629395],"sma_20":[0,14.270499992370606],"sma_50":[0,17.03300001144409],"sma_100":[0,19.28119999885559],"ema_9":[0,19.789413534062078],"ema_12":[0,18.442224006208072],"ema_26":[0,16.469387302396157],"ema_50":[0,16.923871211020906],"ema_200":[0,19.38786052512097],"ulcer_index":[0,18.704942897756638],"force_index":[0,11700621.373906845],"easy_movement":[0,75.95634905170967],"volume_weighted_avg":[0,15.84148782441678],"channel_index":[0,102.25913423678485],"williams_r":[0,-1.8886169339125392],"mass_index":[0,28.852053862090326],"obv":[0,-23033700],"rsi":[0,78.61576604391554],"rsi_2":[0,99.18825792018141],"vwma":[0,15.046522473693035],"macd":[0,2.0301401221208373],"stoch":[0,98.11138306608747],"bb_middle":[0,14.270499992370606],"bb_low":[0,4.019311776622809],"bb_upper":[0,24.521688208118405],"timestamp":[0,"2024-08-05T14:30:00Z"]}],[0,{"open":[0,37.01],"low":[0,26.8],"high":[0,38.21],"close":[0,30.49],"volume":[0,8640500],"signal":[0,1],"sma_5":[0,25.494000244140626],"sma_10":[0,19.69200019836426],"sma_20":[0,15.532500076293946],"sma_50":[0,17.29220003128052],"sma_100":[0,19.423900022506714],"ema_9":[0,22.84753119342801],"ema_12":[0,21.001882124214454],"ema_26":[0,17.847878606459478],"ema_50":[0,17.63294739683905],"ema_200":[0,19.485141070690027],"ulcer_index":[0,17.071692613549413],"force_index":[0,21947013.577044234],"easy_movement":[0,146.43000409426034],"volume_weighted_avg":[0,18.988809994011323],"channel_index":[0,215.95095947260236],"williams_r":[0,-21.349321890385507],"mass_index":[0,28.616144050625866],"obv":[0,-8471200],"rsi":[0,83.1603678720379],"rsi_2":[0,99.68014228964921],"vwma":[0,17.886173096707843],"macd":[0,2.5689531632509413],"stoch":[0,78.65067810961449],"bb_middle":[0,15.532500076293946],"bb_low":[0,2.0641115098702354],"bb_upper":[0,29.000888642717655],"timestamp":[0,"2024-08-06T14:30:00Z"]}],[0,{"open":[0,29],"low":[0,25.83],"high":[0,30.49],"close":[0,30.2],"volume":[0,5044900],"signal":[0,1],"sma_5":[0,28.078000259399413],"sma_10":[0,21.536000156402586],"sma_20":[0,16.47950005531311],"sma_50":[0,17.46600004196167],"sma_100":[0,19.522300024032592],"ema_9":[0,24.376024908974195],"ema_12":[0,22.46159253365374],"ema_26":[0,18.784350210271505],"ema_50":[0,18.13787778075559],"ema_200":[0,19.609357544106256],"ulcer_index":[0,11.342961896734987],"force_index":[0,13146026.681016129],"easy_movement":[0,135.12863574902482],"volume_weighted_avg":[0,22.132059704579103],"channel_index":[0,80.1560304387108],"williams_r":[0,-35.7775765792743],"mass_index":[0,28.60870234834053],"obv":[0,-18145800],"rsi":[0,70.71622686733329],"rsi_2":[0,51.600150383511256],"vwma":[0,19.220881192782226],"macd":[0,2.4737766720532655],"stoch":[0,64.2224234207257],"bb_middle":[0,16.47950005531311],"bb_low":[0,1.6678980794442797],"bb_upper":[0,31.291102031181943],"timestamp":[0,"2024-08-07T14:30:00Z"]}],[0,{"open":[0,28.75],"low":[0,23.52],"high":[0,30.66],"close":[0,26.02],"volume":[0,6950500],"signal":[0,1],"sma_5":[0,29.674000549316407],"sma_10":[0,23.385000228881836],"sma_20":[0,17.431500101089476],"sma_50":[0,17.63560007095337],"sma_100":[0,19.617400026321413],"ema_9":[0,25.540820079889468],"ema_12":[0,23.652116909969923],"ema_26":[0,19.63022671195925],"ema_50":[0,18.621885740897767],"ema_200":[0,19.935463044241455],"ulcer_index":[0,9.934605766809142],"force_index":[0,11059019.313695613],"easy_movement":[0,105.80129229095425],"volume_weighted_avg":[0,23.40924155916547],"channel_index":[0,-10.698832704027645],"williams_r":[0,-37.24394644743011],"mass_index":[0,28.638135041581993],"obv":[0,-23801300],"rsi":[0,70.00193726803717],"rsi_2":[0,48.63582642397625],"vwma":[0,19.863926990842373],"macd":[0,2.255086083896704],"stoch":[0,62.75605355256989],"bb_middle":[0,17.431500101089476],"bb_low":[0,1.6914445680186976],"bb_upper":[0,33.171555634160256],"timestamp":[0,"2024-08-08T14:30:00Z"]}],[0,{"open":[0,25.31],"low":[0,21.6],"high":[0,27.14],"close":[0,21.85],"volume":[0,4215000],"signal":[0,2],"sma_5":[0,30.180000686645506],"sma_10":[0,24.7120002746582],"sma_20":[0,18.183000135421754],"sma_50":[0,17.722600078582765],"sma_100":[0,19.664700021743773],"ema_9":[0,25.636656155462273],"ema_12":[0,24.016406685997744],"ema_26":[0,20.103538739670622],"ema_50":[0,18.91182482375925],"ema_200":[0,19.992326857117533],"ulcer_index":[0,9.99490477121067],"force_index":[0,5328717.343232835],"easy_movement":[0,97.46519709199087],"volume_weighted_avg":[0,23.999255681403824],"channel_index":[0,29.847072006289242],"williams_r":[0,-50.91252345999756],"mass_index":[0,28.754599270764878],"obv":[0,-30295400],"rsi":[0,60.531771672782796],"rsi_2":[0,18.311046466883354],"vwma":[0,20.44561566612764],"macd":[0,1.716845291532846],"stoch":[0,49.087476540002434],"bb_middle":[0,18.183000135421754],"bb_low":[0,2.3102492285102336],"bb_upper":[0,34.05575104233327],"timestamp":[0,"2024-08-09T14:30:00Z"]}],[0,{"open":[0,21.56],"low":[0,21.02],"high":[0,23.43],"close":[0,22.03],"volume":[0,2605300],"signal":[0,1],"sma_5":[0,28.72800064086914],"sma_10":[0,25.405000305175783],"sma_20":[0,18.70000014305115],"sma_50":[0,17.734000072479247],"sma_100":[0,19.670400018692018],"ema_9":[0,24.879325000808393],"ema_12":[0,23.68311344784114],"ema_26":[0,20.233229030575426],"ema_50":[0,19.040044546164435],"ema_200":[0,20.272003060579912],"ulcer_index":[0,14.127322348638302],"force_index":[0,2056537.2426102697],"easy_movement":[0,67.94169516504238],"volume_weighted_avg":[0,25.420445215042676],"channel_index":[0,-38.14186548254616],"williams_r":[0,-66.48154190035478],"mass_index":[0,28.8904473685691],"obv":[0,-35083500],"rsi":[0,52.84896701500516],"rsi_2":[0,8.159891189291798],"vwma":[0,20.62445045411732],"macd":[0,1.0034993709402849],"stoch":[0,33.51845809964523],"bb_middle":[0,18.70000014305115],"bb_low":[0,3.0584318734794493],"bb_upper":[0,34.34156841262285],"timestamp":[0,"2024-08-12T14:30:00Z"]}],[0,{"open":[0,21.7],"low":[0,21.09],"high":[0,24.73],"close":[0,23.89],"volume":[0,2842100],"signal":[0,1],"sma_5":[0,26.118000411987303],"sma_10":[0,25.806000328063966],"sma_20":[0,19.18500018119812],"sma_50":[0,17.72560007095337],"sma_100":[0,19.67080002784729],"ema_9":[0,24.309460137971744],"ema_12":[0,23.42878840654553],"ema_26":[0,20.36631413521752],"ema_50":[0,19.156931602348145],"ema_200":[0,20.28213787836215],"ulcer_index":[0,17.02597640051202],"force_index":[0,1829739.3352934613],"easy_movement":[0,51.67070205750458],"volume_weighted_avg":[0,25.712080555840117],"channel_index":[0,-74.19178574179699],"williams_r":[0,-65.89349779193712],"mass_index":[0,28.965814388893023],"obv":[0,-32066700],"rsi":[0,53.12574600912029],"rsi_2":[0,12.354570408550202],"vwma":[0,20.78753906361051],"macd":[0,0.4928598315267094],"stoch":[0,34.106502208062885],"bb_middle":[0,19.18500018119812],"bb_low":[0,3.763581376534308],"bb_upper":[0,34.606418985861936],"timestamp":[0,"2024-08-13T14:30:00Z"]}],[0,{"open":[0,24.1],"low":[0,23.4],"high":[0,25.54],"close":[0,23.7],"volume":[0,1824400],"signal":[0,1],"sma_5":[0,24.79800033569336],"sma_10":[0,26.438000297546388],"sma_20":[0,19.703000164031984],"sma_50":[0,17.762800045013428],"sma_100":[0,19.69000002861023],"ema_9":[0,24.225567988146157],"ema_12":[0,23.499743898497886],"ema_26":[0,20.626968728337022],"ema_50":[0,19.328080484028263],"ema_200":[0,20.027415026118838],"ulcer_index":[0,18.698633995758474],"force_index":[0,2323534.0182544473],"easy_movement":[0,60.08178511497339],"volume_weighted_avg":[0,25.944181462894573],"channel_index":[0,-66.23304973215002],"williams_r":[0,-59.85616446918892],"mass_index":[0,28.897873700095957],"obv":[0,-28866300],"rsi":[0,56.00013075429691],"rsi_2":[0,54.91307590019096],"vwma":[0,21.01907586320806],"macd":[0,0.2420724305244204],"stoch":[0,40.14383553081108],"bb_middle":[0,19.703000164031984],"bb_low":[0,4.380518004917256],"bb_upper":[0,35.02548232314671],"timestamp":[0,"2024-08-14T14:30:00Z"]}],[0,{"open":[0,24.15],"low":[0,24],"high":[0,28.82],"close":[0,28.39],"volume":[0,3769100],"signal":[0,1],"sma_5":[0,23.49800033569336],"sma_10":[0,26.586000442504883],"sma_20":[0,20.409500217437746],"sma_50":[0,17.79680006027222],"sma_100":[0,19.715200033187866],"ema_9":[0,24.120454542825748],"ema_12":[0,23.53055257072628],"ema_26":[0,20.85397793566033],"ema_50":[0,19.474449279732532],"ema_200":[0,19.559967224642186],"ulcer_index":[0,20.553193237253176],"force_index":[0,1942082.9894632974],"easy_movement":[0,71.67462778730246],"volume_weighted_avg":[0,26.151327149710696],"channel_index":[0,-85.40354052455389],"williams_r":[0,-63.053849019969654],"mass_index":[0,28.812932593557782],"obv":[0,-30053100],"rsi":[0,55.6303391684755],"rsi_2":[0,49.957173245403716],"vwma":[0,22.849555116028032],"macd":[0,0.03590646340307346],"stoch":[0,36.94615098003034],"bb_middle":[0,20.409500217437746],"bb_low":[0,5.731572800043963],"bb_upper":[0,35.08742763483153],"timestamp":[0,"2024-08-15T14:30:00Z"]}],[0,{"open":[0,28.2],"low":[0,26.81],"high":[0,29.69],"close":[0,28.51],"volume":[0,2615400],"signal":[0,1],"sma_5":[0,23.972000122070312],"sma_10":[0,27.07600040435791],"sma_20":[0,21.320000171661377],"sma_50":[0,17.943800029754637],"sma_100":[0,19.801000032424927],"ema_9":[0,24.974363512167876],"ema_12":[0,24.278159767523448],"ema_26":[0,21.41215174222988],"ema_50":[0,19.82206507376138],"ema_200":[0,19.607362317041616],"ulcer_index":[0,21.175734407614947],"force_index":[0,4189938.8850856423],"easy_movement":[0,82.61522408601583],"volume_weighted_avg":[0,26.773555290099257],"channel_index":[0,-33.830219262750404],"williams_r":[0,-49.71202675286399],"mass_index":[0,28.77665748539088],"obv":[0,-25721500],"rsi":[0,62.33429214215074],"rsi_2":[0,90.82713527913248],"vwma":[0,23.69022282608468],"macd":[0,0.18020836849275312],"stoch":[0,50.28797324713601],"bb_middle":[0,21.320000171661377],"bb_low":[0,7.039431124167043],"bb_upper":[0,35.60056921915571],"timestamp":[0,"2024-08-16T14:30:00Z"]}],[0,{"open":[0,28.77],"low":[0,27.89],"high":[0,31.59],"close":[0,30.46],"volume":[0,2564000],"signal":[0,1],"sma_5":[0,25.304000091552734],"sma_10":[0,27.01600036621094],"sma_20":[0,22.241500186920167],"sma_50":[0,18.10040002822876],"sma_100":[0,19.88910002708435],"ema_9":[0,25.681490855512713],"ema_12":[0,24.929212146749695],"ema_26":[0,21.937922841981543],"ema_50":[0,20.16295144116016],"ema_200":[0,19.699623925137452],"ulcer_index":[0,21.759276413410127],"force_index":[0,3636211.4568668203],"easy_movement":[0,85.99992621006834],"volume_weighted_avg":[0,27.48870231350152],"channel_index":[0,-62.5935312748031],"williams_r":[0,-55.35786385603861],"mass_index":[0,28.76030341790041],"obv":[0,-23486300],"rsi":[0,62.490352809940575],"rsi_2":[0,91.19511806339739],"vwma":[0,24.129385878413167],"macd":[0,0.2443974915102216],"stoch":[0,44.642136143961395],"bb_middle":[0,22.241500186920167],"bb_low":[0,8.617635013720443],"bb_upper":[0,35.86536536011989],"timestamp":[0,"2024-08-19T14:30:00Z"]}],[0,{"open":[0,30.46],"low":[0,29.23],"high":[0,31.2],"close":[0,29.86],"volume":[0,1534800],"signal":[0,1],"sma_5":[0,26.989999771118164],"sma_10":[0,26.554000091552734],"sma_20":[0,23.123000144958496],"sma_50":[0,18.310799999237062],"sma_100":[0,19.99660002708435],"ema_9":[0,26.63719250144933],"ema_12":[0,25.780102484324118],"ema_26":[0,22.569510511582457],"ema_50":[0,20.579754417524242],"ema_200":[0,20.06788492613879],"ulcer_index":[0,22.032015293481614],"force_index":[0,3831009.693901642],"easy_movement":[0,92.744819860023],"volume_weighted_avg":[0,28.1952966504338],"channel_index":[0,-58.01700556289202],"williams_r":[0,-48.01636528478937],"mass_index":[0,28.802496946636865],"obv":[0,-21299600],"rsi":[0,65.02476417615321],"rsi_2":[0,96.17806308515283],"vwma":[0,25.589201211365324],"macd":[0,0.37137008965144425],"stoch":[0,51.98363471521063],"bb_middle":[0,23.123000144958496],"bb_low":[0,9.770284655652345],"bb_upper":[0,36.475715634264645],"timestamp":[0,"2024-08-20T14:30:00Z"]}],[0,{"open":[0,30.25],"low":[0,29.38],"high":[0,32.25],"close":[0,31.21],"volume":[0,2127300],"signal":[0,0],"sma_5":[0,28.18400001525879],"sma_10":[0,26.491000175476074],"sma_20":[0,24.01350016593933],"sma_50":[0,18.51540002822876],"sma_100":[0,20.091000032424926],"ema_9":[0,27.2817541232033],"ema_12":[0,26.407779111871967],"ema_26":[0,23.109487718254165],"ema_50":[0,20.941305892930153],"ema_200":[0,20.117495292968627],"ulcer_index":[0,22.38806824298918],"force_index":[0,3152169.338148724],"easy_movement":[0,85.75348244782438],"volume_weighted_avg":[0,28.84289423685392],"channel_index":[0,-83.39693509099988],"williams_r":[0,-56.86635815083875],"mass_index":[0,28.7184729559738],"obv":[0,-22364100],"rsi":[0,63.59918293159521],"rsi_2":[0,71.3347510754511],"vwma":[0,26.002779766168437],"macd":[0,0.3671805455349162],"stoch":[0,43.13364184916125],"bb_middle":[0,24.01350016593933],"bb_low":[0,11.377115427977957],"bb_upper":[0,36.649884903900706],"timestamp":[0,"2024-08-21T14:30:00Z"]}],[0,{"open":[0,31.33],"low":[0,29.62],"high":[0,32.05],"close":[0,29.84],"volume":[0,1185700],"signal":[0,1],"sma_5":[0,29.68599967956543],"sma_10":[0,26.592000007629395],"sma_20":[0,24.988500118255615],"sma_50":[0,18.75700002670288],"sma_100":[0,20.20020001411438],"ema_9":[0,28.06740311545717],"ema_12":[0,27.146582184579763],"ema_26":[0,23.709525597233313],"ema_50":[0,21.34399974357888],"ema_200":[0,20.22786846502339],"ulcer_index":[0,22.58137976463226],"force_index":[0,3112124.1243096464],"easy_movement":[0,82.44152847353853],"volume_weighted_avg":[0,29.26593959002355],"channel_index":[0,-68.84079927328347],"williams_r":[0,-50.645167244584485],"mass_index":[0,28.586719767834506],"obv":[0,-20236800],"rsi":[0,65.43391433151592],"rsi_2":[0,86.74363277287334],"vwma":[0,26.377876419327166],"macd":[0,0.40475659141085174],"stoch":[0,49.35483275541551],"bb_middle":[0,24.988500118255615],"bb_low":[0,13.328379369494508],"bb_upper":[0,36.648620867016724],"timestamp":[0,"2024-08-22T14:30:00Z"]}],[0,{"open":[0,30],"low":[0,29.5],"high":[0,31.82],"close":[0,30.95],"volume":[0,1467100],"signal":[0,1],"sma_5":[0,29.97599983215332],"sma_10":[0,26.973999977111816],"sma_20":[0,25.84300012588501],"sma_50":[0,18.977600040435792],"sma_100":[0,20.295700006484985],"ema_9":[0,28.42192252276517],"ema_12":[0,27.56095414742034],"ema_26":[0,24.163371157746973],"ema_50":[0,21.666558791618645],"ema_200":[0,20.110142595014224],"ulcer_index":[0,22.931551264891418],"force_index":[0,2435477.851545418],"easy_movement":[0,62.74116873342877],"volume_weighted_avg":[0,29.298358939764107],"channel_index":[0,-93.17451746272134],"williams_r":[0,-58.35694255080409],"mass_index":[0,28.457909112733756],"obv":[0,-20796300],"rsi":[0,62.017917503713186],"rsi_2":[0,41.48390282790124],"vwma":[0,26.64951720721622],"macd":[0,0.29189149581290863],"stoch":[0,41.64305744919591],"bb_middle":[0,25.84300012588501],"bb_low":[0,15.460853512045862],"bb_upper":[0,36.22514673972415],"timestamp":[0,"2024-08-23T14:30:00Z"]}],[0,{"open":[0,30.65],"low":[0,29.7],"high":[0,31.65],"close":[0,29.76],"volume":[0,1070200],"signal":[0,1],"sma_5":[0,30.463999938964843],"sma_10":[0,27.88400001525879],"sma_20":[0,26.644500160217284],"sma_50":[0,19.215200061798097],"sma_100":[0,20.408100023269654],"ema_9":[0,28.92753817097725],"ema_12":[0,28.082345982779568],"ema_26":[0,24.666479959681592],"ema_50":[0,22.04654146247996],"ema_200":[0,20.53805463566567],"ulcer_index":[0,22.932632081167657],"force_index":[0,2320193.1773520485],"easy_movement":[0,-14.70484076569623],"volume_weighted_avg":[0,27.64449562945996],"channel_index":[0,-79.76491501495079],"williams_r":[0,-42.23385050335589],"mass_index":[0,28.387307829001376],"obv":[0,-19942300],"rsi":[0,63.67010433948186],"rsi_2":[0,68.29234108279235],"vwma":[0,27.189891230635737],"macd":[0,0.2486419710546528],"stoch":[0,57.766149496644104],"bb_middle":[0,26.644500160217284],"bb_low":[0,17.340024668508224],"bb_upper":[0,35.94897565192635],"timestamp":[0,"2024-08-26T14:30:00Z"]}],[0,{"open":[0,30.06],"low":[0,28.16],"high":[0,30.06],"close":[0,28.81],"volume":[0,995000],"signal":[0,1],"sma_5":[0,30.32400016784668],"sma_10":[0,28.65699996948242],"sma_20":[0,27.231500148773193],"sma_50":[0,19.412600078582763],"sma_100":[0,20.499900026321413],"ema_9":[0,29.094030582537798],"ema_12":[0,28.340446630467863],"ema_26":[0,25.043732297748],"ema_50":[0,22.347199447490542],"ema_200":[0,20.593027510453158],"ulcer_index":[0,22.69843023076992],"force_index":[0,1806803.949368815],"easy_movement":[0,-0.6912468861873394],"volume_weighted_avg":[0,27.083849717191555],"channel_index":[0,-81.12710975391508],"williams_r":[0,-22.17275042401568],"mass_index":[0,28.061631019995623],"obv":[0,-20273200],"rsi":[0,60.61923484051683],"rsi_2":[0,34.45082845766035],"vwma":[0,27.829615659247207],"macd":[0,0.10353448326578452],"stoch":[0,77.82724957598433],"bb_middle":[0,27.231500148773193],"bb_low":[0,18.730920324925812],"bb_upper":[0,35.732079972620575],"timestamp":[0,"2024-08-27T14:30:00Z"]}],[0,{"open":[0,28.56],"low":[0,26.55],"high":[0,28.7],"close":[0,26.71],"volume":[0,1136400],"signal":[0,1],"sma_5":[0,30.113999938964845],"sma_10":[0,29.148999977111817],"sma_20":[0,27.7935001373291],"sma_50":[0,19.59440008163452],"sma_100":[0,20.583200025558472],"ema_9":[0,29.037224359387793],"ema_12":[0,28.412685574366133],"ema_26":[0,25.3230923645862],"ema_50":[0,22.61583645684356],"ema_200":[0,20.98012578901168],"ulcer_index":[0,22.48599292942045],"force_index":[0,1413652.9775408627],"easy_movement":[0,6.63057728814787],"volume_weighted_avg":[0,26.69232730588116],"channel_index":[0,-74.92373807238178],"williams_r":[0,-30.632241088877016],"mass_index":[0,27.787429291795604],"obv":[0,-21820700],"rsi":[0,58.21819645782704],"rsi_2":[0,19.23341262851659],"vwma":[0,28.403325843494223],"macd":[0,-0.08239006102537694],"stoch":[0,69.36775891112299],"bb_middle":[0,27.7935001373291],"bb_low":[0,20.52535765058715],"bb_upper":[0,35.061642624071055],"timestamp":[0,"2024-08-28T14:30:00Z"]}],[0,{"open":[0,27.16],"low":[0,26.8],"high":[0,29.55],"close":[0,28.51],"volume":[0,1407400],"signal":[0,1],"sma_5":[0,29.213999938964843],"sma_10":[0,29.449999809265137],"sma_20":[0,28.01800012588501],"sma_50":[0,19.731000080108643],"sma_100":[0,20.637200021743773],"ema_9":[0,28.57177930486514],"ema_12":[0,28.150733932305293],"ema_26":[0,25.426853580011795],"ema_50":[0,22.81776312622281],"ema_200":[0,21.868540146419612],"ulcer_index":[0,21.744543713095126],"force_index":[0,870787.2052781472],"easy_movement":[0,-5.586273608392136],"volume_weighted_avg":[0,26.849015383627137],"channel_index":[0,-64.6744785137525],"williams_r":[0,-49.33215620081953],"mass_index":[0,27.62010697208225],"obv":[0,-24251900],"rsi":[0,53.20014242990404],"rsi_2":[0,6.513530325051391],"vwma":[0,28.944653258495226],"macd":[0,-0.357177386830243],"stoch":[0,50.66784379918047],"bb_middle":[0,28.01800012588501],"bb_low":[0,21.188189963993548],"bb_upper":[0,34.847810287776475],"timestamp":[0,"2024-08-29T14:30:00Z"]}],[0,{"open":[0,29.06],"low":[0,28.04],"high":[0,29.59],"close":[0,28.71],"volume":[0,848800],"signal":[0,1],"sma_5":[0,28.947999954223633],"sma_10":[0,29.461999893188477],"sma_20":[0,28.269000148773195],"sma_50":[0,19.911000080108643],"sma_100":[0,20.68660002708435],"ema_9":[0,28.559423490041254],"ema_12":[0,28.20600577195499],"ema_26":[0,25.656066721687143],"ema_50":[0,23.07448785282392],"ema_200":[0,22.607838065399353],"ulcer_index":[0,19.405564186432013],"force_index":[0,1108296.9514050074],"easy_movement":[0,27.625986730134976],"volume_weighted_avg":[0,27.71139181414655],"channel_index":[0,-52.58662912179993],"williams_r":[0,-33.303650254409405],"mass_index":[0,27.50991282723297],"obv":[0,-24700600],"rsi":[0,56.638046645923254],"rsi_2":[0,56.186391186947084],"vwma":[0,29.255919499533583],"macd":[0,-0.42383828981898564],"stoch":[0,66.6963497455906],"bb_middle":[0,28.269000148773195],"bb_low":[0,21.761914919637785],"bb_upper":[0,34.77608537790861],"timestamp":[0,"2024-08-30T14:30:00Z"]}],[0,{"open":[0,28.42],"low":[0,27.49],"high":[0,28.88],"close":[0,27.98],"volume":[0,664500],"signal":[0,1],"sma_5":[0,28.499999618530275],"sma_10":[0,29.481999778747557],"sma_20":[0,28.249000072479248],"sma_50":[0,20.08560007095337],"sma_100":[0,20.719700021743776],"ema_9":[0,28.58953860874624],"ema_12":[0,28.28354315518217],"ema_26":[0,25.88187934466227],"ema_50":[0,23.279196079434097],"ema_200":[0,22.341146335849714],"ulcer_index":[0,16.802074826961203],"force_index":[0,974216.4081684266],"easy_movement":[0,50.146809930205954],"volume_weighted_avg":[0,28.32780630445214],"channel_index":[0,-58.104125484591066],"williams_r":[0,-31.720438744882546],"mass_index":[0,27.28976953394299],"obv":[0,-22848400],"rsi":[0,57.01904126566297],"rsi_2":[0,60.81332754083212],"vwma":[0,29.266644529208886],"macd":[0,-0.4582047186922207],"stoch":[0,68.27956125511744],"bb_middle":[0,28.249000072479248],"bb_low":[0,21.74992338236335],"bb_upper":[0,34.74807676259515],"timestamp":[0,"2024-09-03T14:30:00Z"]}],[0,{"open":[0,27.72],"low":[0,27.35],"high":[0,29.86],"close":[0,29.68],"volume":[0,1173700],"signal":[0,1],"sma_5":[0,28.14399948120117],"sma_10":[0,29.233999824523927],"sma_20":[0,27.89399995803833],"sma_50":[0,20.244800052642823],"sma_100":[0,20.75440001487732],"ema_9":[0,28.467630795770184],"ema_12":[0,28.23684422673693],"ema_26":[0,26.03802300742646],"ema_50":[0,23.492830713546372],"ema_200":[0,22.985856669048726],"ulcer_index":[0,14.740438017926945],"force_index":[0,765751.0234114144],"easy_movement":[0,34.467218403881716],"volume_weighted_avg":[0,28.861262577327793],"channel_index":[0,-53.21967419501466],"williams_r":[0,-48.248590663388754],"mass_index":[0,26.83473469540617],"obv":[0,-25344200],"rsi":[0,55.120721748151645],"rsi_2":[0,34.33995422307902],"vwma":[0,27.732466496123116],"macd":[0,-0.5279139908181913],"stoch":[0,51.751409336611246],"bb_middle":[0,27.89399995803833],"bb_low":[0,22.200507817803302],"bb_upper":[0,33.58749209827336],"timestamp":[0,"2024-09-04T14:30:00Z"]}],[0,{"open":[0,29.85],"low":[0,28.66],"high":[0,30.9],"close":[0,29.45],"volume":[0,1039800],"signal":[0,1],"sma_5":[0,28.317999649047852],"sma_10":[0,29.215999794006347],"sma_20":[0,27.853499984741212],"sma_50":[0,20.44240007400513],"sma_100":[0,20.79010001182556],"ema_9":[0,28.710104696966862],"ema_12":[0,28.45886805204927],"ema_26":[0,26.30627166479391],"ema_50":[0,23.673957078088993],"ema_200":[0,21.816400217304018],"ulcer_index":[0,11.992845720245814],"force_index":[0,941400.1891651365],"easy_movement":[0,27.812390097476534],"volume_weighted_avg":[0,29.321255242263263],"channel_index":[0,-31.21749143236048],"williams_r":[0,-31.15151145241477],"mass_index":[0,26.45634502285637],"obv":[0,-22294300],"rsi":[0,58.581810013938494],"rsi_2":[0,78.3123302118842],"vwma":[0,27.264614687521558],"macd":[0,-0.4612511581050862],"stoch":[0,68.84848854758523],"bb_middle":[0,27.853499984741212],"bb_low":[0,22.223277235891732],"bb_upper":[0,33.483722733590696],"timestamp":[0,"2024-09-05T14:30:00Z"]}],[0,{"open":[0,29.45],"low":[0,26.5],"high":[0,29.8],"close":[0,26.91],"volume":[0,1541400],"signal":[0,2],"sma_5":[0,28.86599998474121],"sma_10":[0,29.039999961853027],"sma_20":[0,27.81599998474121],"sma_50":[0,20.645600070953368],"sma_100":[0,20.857100019454958],"ema_9":[0,28.85808390960323],"ema_12":[0,28.61134985527648],"ema_26":[0,26.53789489726616],"ema_50":[0,23.85031051331626],"ema_200":[0,20.884375257034076],"ulcer_index":[0,10.96001155281192],"force_index":[0,772751.1615623543],"easy_movement":[0,28.171991812101567],"volume_weighted_avg":[0,29.50500953631572],"channel_index":[0,-29.006961027170803],"williams_r":[0,-49.12278705760393],"mass_index":[0,25.86244946855784],"obv":[0,-21228200],"rsi":[0,57.94572919925931],"rsi_2":[0,66.29829355031546],"vwma":[0,26.966388984367008],"macd":[0,-0.4338961746598482],"stoch":[0,50.87721294239606],"bb_middle":[0,27.81599998474121],"bb_low":[0,22.239053421593688],"bb_upper":[0,33.392946547888734],"timestamp":[0,"2024-09-06T14:30:00Z"]}],[0,{"open":[0,27.01],"low":[0,26.18],"high":[0,27.68],"close":[0,26.93],"volume":[0,1135200],"signal":[0,1],"sma_5":[0,28.545999908447264],"sma_10":[0,28.74699993133545],"sma_20":[0,27.860499954223634],"sma_50":[0,20.812600078582765],"sma_100":[0,20.92610001564026],"ema_9":[0,28.468467097372788],"ema_12":[0,28.349603756913975],"ema_26":[0,26.56592191379754],"ema_50":[0,23.98897032694417],"ema_200":[0,21.319565792006117],"ulcer_index":[0,10.422392695256573],"force_index":[0,103047.55989553116],"easy_movement":[0,-11.226849953905653],"volume_weighted_avg":[0,29.430495080122085],"channel_index":[0,-8.079002227898986],"williams_r":[0,-92.86956787109375],"mass_index":[0,25.467031768338384],"obv":[0,-24016100],"rsi":[0,51.199568235434235],"rsi_2":[0,15.107595505151437],"vwma":[0,27.143604818372538],"macd":[0,-0.578346472615844],"stoch":[0,7.13043212890625],"bb_middle":[0,27.860499954223634],"bb_low":[0,22.32755712344595],"bb_upper":[0,33.39344278500132],"timestamp":[0,"2024-09-09T14:30:00Z"]}],[0,{"open":[0,26.5],"low":[0,26.01],"high":[0,27.46],"close":[0,27],"volume":[0,1272400],"signal":[0,1],"sma_5":[0,28.190000152587892],"sma_10":[0,28.344999885559083],"sma_20":[0,28.114499950408934],"sma_50":[0,20.97220006942749],"sma_100":[0,20.985100011825562],"ema_9":[0,28.16077373898228],"ema_12":[0,28.131203239216966],"ema_26":[0,26.59299978617412],"ema_50":[0,24.108698240698608],"ema_200":[0,21.463681256956704],"ulcer_index":[0,10.472354207493453],"force_index":[0,91567.86905124817],"easy_movement":[0,-38.09974961082638],"volume_weighted_avg":[0,29.114334458693822],"channel_index":[0,-15.451336645813889],"williams_r":[0,-87.64415094387053],"mass_index":[0,24.73428991883587],"obv":[0,-23516600],"rsi":[0,51.24696293117205],"rsi_2":[0,16.127464831490087],"vwma":[0,27.801477776741077],"macd":[0,-0.6589213117512709],"stoch":[0,12.355849056129472],"bb_middle":[0,28.114499950408934],"bb_low":[0,23.287146920748953],"bb_upper":[0,32.941852980068916],"timestamp":[0,"2024-09-10T14:30:00Z"]}],[0,{"open":[0,26.79],"low":[0,26.19],"high":[0,27.44],"close":[0,27.33],"volume":[0,1185600],"signal":[0,1],"sma_5":[0,27.994000244140626],"sma_10":[0,28.0689998626709],"sma_20":[0,28.36299991607666],"sma_50":[0,21.265200061798097],"sma_100":[0,21.042400007247924],"ema_9":[0,27.92861899116952],"ema_12":[0,27.95717196719858],"ema_26":[0,26.623111582612935],"ema_50":[0,24.220618155148244],"ema_200":[0,21.489338923672342],"ulcer_index":[0,10.336898015652425],"force_index":[0,91212.7870601593],"easy_movement":[0,-44.0419485097441],"volume_weighted_avg":[0,28.88962012841317],"channel_index":[0,-10.283951204639287],"williams_r":[0,-84.1346184706548],"mass_index":[0,23.612261998179203],"obv":[0,-21277700],"rsi":[0,51.42784769217688],"rsi_2":[0,22.6334785195304],"vwma":[0,28.236578179343017],"macd":[0,-0.690497696966871],"stoch":[0,15.865381529345202],"bb_middle":[0,28.36299991607666],"bb_low":[0,24.375453789576813],"bb_upper":[0,32.35054604257651],"timestamp":[0,"2024-09-11T14:30:00Z"]}],[0,{"open":[0,27.72],"low":[0,27.21],"high":[0,28.88],"close":[0,28.25],"volume":[0,935900],"signal":[0,1],"sma_5":[0,27.52400016784668],"sma_10":[0,27.920999908447264],"sma_20":[0,28.534999942779542],"sma_50":[0,21.569000053405762],"sma_100":[0,21.10380000114441],"ema_9":[0,27.808895177361094],"ema_12":[0,27.86068387435543],"ema_26":[0,26.67476905951292],"ema_50":[0,24.314180574388956],"ema_200":[0,20.977246150534196],"ulcer_index":[0,10.388936416423777],"force_index":[0,134076.98128981178],"easy_movement":[0,-49.22144752535239],"volume_weighted_avg":[0,28.46878382619487],"channel_index":[0,-11.085746011403037],"williams_r":[0,-78.14569682814817],"mass_index":[0,22.621309899604803],"obv":[0,-18773700],"rsi":[0,52.33174334972567],"rsi_2":[0,55.315103714425305],"vwma":[0,28.605663151570038],"macd":[0,-0.6718096003840732],"stoch":[0,21.854303171851825],"bb_middle":[0,28.534999942779542],"bb_low":[0,25.071755924639483],"bb_upper":[0,31.998243960919602],"timestamp":[0,"2024-09-12T14:30:00Z"]}],[0,{"open":[0,28.43],"low":[0,27.66],"high":[0,30.15],"close":[0,28.12],"volume":[0,2945500],"signal":[0,1],"sma_5":[0,27.28400001525879],"sma_10":[0,28.075],"sma_20":[0,28.76249990463257],"sma_50":[0,21.8982000541687],"sma_100":[0,21.189900007247925],"ema_9":[0,27.897116142064057],"ema_12":[0,27.92057871071659],"ema_26":[0,26.7918437846767],"ema_50":[0,24.48426949428525],"ema_200":[0,21.365985767922602],"ulcer_index":[0,9.870595500317041],"force_index":[0,237925.59764722048],"easy_movement":[0,-33.83720472056952],"volume_weighted_avg":[0,28.353458125265014],"channel_index":[0,-19.024356796084888],"williams_r":[0,-61.44578352805691],"mass_index":[0,21.97735181242669],"obv":[0,-18606400],"rsi":[0,54.83031277047581],"rsi_2":[0,86.6824747849842],"vwma":[0,28.896094983312967],"macd":[0,-0.5826950179223935],"stoch":[0,38.5542164719431],"bb_middle":[0,28.76249990463257],"bb_low":[0,26.092699204528493],"bb_upper":[0,31.432300604736646],"timestamp":[0,"2024-09-13T14:30:00Z"]}],[0,{"open":[0,27.85],"low":[0,27.56],"high":[0,29.21],"close":[0,28.34],"volume":[0,1010200],"signal":[0,1],"sma_5":[0,27.526000213623046],"sma_10":[0,28.036000061035157],"sma_20":[0,28.748999977111815],"sma_50":[0,22.245200061798094],"sma_100":[0,21.26610001564026],"ema_9":[0,27.941693081508113],"ema_12":[0,27.95125904095977],"ema_26":[0,26.890248518110464],"ema_50":[0,24.627762473661313],"ema_200":[0,21.451583436091802],"ulcer_index":[0,9.977387143540582],"force_index":[0,149233.67087618448],"easy_movement":[0,-26.667601631925297],"volume_weighted_avg":[0,28.094289846484813],"channel_index":[0,51.988545310888625],"williams_r":[0,-62.58863761183693],"mass_index":[0,21.529869038853725],"obv":[0,-22051100],"rsi":[0,54.39571797489517],"rsi_2":[0,72.33298564670083],"vwma":[0,28.882974998313074],"macd":[0,-0.5203066668033218],"stoch":[0,37.41136238816307],"bb_middle":[0,28.748999977111815],"bb_low":[0,26.069090189604097],"bb_upper":[0,31.428909764619533],"timestamp":[0,"2024-09-16T14:30:00Z"]}],[0,{"open":[0,28.71],"low":[0,28.31],"high":[0,32.6],"close":[0,31.3],"volume":[0,2883000],"signal":[0,0],"sma_5":[0,27.80800018310547],"sma_10":[0,27.99900016784668],"sma_20":[0,28.74049997329712],"sma_50":[0,22.607600059509277],"sma_100":[0,21.344000024795534],"ema_9":[0,28.021354495762775],"ema_12":[0,28.01106537638622],"ema_26":[0,26.997723901324086],"ema_50":[0,24.776818547084527],"ema_200":[0,21.59002160376508],"ulcer_index":[0,9.973086702196916],"force_index":[0,159663.89447251428],"easy_movement":[0,-32.929524958924326],"volume_weighted_avg":[0,28.005552601084336],"channel_index":[0,-12.885025473854206],"williams_r":[0,-52.351733854233295],"mass_index":[0,21.201448635693218],"obv":[0,-21521900],"rsi":[0,55.04365238442912],"rsi_2":[0,82.26807527284967],"vwma":[0,28.898648673662233],"macd":[0,-0.454270863359183],"stoch":[0,47.6482661457667],"bb_middle":[0,28.74049997329712],"bb_low":[0,26.05653658601305],"bb_upper":[0,31.42446336058119],"timestamp":[0,"2024-09-17T14:30:00Z"]}],[0,{"open":[0,31.79],"low":[0,29.63],"high":[0,32.3],"close":[0,30.32],"volume":[0,1981600],"signal":[0,1],"sma_5":[0,28.66800003051758],"sma_10":[0,28.331000137329102],"sma_20":[0,28.782499980926513],"sma_50":[0,23.03680004119873],"sma_100":[0,21.449600019454955],"ema_9":[0,28.677083444224],"ema_12":[0,28.517055256131403],"ema_26":[0,27.316861011965674],"ema_50":[0,25.0507523624452],"ema_200":[0,22.050835824154937],"ulcer_index":[0,9.759027861247388],"force_index":[0,1355954.1556203973],"easy_movement":[0,10.41812070408918],"volume_weighted_avg":[0,28.459022659217666],"channel_index":[0,56.09175895517889],"williams_r":[0,-19.72685255264964],"mass_index":[0,21.237128886568666],"obv":[0,-19550600],"rsi":[0,62.726628682112775],"rsi_2":[0,98.33705265359121],"vwma":[0,29.004592135756052],"macd":[0,-0.21336283909035103],"stoch":[0,80.27314744735035],"bb_middle":[0,28.782499980926513],"bb_low":[0,25.969054527520235],"bb_upper":[0,31.59594543433279],"timestamp":[0,"2024-09-18T14:30:00Z"]}],[0,{"open":[0,30.54],"low":[0,29.67],"high":[0,31.85],"close":[0,30.36],"volume":[0,1320000],"signal":[0,1],"sma_5":[0,29.26599998474121],"sma_10":[0,28.395000076293947],"sma_20":[0,28.805499935150145],"sma_50":[0,23.412200031280516],"sma_100":[0,21.535500020980834],"ema_9":[0,29.005666694468307],"ema_12":[0,28.79443135752759],"ema_26":[0,27.53959303231204],"ema_50":[0,25.268556105100835],"ema_200":[0,22.35752087524847],"ulcer_index":[0,9.004966743407289],"force_index":[0,884824.2136464368],"easy_movement":[0,35.394576059175186],"volume_weighted_avg":[0,28.742433519846788],"channel_index":[0,23.323379947444135],"williams_r":[0,-34.59786625806752],"mass_index":[0,21.34630143173648],"obv":[0,-22612800],"rsi":[0,59.11961078824296],"rsi_2":[0,61.4582484322253],"vwma":[0,29.050785749864115],"macd":[0,-0.1266227856434159],"stoch":[0,65.40213374193247],"bb_middle":[0,28.805499935150145],"bb_low":[0,25.949989668931526],"bb_upper":[0,31.661010201368764],"timestamp":[0,"2024-09-19T14:30:00Z"]}],[0,{"open":[0,30.72],"low":[0,29.25],"high":[0,30.78],"close":[0,29.78],"volume":[0,1682600],"signal":[0,1],"sma_5":[0,29.688000106811522],"sma_10":[0,28.486000061035156],"sma_20":[0,28.763000011444092],"sma_50":[0,23.796200046539308],"sma_100":[0,21.61570002555847],"ema_9":[0,29.27653347763681],"ema_12":[0,29.035288163431026],"ema_26":[0,27.74849392795914],"ema_50":[0,25.467488343910958],"ema_200":[0,22.422432147459407],"ulcer_index":[0,8.740015147310231],"force_index":[0,765963.3966716687],"easy_movement":[0,25.30004626974446],"volume_weighted_avg":[0,28.865934601881253],"channel_index":[0,-1.735034903752689],"williams_r":[0,-33.990871930622276],"mass_index":[0,21.510965886237322],"obv":[0,-20438900],"rsi":[0,59.222694622822544],"rsi_2":[0,62.603151457625444],"vwma":[0,28.945447730978795],"macd":[0,-0.07575659726036776],"stoch":[0,66.00912806937774],"bb_middle":[0,28.763000011444092],"bb_low":[0,26.029195858904753],"bb_upper":[0,31.49680416398343],"timestamp":[0,"2024-09-20T14:30:00Z"]}],[0,{"open":[0,29.63],"low":[0,26.5],"high":[0,29.7],"close":[0,27.01],"volume":[0,2377900],"signal":[0,2],"sma_5":[0,30.020000076293947],"sma_10":[0,28.773000144958495],"sma_20":[0,28.760000038146973],"sma_50":[0,24.172000064849854],"sma_100":[0,21.69050004005432],"ema_9":[0,29.377226919407995],"ema_12":[0,29.149859312511378],"ema_26":[0,27.89890772103941],"ema_50":[0,25.633860601360436],"ema_200":[0,22.440460468677507],"ulcer_index":[0,8.572584517226797],"force_index":[0,517125.0444857845],"easy_movement":[0,12.113299898461028],"volume_weighted_avg":[0,28.94635121613936],"channel_index":[0,14.42155250533937],"williams_r":[0,-42.79208707700047],"mass_index":[0,21.581337296236004],"obv":[0,-21308700],"rsi":[0,56.98108207025285],"rsi_2":[0,33.6315630062341],"vwma":[0,28.957851842607532],"macd":[0,-0.08936600437073206],"stoch":[0,57.20791292299954],"bb_middle":[0,28.760000038146973],"bb_low":[0,26.030802104879836],"bb_upper":[0,31.48919797141411],"timestamp":[0,"2024-09-23T14:30:00Z"]}],[0,{"open":[0,27.26],"low":[0,27.02],"high":[0,29.76],"close":[0,29.58],"volume":[0,2169300],"signal":[0,1],"sma_5":[0,29.754000091552733],"sma_10":[0,28.7810001373291],"sma_20":[0,28.563000011444093],"sma_50":[0,24.482000064849853],"sma_100":[0,21.739100046157837],"ema_9":[0,28.903781581300727],"ema_12":[0,28.820650222166385],"ema_26":[0,27.83305817556841],"ema_50":[0,25.687643798365265],"ema_200":[0,22.482249678037974],"ulcer_index":[0,8.902641137611015],"force_index":[0,-497717.7715117397],"easy_movement":[0,3.1188017117303155],"volume_weighted_avg":[0,28.77012957639646],"channel_index":[0,49.7575456740456],"williams_r":[0,-84.8254891308595],"mass_index":[0,21.767091603737207],"obv":[0,-22731700],"rsi":[0,47.695964431607415],"rsi_2":[0,6.204668986592708],"vwma":[0,28.69377481161532],"macd":[0,-0.2821862136334574],"stoch":[0,15.174510869140509],"bb_middle":[0,28.563000011444093],"bb_low":[0,25.927366397219064],"bb_upper":[0,31.19863362566912],"timestamp":[0,"2024-09-24T14:30:00Z"]}],[0,{"open":[0,29.27],"low":[0,29],"high":[0,32.5],"close":[0,30.47],"volume":[0,1988400],"signal":[0,1],"sma_5":[0,29.410000228881835],"sma_10":[0,29.03900012969971],"sma_20":[0,28.553999996185304],"sma_50":[0,24.827000064849855],"sma_100":[0,21.813500051498412],"ema_9":[0,29.0390252497655],"ema_12":[0,28.937473248725944],"ema_26":[0,27.96242490047477],"ema_50":[0,25.83882074677723],"ema_200":[0,22.52344397662054],"ulcer_index":[0,8.927338795003891],"force_index":[0,369828.86933455826],"easy_movement":[0,-0.6804433967583654],"volume_weighted_avg":[0,28.79947049350394],"channel_index":[0,39.959423669960195],"williams_r":[0,-45.82700082806159],"mass_index":[0,21.962671958828658],"obv":[0,-19511300],"rsi":[0,55.01950607245464],"rsi_2":[0,62.67977511210189],"vwma":[0,28.720079545781918],"macd":[0,-0.23583012238429557],"stoch":[0,54.17299917193841],"bb_middle":[0,28.553999996185304],"bb_low":[0,25.933592316542075],"bb_upper":[0,31.174407675828533],"timestamp":[0,"2024-09-25T14:30:00Z"]}],[0,{"open":[0,30.9],"low":[0,30.3],"high":[0,32.15],"close":[0,31.87],"volume":[0,2092000],"signal":[0,0],"sma_5":[0,29.440000152587892],"sma_10":[0,29.35300006866455],"sma_20":[0,28.636999988555907],"sma_50":[0,25.16580005645752],"sma_100":[0,21.897600049972535],"ema_9":[0,29.325220062481264],"ema_12":[0,29.173246488882192],"ema_26":[0,28.14816660722875],"ema_50":[0,26.020252529627395],"ema_200":[0,22.598835331021135],"ulcer_index":[0,8.827693371179528],"force_index":[0,569808.138957565],"easy_movement":[0,10.911263966346455],"volume_weighted_avg":[0,28.907754014369786],"channel_index":[0,30.03877975438144],"williams_r":[0,-32.321695416312956],"mass_index":[0,22.26790608879768],"obv":[0,-16375000],"rsi":[0,57.2512557844655],"rsi_2":[0,73.66298029013859],"vwma":[0,28.830506722203815],"macd":[0,-0.14864464542329658],"stoch":[0,67.67830458368704],"bb_middle":[0,28.636999988555907],"bb_low":[0,25.887439306633222],"bb_upper":[0,31.38656067047859],"timestamp":[0,"2024-09-26T14:30:00Z"]}],[0,{"open":[0,28.08],"low":[0,26.1],"high":[0,30.33],"close":[0,28.49],"volume":[0,5781800],"signal":[0,2],"sma_5":[0,29.74200019836426],"sma_10":[0,29.71500015258789],"sma_20":[0,28.895000076293947],"sma_50":[0,25.611800079345702],"sma_100":[0,21.995800065994263],"ema_9":[0,29.834176217723734],"ema_12":[0,29.588131744093282],"ema_26":[0,28.423617097139452],"ema_50":[0,26.239952334939225],"ema_200":[0,22.496111704153364],"ulcer_index":[0,8.02305251546202],"force_index":[0,906806.6011698503],"easy_movement":[0,38.837960957246125],"volume_weighted_avg":[0,29.27911138720855],"channel_index":[0,37.88498784014541],"williams_r":[0,-11.077357045050197],"mass_index":[0,22.49641806520397],"obv":[0,-13441700],"rsi":[0,60.568388008850455],"rsi_2":[0,86.32466680962288],"vwma":[0,29.107502810440298],"macd":[0,-0.007673930985935273],"stoch":[0,88.92264295494981],"bb_middle":[0,28.895000076293947],"bb_low":[0,25.955336802088535],"bb_upper":[0,31.83466335049936],"timestamp":[0,"2024-09-27T14:30:00Z"]}],[0,{"open":[0,28.6],"low":[0,28.33],"high":[0,31.65],"close":[0,29.43],"volume":[0,2654800],"signal":[0,0],"sma_5":[0,29.48400001525879],"sma_10":[0,29.752000045776366],"sma_20":[0,28.89400005340576],"sma_50":[0,25.97800006866455],"sma_100":[0,22.065500059127807],"ema_9":[0,29.56534092846577],"ema_12":[0,29.419188380865926],"ema_26":[0,28.428675256390207],"ema_50":[0,26.333864299473465],"ema_200":[0,22.669793861367037],"ulcer_index":[0,7.6792310650714315],"force_index":[0,-2014519.0107614924],"easy_movement":[0,34.62307252921382],"volume_weighted_avg":[0,29.2151215862355],"channel_index":[0,270.66776676844074],"williams_r":[0,-62.36721999087135],"mass_index":[0,22.83905510298474],"obv":[0,-20422600],"rsi":[0,50.40503742744048],"rsi_2":[0,25.990727241618416],"vwma":[0,29.031749709116184],"macd":[0,-0.14516136580855132],"stoch":[0,37.632780009128645],"bb_middle":[0,28.89400005340576],"bb_low":[0,25.953800019655343],"bb_upper":[0,31.83420008715618],"timestamp":[0,"2024-09-30T14:30:00Z"]}],[0,{"open":[0,29.57],"low":[0,27.25],"high":[0,30.04],"close":[0,27.42],"volume":[0,1511100],"signal":[0,1],"sma_5":[0,29.96800003051758],"sma_10":[0,29.861000061035156],"sma_20":[0,28.93000011444092],"sma_50":[0,26.365000076293946],"sma_100":[0,22.141500062942505],"ema_9":[0,29.538272803754808],"ema_12":[0,29.420851739385373],"ema_26":[0,28.502729287477486],"ema_50":[0,26.45052186713618],"ema_200":[0,22.641411655302285],"ulcer_index":[0,7.082392428636131],"force_index":[0,-1370227.8924291115],"easy_movement":[0,52.0657199503802],"volume_weighted_avg":[0,29.324413225631304],"channel_index":[0,56.90481469678327],"williams_r":[0,-48.76921690991238],"mass_index":[0,23.188225748608644],"obv":[0,-16577900],"rsi":[0,52.77884562007194],"rsi_2":[0,46.70791299235668],"vwma":[0,29.06691176846284],"macd":[0,-0.17419175757672845],"stoch":[0,51.23078309008763],"bb_middle":[0,28.93000011444092],"bb_low":[0,25.982071993954634],"bb_upper":[0,31.877928234927204],"timestamp":[0,"2024-10-01T14:30:00Z"]}],[0,{"open":[0,27],"low":[0,26.51],"high":[0,27.57],"close":[0,26.94],"volume":[0,1101100],"signal":[0,1],"sma_5":[0,29.536000061035157],"sma_10":[0,29.473000144958498],"sma_20":[0,28.902000141143798],"sma_50":[0,26.656800079345704],"sma_100":[0,22.2000000667572],"ema_9":[0,29.114618258168935],"ema_12":[0,29.11302838103446],"ema_26":[0,28.422318010500238],"ema_50":[0,26.480119936624057],"ema_200":[0,22.519737002876568],"ulcer_index":[0,7.369849519714153],"force_index":[0,-1608385.113651026],"easy_movement":[0,33.725224535926166],"volume_weighted_avg":[0,29.308035467878533],"channel_index":[0,-34.622461114573184],"williams_r":[0,-79.69230642826562],"mass_index":[0,23.516154036934108],"obv":[0,-17539500],"rsi":[0,47.54324432882337],"rsi_2":[0,21.25856738631822],"vwma":[0,29.021247481433953],"macd":[0,-0.32154867948550603],"stoch":[0,20.307693571734376],"bb_middle":[0,28.902000141143798],"bb_low":[0,25.908229272299845],"bb_upper":[0,31.89577100998775],"timestamp":[0,"2024-10-02T14:30:00Z"]}],[0,{"open":[0,26.89],"low":[0,26.51],"high":[0,27.8],"close":[0,26.96],"volume":[0,1021400],"signal":[0,1],"sma_5":[0,28.83000030517578],"sma_10":[0,29.135000228881836],"sma_20":[0,28.76500015258789],"sma_50":[0,26.954600086212157],"sma_100":[0,22.258300065994263],"ema_9":[0,28.679694713167414],"ema_12":[0,28.77871635566436],"ema_26":[0,28.312116672050724],"ema_50":[0,26.482045283992406],"ema_200":[0,22.23998812122643],"ulcer_index":[0,8.12225597749771],"force_index":[0,-1454119.1633703045],"easy_movement":[0,7.0118365306205765],"volume_weighted_avg":[0,29.256693759610645],"channel_index":[0,-69.15239427360363],"williams_r":[0,-87.07691693729018],"mass_index":[0,23.723386159240135],"obv":[0,-18032000],"rsi":[0,46.363977403765354],"rsi_2":[0,16.86877152209226],"vwma":[0,28.94186724431723],"macd":[0,-0.4370356150271878],"stoch":[0,12.923083062709829],"bb_middle":[0,28.76500015258789],"bb_low":[0,25.676890752279128],"bb_upper":[0,31.853109552896655],"timestamp":[0,"2024-10-03T14:30:00Z"]}],[0,{"open":[0,27.17],"low":[0,27],"high":[0,28.09],"close":[0,27.08],"volume":[0,794100],"signal":[0,1],"sma_5":[0,27.84799995422363],"sma_10":[0,28.795000076293945],"sma_20":[0,28.64050006866455],"sma_50":[0,27.25960006713867],"sma_100":[0,22.325600061416626],"ema_9":[0,28.33575558750791],"ema_12":[0,28.498913720234953],"ema_26":[0,28.21213710626818],"ema_50":[0,26.507927883643756],"ema_200":[0,22.430425668013104],"ulcer_index":[0,8.986424815789679],"force_index":[0,-1243469.393783513],"easy_movement":[0,2.8563627863123093],"volume_weighted_avg":[0,29.290583135026033],"channel_index":[0,-76.4564854271727],"williams_r":[0,-86.76924684062278],"mass_index":[0,23.848174955544362],"obv":[0,-17603500],"rsi":[0,46.42280471186375],"rsi_2":[0,18.274990644993494],"vwma":[0,28.875721662652793],"macd":[0,-0.49326175687514684],"stoch":[0,13.230753159377217],"bb_middle":[0,28.64050006866455],"bb_low":[0,25.473138518631018],"bb_upper":[0,31.807861618698084],"timestamp":[0,"2024-10-04T14:30:00Z"]}],[0,{"open":[0,27.15],"low":[0,25.17],"high":[0,27.43],"close":[0,25.41],"volume":[0,1502400],"signal":[0,1],"sma_5":[0,27.56599998474121],"sma_10":[0,28.525],"sma_20":[0,28.649000072479247],"sma_50":[0,27.546200065612794],"sma_100":[0,22.390200052261353],"ema_9":[0,28.084604455299576],"ema_12":[0,28.2806194406266],"ema_26":[0,28.12950704420191],"ema_50":[0,26.57997097442504],"ema_200":[0,23.473634729207458],"ulcer_index":[0,9.769095612951514],"force_index":[0,-1052210.4140197206],"easy_movement":[0,12.74679756980648],"volume_weighted_avg":[0,29.26349970265753],"channel_index":[0,-87.95849839797401],"williams_r":[0,-84.92307954144978],"mass_index":[0,23.86766299467494],"obv":[0,-18608400],"rsi":[0,46.79225713250928],"rsi_2":[0,32.06588641124657],"vwma":[0,28.918105797826872],"macd":[0,-0.5015759974670627],"stoch":[0,15.076920458550221],"bb_middle":[0,28.649000072479247],"bb_low":[0,25.499397537919677],"bb_upper":[0,31.798602607038816],"timestamp":[0,"2024-10-07T14:30:00Z"]}],[0,{"open":[0,27.24],"low":[0,25.31],"high":[0,31.23],"close":[0,26.05],"volume":[0,7213000],"signal":[0,1],"sma_5":[0,26.761999893188477],"sma_10":[0,28.364999961853027],"sma_20":[0,28.573000049591066],"sma_50":[0,27.756000061035156],"sma_100":[0,22.411000051498412],"ema_9":[0,27.5496835336569],"ema_12":[0,27.83898563926896],"ema_26":[0,27.927916596468783],"ema_50":[0,26.528231880685627],"ema_200":[0,23.37518171593102],"ulcer_index":[0,11.17062467516798],"force_index":[0,-1260328.1339018955],"easy_movement":[0,-22.631997386300537],"volume_weighted_avg":[0,28.846725167203356],"channel_index":[0,-32.95930769313616],"williams_r":[0,-96.72578753593193],"mass_index":[0,23.957012617942116],"obv":[0,-19243000],"rsi":[0,42.26054778306646],"rsi_2":[0,5.6287794023081545],"vwma":[0,28.83923654191313],"macd":[0,-0.5934802520736264],"stoch":[0,3.2742124640680754],"bb_middle":[0,28.573000049591066],"bb_low":[0,25.196000706477985],"bb_upper":[0,31.949999392704147],"timestamp":[0,"2024-10-08T14:30:00Z"]}],[0,{"open":[0,26.29],"low":[0,24.53],"high":[0,26.5],"close":[0,25],"volume":[0,2255500],"signal":[0,1],"sma_5":[0,26.487999725341798],"sma_10":[0,28.011999893188477],"sma_20":[0,28.52550001144409],"sma_50":[0,27.916600036621094],"sma_100":[0,22.4414000415802],"ema_9":[0,27.24974667404226],"ema_12":[0,27.563756881412345],"ema_26":[0,27.78815244409487],"ema_50":[0,26.482934132728257],"ema_200":[0,22.86837579053583],"ulcer_index":[0,12.161550374517066],"force_index":[0,-420808.3322945483],"easy_movement":[0,-15.99138597891685],"volume_weighted_avg":[0,28.15138356912406],"channel_index":[0,315.12187672273114],"williams_r":[0,-87.99455429841706],"mass_index":[0,24.344701842102275],"obv":[0,-11386300],"rsi":[0,44.48646005109247],"rsi_2":[0,42.17174716335984],"vwma":[0,28.436567469058144],"macd":[0,-0.5839931317856831],"stoch":[0,12.005445701582945],"bb_middle":[0,28.52550001144409],"bb_low":[0,25.036468578840726],"bb_upper":[0,32.014531444047456],"timestamp":[0,"2024-10-09T14:30:00Z"]}],[0,{"open":[0,25.18],"low":[0,24.13],"high":[0,25.4],"close":[0,24.86],"volume":[0,1768900],"signal":[0,2],"sma_5":[0,26.099999618530273],"sma_10":[0,27.464999961853028],"sma_20":[0,28.40900001525879],"sma_50":[0,28.06520004272461],"sma_100":[0,22.475800046920778],"ema_9":[0,26.79979733955159],"ema_12":[0,27.169332832518265],"ema_26":[0,27.582331801913334],"ema_50":[0,26.453337036614126],"ema_200":[0,23.463473632618996],"ulcer_index":[0,13.433173975880834],"force_index":[0,-699016.2340952705],"easy_movement":[0,-30.760764760176755],"volume_weighted_avg":[0,27.85783538592575],"channel_index":[0,-0.3573830217938966],"williams_r":[0,-94.10289392915048],"mass_index":[0,24.58802884341393],"obv":[0,-14416400],"rsi":[0,41.647423348168466],"rsi_2":[0,18.573077217894507],"vwma":[0,28.294174642517483],"macd":[0,-0.6171764695448345],"stoch":[0,5.897106070849512],"bb_middle":[0,28.40900001525879],"bb_low":[0,24.624949630362845],"bb_upper":[0,32.19305040015474],"timestamp":[0,"2024-10-10T14:30:00Z"]}],[0,{"open":[0,25.11],"low":[0,24.74],"high":[0,26.5],"close":[0,25.8],"volume":[0,1818100],"signal":[0,1],"sma_5":[0,25.679999923706056],"sma_10":[0,26.763999938964844],"sma_20":[0,28.239500045776367],"sma_50":[0,28.11800006866455],"sma_100":[0,22.49320004463196],"ema_9":[0,26.41183799350381],"ema_12":[0,26.814050895491377],"ema_26":[0,27.380213952684485],"ema_50":[0,26.372181258587528],"ema_200":[0,23.10213535205604],"ulcer_index":[0,14.605591142790429],"force_index":[0,-634534.8324444481],"easy_movement":[0,-29.768173196311075],"volume_weighted_avg":[0,27.60844358623411],"channel_index":[0,-34.17391709615257],"williams_r":[0,-91.27835870501751],"mass_index":[0,24.700242764218988],"obv":[0,-15536200],"rsi":[0,41.27423342449186],"rsi_2":[0,16.16143437919233],"vwma":[0,28.163169978541113],"macd":[0,-0.6168614049014475],"stoch":[0,8.72164129498249],"bb_middle":[0,28.239500045776367],"bb_low":[0,24.150717890776026],"bb_upper":[0,32.328282200776705],"timestamp":[0,"2024-10-11T14:30:00Z"]}],[0,{"open":[0,26.09],"low":[0,25.41],"high":[0,28.28],"close":[0,27.5],"volume":[0,2064100],"signal":[0,1],"sma_5":[0,25.423999786376953],"sma_10":[0,26.494999885559082],"sma_20":[0,28.123499965667726],"sma_50":[0,28.164200057983397],"sma_100":[0,22.530200033187867],"ema_9":[0,26.289470242249788],"ema_12":[0,26.658042957489403],"ema_26":[0,27.263238291934915],"ema_50":[0,26.3528547473735],"ema_200":[0,23.191518780719935],"ulcer_index":[0,15.027177420614908],"force_index":[0,-299743.76543735754],"easy_movement":[0,-5.4485861102648006],"volume_weighted_avg":[0,27.553059298095203],"channel_index":[0,-28.90755823146096],"williams_r":[0,-80.04779081423725],"mass_index":[0,24.68663039900152],"obv":[0,-14029200],"rsi":[0,44.88022430294596],"rsi_2":[0,69.4427287761313],"vwma":[0,28.070368156365348],"macd":[0,-0.5246167858852183],"stoch":[0,19.952209185762747],"bb_middle":[0,28.123499965667726],"bb_low":[0,23.898373664149624],"bb_upper":[0,32.34862626718583],"timestamp":[0,"2024-10-14T14:30:00Z"]}],[0,{"open":[0,27.12],"low":[0,27.1],"high":[0,28.38],"close":[0,28.26],"volume":[0,1252100],"signal":[0,1],"sma_5":[0,25.841999816894532],"sma_10":[0,26.301999855041505],"sma_20":[0,28.08149995803833],"sma_50":[0,28.132000045776365],"sma_100":[0,22.58250002861023],"ema_9":[0,26.531576193769276],"ema_12":[0,26.787574801846077],"ema_26":[0,27.28070800719138],"ema_50":[0,26.395094962073646],"ema_200":[0,23.179207924625544],"ulcer_index":[0,15.397693101233981],"force_index":[0,244358.73487751436],"easy_movement":[0,4.101360729068092],"volume_weighted_avg":[0,27.418802370952054],"channel_index":[0,-15.953866036181855],"williams_r":[0,-59.73715052169511],"mass_index":[0,24.776582062639424],"obv":[0,-11637700],"rsi":[0,50.77010268405053],"rsi_2":[0,90.73657940725496],"vwma":[0,28.038840438365177],"macd":[0,-0.33013033679051523],"stoch":[0,40.26284947830488],"bb_middle":[0,28.08149995803833],"bb_low":[0,23.849123292798375],"bb_upper":[0,32.31387662327828],"timestamp":[0,"2024-10-15T14:30:00Z"]}],[0,{"open":[0,28.4],"low":[0,28.26],"high":[0,30.07],"close":[0,29.63],"volume":[0,1535800],"signal":[0,0],"sma_5":[0,26.28400001525879],"sma_10":[0,26.385999870300292],"sma_20":[0,27.929500007629393],"sma_50":[0,27.99560001373291],"sma_100":[0,22.643900022506713],"ema_9":[0,26.877261000726605],"ema_12":[0,27.014101772834522],"ema_26":[0,27.353102700700827],"ema_50":[0,26.46237059396055],"ema_200":[0,23.112042042377624],"ulcer_index":[0,15.676462199614377],"force_index":[0,345393.1446934255],"easy_movement":[0,-19.035436577908353],"volume_weighted_avg":[0,27.266086103030887],"channel_index":[0,-67.40453893350674],"williams_r":[0,-48.50374251657217],"mass_index":[0,24.83045995020297],"obv":[0,-10009400],"rsi":[0,53.17937809119425],"rsi_2":[0,94.29264177345546],"vwma":[0,27.83309149827172],"macd":[0,-0.1409832197509021],"stoch":[0,51.49625748342783],"bb_middle":[0,27.929500007629393],"bb_low":[0,23.96021528059164],"bb_upper":[0,31.898784734667146],"timestamp":[0,"2024-10-16T14:30:00Z"]}],[0,{"open":[0,29.75],"low":[0,28.86],"high":[0,30.39],"close":[0,29.58],"volume":[0,1138300],"signal":[0,1],"sma_5":[0,27.20999984741211],"sma_10":[0,26.65499973297119],"sma_20":[0,27.894999980926514],"sma_50":[0,27.97840000152588],"sma_100":[0,22.722200021743774],"ema_9":[0,27.427808632718307],"ema_12":[0,27.416547520377527],"ema_26":[0,27.52172533019446],"ema_50":[0,26.585126853802542],"ema_200":[0,23.14746725511662],"ulcer_index":[0,15.676462199614377],"force_index":[0,596630.6422007136],"easy_movement":[0,-10.039978121320855],"volume_weighted_avg":[0,27.080151456964828],"channel_index":[0,-45.852608695203465],"williams_r":[0,-26.86170657979438],"mass_index":[0,24.910579687661244],"obv":[0,-7835800],"rsi":[0,57.240088407732806],"rsi_2":[0,97.60596876841207],"vwma":[0,27.783703134138996],"macd":[0,0.07422572583869202],"stoch":[0,73.13829342020561],"bb_middle":[0,27.894999980926514],"bb_low":[0,23.99809069791859],"bb_upper":[0,31.791909263934436],"timestamp":[0,"2024-10-17T14:30:00Z"]}],[0,{"open":[0,29.64],"low":[0,28.73],"high":[0,30.11],"close":[0,29],"volume":[0,1347300],"signal":[0,1],"sma_5":[0,28.153999710083006],"sma_10":[0,26.91699981689453],"sma_20":[0,27.85599994659424],"sma_50":[0,27.96599998474121],"sma_100":[0,22.80080002784729],"ema_9":[0,27.858246890905672],"ema_12":[0,27.74938634887978],"ema_26":[0,27.674167385506493],"ema_50":[0,26.701657576969694],"ema_200":[0,23.193079017195178],"ulcer_index":[0,15.4181491198397],"force_index":[0,503266.2696029744],"easy_movement":[0,10.10590904765579],"volume_weighted_avg":[0,26.888122899125896],"channel_index":[0,-69.22253081282501],"williams_r":[0,-27.526590010870873],"mass_index":[0,24.957147451299097],"obv":[0,-8589500],"rsi":[0,57.04480375315675],"rsi_2":[0,93.63812100002892],"vwma":[0,27.75268976961584],"macd":[0,0.20366912913606805],"stoch":[0,72.47340998912912],"bb_middle":[0,27.85599994659424],"bb_low":[0,24.043859171373327],"bb_upper":[0,31.66814072181515],"timestamp":[0,"2024-10-18T14:30:00Z"]}],[0,{"open":[0,29],"low":[0,28.32],"high":[0,29.6],"close":[0,28.88],"volume":[0,881300],"signal":[0,1],"sma_5":[0,28.793999862670898],"sma_10":[0,27.108999824523927],"sma_20":[0,27.816999912261963],"sma_50":[0,28.025599975585937],"sma_100":[0,22.87410002708435],"ema_9":[0,28.0865975126451],"ema_12":[0,27.941788427375222],"ema_26":[0,27.7721999171128],"ema_50":[0,26.784649373940304],"ema_200":[0,23.10738776358],"ulcer_index":[0,15.29233092512741],"force_index":[0,319737.7687546364],"easy_movement":[0,-7.249289597036001],"volume_weighted_avg":[0,26.73985657437915],"channel_index":[0,-52.93291252115564],"williams_r":[0,-31.408442569332788],"mass_index":[0,24.906099343139672],"obv":[0,-9583200],"rsi":[0,54.72360989530015],"rsi_2":[0,48.18923666233963],"vwma":[0,27.71280140858021],"macd":[0,0.23820575105738362],"stoch":[0,68.59155743066721],"bb_middle":[0,27.816999912261963],"bb_low":[0,24.06897046543459],"bb_upper":[0,31.565029359089337],"timestamp":[0,"2024-10-21T14:30:00Z"]}],[0,{"open":[0,28.82],"low":[0,28.16],"high":[0,28.97],"close":[0,28.43],"volume":[0,825100],"signal":[0,1],"sma_5":[0,29.06999969482422],"sma_10":[0,27.455999755859374],"sma_20":[0,27.910499858856202],"sma_50":[0,28.166199951171876],"sma_100":[0,22.950100011825562],"ema_9":[0,28.245277842507736],"ema_12":[0,28.086128605235476],"ema_26":[0,27.854790996282006],"ema_50":[0,26.88823782405854],"ema_200":[0,23.5952420703289],"ulcer_index":[0,14.845436390289164],"force_index":[0,258953.5586571144],"easy_movement":[0,5.716557565350365],"volume_weighted_avg":[0,26.773263706780458],"channel_index":[0,-77.13074766859508],"williams_r":[0,-33.098595143783186],"mass_index":[0,24.84422955493083],"obv":[0,-10891000],"rsi":[0,54.22389035960468],"rsi_2":[0,40.12950347068844],"vwma":[0,27.77725093697801],"macd":[0,0.24063945018839372],"stoch":[0,66.90140485621681],"bb_middle":[0,27.910499858856202],"bb_low":[0,24.15437159202322],"bb_upper":[0,31.666628125689183],"timestamp":[0,"2024-10-22T14:30:00Z"]}],[0,{"open":[0,28.3],"low":[0,26.88],"high":[0,28.83],"close":[0,27.99],"volume":[0,1191300],"signal":[0,1],"sma_5":[0,29.10399971008301],"sma_10":[0,27.6939998626709],"sma_20":[0,27.852999877929687],"sma_50":[0,28.29419994354248],"sma_100":[0,23.009900007247925],"ema_9":[0,28.282222334955787],"ema_12":[0,28.139031920343434],"ema_26":[0,27.89720816339183],"ema_50":[0,26.941010630691604],"ema_200":[0,23.48884101167506],"ulcer_index":[0,14.299168160286838],"force_index":[0,168919.36875272187],"easy_movement":[0,13.983126124894117],"volume_weighted_avg":[0,26.819821554822393],"channel_index":[0,-74.5877799405553],"williams_r":[0,-39.4366068538286],"mass_index":[0,24.53979829027336],"obv":[0,-11117200],"rsi":[0,52.32536988568357],"rsi_2":[0,17.800714376125796],"vwma":[0,27.694084410728973],"macd":[0,0.20065796607341332],"stoch":[0,60.56339314617139],"bb_middle":[0,27.852999877929687],"bb_low":[0,24.166293405329164],"bb_upper":[0,31.53970635053021],"timestamp":[0,"2024-10-23T14:30:00Z"]}],[0,{"open":[0,28.06],"low":[0,26.95],"high":[0,28.29],"close":[0,27.29],"volume":[0,965200],"signal":[0,1],"sma_5":[0,28.77599983215332],"sma_10":[0,27.992999839782716],"sma_20":[0,27.728999900817872],"sma_50":[0,28.376199951171873],"sma_100":[0,23.069499998092653],"ema_9":[0,28.223777822182157],"ema_12":[0,28.116103895718208],"ema_26":[0,27.904067977660247],"ema_50":[0,26.98159827103403],"ema_200":[0,23.52259211715781],"ulcer_index":[0,13.773180366481254],"force_index":[0,69905.46738858272],"easy_movement":[0,4.644428155513107],"volume_weighted_avg":[0,26.868707368499038],"channel_index":[0,-48.62027205606305],"williams_r":[0,-45.63379714139497],"mass_index":[0,24.305438861013464],"obv":[0,-11940700],"rsi":[0,50.462663683362635],"rsi_2":[0,8.524793421502707],"vwma":[0,27.56409270709625],"macd":[0,0.136678779030789],"stoch":[0,54.36620285860503],"bb_middle":[0,27.728999900817872],"bb_low":[0,24.24126177662293],"bb_upper":[0,31.216738025012813],"timestamp":[0,"2024-10-24T14:30:00Z"]}],[0,{"open":[0,27.25],"low":[0,26.51],"high":[0,27.75],"close":[0,26.55],"volume":[0,1206900],"signal":[0,1],"sma_5":[0,28.318000030517577],"sma_10":[0,28.235999870300294],"sma_20":[0,27.499999904632567],"sma_50":[0,28.447999954223633],"sma_100":[0,23.122400007247926],"ema_9":[0,28.037022440655637],"ema_12":[0,27.989011076176432],"ema_26":[0,27.85814511803394],"ema_50":[0,26.97611887316998],"ema_200":[0,23.20691778821166],"ulcer_index":[0,13.34241518023679],"force_index":[0,-36596.525547815036],"easy_movement":[0,-1.5096819593012678],"volume_weighted_avg":[0,26.877979882067496],"channel_index":[0,-57.778531601092986],"williams_r":[0,-55.49293542282021],"mass_index":[0,24.108315607615125],"obv":[0,-11707800],"rsi":[0,47.56874008566318],"rsi_2":[0,3.207178606452729],"vwma":[0,27.32401334419171],"macd":[0,0.043852741691170635],"stoch":[0,44.50706457717978],"bb_middle":[0,27.499999904632567],"bb_low":[0,24.573650729059374],"bb_upper":[0,30.42634908020576],"timestamp":[0,"2024-10-25T14:30:00Z"]}],[0,{"open":[0,26.99],"low":[0,26.46],"high":[0,27.56],"close":[0,26.73],"volume":[0,925800],"signal":[0,1],"sma_5":[0,27.827999877929688],"sma_10":[0,28.310999870300293],"sma_20":[0,27.402999877929688],"sma_50":[0,28.411199951171874],"sma_100":[0,23.177499990463257],"ema_9":[0,27.73961779986329],"ema_12":[0,27.767624619379866],"ema_26":[0,27.76108176874621],"ema_50":[0,26.952818174540795],"ema_200":[0,23.107746560534633],"ulcer_index":[0,12.505619173179902],"force_index":[0,-158956.97245153942],"easy_movement":[0,8.271491744612755],"volume_weighted_avg":[0,26.94905008081184],"channel_index":[0,-35.130571942203964],"williams_r":[0,-65.91549371448066],"mass_index":[0,23.976956851289728],"obv":[0,-12212500],"rsi":[0,44.649835025863595],"rsi_2":[0,1.383084759687648],"vwma":[0,27.098575637523435],"macd":[0,-0.0645841608051954],"stoch":[0,34.084506285519325],"bb_middle":[0,27.402999877929688],"bb_low":[0,24.48574709779478],"bb_upper":[0,30.320252658064597],"timestamp":[0,"2024-10-28T14:30:00Z"]}],[0,{"open":[0,26.7],"low":[0,26.15],"high":[0,26.82],"close":[0,26.52],"volume":[0,784600],"signal":[0,1],"sma_5":[0,27.397999954223632],"sma_10":[0,28.233999824523927],"sma_20":[0,27.267999839782714],"sma_50":[0,28.375599937438963],"sma_100":[0,23.237999982833863],"ema_9":[0,27.537694148187153],"ema_12":[0,27.60798995099643],"ema_26":[0,27.68436890748485],"ema_50":[0,26.93053384875175],"ema_200":[0,22.87156044510835],"ulcer_index":[0,11.807293374697968],"force_index":[0,-112441.27516487076],"easy_movement":[0,-4.295925003158326],"volume_weighted_avg":[0,27.276655161584117],"channel_index":[0,-49.12172167907379],"williams_r":[0,-58.46644909893015],"mass_index":[0,23.76082608292262],"obv":[0,-10404900],"rsi":[0,45.53056898055617],"rsi_2":[0,22.755828698934337],"vwma":[0,26.89650458424484],"macd":[0,-0.11843205801798559],"stoch":[0,41.53355090106985],"bb_middle":[0,27.267999839782714],"bb_low":[0,24.491976877708396],"bb_upper":[0,30.044022801857032],"timestamp":[0,"2024-10-29T14:30:00Z"]}],[0,{"open":[0,26.3],"low":[0,25.86],"high":[0,26.62],"close":[0,26],"volume":[0,1178200],"signal":[0,1],"sma_5":[0,27.01599998474121],"sma_10":[0,28.059999847412108],"sma_20":[0,27.222999858856202],"sma_50":[0,28.296799964904785],"sma_100":[0,23.303799982070924],"ema_9":[0,27.334155410039312],"ema_12":[0,27.44060693480708],"ema_26":[0,27.597978467682392],"ema_50":[0,26.908759654995595],"ema_200":[0,22.793821149207453],"ulcer_index":[0,10.681304657157805],"force_index":[0,-119916.08843605848],"easy_movement":[0,9.689465300080538],"volume_weighted_avg":[0,27.533157603652676],"channel_index":[0,-55.48455884822102],"williams_r":[0,-61.8210669390986],"mass_index":[0,23.485103139771823],"obv":[0,-10413800],"rsi":[0,44.64433932645338],"rsi_2":[0,15.113238645254697],"vwma":[0,26.862114584919926],"macd":[0,-0.15971870558791437],"stoch":[0,38.17893306090139],"bb_middle":[0,27.222999858856202],"bb_low":[0,24.429170355548884],"bb_upper":[0,30.01682936216352],"timestamp":[0,"2024-10-30T14:30:00Z"]}],[0,{"open":[0,25.8],"low":[0,24.8],"high":[0,26.19],"close":[0,25.81],"volume":[0,1436700],"signal":[0,1],"sma_5":[0,26.618000030517578],"sma_10":[0,27.696999931335448],"sma_20":[0,27.17599983215332],"sma_50":[0,28.219599952697752],"sma_100":[0,23.36749999046326],"ema_9":[0,27.067324327929597],"ema_12":[0,27.218975070891968],"ema_26":[0,27.479382394904963],"ema_50":[0,26.863969086062056],"ema_200":[0,22.64178523859168],"ulcer_index":[0,9.500174215412777],"force_index":[0,-190308.38548680698],"easy_movement":[0,12.40685152379543],"volume_weighted_avg":[0,27.703904596882047],"channel_index":[0,-28.926261634896925],"williams_r":[0,-77.69910948755783],"mass_index":[0,23.134724435346392],"obv":[0,-10837400],"rsi":[0,42.440853291655024],"rsi_2":[0,5.674680596262235],"vwma":[0,26.827333262174683],"macd":[0,-0.2104923026563686],"stoch":[0,22.30089051244216],"bb_middle":[0,27.17599983215332],"bb_low":[0,24.33350527791128],"bb_upper":[0,30.01849438639536],"timestamp":[0,"2024-10-31T14:30:00Z"]}],[0,{"open":[0,25.81],"low":[0,25.55],"high":[0,26.25],"close":[0,26.21],"volume":[0,1384000],"signal":[0,1],"sma_5":[0,26.321999740600585],"sma_10":[0,27.31999988555908],"sma_20":[0,27.118499851226808],"sma_50":[0,28.111599960327148],"sma_100":[0,23.434299993515015],"ema_9":[0,26.81585935546697],"ema_12":[0,27.002209575421233],"ema_26":[0,27.355578929973852],"ema_50":[0,26.81677907102433],"ema_200":[0,22.555589430381357],"ulcer_index":[0,8.730094419677103],"force_index":[0,-202117.15658823558],"easy_movement":[0,1.3464011080514504],"volume_weighted_avg":[0,27.7481602659056],"channel_index":[0,-12.451716152238316],"williams_r":[0,-81.93201786561211],"mass_index":[0,22.92588332179075],"obv":[0,-11489800],"rsi":[0,41.630291242157135],"rsi_2":[0,3.896421234045519],"vwma":[0,26.777555382501752],"macd":[0,-0.2429482377571604],"stoch":[0,18.06798213438789],"bb_middle":[0,27.118499851226808],"bb_low":[0,24.2149829432053],"bb_upper":[0,30.022016759248316],"timestamp":[0,"2024-11-01T14:30:00Z"]}],[0,{"open":[0,26.41],"low":[0,25.45],"high":[0,26.7],"close":[0,25.84],"volume":[0,1008100],"signal":[0,1],"sma_5":[0,26.253999710083008],"sma_10":[0,27.040999794006346],"sma_20":[0,27.074999809265137],"sma_50":[0,28.038999938964842],"sma_100":[0,23.50829998970032],"ema_9":[0,26.69468730132107],"ema_12":[0,26.880331052803523],"ema_26":[0,27.27083935838912],"ema_50":[0,26.797743308034192],"ema_200":[0,22.68759965732075],"ulcer_index":[0,8.502990658502036],"force_index":[0,-94158.09338477615],"easy_movement":[0,-9.356774780455057],"volume_weighted_avg":[0,27.647454618829897],"channel_index":[0,-19.481765516285655],"williams_r":[0,-74.77638982246985],"mass_index":[0,22.585126424212522],"obv":[0,-10668700],"rsi":[0,44.04457242397995],"rsi_2":[0,58.565976506744924],"vwma":[0,26.746164971398247],"macd":[0,-0.2239196241564858],"stoch":[0,25.223610177530137],"bb_middle":[0,27.074999809265137],"bb_low":[0,24.14453573333467],"bb_upper":[0,30.005463885195603],"timestamp":[0,"2024-11-04T14:30:00Z"]}],[0,{"open":[0,25.54],"low":[0,23.46],"high":[0,25.71],"close":[0,23.93],"volume":[0,1909100],"signal":[0,2],"sma_5":[0,26.07599983215332],"sma_10":[0,26.736999893188475],"sma_20":[0,27.096499824523924],"sma_50":[0,27.936799926757814],"sma_100":[0,23.575999994277954],"ema_9":[0,26.523749871741476],"ema_12":[0,26.720280190655174],"ema_26":[0,27.1652240366572],"ema_50":[0,26.775195561395186],"ema_200":[0,23.02062534205141],"ulcer_index":[0,8.650007419443417],"force_index":[0,-133992.07483188843],"easy_movement":[0,-14.34211574853118],"volume_weighted_avg":[0,27.48367900266119],"channel_index":[0,-46.355064528308176],"williams_r":[0,-81.39533296710421],"mass_index":[0,22.298070594283665],"obv":[0,-12140900],"rsi":[0,42.285349522193066],"rsi_2":[0,28.535495531542125],"vwma":[0,26.780159363260164],"macd":[0,-0.22221065518207578],"stoch":[0,18.60466703289579],"bb_middle":[0,27.096499824523924],"bb_low":[0,24.20922246453591],"bb_upper":[0,29.98377718451194],"timestamp":[0,"2024-11-05T14:30:00Z"]}],[0,{"open":[0,24.64],"low":[0,23.9],"high":[0,27.03],"close":[0,26.57],"volume":[0,1948600],"signal":[0,1],"sma_5":[0,25.55799980163574],"sma_10":[0,26.286999893188476],"sma_20":[0,26.990499877929686],"sma_50":[0,27.820199928283692],"sma_100":[0,23.616400003433228],"ema_9":[0,26.00499995839371],"ema_12":[0,26.291006352670955],"ema_26":[0,26.92550055317676],"ema_50":[0,26.66050727740348],"ema_200":[0,22.96713483724947],"ulcer_index":[0,10.044028649786654],"force_index":[0,-635760.5421717931],"easy_movement":[0,-38.8812776539956],"volume_weighted_avg":[0,26.8607208518762],"channel_index":[0,58.67956319764448],"williams_r":[0,-93.21787590179329],"mass_index":[0,22.212514067406858],"obv":[0,-13361800],"rsi":[0,34.643714187188536],"rsi_2":[0,4.533798307185236],"vwma":[0,26.773663193106756],"macd":[0,-0.3295069675865353],"stoch":[0,6.782124098206707],"bb_middle":[0,26.990499877929686],"bb_low":[0,23.81595459646317],"bb_upper":[0,30.165045159396204],"timestamp":[0,"2024-11-06T14:30:00Z"]}],[0,{"open":[0,26.42],"low":[0,24.64],"high":[0,27.16],"close":[0,25.34],"volume":[0,1653000],"signal":[0,1],"sma_5":[0,25.671999740600587],"sma_10":[0,26.14499988555908],"sma_20":[0,27.0689998626709],"sma_50":[0,27.77539993286133],"sma_100":[0,23.684900007247926],"ema_9":[0,26.117999905712402],"ema_12":[0,26.333928414203015],"ema_26":[0,26.899239891358327],"ema_50":[0,26.65988689697572],"ema_200":[0,23.061844402760105],"ulcer_index":[0,10.290562756219293],"force_index":[0,189962.09292854567],"easy_movement":[0,-33.20099288348906],"volume_weighted_avg":[0,26.64521876185281],"channel_index":[0,61.43375723440262],"williams_r":[0,-53.23308425947278],"mass_index":[0,22.45426697023734],"obv":[0,-11849200],"rsi":[0,48.487756833882706],"rsi_2":[0,71.28993519921713],"vwma":[0,26.90929384627294],"macd":[0,-0.20816700978865676],"stoch":[0,46.76691574052722],"bb_middle":[0,27.0689998626709],"bb_low":[0,24.020059902347874],"bb_upper":[0,30.117939822993925],"timestamp":[0,"2024-11-07T14:30:00Z"]}],[0,{"open":[0,25],"low":[0,24.75],"high":[0,27.98],"close":[0,26.95],"volume":[0,2036100],"signal":[0,1],"sma_5":[0,25.577999877929688],"sma_10":[0,25.949999809265137],"sma_20":[0,27.092999839782713],"sma_50":[0,27.747999954223634],"sma_100":[0,23.739500017166137],"ema_9":[0,25.962399955012135],"ema_12":[0,26.181016353389296],"ema_26":[0,26.783572451863737],"ema_50":[0,26.601353479843514],"ema_200":[0,22.948398753184467],"ulcer_index":[0,10.784472463492982],"force_index":[0,-127630.38011484331],"easy_movement":[0,-26.964330083683496],"volume_weighted_avg":[0,26.337081755437545],"channel_index":[0,33.22608539739351],"williams_r":[0,-69.38109656369782],"mass_index":[0,22.801788514419627],"obv":[0,-12997700],"rsi":[0,43.82621602348882],"rsi_2":[0,43.16449469600361],"vwma":[0,26.948265945698346],"macd":[0,-0.19654294617365026],"stoch":[0,30.61890343630218],"bb_middle":[0,27.092999839782713],"bb_low":[0,24.107085683917976],"bb_upper":[0,30.07891399564745],"timestamp":[0,"2024-11-08T14:30:00Z"]}],[0,{"open":[0,27.76],"low":[0,26.77],"high":[0,28.18],"close":[0,27.06],"volume":[0,1191000],"signal":[0,1],"sma_5":[0,25.726000213623045],"sma_10":[0,25.989999961853027],"sma_20":[0,27.15049991607666],"sma_50":[0,27.716799964904784],"sma_100":[0,23.813900022506715],"ema_9":[0,26.159920116693343],"ema_12":[0,26.299321673289693],"ema_26":[0,26.796114134144176],"ema_50":[0,26.623629669028258],"ema_200":[0,23.161117332478085],"ulcer_index":[0,10.85278368033319],"force_index":[0,358905.91636437946],"easy_movement":[0,-16.92315350165493],"volume_weighted_avg":[0,26.283262600617824],"channel_index":[0,69.23270986029337],"williams_r":[0,-36.66058922877694],"mass_index":[0,23.278758298852953],"obv":[0,-11429500],"rsi":[0,50.520933845276375],"rsi_2":[0,72.04097386454306],"vwma":[0,27.02667128937323],"macd":[0,-0.07235206428008778],"stoch":[0,63.33941077122306],"bb_middle":[0,27.15049991607666],"bb_low":[0,24.222671719859324],"bb_upper":[0,30.078328112294],"timestamp":[0,"2024-11-11T14:30:00Z"]}],[0,{"open":[0,26.89],"low":[0,25.92],"high":[0,27.2],"close":[0,26.38],"volume":[0,905800],"signal":[0,1],"sma_5":[0,25.970000076293946],"sma_10":[0,26.022999954223632],"sma_20":[0,27.128499889373778],"sma_50":[0,27.683799972534178],"sma_100":[0,23.884700021743775],"ema_9":[0,26.339935986551296],"ema_12":[0,26.416349028228815],"ema_26":[0,26.815679379966532],"ema_50":[0,26.641474461675585],"ema_200":[0,23.214627571397152],"ulcer_index":[0,10.835123146191357],"force_index":[0,326352.57741405984],"easy_movement":[0,-4.766883881722886],"volume_weighted_avg":[0,26.23829753023909],"channel_index":[0,-9.847943147769792],"williams_r":[0,-32.96089722802261],"mass_index":[0,23.57166822618936],"obv":[0,-11368500],"rsi":[0,50.94679726161556],"rsi_2":[0,73.8560202646893],"vwma":[0,26.990339567245552],"macd":[0,0.020111132820049282],"stoch":[0,67.0391027719774],"bb_middle":[0,27.128499889373778],"bb_low":[0,24.204897668409284],"bb_upper":[0,30.05210211033827],"timestamp":[0,"2024-11-12T14:30:00Z"]}],[0,{"open":[0,26.31],"low":[0,25],"high":[0,27],"close":[0,25.18],"volume":[0,1131400],"signal":[0,1],"sma_5":[0,26.45999984741211],"sma_10":[0,26.008999824523926],"sma_20":[0,27.034499835968017],"sma_50":[0,27.651799964904786],"sma_100":[0,23.948300008773803],"ema_9":[0,26.34794862134955],"ema_12":[0,26.410756728698857],"ema_26":[0,26.783306759728823],"ema_50":[0,26.62719321438269],"ema_200":[0,23.165190554444642],"ulcer_index":[0,10.770602748729871],"force_index":[0,191738.307090306],"easy_movement":[0,-5.701348243174695],"volume_weighted_avg":[0,26.132624461911213],"channel_index":[0,-38.22449863155891],"williams_r":[0,-39.54453479666012],"mass_index":[0,23.488185910372934],"obv":[0,-11389400],"rsi":[0,48.15491985313414],"rsi_2":[0,40.97118142077892],"vwma":[0,26.906158692719053],"macd":[0,0.03738613179600109],"stoch":[0,60.45546520333988],"bb_middle":[0,27.034499835968017],"bb_low":[0,24.141733345089257],"bb_upper":[0,29.927266326846777],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,25.59],"low":[0,25.4],"high":[0,26.66],"close":[0,26.14],"volume":[0,1233400],"signal":[0,1],"sma_5":[0,26.181999969482423],"sma_10":[0,25.926999855041505],"sma_20":[0,26.811999893188478],"sma_50":[0,27.561799964904786],"sma_100":[0,24.002100019454957],"ema_9":[0,26.114358958010907],"ema_12":[0,26.22140955827171],"ema_26":[0,26.66431147607242],"ema_50":[0,26.56110458788994],"ema_200":[0,22.997622078636276],"ulcer_index":[0,10.723743888526156],"force_index":[0,-29608.14532384611],"easy_movement":[0,-10.441868722038523],"volume_weighted_avg":[0,26.015245804744325],"channel_index":[0,-13.162149015081596],"williams_r":[0,-63.559305595965476],"mass_index":[0,23.491803550391683],"obv":[0,-12000500],"rsi":[0,43.61716368837815],"rsi_2":[0,15.93285852754947],"vwma":[0,26.66117710589331],"macd":[0,-0.02666708239204313],"stoch":[0,36.440694404034524],"bb_middle":[0,26.811999893188478],"bb_low":[0,24.071455526545474],"bb_upper":[0,29.552544259831482],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,26.46],"low":[0,25.46],"high":[0,28.99],"close":[0,26.91],"volume":[0,2837400],"signal":[0,1],"sma_5":[0,26.341999816894532],"sma_10":[0,25.95999984741211],"sma_20":[0,26.639999866485596],"sma_50":[0,27.495599937438964],"sma_100":[0,24.070600004196166],"ema_9":[0,26.119487044189707],"ema_12":[0,26.2088848763702],"ema_26":[0,26.62514168889116],"ema_50":[0,26.531227346320946],"ema_200":[0,22.760339227201047],"ulcer_index":[0,10.397414632691577],"force_index":[0,143774.28244623303],"easy_movement":[0,-6.626969163592365],"volume_weighted_avg":[0,25.988997374992767],"channel_index":[0,-2.8187889032969555],"williams_r":[0,-43.220347202017265],"mass_index":[0,23.528053090323084],"obv":[0,-10112000],"rsi":[0,47.852134088858236],"rsi_2":[0,57.49445978240639],"vwma":[0,26.503465918690054],"macd":[0,-0.0004390922296503841],"stoch":[0,56.779652797982735],"bb_middle":[0,26.639999866485596],"bb_low":[0,24.200696791761484],"bb_upper":[0,29.079302941209708],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,27.4],"low":[0,26.09],"high":[0,28.18],"close":[0,27.95],"volume":[0,1736600],"signal":[0,1],"sma_5":[0,26.333999633789062],"sma_10":[0,26.029999923706054],"sma_20":[0,26.535499858856202],"sma_50":[0,27.495599937438964],"sma_100":[0,24.154100008010865],"ema_9":[0,26.277589604913633],"ema_12":[0,26.31674873974596],"ema_26":[0,26.646419585782613],"ema_50":[0,26.553220483251167],"ema_200":[0,22.945101646196335],"ulcer_index":[0,10.064086667161456],"force_index":[0,435349.51907970384],"easy_movement":[0,5.010715931198094],"volume_weighted_avg":[0,26.082382811569495],"channel_index":[0,168.4830219671485],"williams_r":[0,-37.613013841554874],"mass_index":[0,23.75368602797065],"obv":[0,-7878800],"rsi":[0,51.02293832952227],"rsi_2":[0,76.29465675083513],"vwma":[0,26.42048311546124],"macd":[0,0.06914269026782088],"stoch":[0,62.386986158445126],"bb_middle":[0,26.535499858856202],"bb_low":[0,24.342972012765628],"bb_upper":[0,28.728027704946776],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,28.23],"low":[0,27.18],"high":[0,29.49],"close":[0,28],"volume":[0,1602600],"signal":[0,0],"sma_5":[0,26.511999893188477],"sma_10":[0,26.24099998474121],"sma_20":[0,26.488999938964845],"sma_50":[0,27.51599994659424],"sma_100":[0,24.244100008010864],"ema_9":[0,26.61207183517436],"ema_12":[0,26.56801791493526],"ema_26":[0,26.739980828692623],"ema_50":[0,26.487177426173943],"ema_200":[0,20.566917418930938],"ulcer_index":[0,9.665229810415896],"force_index":[0,631219.8575213513],"easy_movement":[0,7.439310196213114],"volume_weighted_avg":[0,26.216705698224295],"channel_index":[0,43.643090652534816],"williams_r":[0,-18.806489675312736],"mass_index":[0,23.889885361849952],"obv":[0,11757300],"rsi":[0,55.0514111766407],"rsi_2":[0,89.19923898939473],"vwma":[0,26.438257545159807],"macd":[0,0.1776695881756007],"stoch":[0,81.19351032468725],"bb_middle":[0,26.488999938964845],"bb_low":[0,24.46431316025522],"bb_upper":[0,28.51368671767447],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,28.13],"low":[0,25.72],"high":[0,28.28],"close":[0,26.05],"volume":[0,1840300],"signal":[0,2],"sma_5":[0,26.836000061035158],"sma_10":[0,26.647999954223632],"sma_20":[0,26.467499923706054],"sma_50":[0,27.535999946594238],"sma_100":[0,24.400600004196168],"ema_9":[0,26.889657468096708],"ema_12":[0,26.78832283942686],"ema_26":[0,26.833220117200167],"ema_50":[0,26.542659568049984],"ema_200":[0,20.563624386754736],"ulcer_index":[0,9.093734218942416],"force_index":[0,552478.4669515945],"easy_movement":[0,20.923064648706937],"volume_weighted_avg":[0,26.358127447384984],"channel_index":[0,25.110787648244788],"williams_r":[0,-24.709777801817324],"mass_index":[0,24.087833421519292],"obv":[0,24015000],"rsi":[0,55.24002859716083],"rsi_2":[0,89.7364618133916],"vwma":[0,26.468663955268056],"macd":[0,0.24366692308982757],"stoch":[0,75.29022219818268],"bb_middle":[0,26.467499923706054],"bb_low":[0,24.517978110075624],"bb_upper":[0,28.417021737336484],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,26.13],"low":[0,26.03],"high":[0,33.98],"close":[0,32.18],"volume":[0,4650600],"signal":[0,0],"sma_5":[0,27.00999984741211],"sma_10":[0,26.595999908447265],"sma_20":[0,26.370499897003175],"sma_50":[0,27.51039993286133],"sma_100":[0,24.539699993133546],"ema_9":[0,26.721725821818186],"ema_12":[0,26.67473457345529],"ema_26":[0,26.775044647359437],"ema_50":[0,26.516932493303873],"ema_200":[0,20.489458309534754],"ulcer_index":[0,8.619052642326727],"force_index":[0,-39120.43639497348],"easy_movement":[0,12.806605059897658],"volume_weighted_avg":[0,26.367961198198127],"channel_index":[0,54.51301433162323],"williams_r":[0,-57.048095229509684],"mass_index":[0,24.30310181859213],"obv":[0,25013300],"rsi":[0,46.96191255386637],"rsi_2":[0,18.38963683849792],"vwma":[0,26.3793382107241],"macd":[0,0.15040120765379122],"stoch":[0,42.951904770490316],"bb_middle":[0,26.370499897003175],"bb_low":[0,24.54450441817653],"bb_upper":[0,28.19649537582982],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,31.36],"low":[0,26.02],"high":[0,31.4],"close":[0,26.48],"volume":[0,7438300],"signal":[0,1],"sma_5":[0,28.21800003051758],"sma_10":[0,27.279999923706054],"sma_20":[0,26.614999866485597],"sma_50":[0,27.588999938964843],"sma_100":[0,24.743599996566772],"ema_9":[0,27.813380718281927],"ema_12":[0,27.521698475488016],"ema_26":[0,27.174948046666202],"ema_50":[0,26.720341604818824],"ema_200":[0,20.230548389934476],"ulcer_index":[0,8.048100793026599],"force_index":[0,4039064.893007497],"easy_movement":[0,48.035720378187925],"volume_weighted_avg":[0,27.428858590983765],"channel_index":[0,344.0738819828854],"williams_r":[0,-17.110258162889743],"mass_index":[0,24.908861593226458],"obv":[0,31953200],"rsi":[0,64.8197105967522],"rsi_2":[0,86.39544000439685],"vwma":[0,27.179872793143254],"macd":[0,0.4773804098273171],"stoch":[0,82.88974183711025],"bb_middle":[0,26.614999866485597],"bb_low":[0,23.50435666574958],"bb_upper":[0,29.725643067221615],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,4.02],"low":[0,3.7],"high":[0,4.99],"close":[0,4.3],"volume":[0,94720300],"signal":[0,1],"sma_5":[0,28.131999969482422],"sma_10":[0,27.232999801635742],"sma_20":[0,26.611499881744386],"sma_50":[0,27.5561999130249],"sma_100":[0,24.9006999874115],"ema_9":[0,27.54670448296077],"ema_12":[0,27.361437070571558],"ema_26":[0,27.12322035245179],"ema_50":[0,26.700848193457723],"ema_200":[0,20.090399906810937],"ulcer_index":[0,8.688829974880802],"force_index":[0,-2594845.0474514267],"easy_movement":[0,39.795392649674035],"volume_weighted_avg":[0,27.25895960329137],"channel_index":[0,438.6905475848708],"williams_r":[0,-71.29277256318998],"mass_index":[0,25.520855682794917],"obv":[0,27213600],"rsi":[0,48.48155171520518],"rsi_2":[0,33.884674900541825],"vwma":[0,27.065386838215186],"macd":[0,0.2947597833866046],"stoch":[0,28.70722743681001],"bb_middle":[0,26.611499881744386],"bb_low":[0,23.500414520675548],"bb_upper":[0,29.722585242813224],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,4.32],"low":[0,3.65],"high":[0,4.33],"close":[0,3.83],"volume":[0,33142400],"signal":[0,1],"sma_5":[0,23.401999855041502],"sma_10":[0,24.95699987411499],"sma_20":[0,25.48999991416931],"sma_50":[0,27.07539991378784],"sma_100":[0,24.84149998664856],"ema_9":[0,22.897363624438178],"ema_12":[0,23.813523683321716],"ema_26":[0,25.432438705512745],"ema_50":[0,25.815427332897738],"ema_200":[0,19.793488436894776],"ulcer_index":[0,24.19885912134203],"force_index":[0,-302352180.198127],"easy_movement":[0,49.968514719277245],"volume_weighted_avg":[0,9.902007317774224],"channel_index":[0,1128.203566610797],"williams_r":[0,-98.01849354997813],"mass_index":[0,25.894114253782686],"obv":[0,-65027200],"rsi":[0,23.57780146704374],"rsi_2":[0,5.913409758101039],"vwma":[0,10.808905261008942],"macd":[0,-1.2501169816151212],"stoch":[0,1.9815064500218627],"bb_middle":[0,25.48999991416931],"bb_low":[0,15.28188555973292],"bb_upper":[0,35.6981142686057],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,3.73],"low":[0,3.71],"high":[0,4.15],"close":[0,3.98],"volume":[0,20296700],"signal":[0,1],"sma_5":[0,18.567999839782715],"sma_10":[0,22.701999950408936],"sma_20":[0,24.35549988746643],"sma_50":[0,26.52599992752075],"sma_100":[0,24.78139998435974],"ema_9":[0,19.08389088464009],"ema_12":[0,20.73913550765664],"ema_26":[0,23.83303541211183],"ema_50":[0,24.9845567487889],"ema_200":[0,20.26371637126922],"ulcer_index":[0,33.68898356195587],"force_index":[0,-261384279.22940773],"easy_movement":[0,39.81984631779119],"volume_weighted_avg":[0,8.404945151153562],"channel_index":[0,258.89236204457654],"williams_r":[0,-99.40652874506661],"mass_index":[0,26.122156075622467],"obv":[0,-103420700],"rsi":[0,23.300682928102674],"rsi_2":[0,5.7135250840277365],"vwma":[0,9.332248462724982],"macd":[0,-2.179094119037826],"stoch":[0,0.5934712549333898],"bb_middle":[0,24.35549988746643],"bb_low":[0,10.474715431092672],"bb_upper":[0,38.23628434384018],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,3.93],"low":[0,3.77],"high":[0,4],"close":[0,3.84],"volume":[0,15862400],"signal":[0,1],"sma_5":[0,14.153999996185302],"sma_10":[0,20.581999921798705],"sma_20":[0,23.254499888420106],"sma_50":[0,25.999199934005738],"sma_100":[0,24.70569998264313],"ema_9":[0,16.063112711447324],"ema_12":[0,18.16080694927458],"ema_26":[0,22.362262905689654],"ema_50":[0,24.15370934584106],"ema_200":[0,19.958217430153095],"ulcer_index":[0,40.89917664665382],"force_index":[0,-223608745.6332668],"easy_movement":[0,35.07371843198017],"volume_weighted_avg":[0,7.730857974872666],"channel_index":[0,106.47818452805737],"williams_r":[0,-98.91196857987374],"mass_index":[0,26.13801211025275],"obv":[0,-81245100],"rsi":[0,23.607148499393816],"rsi_2":[0,7.704857635096047],"vwma":[0,8.635511614930065],"macd":[0,-2.6295453271116065],"stoch":[0,1.0880314201262609],"bb_middle":[0,23.254499888420106],"bb_low":[0,6.8131284132037315],"bb_upper":[0,39.695871363636485],"timestamp":[0,"2024-11-29T14:30:00Z"]}],[0,{"open":[0,3.77],"low":[0,3.4],"high":[0,3.79],"close":[0,3.45],"volume":[0,13611000],"signal":[0,1],"sma_5":[0,8.485999917984008],"sma_10":[0,18.351999974250795],"sma_20":[0,22.15599991083145],"sma_50":[0,25.46879992008209],"sma_100":[0,24.632499983310698],"ema_9":[0,13.618490151957094],"ema_12":[0,15.957605857501772],"ema_26":[0,20.99016614368781],"ema_50":[0,23.35398129026298],"ema_200":[0,19.735298144464515],"ulcer_index":[0,47.167721421587984],"force_index":[0,-191981884.70864996],"easy_movement":[0,29.800055161563],"volume_weighted_avg":[0,7.196095414063862],"channel_index":[0,54.71253065909584],"williams_r":[0,-99.37355811979253],"mass_index":[0,26.041540508124008],"obv":[0,-94457300],"rsi":[0,23.516389712212955],"rsi_2":[0,7.412622066582841],"vwma":[0,8.128062485574086],"macd":[0,-2.76861788534391],"stoch":[0,0.626441880207467],"bb_middle":[0,22.15599991083145],"bb_low":[0,3.7285656506067397],"bb_upper":[0,40.58343417105616],"timestamp":[0,"2024-12-02T14:30:00Z"]}],[0,{"open":[0,3.4],"low":[0,3.25],"high":[0,3.55],"close":[0,3.35],"volume":[0,7967600],"signal":[0,1],"sma_5":[0,3.8800000190734862],"sma_10":[0,16.005999994277953],"sma_20":[0,21.017999958992004],"sma_50":[0,24.942199907302857],"sma_100":[0,24.557099986076356],"ema_9":[0,11.584792131208347],"ema_12":[0,14.033358838740062],"ema_26":[0,19.69113097051822],"ema_50":[0,22.582952067440495],"ema_200":[0,19.764551260980454],"ulcer_index":[0,52.85210169329004],"force_index":[0,-165314229.4452461],"easy_movement":[0,20.354227836759147],"volume_weighted_avg":[0,6.82473920868825],"channel_index":[0,27.783897884790775],"williams_r":[0,-99.83649459378455],"mass_index":[0,25.880432328067815],"obv":[0,-109738100],"rsi":[0,23.24045627542816],"rsi_2":[0,6.1194730486030835],"vwma":[0,7.707201931808121],"macd":[0,-2.7147635309975833],"stoch":[0,0.16350540621544615],"bb_middle":[0,21.017999958992004],"bb_low":[0,0.990866809951509],"bb_upper":[0,41.0451331080325],"timestamp":[0,"2024-12-03T14:30:00Z"]}],[0,{"open":[0,3.32],"low":[0,2.9],"high":[0,3.37],"close":[0,2.95],"volume":[0,11264500],"signal":[0,1],"sma_5":[0,3.6899999618530273],"sma_10":[0,13.545999908447266],"sma_20":[0,19.89349994659424],"sma_50":[0,24.46899990081787],"sma_100":[0,24.475499982833863],"ema_9":[0,9.937833686060225],"ema_12":[0,12.389765202146807],"ema_26":[0,18.48104958507635],"ema_50":[0,21.84372945776772],"ema_200":[0,19.902880907386596],"ulcer_index":[0,58.016031958372075],"force_index":[0,-141811732.48941025],"easy_movement":[0,29.537506874240712],"volume_weighted_avg":[0,6.606551727763053],"channel_index":[0,-25.97406327738849],"williams_r":[0,-99.67458540148975],"mass_index":[0,25.67436584939509],"obv":[0,-119570100],"rsi":[0,23.166114354692525],"rsi_2":[0,5.6169633322004415],"vwma":[0,7.463781799405003],"macd":[0,-2.5181471492429157],"stoch":[0,0.3254145985102446],"bb_middle":[0,19.89349994659424],"bb_low":[0,-1.4093019599303425],"bb_upper":[0,41.196301853118825],"timestamp":[0,"2024-12-04T14:30:00Z"]}],[0,{"open":[0,2.93],"low":[0,2.78],"high":[0,3.2],"close":[0,3.06],"volume":[0,7199700],"signal":[0,1],"sma_5":[0,3.5139999866485594],"sma_10":[0,11.040999913215638],"sma_20":[0,18.844499933719636],"sma_50":[0,23.936399903297424],"sma_100":[0,24.381699984073638],"ema_9":[0,8.540266958629365],"ema_12":[0,10.937493706619971],"ema_26":[0,17.33114698485323],"ema_50":[0,21.124765934145135],"ema_200":[0,20.175647106102645],"ulcer_index":[0,62.86287332342599],"force_index":[0,-122196595.70586863],"easy_movement":[0,36.52942026874445],"volume_weighted_avg":[0,6.321482720715347],"channel_index":[0,-0.7949820258112925],"williams_r":[0,-99.83912498968425],"mass_index":[0,25.49029415359501],"obv":[0,-133370800],"rsi":[0,22.846697442241833],"rsi_2":[0,3.3899805663471483],"vwma":[0,7.101421503938267],"macd":[0,-2.2557199430852837],"stoch":[0,0.16087501031574614],"bb_middle":[0,18.844499933719636],"bb_low":[0,-3.59576601159603],"bb_upper":[0,41.284765879035305],"timestamp":[0,"2024-12-05T14:30:00Z"]}],[0,{"open":[0,3.03],"low":[0,3.02],"high":[0,3.28],"close":[0,3.22],"volume":[0,6030700],"signal":[0,1],"sma_5":[0,3.3299999713897703],"sma_10":[0,8.741999983787537],"sma_20":[0,17.668999946117403],"sma_50":[0,23.388199915885924],"sma_100":[0,24.276999986171724],"ema_9":[0,7.4442135546527375],"ema_12":[0,9.725571369001786],"ema_26":[0,16.272224786362393],"ema_50":[0,20.343852489304933],"ema_200":[0,18.548551698284697],"ulcer_index":[0,67.348471077046],"force_index":[0,-104626769.64047492],"easy_movement":[0,36.250095904199334],"volume_weighted_avg":[0,6.107690641048421],"channel_index":[0,-38.45713904221186],"williams_r":[0,-99.10256418191939],"mass_index":[0,25.30584515865654],"obv":[0,-110080500],"rsi":[0,23.172449208888295],"rsi_2":[0,20.68539142417042],"vwma":[0,6.812883380295452],"macd":[0,-1.9292626115772338],"stoch":[0,0.8974358180806],"bb_middle":[0,17.668999946117403],"bb_low":[0,-5.4811999125039925],"bb_upper":[0,40.8191998047388],"timestamp":[0,"2024-12-06T14:30:00Z"]}],[0,{"open":[0,3.21],"low":[0,2.93],"high":[0,3.22],"close":[0,2.94],"volume":[0,5108000],"signal":[0,1],"sma_5":[0,3.205999994277954],"sma_10":[0,5.8459999561309814],"sma_20":[0,16.56299993991852],"sma_50":[0,22.815199899673463],"sma_100":[0,24.213499989509582],"ema_9":[0,6.599370849568496],"ema_12":[0,8.724714273615762],"ema_26":[0,15.305670625922794],"ema_50":[0,19.683495455761612],"ema_200":[0,18.620433609673302],"ulcer_index":[0,71.51423726833846],"force_index":[0,-89542262.54971936],"easy_movement":[0,25.680114195593564],"volume_weighted_avg":[0,5.771492435624392],"channel_index":[0,-48.798071714439004],"williams_r":[0,-98.58974338694672],"mass_index":[0,25.02837569418036],"obv":[0,-109167300],"rsi":[0,23.66466484494984],"rsi_2":[0,47.84660780849107],"vwma":[0,6.591957352560595],"macd":[0,-1.5705002164299078],"stoch":[0,1.4102566130532814],"bb_middle":[0,16.56299993991852],"bb_low":[0,-7.1229596211580954],"bb_upper":[0,40.248959500995134],"timestamp":[0,"2024-12-09T14:30:00Z"]}],[0,{"open":[0,2.94],"low":[0,2.89],"high":[0,3.04],"close":[0,2.89],"volume":[0,3296300],"signal":[0,1],"sma_5":[0,3.1039999961853026],"sma_10":[0,3.4920000076293944],"sma_20":[0,15.362499904632568],"sma_50":[0,22.304199905395507],"sma_100":[0,24.141099987030028],"ema_9":[0,5.867496691078519],"ema_12":[0,7.834758234765965],"ema_26":[0,14.38964956858902],"ema_50":[0,19.025057199009726],"ema_200":[0,18.427621617339707],"ulcer_index":[0,75.52494973289556],"force_index":[0,-76954835.61686334],"easy_movement":[0,26.42337219747724],"volume_weighted_avg":[0,5.541885147309339],"channel_index":[0,-55.677812072109916],"williams_r":[0,-99.48717920502732],"mass_index":[0,24.765395809100315],"obv":[0,-111903500],"rsi":[0,23.39598881714447],"rsi_2":[0,21.762593025116843],"vwma":[0,6.341279475520282],"macd":[0,-1.2356058996321817],"stoch":[0,0.5128207949726813],"bb_middle":[0,15.362499904632568],"bb_low":[0,-8.528903296757289],"bb_upper":[0,39.25390310602242],"timestamp":[0,"2024-12-10T14:30:00Z"]}],[0,{"open":[0,2.86],"low":[0,2.76],"high":[0,2.89],"close":[0,2.85],"volume":[0,3157300],"signal":[0,1],"sma_5":[0,3.012000036239624],"sma_10":[0,3.3509999990463255],"sma_20":[0,14.153999936580657],"sma_50":[0,21.773399901390075],"sma_100":[0,24.069199988842012],"ema_9":[0,5.271997374403835],"ema_12":[0,7.074026367637417],"ema_26":[0,13.539073818054668],"ema_50":[0,18.442651006709625],"ema_200":[0,19.284678450770603],"ulcer_index":[0,79.34587904653615],"force_index":[0,-65984806.073898025],"easy_movement":[0,14.032699423397657],"volume_weighted_avg":[0,5.34942714069311],"channel_index":[0,-67.62015462550572],"williams_r":[0,-99.64743546465562],"mass_index":[0,24.422087496250594],"obv":[0,-125915000],"rsi":[0,23.33730009751436],"rsi_2":[0,18.215955257565852],"vwma":[0,6.192226044431813],"macd":[0,-0.9150217339636786],"stoch":[0,0.35256453534438187],"bb_middle":[0,14.153999936580657],"bb_low":[0,-9.6935074655302],"bb_upper":[0,38.00150733869151],"timestamp":[0,"2024-12-11T14:30:00Z"]}],[0,{"open":[0,2.84],"low":[0,2.71],"high":[0,2.85],"close":[0,2.79],"volume":[0,2575800],"signal":[0,1],"sma_5":[0,2.9920000076293944],"sma_10":[0,3.252999997138977],"sma_20":[0,12.977499973773956],"sma_50":[0,21.281999897956847],"sma_100":[0,23.969399988651276],"ema_9":[0,4.787597880290693],"ema_12":[0,6.4241760992058925],"ema_26":[0,12.746935981396037],"ema_50":[0,17.816895918560164],"ema_200":[0,18.834205836370174],"ulcer_index":[0,82.9799493611315],"force_index":[0,-56576468.0050371],"easy_movement":[0,27.256450452045183],"volume_weighted_avg":[0,5.152689041264761],"channel_index":[0,-66.23852137401771],"williams_r":[0,-99.71172352510747],"mass_index":[0,23.891835528319177],"obv":[0,-126708600],"rsi":[0,23.302838673633232],"rsi_2":[0,14.448476439259181],"vwma":[0,6.074097216340081],"macd":[0,-0.6186377126654703],"stoch":[0,0.2882764748925186],"bb_middle":[0,12.977499973773956],"bb_low":[0,-10.662044704207737],"bb_upper":[0,36.61704465175565],"timestamp":[0,"2024-12-12T14:30:00Z"]}],[0,{"open":[0,2.79],"low":[0,2.69],"high":[0,2.84],"close":[0,2.75],"volume":[0,2254196],"signal":[0,2],"sma_5":[0,2.9380000114440916],"sma_10":[0,3.133999991416931],"sma_20":[0,11.857999956607818],"sma_50":[0,20.798999886512757],"sma_100":[0,23.876799986362457],"ema_9":[0,4.388078296533902],"ema_12":[0,5.865072059176832],"ema_26":[0,12.009230602836613],"ema_50":[0,17.221381882174075],"ema_200":[0,18.54948397302734],"ulcer_index":[0,86.35606101038212],"force_index":[0,-48516194.78635568],"easy_movement":[0,-9.453286098716859],"volume_weighted_avg":[0,4.583869343094971],"channel_index":[0,-67.47428849290195],"williams_r":[0,-99.72115745947674],"mass_index":[0,23.149590451189894],"obv":[0,-127601100],"rsi":[0,23.240237061084727],"rsi_2":[0,8.916251386120962],"vwma":[0,5.9516255635865845],"macd":[0,-0.35222541898379944],"stoch":[0,0.27884254052326435],"bb_middle":[0,11.857999956607818],"bb_low":[0,-11.48277509178246],"bb_upper":[0,35.1987750049981],"timestamp":[0,"2024-12-13T14:30:00Z"]}]]],"hourly":[1,[[0,{"open":[0,26.31],"low":[0,26.06],"high":[0,27],"close":[0,26.2],"volume":[0,184477],"signal":[0,1],"sma_5":[0,26.272100067138673],"sma_10":[0,26.55],"sma_20":[0,26.488499927520753],"sma_50":[0,25.930485954284666],"sma_100":[0,26.226033992767334],"ema_9":[0,26.446253410728755],"ema_12":[0,26.46233804714611],"ema_26":[0,26.34077157438829],"ema_50":[0,26.2094830920944],"ema_200":[0,26.72995189825359],"ulcer_index":[0,3.8202445987048663],"force_index":[0,8187.840966092555],"easy_movement":[0,-15.760569611716573],"volume_weighted_avg":[0,26.89907520958409],"channel_index":[0,-50.69928330062947],"williams_r":[0,-78.74791940595715],"mass_index":[0,23.526606070280042],"obv":[0,851817],"rsi":[0,50.922197736937335],"rsi_2":[0,69.33191760287616],"vwma":[0,26.62435276029664],"macd":[0,-0.09253087499866933],"stoch":[0,21.25208059404285],"bb_middle":[0,26.488499927520753],"bb_low":[0,25.06189568331246],"bb_upper":[0,27.915104171729045],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,26.2229],"low":[0,25.7],"high":[0,26.5],"close":[0,25.84],"volume":[0,156397],"signal":[0,1],"sma_5":[0,26.28710021972656],"sma_10":[0,26.476550102233887],"sma_20":[0,26.539499950408935],"sma_50":[0,25.930085983276367],"sma_100":[0,26.210934009552002],"ema_9":[0,26.397002881227934],"ema_12":[0,26.421978480523432],"ema_26":[0,26.330471393726107],"ema_50":[0,26.214236892445157],"ema_200":[0,26.827684390362585],"ulcer_index":[0,4.0884377826889775],"force_index":[0,1748.0789147999467],"easy_movement":[0,-26.929600980291962],"volume_weighted_avg":[0,26.697182493620186],"channel_index":[0,-1.5134397129490387],"williams_r":[0,-86.40773013417183],"mass_index":[0,23.278741843405456],"obv":[0,513155],"rsi":[0,48.33322217267743],"rsi_2":[0,24.53644889384131],"vwma":[0,26.66058177638561],"macd":[0,-0.09791053341634356],"stoch":[0,13.592269865828174],"bb_middle":[0,26.539499950408935],"bb_low":[0,25.23604003099739],"bb_upper":[0,27.84295986982048],"timestamp":[0,"2024-11-13T15:30:00Z"]}],[0,{"open":[0,25.87],"low":[0,25.5],"high":[0,25.9609],"close":[0,25.6075],"volume":[0,145036],"signal":[0,1],"sma_5":[0,26.229000091552734],"sma_10":[0,26.338550186157228],"sma_20":[0,26.568499946594237],"sma_50":[0,25.92518600463867],"sma_100":[0,26.1894340133667],"ema_9":[0,26.285602335480572],"ema_12":[0,26.332443347868494],"ema_26":[0,26.294097004486197],"ema_50":[0,26.197821896705346],"ema_200":[0,26.782908683434545],"ulcer_index":[0,4.313011732677582],"force_index":[0,-6544.562263238101],"easy_movement":[0,-44.01109011650596],"volume_weighted_avg":[0,26.526054101444707],"channel_index":[0,-15.431313105225957],"williams_r":[0,-93.859672605105],"mass_index":[0,23.239765688746814],"obv":[0,545912],"rsi":[0,44.00906605139706],"rsi_2":[0,7.377201438339398],"vwma":[0,26.694245154644793],"macd":[0,-0.12091187507104678],"stoch":[0,6.140327394894996],"bb_middle":[0,26.568499946594237],"bb_low":[0,25.357682103832353],"bb_upper":[0,27.77931778935612],"timestamp":[0,"2024-11-13T16:30:00Z"]}],[0,{"open":[0,25.62],"low":[0,25.36],"high":[0,25.67],"close":[0,25.58],"volume":[0,95277],"signal":[0,1],"sma_5":[0,26.072500228881836],"sma_10":[0,26.19630012512207],"sma_20":[0,26.57887496948242],"sma_50":[0,25.90591800689697],"sma_100":[0,26.166559009552003],"ema_9":[0,26.149981883515526],"ema_12":[0,26.220913578930215],"ema_26":[0,26.2429529414691],"ema_50":[0,26.163194225593863],"ema_200":[0,26.540554290472283],"ulcer_index":[0,4.57200559654714],"force_index":[0,-10426.90905121373],"easy_movement":[0,-49.724518312670305],"volume_weighted_avg":[0,26.382387443669366],"channel_index":[0,-24.695956679631585],"williams_r":[0,-94.40103791550645],"mass_index":[0,23.08176827570033],"obv":[0,563784],"rsi":[0,41.4407676921348],"rsi_2":[0,3.8759870500647082],"vwma":[0,26.674694128598457],"macd":[0,-0.14540010167671788],"stoch":[0,5.598962084493555],"bb_middle":[0,26.57887496948242],"bb_low":[0,25.40530143929483],"bb_upper":[0,27.75244849967001],"timestamp":[0,"2024-11-13T17:30:00Z"]}],[0,{"open":[0,25.58],"low":[0,25.45],"high":[0,25.7199],"close":[0,25.54],"volume":[0,96451],"signal":[0,1],"sma_5":[0,25.925500106811523],"sma_10":[0,26.087300109863282],"sma_20":[0,26.58162498474121],"sma_50":[0,25.900317993164062],"sma_100":[0,26.149679012298584],"ema_9":[0,26.03598549160293],"ema_12":[0,26.122311491577346],"ema_26":[0,26.193955322725767],"ema_50":[0,26.144753892163994],"ema_200":[0,26.62002283175154],"ulcer_index":[0,4.785474009680689],"force_index":[0,-9311.689133518403],"easy_movement":[0,-36.13388066270965],"volume_weighted_avg":[0,26.302355392913828],"channel_index":[0,-53.31640786942954],"williams_r":[0,-88.83251827230944],"mass_index":[0,23.011909200356886],"obv":[0,335168],"rsi":[0,41.12766109254855],"rsi_2":[0,3.484749422618691],"vwma":[0,26.672814258224307],"macd":[0,-0.15586392254065803],"stoch":[0,11.167481727690548],"bb_middle":[0,26.58162498474121],"bb_low":[0,25.4177245591176],"bb_upper":[0,27.74552541036482],"timestamp":[0,"2024-11-13T18:30:00Z"]}],[0,{"open":[0,25.54],"low":[0,25],"high":[0,25.59],"close":[0,25.29],"volume":[0,250274],"signal":[0,1],"sma_5":[0,25.753500366210936],"sma_10":[0,26.012800216674805],"sma_20":[0,26.528875064849853],"sma_50":[0,25.891918029785156],"sma_100":[0,26.129979019165038],"ema_9":[0,25.936788576290034],"ema_12":[0,26.032725222428837],"ema_26":[0,26.145296050236166],"ema_50":[0,26.112251279550264],"ema_200":[0,26.432695853194794],"ulcer_index":[0,5.00621777824102],"force_index":[0,-8532.337901930086],"easy_movement":[0,-34.40902338991809],"volume_weighted_avg":[0,26.227205904161025],"channel_index":[0,-39.58731034741131],"williams_r":[0,-90.86292548654352],"mass_index":[0,22.814343452999324],"obv":[0,393083],"rsi":[0,40.66517797070719],"rsi_2":[0,2.6937731812166703],"vwma":[0,26.66063569130032],"macd":[0,-0.15770989216020018],"stoch":[0,9.137074513456495],"bb_middle":[0,26.528875064849853],"bb_low":[0,25.27967758232251],"bb_upper":[0,27.778072547377196],"timestamp":[0,"2024-11-13T19:30:00Z"]}],[0,{"open":[0,25.3],"low":[0,25.01],"high":[0,25.32],"close":[0,25.2],"volume":[0,161829],"signal":[0,2],"sma_5":[0,25.571500396728517],"sma_10":[0,25.92930030822754],"sma_20":[0,26.44337511062622],"sma_50":[0,25.882520065307617],"sma_100":[0,26.112579021453858],"ema_9":[0,25.807431044142593],"ema_12":[0,25.918459945833522],"ema_26":[0,26.081952219768812],"ema_50":[0,26.080463807022717],"ema_200":[0,26.430522523365735],"ulcer_index":[0,5.272454091484396],"force_index":[0,-16252.181417133688],"easy_movement":[0,-36.106580724662756],"volume_weighted_avg":[0,26.059519879524743],"channel_index":[0,76.15288338409366],"williams_r":[0,-87.55360836810357],"mass_index":[0,22.744693619877694],"obv":[0,72060],"rsi":[0,37.750094675791274],"rsi_2":[0,0.7019881709362608],"vwma":[0,26.509415178601657],"macd":[0,-0.166890635587004],"stoch":[0,12.446391631896436],"bb_middle":[0,26.44337511062622],"bb_low":[0,25.104038158126404],"bb_upper":[0,27.782712063126038],"timestamp":[0,"2024-11-13T20:30:00Z"]}],[0,{"open":[0,25.5],"low":[0,25.4],"high":[0,26.58],"close":[0,26.0682],"volume":[0,348939],"signal":[0,1],"sma_5":[0,25.443500518798828],"sma_10":[0,25.83625030517578],"sma_20":[0,26.33087511062622],"sma_50":[0,25.86771007537842],"sma_100":[0,26.094029026031492],"ema_9":[0,25.685944987942342],"ema_12":[0,25.807927774866158],"ema_26":[0,26.016712583015362],"ema_50":[0,26.049564072237928],"ema_200":[0,26.49119170644649],"ulcer_index":[0,5.4349452255130055],"force_index":[0,-16011.029699042512],"easy_movement":[0,-40.795548249055784],"volume_weighted_avg":[0,25.924890411772303],"channel_index":[0,22.04305724266632],"williams_r":[0,-90.90905938267817],"mass_index":[0,22.699943135110193],"obv":[0,-161507],"rsi":[0,36.72372654276001],"rsi_2":[0,0.4581057818710548],"vwma":[0,26.284417091001192],"macd":[0,-0.1696320929389692],"stoch":[0,9.090940617321841],"bb_middle":[0,26.33087511062622],"bb_low":[0,24.970825337548074],"bb_upper":[0,27.690924883704366],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,26.03],"low":[0,25.4668],"high":[0,26.45],"close":[0,26.3],"volume":[0,241570],"signal":[0,1],"sma_5":[0,25.53564033508301],"sma_10":[0,25.804070281982423],"sma_20":[0,26.24878511428833],"sma_50":[0,25.87209403991699],"sma_100":[0,26.082179012298585],"ema_9":[0,25.76239582190027],"ema_12":[0,25.84796952700742],"ema_26":[0,26.020534040522595],"ema_50":[0,26.05060239719252],"ema_200":[0,26.493163121528525],"ulcer_index":[0,5.3521307106564455],"force_index":[0,29554.96464999004],"easy_movement":[0,-11.142176343762724],"volume_weighted_avg":[0,25.883072396995534],"channel_index":[0,152.37093607113536],"williams_r":[0,-46.59004211425781],"mass_index":[0,22.941102905606815],"obv":[0,67035],"rsi":[0,50.598867330528215],"rsi_2":[0,87.07718343396499],"vwma":[0,26.175613232413355],"macd":[0,-0.10671973818897149],"stoch":[0,53.40995788574219],"bb_middle":[0,26.24878511428833],"bb_low":[0,25.042060846091708],"bb_upper":[0,27.455509382484955],"timestamp":[0,"2024-11-14T15:30:00Z"]}],[0,{"open":[0,26.35],"low":[0,26.13],"high":[0,26.5645],"close":[0,26.43],"volume":[0,134147],"signal":[0,1],"sma_5":[0,25.679640197753905],"sma_10":[0,25.802570152282716],"sma_20":[0,26.20178508758545],"sma_50":[0,25.89389404296875],"sma_100":[0,26.07247900009155],"ema_9":[0,25.869916504989156],"ema_12":[0,25.917512574830592],"ema_26":[0,26.041361997832464],"ema_50":[0,26.065489991087915],"ema_200":[0,26.5938783545979],"ulcer_index":[0,5.1736416705597055],"force_index":[0,33332.77136788082],"easy_movement":[0,-0.7528321655486374],"volume_weighted_avg":[0,25.89100656380846],"channel_index":[0,70.38224007818832],"williams_r":[0,-35.000038146972656],"mass_index":[0,23.31239957236315],"obv":[0,125505],"rsi":[0,53.52214167579416],"rsi_2":[0,91.17689755211237],"vwma":[0,26.12637134260189],"macd":[0,-0.04624262098425119],"stoch":[0,64.99996185302734],"bb_middle":[0,26.20178508758545],"bb_low":[0,25.08313825882059],"bb_upper":[0,27.32043191635031],"timestamp":[0,"2024-11-14T16:30:00Z"]}],[0,{"open":[0,26.4],"low":[0,25.93],"high":[0,26.66],"close":[0,26.436],"volume":[0,193411],"signal":[0,0],"sma_5":[0,25.857640075683594],"sma_10":[0,25.805570220947267],"sma_20":[0,26.177785110473632],"sma_50":[0,25.920494041442872],"sma_100":[0,26.06128900527954],"ema_9":[0,25.98193326497373],"ema_12":[0,25.9963568266419],"ema_26":[0,26.070032281062083],"ema_50":[0,26.07504331333967],"ema_200":[0,26.496968161379876],"ulcer_index":[0,4.9426286018741585],"force_index":[0,31061.884875202057],"easy_movement":[0,10.79365303949094],"volume_weighted_avg":[0,25.910551356310076],"channel_index":[0,-10.874700092399724],"williams_r":[0,-28.499984741210938],"mass_index":[0,23.21200096025169],"obv":[0,358253],"rsi":[0,55.13427985353879],"rsi_2":[0,93.49253895778963],"vwma":[0,26.109317377697163],"macd":[0,0.0029955293970199137],"stoch":[0,71.50001525878906],"bb_middle":[0,26.177785110473632],"bb_low":[0,25.101137749541792],"bb_upper":[0,27.254432471405472],"timestamp":[0,"2024-11-14T17:30:00Z"]}],[0,{"open":[0,26.4176],"low":[0,25.95],"high":[0,26.66],"close":[0,26.09],"volume":[0,90668],"signal":[0,2],"sma_5":[0,26.086840057373045],"sma_10":[0,25.82917022705078],"sma_20":[0,26.152860164642334],"sma_50":[0,25.949614067077636],"sma_100":[0,26.052749004364014],"ema_9":[0,26.07274677678205],"ema_12":[0,26.063994366916305],"ema_26":[0,26.09715924535917],"ema_50":[0,26.089930726511337],"ema_200":[0,26.51107621135812],"ulcer_index":[0,4.701997439419335],"force_index":[0,26790.272506400754],"easy_movement":[0,13.391973038687158],"volume_weighted_avg":[0,25.94546043793167],"channel_index":[0,34.632540814600134],"williams_r":[0,-28.19995880126953],"mass_index":[0,23.24743685629166],"obv":[0,466546],"rsi":[0,55.20834890729918],"rsi_2":[0,93.64647371507606],"vwma":[0,26.105901185370843],"macd":[0,0.03482798014885184],"stoch":[0,71.80004119873047],"bb_middle":[0,26.152860164642334],"bb_low":[0,25.12548672097526],"bb_upper":[0,27.180233608309408],"timestamp":[0,"2024-11-14T18:30:00Z"]}],[0,{"open":[0,26.11],"low":[0,25.85],"high":[0,26.2103],"close":[0,26.1301],"volume":[0,62915],"signal":[0,1],"sma_5":[0,26.264839935302735],"sma_10":[0,25.85417022705078],"sma_20":[0,26.096360206604004],"sma_50":[0,25.979814071655273],"sma_100":[0,26.040349006652832],"ema_9":[0,26.076197451882113],"ema_12":[0,26.0679952403451],"ema_26":[0,26.09649256410163],"ema_50":[0,26.084441701826275],"ema_200":[0,26.396523767852592],"ulcer_index":[0,4.539854003675632],"force_index":[0,18481.712720779313],"easy_movement":[0,7.082620983983072],"volume_weighted_avg":[0,25.938535568242607],"channel_index":[0,-56.66106816744977],"williams_r":[0,-45.49999237060547],"mass_index":[0,23.253463328762475],"obv":[0,484078],"rsi":[0,49.89723626925367],"rsi_2":[0,25.119809457348993],"vwma":[0,26.074948319120267],"macd":[0,0.031423205143143326],"stoch":[0,54.50000762939453],"bb_middle":[0,26.096360206604004],"bb_low":[0,25.193165711824896],"bb_upper":[0,26.99955470138311],"timestamp":[0,"2024-11-14T19:30:00Z"]}],[0,{"open":[0,26.13],"low":[0,25.99],"high":[0,26.165],"close":[0,26.15],"volume":[0,110226],"signal":[0,1],"sma_5":[0,26.277220153808592],"sma_10":[0,25.9064302444458],"sma_20":[0,26.051365184783936],"sma_50":[0,26.00631206512451],"sma_100":[0,26.031350002288818],"ema_9":[0,26.08697801150359],"ema_12":[0,26.077549843357172],"ema_26":[0,26.09886837363763],"ema_50":[0,26.081655765434625],"ema_200":[0,26.30190369370884],"ulcer_index":[0,4.346910601414028],"force_index":[0,16203.43228654674],"easy_movement":[0,-16.7056560292192],"volume_weighted_avg":[0,25.933596238758177],"channel_index":[0,-79.32866093678177],"williams_r":[0,-43.49498748779297],"mass_index":[0,23.25386360942159],"obv":[0,885810],"rsi":[0,50.49723307690065],"rsi_2":[0,35.978821440635855],"vwma":[0,26.036440176532547],"macd":[0,0.030737246257425382],"stoch":[0,56.50501251220703],"bb_middle":[0,26.051365184783936],"bb_low":[0,25.2554048488629],"bb_upper":[0,26.847325520704974],"timestamp":[0,"2024-11-14T20:30:00Z"]}],[0,{"open":[0,26.11],"low":[0,25.46],"high":[0,26.8499],"close":[0,26.7],"volume":[0,361115],"signal":[0,1],"sma_5":[0,26.24722023010254],"sma_10":[0,25.963430213928223],"sma_20":[0,26.025365161895753],"sma_50":[0,26.05351203918457],"sma_100":[0,26.025049991607666],"ema_9":[0,26.099582332928037],"ema_12":[0,26.08869596782813],"ema_26":[0,26.10269851406444],"ema_50":[0,26.086052999732345],"ema_200":[0,26.334898863955676],"ulcer_index":[0,4.1692727986003195],"force_index":[0,14201.397851206139],"easy_movement":[0,-13.92832211945249],"volume_weighted_avg":[0,25.927171849934712],"channel_index":[0,-32.89218826554176],"williams_r":[0,-42.50001907348633],"mass_index":[0,23.155042632952476],"obv":[0,802107],"rsi":[0,50.80640037531772],"rsi_2":[0,44.03394038044311],"vwma":[0,26.000751179764105],"macd":[0,0.030496745114892143],"stoch":[0,57.49998092651367],"bb_middle":[0,26.025365161895753],"bb_low":[0,25.27954160628462],"bb_upper":[0,26.771188717506885],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,26.705],"low":[0,26.63],"high":[0,28.5],"close":[0,28.45],"volume":[0,718669],"signal":[0,1],"sma_5":[0,26.301220321655272],"sma_10":[0,26.079430198669435],"sma_20":[0,26.04611520767212],"sma_50":[0,26.108912048339842],"sma_100":[0,26.02331199645996],"ema_9":[0,26.21966601886681],"ema_12":[0,26.18274284205329],"ema_26":[0,26.146801382436212],"ema_50":[0,26.104421612029224],"ema_200":[0,26.22382786367577],"ulcer_index":[0,3.906632944130211],"force_index":[0,40545.95263221432],"easy_movement":[0,-15.789927614412152],"volume_weighted_avg":[0,26.02060552148254],"channel_index":[0,165.8398476260916],"williams_r":[0,-8.103064296614013],"mass_index":[0,23.35439842485773],"obv":[0,1322414],"rsi":[0,58.58963557215908],"rsi_2":[0,92.9647461032638],"vwma":[0,26.06344399204446],"macd":[0,0.0641725641628123],"stoch":[0,91.89693570338598],"bb_middle":[0,26.04611520767212],"bb_low":[0,25.251083684171476],"bb_upper":[0,26.841146731172763],"timestamp":[0,"2024-11-15T15:30:00Z"]}],[0,{"open":[0,28.425],"low":[0,27.5],"high":[0,28.99],"close":[0,27.91],"volume":[0,559089],"signal":[0,1],"sma_5":[0,26.704020309448243],"sma_10":[0,26.395430183410646],"sma_20":[0,26.162365245819093],"sma_50":[0,26.176312065124513],"sma_100":[0,26.042192001342773],"ema_9":[0,26.665732967774638],"ema_12":[0,26.531551778415363],"ema_26":[0,26.317616948450706],"ema_50":[0,26.2047892003256],"ema_200":[0,26.41446628512609],"ulcer_index":[0,3.65718939308149],"force_index":[0,214421.3671074516],"easy_movement":[0,26.128098631577036],"volume_weighted_avg":[0,26.609929977520178],"channel_index":[0,337.11168515104015],"williams_r":[0,-1.4285496303013392],"mass_index":[0,23.8603269406803],"obv":[0,1836810],"rsi":[0,73.13323465865511],"rsi_2":[0,98.92815392272044],"vwma":[0,26.528588496510494],"macd":[0,0.19399720174676635],"stoch":[0,98.57145036969867],"bb_middle":[0,26.162365245819093],"bb_low":[0,24.84611776591427],"bb_upper":[0,27.478612725723917],"timestamp":[0,"2024-11-15T16:30:00Z"]}],[0,{"open":[0,27.94],"low":[0,27.82],"high":[0,28.6],"close":[0,28.25],"volume":[0,233541],"signal":[0,1],"sma_5":[0,27.068020248413085],"sma_10":[0,26.66643009185791],"sma_20":[0,26.251340198516846],"sma_50":[0,26.247112045288088],"sma_100":[0,26.051091995239258],"ema_9":[0,26.914586343663427],"ema_12":[0,26.74362070154658],"ema_26":[0,26.435484864010327],"ema_50":[0,26.268182080863667],"ema_200":[0,26.359450508286447],"ulcer_index":[0,3.3355226803250195],"force_index":[0,140659.44131138094],"easy_movement":[0,47.46097481569378],"volume_weighted_avg":[0,26.864630754445304],"channel_index":[0,198.96216075180897],"williams_r":[0,-27.067668813509577],"mass_index":[0,24.414822702755753],"obv":[0,1373932],"rsi":[0,65.48933895577173],"rsi_2":[0,64.95099884444193],"vwma":[0,26.72676575652684],"macd":[0,0.2304488591414739],"stoch":[0,72.93233118649043],"bb_middle":[0,26.251340198516846],"bb_low":[0,24.73098381562581],"bb_upper":[0,27.771696581407884],"timestamp":[0,"2024-11-15T17:30:00Z"]}],[0,{"open":[0,28.23],"low":[0,28],"high":[0,28.9],"close":[0,28.49],"volume":[0,314412],"signal":[0,0],"sma_5":[0,27.49200019836426],"sma_10":[0,26.884610176086426],"sma_20":[0,26.344340229034422],"sma_50":[0,26.304712028503417],"sma_100":[0,26.0652919960022],"ema_9":[0,27.181669074949077],"ema_12":[0,26.97537136784949],"ema_26":[0,26.569934306202363],"ema_50":[0,26.347547961799755],"ema_200":[0,26.41137087594128],"ulcer_index":[0,2.9271363223277955],"force_index":[0,131908.7382363237],"easy_movement":[0,51.63314950858186],"volume_weighted_avg":[0,26.989793767655097],"channel_index":[0,11.352331842344121],"williams_r":[0,-18.54636124229113],"mass_index":[0,24.871331174363274],"obv":[0,1512983],"rsi":[0,67.77190243336298],"rsi_2":[0,75.53290876781453],"vwma":[0,26.814787287468423],"macd":[0,0.26225203363964816],"stoch":[0,81.45363875770887],"bb_middle":[0,26.344340229034422],"bb_low":[0,24.591636479267137],"bb_upper":[0,28.097043978801707],"timestamp":[0,"2024-11-15T18:30:00Z"]}],[0,{"open":[0,28.5],"low":[0,27.35],"high":[0,28.59],"close":[0,27.69],"volume":[0,279341],"signal":[0,1],"sma_5":[0,27.960000228881835],"sma_10":[0,27.103610229492187],"sma_20":[0,26.45309019088745],"sma_50":[0,26.369912033081054],"sma_100":[0,26.08099199295044],"ema_9":[0,27.443335214158573],"ema_12":[0,27.20839111556204],"ema_26":[0,26.71210709904892],"ema_50":[0,26.429379958390776],"ema_200":[0,26.388129302306936],"ulcer_index":[0,2.4181028550192836],"force_index":[0,123844.3081407187],"easy_movement":[0,55.142106435824],"volume_weighted_avg":[0,27.151536237933623],"channel_index":[0,52.868875970611874],"williams_r":[0,-12.531329039647519],"mass_index":[0,25.195204129677553],"obv":[0,1884271],"rsi":[0,69.31701763168904],"rsi_2":[0,82.84499110923323],"vwma":[0,26.937543513921952],"macd":[0,0.28241024797052483],"stoch":[0,87.46867096035248],"bb_middle":[0,26.45309019088745],"bb_low":[0,24.46682157154035],"bb_upper":[0,28.439358810234552],"timestamp":[0,"2024-11-15T19:30:00Z"]}],[0,{"open":[0,27.66],"low":[0,26.83],"high":[0,27.8],"close":[0,26.86],"volume":[0,313383],"signal":[0,2],"sma_5":[0,28.158000183105468],"sma_10":[0,27.229610252380372],"sma_20":[0,26.517590236663818],"sma_50":[0,26.39941204071045],"sma_100":[0,26.089885997772218],"ema_9":[0,27.492668278088374],"ema_12":[0,27.282484858608278],"ema_26":[0,26.784432046513416],"ema_50":[0,26.474321957778766],"ema_200":[0,26.310769387038132],"ulcer_index":[0,1.857556973363149],"force_index":[0,74228.03792340533],"easy_movement":[0,44.80501511674065],"volume_weighted_avg":[0,27.31330257712389],"channel_index":[0,26.417614411769282],"williams_r":[0,-32.66330117038376],"mass_index":[0,25.48917594874695],"obv":[0,1722543],"rsi":[0,59.147335801215625],"rsi_2":[0,27.685517258032448],"vwma":[0,26.991261339046638],"macd":[0,0.22720148022535802],"stoch":[0,67.33669882961624],"bb_middle":[0,26.517590236663818],"bb_low":[0,24.459910056894373],"bb_upper":[0,28.575270416433263],"timestamp":[0,"2024-11-15T20:30:00Z"]}],[0,{"open":[0,27.4],"low":[0,26.11],"high":[0,27.64],"close":[0,26.94],"volume":[0,548910],"signal":[0,1],"sma_5":[0,27.84000015258789],"sma_10":[0,27.272010231018065],"sma_20":[0,26.550590229034423],"sma_50":[0,26.402212066650392],"sma_100":[0,26.092935009002687],"ema_9":[0,27.36613474458408],"ema_12":[0,27.217487293703464],"ema_26":[0,26.790125819694936],"ema_50":[0,26.493316489954193],"ema_200":[0,26.39400380273273],"ulcer_index":[0,1.90226414909611],"force_index":[0,26465.841066980174],"easy_movement":[0,32.10241506292324],"volume_weighted_avg":[0,27.363773389663272],"channel_index":[0,42.26568830766407],"williams_r":[0,-59.3314504243452],"mass_index":[0,25.748046509785336],"obv":[0,1297105],"rsi":[0,50.8110614416309],"rsi_2":[0,11.62491043907066],"vwma":[0,27.01280257063482],"macd":[0,0.12533017887103642],"stoch":[0,40.668549575654794],"bb_middle":[0,26.550590229034423],"bb_low":[0,24.493172409954475],"bb_upper":[0,28.60800804811437],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,26.93],"low":[0,26.6716],"high":[0,27.65],"close":[0,27.095],"volume":[0,205886],"signal":[0,1],"sma_5":[0,27.64600028991699],"sma_10":[0,27.357010269165038],"sma_20":[0,26.60559024810791],"sma_50":[0,26.409012069702147],"sma_100":[0,26.094670009613036],"ema_9":[0,27.28090790247135],"ema_12":[0,27.174797020959932],"ema_26":[0,26.80121105725561],"ema_50":[0,26.510165329968217],"ema_200":[0,26.386008775910387],"ulcer_index":[0,2.3706539018200483],"force_index":[0,28958.766888872357],"easy_movement":[0,3.414455048009046],"volume_weighted_avg":[0,27.416511260803983],"channel_index":[0,154.61136852891988],"williams_r":[0,-58.073621481604356],"mass_index":[0,26.101657438731376],"obv":[0,2022982],"rsi":[0,51.519826795466635],"rsi_2":[0,20.513708858831762],"vwma":[0,27.040080660846908],"macd":[0,0.05722265883087596],"stoch":[0,41.926378518395644],"bb_middle":[0,26.60559024810791],"bb_low":[0,24.568384195775888],"bb_upper":[0,28.64279630043993],"timestamp":[0,"2024-11-18T15:30:00Z"]}],[0,{"open":[0,27.075],"low":[0,26.42],"high":[0,27.1426],"close":[0,27.11],"volume":[0,192708],"signal":[0,1],"sma_5":[0,27.41500015258789],"sma_10":[0,27.453500175476073],"sma_20":[0,26.679965209960937],"sma_50":[0,26.441514053344726],"sma_100":[0,26.09832000732422],"ema_9":[0,27.24372618457872],"ema_12":[0,27.162520431661243],"ema_26":[0,26.82281858800299],"ema_50":[0,26.526875997115194],"ema_200":[0,26.26798538432837],"ulcer_index":[0,2.7059696470171484],"force_index":[0,29380.677531527792],"easy_movement":[0,14.034249416793864],"volume_weighted_avg":[0,27.46584115863331],"channel_index":[0,-32.30877117105217],"williams_r":[0,-53.682722072341996],"mass_index":[0,26.42435763768013],"obv":[0,2383664],"rsi":[0,52.939904609558546],"rsi_2":[0,42.80517474516099],"vwma":[0,27.081261216632985],"macd":[0,0.018474511352131073],"stoch":[0,46.317277927658004],"bb_middle":[0,26.679965209960937],"bb_low":[0,24.6857863292507],"bb_upper":[0,28.674144090671174],"timestamp":[0,"2024-11-18T16:30:00Z"]}],[0,{"open":[0,27.1],"low":[0,27.07],"high":[0,27.67],"close":[0,27.25],"volume":[0,156872],"signal":[0,1],"sma_5":[0,27.13900032043457],"sma_10":[0,27.549500274658204],"sma_20":[0,26.756465244293214],"sma_50":[0,26.46033405303955],"sma_100":[0,26.10552001953125],"ema_9":[0,27.216981069745717],"ema_12":[0,27.154440462542603],"ema_26":[0,26.844119061055768],"ema_50":[0,26.550860302209724],"ema_200":[0,26.298804407308666],"ulcer_index":[0,2.9996930965998434],"force_index":[0,25596.29627122918],"easy_movement":[0,-5.1264475715557305],"volume_weighted_avg":[0,27.482661668616757],"channel_index":[0,-42.305625183121975],"williams_r":[0,-53.25775623440824],"mass_index":[0,26.650984024813212],"obv":[0,2463697],"rsi":[0,53.08104380031742],"rsi_2":[0,45.750110214851254],"vwma":[0,27.108686121494895],"macd":[0,-0.008689522135997996],"stoch":[0,46.74224376559176],"bb_middle":[0,26.756465244293214],"bb_low":[0,24.82040177679441],"bb_upper":[0,28.69252871179202],"timestamp":[0,"2024-11-18T17:30:00Z"]}],[0,{"open":[0,27.2752],"low":[0,27.2423],"high":[0,27.8],"close":[0,27.68],"volume":[0,186503],"signal":[0,1],"sma_5":[0,27.05100021362305],"sma_10":[0,27.604500198364256],"sma_20":[0,26.841965198516846],"sma_50":[0,26.46933406829834],"sma_100":[0,26.11351001739502],"ema_9":[0,27.223584855752573],"ema_12":[0,27.169141917838076],"ema_26":[0,26.87408612349872],"ema_50":[0,26.57432348442812],"ema_200":[0,26.228807888915945],"ulcer_index":[0,3.21733739061855],"force_index":[0,25077.04356912375],"easy_movement":[0,12.365383220884903],"volume_weighted_avg":[0,27.52266847217191],"channel_index":[0,-61.712283857155136],"williams_r":[0,-49.29176863055096],"mass_index":[0,26.85142007765103],"obv":[0,2707283],"rsi":[0,54.471712478588636],"rsi_2":[0,72.33631684471702],"vwma":[0,27.14035323648678],"macd":[0,-0.01928882387689057],"stoch":[0,50.70823136944903],"bb_middle":[0,26.841965198516846],"bb_low":[0,24.97867268259749],"bb_upper":[0,28.7052577144362],"timestamp":[0,"2024-11-18T18:30:00Z"]}],[0,{"open":[0,27.64],"low":[0,27.13],"high":[0,27.77],"close":[0,27.7657],"volume":[0,153347],"signal":[0,1],"sma_5":[0,27.21500015258789],"sma_10":[0,27.52750015258789],"sma_20":[0,26.96146516799927],"sma_50":[0,26.50393608093262],"sma_100":[0,26.127960014343262],"ema_9":[0,27.314867945695273],"ema_12":[0,27.24773553173086],"ema_26":[0,26.933913029734573],"ema_50":[0,26.622900530138754],"ema_200":[0,26.34809232532811],"ulcer_index":[0,3.287289829138451],"force_index":[0,32951.31402083152],"easy_movement":[0,15.03447716366281],"volume_weighted_avg":[0,27.560193487677903],"channel_index":[0,-44.75173152907103],"williams_r":[0,-37.11045923867086],"mass_index":[0,26.81885382725436],"obv":[0,2806642],"rsi":[0,58.524036390147224],"rsi_2":[0,93.10208464576854],"vwma":[0,27.244477159911565],"macd":[0,-0.0002531310568119616],"stoch":[0,62.88954076132913],"bb_middle":[0,26.96146516799927],"bb_low":[0,25.208330840596222],"bb_upper":[0,28.714599495402314],"timestamp":[0,"2024-11-18T19:30:00Z"]}],[0,{"open":[0,27.76],"low":[0,27.615],"high":[0,28.18],"close":[0,27.98],"volume":[0,252420],"signal":[0,1],"sma_5":[0,27.380139923095705],"sma_10":[0,27.513070106506348],"sma_20":[0,27.08975009918213],"sma_50":[0,26.538950080871583],"sma_100":[0,26.14041700363159],"ema_9":[0,27.405034233863475],"ema_12":[0,27.327422275337213],"ema_26":[0,26.995499875850026],"ema_50":[0,26.66663060823438],"ema_200":[0,26.34038229283658],"ulcer_index":[0,3.342498541084807],"force_index":[0,30121.21756459779],"easy_movement":[0,24.156307391581347],"volume_weighted_avg":[0,27.58822486124779],"channel_index":[0,-60.02090562231005],"williams_r":[0,-34.682723693317854],"mass_index":[0,26.6854156816262],"obv":[0,3010591],"rsi":[0,59.3019485209382],"rsi_2":[0,94.69068282668648],"vwma":[0,27.320468628774353],"macd":[0,0.014243171906831942],"stoch":[0,65.31727630668215],"bb_middle":[0,27.08975009918213],"bb_low":[0,25.5034150017772],"bb_upper":[0,28.67608519658706],"timestamp":[0,"2024-11-18T20:30:00Z"]}],[0,{"open":[0,28.229],"low":[0,27.8901],"high":[0,29.465],"close":[0,28],"volume":[0,593253],"signal":[0,1],"sma_5":[0,27.55713996887207],"sma_10":[0,27.48607006072998],"sma_20":[0,27.185340118408202],"sma_50":[0,26.5925500869751],"sma_100":[0,26.155610008239748],"ema_9":[0,27.520027295525683],"ema_12":[0,27.42781877456329],"ema_26":[0,27.068398183404412],"ema_50":[0,26.71702411578706],"ema_200":[0,26.334366993931535],"ulcer_index":[0,3.3641618742358026],"force_index":[0,33546.08118525219],"easy_movement":[0,30.77402148816833],"volume_weighted_avg":[0,27.64573386679154],"channel_index":[0,-7.227456313194531],"williams_r":[0,-28.61189893539709],"mass_index":[0,26.56878795018366],"obv":[0,3343603],"rsi":[0,61.259753535927565],"rsi_2":[0,97.53260200520906],"vwma":[0,27.43413020970256],"macd":[0,0.03335804235245138],"stoch":[0,71.38810106460292],"bb_middle":[0,27.185340118408202],"bb_low":[0,25.62658908532898],"bb_upper":[0,28.744091151487424],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,27.95],"low":[0,27.18],"high":[0,28],"close":[0,27.92],"volume":[0,333571],"signal":[0,1],"sma_5":[0,27.735139846801758],"sma_10":[0,27.437070083618163],"sma_20":[0,27.270340156555175],"sma_50":[0,26.64605007171631],"sma_100":[0,26.171610012054444],"ema_9":[0,27.616021836438883],"ema_12":[0,27.515846660402083],"ema_26":[0,27.13744663897466],"ema_50":[0,26.768984426726153],"ema_200":[0,26.384049386604822],"ulcer_index":[0,3.3954197177443426],"force_index":[0,30449.362703815812],"easy_movement":[0,43.43611926205762],"volume_weighted_avg":[0,27.762906492208913],"channel_index":[0,157.85612415925618],"williams_r":[0,-43.666180401663226],"mass_index":[0,26.694842237655212],"obv":[0,3782799],"rsi":[0,61.44268042087407],"rsi_2":[0,97.7567327871132],"vwma":[0,27.541831284912295],"macd":[0,0.04192194513456904],"stoch":[0,56.33381959833677],"bb_middle":[0,27.270340156555175],"bb_low":[0,25.72866145900388],"bb_upper":[0,28.81201885410647],"timestamp":[0,"2024-11-19T15:30:00Z"]}],[0,{"open":[0,27.89],"low":[0,27.3],"high":[0,27.89],"close":[0,27.3271],"volume":[0,147252],"signal":[0,1],"sma_5":[0,27.869139862060546],"sma_10":[0,27.460070037841795],"sma_20":[0,27.344840145111085],"sma_50":[0,26.694450073242187],"sma_100":[0,26.185910015106202],"ema_9":[0,27.676817484403784],"ema_12":[0,27.578024107333338],"ema_26":[0,27.195399922101814],"ema_50":[0,26.813573106642743],"ema_200":[0,26.38829593417957],"ulcer_index":[0,3.4372648502304046],"force_index":[0,22287.415826478893],"easy_movement":[0,-1.8671995398706136],"volume_weighted_avg":[0,27.66080901510731],"channel_index":[0,20.429015758046706],"williams_r":[0,-46.050679198128925],"mass_index":[0,26.85198393863976],"obv":[0,3613226],"rsi":[0,60.19364006703055],"rsi_2":[0,56.61550123250848],"vwma":[0,27.5888080183479],"macd":[0,0.036899564437907484],"stoch":[0,53.94932080187108],"bb_middle":[0,27.344840145111085],"bb_low":[0,25.82900717198931],"bb_upper":[0,28.86067311823286],"timestamp":[0,"2024-11-19T16:30:00Z"]}],[0,{"open":[0,27.33],"low":[0,27.1801],"high":[0,27.7],"close":[0,27.5998],"volume":[0,150017],"signal":[0,1],"sma_5":[0,27.798559951782227],"sma_10":[0,27.506780052185057],"sma_20":[0,27.38939514160156],"sma_50":[0,26.737392082214356],"sma_100":[0,26.194581031799316],"ema_9":[0,27.60687413821637],"ema_12":[0,27.539420497154804],"ema_26":[0,27.205013842562217],"ema_50":[0,26.828005525703258],"ema_200":[0,26.28297060910264],"ulcer_index":[0,3.5703672360845777],"force_index":[0,6632.958875634431],"easy_movement":[0,-14.66865696111037],"volume_weighted_avg":[0,27.612627006025953],"channel_index":[0,-69.54745738305162],"williams_r":[0,-63.722792563442795],"mass_index":[0,26.888282739270316],"obv":[0,3881738],"rsi":[0,51.80249736905251],"rsi_2":[0,7.8218786789305454],"vwma":[0,27.620529054595828],"macd":[0,-0.009234351202504876],"stoch":[0,36.2772074365572],"bb_middle":[0,27.38939514160156],"bb_low":[0,25.931768932167994],"bb_upper":[0,28.847021351035128],"timestamp":[0,"2024-11-19T17:30:00Z"]}],[0,{"open":[0,27.67],"low":[0,27.6],"high":[0,28.0599],"close":[0,27.78],"volume":[0,117026],"signal":[0,1],"sma_5":[0,27.765380096435546],"sma_10":[0,27.572760009765624],"sma_20":[0,27.46488513946533],"sma_50":[0,26.784188079833985],"sma_100":[0,26.209096031188963],"ema_9":[0,27.605459332504346],"ema_12":[0,27.5487096570409],"ema_26":[0,27.234164850433064],"ema_50":[0,26.85455038773371],"ema_200":[0,26.221283947933944],"ulcer_index":[0,3.6619107548553433],"force_index":[0,11528.231166464804],"easy_movement":[0,-17.669362596154645],"volume_weighted_avg":[0,27.57323779429168],"channel_index":[0,-67.65274236174436],"williams_r":[0,-55.59464373224119],"mass_index":[0,26.915176404412914],"obv":[0,4164718],"rsi":[0,54.92133183483632],"rsi_2":[0,48.584124047617344],"vwma":[0,27.6436263419365],"macd":[0,-0.02339434718987432],"stoch":[0,44.40535626775881],"bb_middle":[0,27.46488513946533],"bb_low":[0,26.133326732951833],"bb_upper":[0,28.79644354597883],"timestamp":[0,"2024-11-19T18:30:00Z"]}],[0,{"open":[0,27.78],"low":[0,27.595],"high":[0,27.83],"close":[0,27.73],"volume":[0,87113],"signal":[0,1],"sma_5":[0,27.72538032531738],"sma_10":[0,27.641260147094727],"sma_20":[0,27.5473801612854],"sma_50":[0,26.831788101196288],"sma_100":[0,26.22744604110718],"ema_9":[0,27.640367603322396],"ema_12":[0,27.584292889585633],"ema_26":[0,27.274574405204415],"ema_50":[0,26.889927276744324],"ema_200":[0,26.21840002911821],"ulcer_index":[0,3.6679267047174524],"force_index":[0,12893.709383811838],"easy_movement":[0,-11.631711335904795],"volume_weighted_avg":[0,27.500508106247626],"channel_index":[0,-81.8035907608417],"williams_r":[0,-50.22353787920996],"mass_index":[0,26.655996555550097],"obv":[0,4359062],"rsi":[0,56.904350176619175],"rsi_2":[0,67.54928620526084],"vwma":[0,27.66238333376882],"macd":[0,-0.022605405620258257],"stoch":[0,49.77646212079004],"bb_middle":[0,27.5473801612854],"bb_low":[0,26.360217368332286],"bb_upper":[0,28.734542954238513],"timestamp":[0,"2024-11-19T19:30:00Z"]}],[0,{"open":[0,27.76],"low":[0,27.72],"high":[0,28.112],"close":[0,28],"volume":[0,138759],"signal":[0,0],"sma_5":[0,27.671380233764648],"sma_10":[0,27.703260040283205],"sma_20":[0,27.626380157470702],"sma_50":[0,26.87588809967041],"sma_100":[0,26.245796031951905],"ema_9":[0,27.658293991155084],"ema_12":[0,27.60670931130324],"ema_26":[0,27.308420975777395],"ema_50":[0,26.92735620595111],"ema_200":[0,26.32357013935082],"ulcer_index":[0,3.5995693551056496],"force_index":[0,10429.57903669992],"easy_movement":[0,1.3246133787766772],"volume_weighted_avg":[0,27.490927298736622],"channel_index":[0,-89.64995360149533],"williams_r":[0,-51.71388515883583],"mass_index":[0,26.24253119589141],"obv":[0,4193515],"rsi":[0,56.16105645612129],"rsi_2":[0,56.07156300531428],"vwma":[0,27.691614659506744],"macd":[0,-0.027086978612051005],"stoch":[0,48.28611484116417],"bb_middle":[0,27.626380157470702],"bb_low":[0,26.626116696782077],"bb_upper":[0,28.626643618159328],"timestamp":[0,"2024-11-19T20:30:00Z"]}],[0,{"open":[0,28.1],"low":[0,26.67],"high":[0,28.2678],"close":[0,26.9182],"volume":[0,386340],"signal":[0,1],"sma_5":[0,27.687380218505858],"sma_10":[0,27.778260040283204],"sma_20":[0,27.691380119323732],"sma_50":[0,26.90398811340332],"sma_100":[0,26.26439603805542],"ema_9":[0,27.726635192890463],"ema_12":[0,27.66721556193179],"ema_26":[0,27.359574043956748],"ema_50":[0,26.966400217935558],"ema_200":[0,26.279551796400682],"ulcer_index":[0,3.2586509874822034],"force_index":[0,14292.18489634422],"easy_movement":[0,19.912383698724117],"volume_weighted_avg":[0,27.57315461670758],"channel_index":[0,-63.88485222527073],"williams_r":[0,-43.666180401663226],"mass_index":[0,25.923631078790482],"obv":[0,4465777],"rsi":[0,59.23892695341467],"rsi_2":[0,84.50527147011769],"vwma":[0,27.762166017131285],"macd":[0,-0.014282309098640478],"stoch":[0,56.33381959833677],"bb_middle":[0,27.691380119323732],"bb_low":[0,26.774914292656668],"bb_upper":[0,28.607845945990796],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,26.91],"low":[0,26.65],"high":[0,27.2599],"close":[0,26.71],"volume":[0,202054],"signal":[0,1],"sma_5":[0,27.60559997558594],"sma_10":[0,27.70207996368408],"sma_20":[0,27.614790058135988],"sma_50":[0,26.902352104187013],"sma_100":[0,26.27382802963257],"ema_9":[0,27.564948062150307],"ema_12":[0,27.551982327940845],"ema_26":[0,27.326881908788266],"ema_50":[0,26.96460150923058],"ema_200":[0,26.287745573452213],"ulcer_index":[0,3.0936734259562684],"force_index":[0,-47455.525349830255],"easy_movement":[0,15.464835430071787],"volume_weighted_avg":[0,27.603630985924095],"channel_index":[0,60.55075422454561],"williams_r":[0,-83.6387701015436],"mass_index":[0,25.86198483423016],"obv":[0,3941615],"rsi":[0,45.47829547156335],"rsi_2":[0,13.658938865268937],"vwma":[0,27.608815936945163],"macd":[0,-0.07745583976870779],"stoch":[0,16.361229898456394],"bb_middle":[0,27.614790058135988],"bb_low":[0,26.708751401524392],"bb_upper":[0,28.520828714747584],"timestamp":[0,"2024-11-20T15:30:00Z"]}],[0,{"open":[0,26.71],"low":[0,26.45],"high":[0,26.94],"close":[0,26.59],"volume":[0,215561],"signal":[0,1],"sma_5":[0,27.427639770507813],"sma_10":[0,27.59650993347168],"sma_20":[0,27.554790019989014],"sma_50":[0,26.887552070617676],"sma_100":[0,26.281128025054933],"ema_9":[0,27.393958266473145],"ema_12":[0,27.422446405684315],"ema_26":[0,27.28087080539647],"ema_50":[0,26.941889044029697],"ema_200":[0,26.03616297028126],"ulcer_index":[0,3.0617679590625286],"force_index":[0,-46685.065342243564],"easy_movement":[0,-5.317447980827351],"volume_weighted_avg":[0,27.57914406140038],"channel_index":[0,-27.44610112669994],"williams_r":[0,-90.47622328694102],"mass_index":[0,25.762732822655543],"obv":[0,3990133],"rsi":[0,43.401466977871536],"rsi_2":[0,10.326563590686277],"vwma":[0,27.538714070056788],"macd":[0,-0.12918599997178581],"stoch":[0,9.52377671305898],"bb_middle":[0,27.554790019989014],"bb_low":[0,26.5786724009329],"bb_upper":[0,28.53090763904513],"timestamp":[0,"2024-11-20T16:30:00Z"]}],[0,{"open":[0,26.5998],"low":[0,26.53],"high":[0,26.8999],"close":[0,26.8141],"volume":[0,119199],"signal":[0,1],"sma_5":[0,27.18963966369629],"sma_10":[0,27.457509994506836],"sma_20":[0,27.471790027618407],"sma_50":[0,26.86515209197998],"sma_100":[0,26.294181022644043],"ema_9":[0,27.233166643645188],"ema_12":[0,27.294377737471834],"ema_26":[0,27.229581597875626],"ema_50":[0,26.923514827572518],"ema_200":[0,25.94974118090871],"ulcer_index":[0,3.0838046788932214],"force_index":[0,-43710.89004619875],"easy_movement":[0,0.6262452690944887],"volume_weighted_avg":[0,27.539781981240203],"channel_index":[0,-19.021378822490025],"williams_r":[0,-95.35656988425586],"mass_index":[0,25.70761455598699],"obv":[0,4021445],"rsi":[0,42.2042295482954],"rsi_2":[0,8.059878697174128],"vwma":[0,27.464213484672342],"macd":[0,-0.16491666389988138],"stoch":[0,4.643430115744138],"bb_middle":[0,27.471790027618407],"bb_low":[0,26.464441961811602],"bb_upper":[0,28.479138093425213],"timestamp":[0,"2024-11-20T17:30:00Z"]}],[0,{"open":[0,26.805],"low":[0,25.7201],"high":[0,26.805],"close":[0,25.9257],"volume":[0,400838],"signal":[0,2],"sma_5":[0,27.00645980834961],"sma_10":[0,27.338920021057127],"sma_20":[0,27.387995052337647],"sma_50":[0,26.856634101867677],"sma_100":[0,26.311974029541016],"ema_9":[0,27.149353368097238],"ema_12":[0,27.22048891759647],"ema_26":[0,27.19898485907649],"ema_50":[0,26.926458553927848],"ema_200":[0,26.103726780721352],"ulcer_index":[0,3.0721414506977656],"force_index":[0,-33650.63234964616],"easy_movement":[0,-15.01474333318072],"volume_weighted_avg":[0,27.526467143402645],"channel_index":[0,-67.72855850692675],"williams_r":[0,-87.92372881355932],"mass_index":[0,25.706006303439533],"obv":[0,3969984],"rsi":[0,45.249797110814214],"rsi_2":[0,49.47905629517255],"vwma":[0,27.380520397924887],"macd":[0,-0.16633880290966954],"stoch":[0,12.076271186440678],"bb_middle":[0,27.387995052337647],"bb_low":[0,26.45749804404474],"bb_upper":[0,28.318492060630554],"timestamp":[0,"2024-11-20T18:30:00Z"]}],[0,{"open":[0,25.905],"low":[0,25.84],"high":[0,26.18],"close":[0,26.0204],"volume":[0,239460],"signal":[0,1],"sma_5":[0,26.591599655151366],"sma_10":[0,27.139489936828614],"sma_20":[0,27.299779987335206],"sma_50":[0,26.83694808959961],"sma_100":[0,26.316931018829347],"ema_9":[0,26.904622541283647],"ema_12":[0,27.021290505854008],"ema_26":[0,27.104676542559293],"ema_50":[0,26.88758103181278],"ema_200":[0,26.109349545018144],"ulcer_index":[0,3.5750244703673726],"force_index":[0,-79715.68018189407],"easy_movement":[0,-26.989312119019075],"volume_weighted_avg":[0,27.323150846281],"channel_index":[0,84.04913202430023],"williams_r":[0,-94.50989759631987],"mass_index":[0,25.573426297103527],"obv":[0,3448563],"rsi":[0,36.92541013688036],"rsi_2":[0,10.822542724501446],"vwma":[0,27.243895942320766],"macd":[0,-0.21697151276378793],"stoch":[0,5.490102403680135],"bb_middle":[0,27.299779987335206],"bb_low":[0,26.18437986113351],"bb_upper":[0,28.415180113536902],"timestamp":[0,"2024-11-20T19:30:00Z"]}],[0,{"open":[0,26.05],"low":[0,25.9101],"high":[0,26.2027],"close":[0,26.07],"volume":[0,213571],"signal":[0,1],"sma_5":[0,26.41203956604004],"sma_10":[0,27.008819770812988],"sma_20":[0,27.257799911499024],"sma_50":[0,26.818666076660158],"sma_100":[0,26.322634010314943],"ema_9":[0,26.727777851770817],"ema_12":[0,26.867307216662237],"ema_26":[0,27.02440056300283],"ema_50":[0,26.855219612532796],"ema_200":[0,26.141536909064083],"ulcer_index":[0,3.9861624193953924],"force_index":[0,-65088.20443283732],"easy_movement":[0,-27.429590704293265],"volume_weighted_avg":[0,27.2108730432183],"channel_index":[0,-1.052505656845531],"williams_r":[0,-91.98112871204427],"mass_index":[0,25.11059948525419],"obv":[0,3589213],"rsi":[0,38.22956223288802],"rsi_2":[0,23.55521132996354],"vwma":[0,27.208124427735168],"macd":[0,-0.23249114815031066],"stoch":[0,8.018871287955726],"bb_middle":[0,27.257799911499024],"bb_low":[0,26.022587359500562],"bb_upper":[0,28.493012463497486],"timestamp":[0,"2024-11-20T20:30:00Z"]}],[0,{"open":[0,26.13],"low":[0,26.03],"high":[0,27.3557],"close":[0,27.105],"volume":[0,234551],"signal":[0,1],"sma_5":[0,26.28403968811035],"sma_10":[0,26.855839729309082],"sma_20":[0,27.214299869537353],"sma_50":[0,26.79566608428955],"sma_100":[0,26.32793399810791],"ema_9":[0,26.59622222045483],"ema_12":[0,26.74464454100426],"ema_26":[0,26.953867855930753],"ema_50":[0,26.83101676433187],"ema_200":[0,26.273260114023937],"ulcer_index":[0,4.365120673701047],"force_index":[0,-54275.60630755176],"easy_movement":[0,-34.130204633363924],"volume_weighted_avg":[0,27.079952427224466],"channel_index":[0,-6.903257548086181],"williams_r":[0,-90.65664462673537],"mass_index":[0,24.56369128591335],"obv":[0,3561205],"rsi":[0,38.93477976403698],"rsi_2":[0,33.50115616791534],"vwma":[0,27.18677538763855],"macd":[0,-0.227489026339229],"stoch":[0,9.343355373264622],"bb_middle":[0,27.214299869537353],"bb_low":[0,25.880075144800752],"bb_upper":[0,28.548524594273953],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,27.0601],"low":[0,26.76],"high":[0,28.37],"close":[0,28.3],"volume":[0,356643],"signal":[0,1],"sma_5":[0,26.387039566040038],"sma_10":[0,26.788339614868164],"sma_20":[0,27.214799880981445],"sma_50":[0,26.797166061401366],"sma_100":[0,26.33998399734497],"ema_9":[0,26.697977684792797],"ema_12":[0,26.80008376696066],"ema_26":[0,26.96502188205688],"ema_50":[0,26.84011365582877],"ema_200":[0,26.24842719830867],"ulcer_index":[0,4.424114163125581],"force_index":[0,-11841.788301556138],"easy_movement":[0,-23.22683434057506],"volume_weighted_avg":[0,26.89908484728017],"channel_index":[0,5.476199869310973],"williams_r":[0,-45.64117844351544],"mass_index":[0,24.37441561096322],"obv":[0,4023879],"rsi":[0,51.504719849667254],"rsi_2":[0,89.65766506452927],"vwma":[0,27.186712296642504],"macd":[0,-0.14661502824493644],"stoch":[0,54.35882155648455],"bb_middle":[0,27.214799880981445],"bb_low":[0,25.880746882101324],"bb_upper":[0,28.548852879861567],"timestamp":[0,"2024-11-21T15:30:00Z"]}],[0,{"open":[0,28.37],"low":[0,27.78],"high":[0,28.5683],"close":[0,27.93],"volume":[0,295762],"signal":[0,1],"sma_5":[0,26.684219360351562],"sma_10":[0,26.845339584350587],"sma_20":[0,27.274299812316894],"sma_50":[0,26.8297660446167],"sma_100":[0,26.364883995056154],"ema_9":[0,27.018381995266722],"ema_12":[0,27.03083999868808],"ema_26":[0,27.063954553190765],"ema_50":[0,26.899194664843026],"ema_200":[0,26.30562862831688],"ulcer_index":[0,4.391682085190821],"force_index":[0,50734.32671385661],"easy_movement":[0,23.9919675961595],"volume_weighted_avg":[0,26.95196326867089],"channel_index":[0,76.96397728272962],"williams_r":[0,-2.641669143913782],"mass_index":[0,24.439815785426624],"obv":[0,4121476],"rsi":[0,61.384645680348804],"rsi_2":[0,96.4941712382826],"vwma":[0,27.27462821879462],"macd":[0,-0.011775432845668215],"stoch":[0,97.35833085608621],"bb_middle":[0,27.274299812316894],"bb_low":[0,25.86048533100481],"bb_upper":[0,28.688114293628978],"timestamp":[0,"2024-11-21T16:30:00Z"]}],[0,{"open":[0,27.93],"low":[0,27.9116],"high":[0,31.55],"close":[0,31.48],"volume":[0,781948],"signal":[0,1],"sma_5":[0,27.08507957458496],"sma_10":[0,26.838339614868165],"sma_20":[0,27.308299827575684],"sma_50":[0,26.862666053771974],"sma_100":[0,26.38508399963379],"ema_9":[0,27.200705657284182],"ema_12":[0,27.16917236325913],"ema_26":[0,27.128185644115753],"ema_50":[0,26.942821928869545],"ema_200":[0,26.38616961561511],"ulcer_index":[0,4.268360465259545],"force_index":[0,27853.5054039831],"easy_movement":[0,35.44587829368433],"volume_weighted_avg":[0,27.026095135319835],"channel_index":[0,35.36660408859372],"williams_r":[0,-22.410644508687938],"mass_index":[0,24.417290804097295],"obv":[0,3600262],"rsi":[0,57.47670625882919],"rsi_2":[0,68.46790134560172],"vwma":[0,27.315616773573364],"macd":[0,0.049961719046344825],"stoch":[0,77.58935549131206],"bb_middle":[0,27.308299827575684],"bb_low":[0,25.866038438468888],"bb_upper":[0,28.75056121668248],"timestamp":[0,"2024-11-21T17:30:00Z"]}],[0,{"open":[0,31.53],"low":[0,30.9],"high":[0,33.98],"close":[0,33.3],"volume":[0,1544754],"signal":[0,0],"sma_5":[0,28.176999664306642],"sma_10":[0,27.29451961517334],"sma_20":[0,27.49829978942871],"sma_50":[0,26.969766044616698],"sma_100":[0,26.439034004211425],"ema_9":[0,28.056564434230815],"ema_12":[0,27.832376532690233],"ema_26":[0,27.4504444920802],"ema_50":[0,27.11681473262564],"ema_200":[0,26.357761715314506],"ulcer_index":[0,4.185873052373212],"force_index":[0,420433.89241855807],"easy_movement":[0,91.01783054946279],"volume_weighted_avg":[0,27.922588413318543],"channel_index":[0,274.15294728767446],"williams_r":[0,-1.2007017070902908],"mass_index":[0,24.88872725429818],"obv":[0,4609857],"rsi":[0,74.34375306890249],"rsi_2":[0,95.2030930137853],"vwma":[0,27.90402007721549],"macd":[0,0.3126014901549844],"stoch":[0,98.79929829290971],"bb_middle":[0,27.49829978942871],"bb_low":[0,25.17694212087732],"bb_upper":[0,29.8196574579801],"timestamp":[0,"2024-11-21T18:30:00Z"]}],[0,{"open":[0,33.3],"low":[0,31.35],"high":[0,33.95],"close":[0,31.897],"volume":[0,830572],"signal":[0,1],"sma_5":[0,29.622999572753905],"sma_10":[0,27.95351963043213],"sma_20":[0,27.775014781951903],"sma_50":[0,27.11315601348877],"sma_100":[0,26.513333988189697],"ema_9":[0,29.105251394863235],"ema_12":[0,28.673549274575862],"ema_26":[0,27.883893177688037],"ema_50":[0,27.365265755884522],"ema_200":[0,26.546876644527558],"ulcer_index":[0,4.1806025015456845],"force_index":[0,762007.6140441285],"easy_movement":[0,118.65681321624086],"volume_weighted_avg":[0,29.518175259828183],"channel_index":[0,449.4370121867713],"williams_r":[0,-8.232549740611274],"mass_index":[0,25.35207124317597],"obv":[0,6004803],"rsi":[0,78.94987036979536],"rsi_2":[0,97.43394137460257],"vwma":[0,29.131121187454763],"macd":[0,0.5764488460171995],"stoch":[0,91.76745025938872],"bb_middle":[0,27.775014781951903],"bb_low":[0,24.339893319148697],"bb_upper":[0,31.21013624475511],"timestamp":[0,"2024-11-21T19:30:00Z"]}],[0,{"open":[0,31.885],"low":[0,31.44],"high":[0,32.24],"close":[0,32.24],"volume":[0,491007],"signal":[0,1],"sma_5":[0,30.581399536132814],"sma_10":[0,28.484219551086426],"sma_20":[0,27.97086477279663],"sma_50":[0,27.223296012878418],"sma_100":[0,26.570340976715087],"ema_9":[0,29.6636009876727],"ema_12":[0,29.169464660177287],"ema_26":[0,28.181061972948516],"ema_50":[0,27.539021221639818],"ema_200":[0,26.520539681635043],"ulcer_index":[0,4.321916200976893],"force_index":[0,486679.03549930174],"easy_movement":[0,125.61554688348397],"volume_weighted_avg":[0,29.875818506367384],"channel_index":[0,152.9286855042963],"williams_r":[0,-25.218227825184975],"mass_index":[0,25.786188965498464],"obv":[0,5303060],"rsi":[0,68.7046205852123],"rsi_2":[0,56.74629444784405],"vwma":[0,29.48138399557147],"macd":[0,0.6200314546273323],"stoch":[0,74.78177217481502],"bb_middle":[0,27.97086477279663],"bb_low":[0,24.0931878639934],"bb_upper":[0,31.848541681599862],"timestamp":[0,"2024-11-21T20:30:00Z"]}],[0,{"open":[0,31.36],"low":[0,26.66],"high":[0,31.4],"close":[0,27.585],"volume":[0,3117267],"signal":[0,1],"sma_5":[0,31.369400024414062],"sma_10":[0,29.026809692382812],"sma_20":[0,28.18286485671997],"sma_50":[0,27.341796035766603],"sma_100":[0,26.63294099807739],"ema_9":[0,30.178881125851895],"ema_12":[0,29.64185497624158],"ema_26":[0,28.481769633009403],"ema_50":[0,27.725203990481344],"ema_200":[0,26.61423752913658],"ulcer_index":[0,4.404851578839344],"force_index":[0,441213.05361158843],"easy_movement":[0,112.0824500596389],"volume_weighted_avg":[0,30.100954541148596],"channel_index":[0,44.02935026623982],"williams_r":[0,-21.06560666665743],"mass_index":[0,26.027725998787627],"obv":[0,5669528],"rsi":[0,69.73651928989669],"rsi_2":[0,64.0804849594898],"vwma":[0,29.787908385524656],"macd":[0,0.6334290297800356],"stoch":[0,78.93439333334257],"bb_middle":[0,28.18286485671997],"bb_low":[0,23.881523405694498],"bb_upper":[0,32.48420630774544],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,27.58],"low":[0,27.33],"high":[0,28.72],"close":[0,27.94],"volume":[0,935147],"signal":[0,1],"sma_5":[0,31.300399780273438],"sma_10":[0,29.1927396774292],"sma_20":[0,28.166114807128906],"sma_50":[0,27.36549602508545],"sma_100":[0,26.64799098968506],"ema_9":[0,29.66010471760456],"ema_12":[0,29.32541561605856],"ema_26":[0,28.41540582796238],"ema_50":[0,27.722268569613355],"ema_200":[0,26.675399316127898],"ulcer_index":[0,6.274954105959916],"force_index":[0,-1694800.46861458],"easy_movement":[0,94.77032174856554],"volume_weighted_avg":[0,29.369654906284573],"channel_index":[0,543.6462104775246],"williams_r":[0,-77.42225842996042],"mass_index":[0,26.5788146944383],"obv":[0,2344906],"rsi":[0,47.02633975310011],"rsi_2":[0,11.438098568625449],"vwma":[0,29.167832301232117],"macd":[0,0.30676361684005893],"stoch":[0,22.577741570039574],"bb_middle":[0,28.166114807128906],"bb_low":[0,23.858205205079205],"bb_upper":[0,32.47402440917861],"timestamp":[0,"2024-11-22T15:30:00Z"]}],[0,{"open":[0,27.96],"low":[0,27],"high":[0,28.4],"close":[0,27.35],"volume":[0,615166],"signal":[0,1],"sma_5":[0,30.592399978637694],"sma_10":[0,29.384699821472168],"sma_20":[0,28.19675979614258],"sma_50":[0,27.400296020507813],"sma_100":[0,26.66519100189209],"ema_9":[0,29.316083880867676],"ema_12":[0,29.112274826708692],"ema_26":[0,28.380129250606167],"ema_50":[0,27.72833578127389],"ema_200":[0,26.638319017934215],"ulcer_index":[0,7.507658409126771],"force_index":[0,-1405260.1519395174],"easy_movement":[0,95.18124376573773],"volume_weighted_avg":[0,29.287870945534213],"channel_index":[0,78.54002707923826],"williams_r":[0,-73.1243675768941],"mass_index":[0,26.964558639042203],"obv":[0,3533063],"rsi":[0,48.40595161140061],"rsi_2":[0,21.29927454746175],"vwma":[0,29.087045324330237],"macd":[0,0.10304157332047748],"stoch":[0,26.875632423105895],"bb_middle":[0,28.19675979614258],"bb_low":[0,23.904468415704812],"bb_upper":[0,32.48905117658035],"timestamp":[0,"2024-11-22T16:30:00Z"]}],[0,{"open":[0,27.3496],"low":[0,27.1],"high":[0,27.44],"close":[0,27.108],"volume":[0,354155],"signal":[0,1],"sma_5":[0,29.40240020751953],"sma_10":[0,29.51269989013672],"sma_20":[0,28.1842698097229],"sma_50":[0,27.43049602508545],"sma_100":[0,26.67784101486206],"ema_9":[0,28.922867181087067],"ema_12":[0,28.8411557082946],"ema_26":[0,28.30404429645451],"ema_50":[0,27.722393937643673],"ema_200":[0,26.8241518787093],"ulcer_index":[0,8.795336703195476],"force_index":[0,-1256359.0176694877],"easy_movement":[0,94.11882991326361],"volume_weighted_avg":[0,29.22787062542299],"channel_index":[0,9.95794942807526],"williams_r":[0,-80.26731378762038],"mass_index":[0,27.236332096848766],"obv":[0,2800016],"rsi":[0,46.24564785462753],"rsi_2":[0,15.545639005487018],"vwma":[0,29.012376200662352],"macd":[0,-0.07331350845896356],"stoch":[0,19.73268621237963],"bb_middle":[0,28.1842698097229],"bb_low":[0,23.883657129720593],"bb_upper":[0,32.48488248972521],"timestamp":[0,"2024-11-22T17:30:00Z"]}],[0,{"open":[0,27.1],"low":[0,26.37],"high":[0,27.19],"close":[0,26.52],"volume":[0,806176],"signal":[0,1],"sma_5":[0,28.444600296020507],"sma_10":[0,29.51299991607666],"sma_20":[0,28.15066976547241],"sma_50":[0,27.460506019592284],"sma_100":[0,26.683212013244628],"ema_9":[0,28.559893705051994],"ema_12":[0,28.574516298526262],"ema_26":[0,28.215125236809374],"ema_50":[0,27.685286418242654],"ema_200":[0,26.56545315883127],"ulcer_index":[0,10.038610913262069],"force_index":[0,-1089122.197529908],"easy_movement":[0,90.72795871446182],"volume_weighted_avg":[0,29.183393542498926],"channel_index":[0,-45.15740108152415],"williams_r":[0,-83.19713866501515],"mass_index":[0,27.348435365691195],"obv":[0,2652920],"rsi":[0,45.35718573139688],"rsi_2":[0,12.72562674803035],"vwma":[0,28.966508506276774],"macd":[0,-0.2012375676534317],"stoch":[0,16.80286133498485],"bb_middle":[0,28.15066976547241],"bb_low":[0,23.827506769148002],"bb_upper":[0,32.47383276179682],"timestamp":[0,"2024-11-22T18:30:00Z"]}],[0,{"open":[0,26.5292],"low":[0,26.0701],"high":[0,26.7349],"close":[0,26.145],"volume":[0,698590],"signal":[0,1],"sma_5":[0,27.300600051879883],"sma_10":[0,29.335000038146973],"sma_20":[0,28.090169811248778],"sma_50":[0,27.479306030273438],"sma_100":[0,26.68981201171875],"ema_9":[0,28.1519150556147],"ema_12":[0,28.258436943967048],"ema_26":[0,28.089605897146594],"ema_50":[0,27.64141948874474],"ema_200":[0,26.601787969361823],"ulcer_index":[0,11.245616260951396],"force_index":[0,-1001252.6186911486],"easy_movement":[0,95.91406727912802],"volume_weighted_avg":[0,29.105606746232613],"channel_index":[0,38.8731694560492],"williams_r":[0,-91.6461872707198],"mass_index":[0,27.211667401104744],"obv":[0,1767672],"rsi":[0,43.1758526018956],"rsi_2":[0,6.763477103241229],"vwma":[0,28.814654878384633],"macd":[0,-0.313380325865776],"stoch":[0,8.353812729280193],"bb_middle":[0,28.090169811248778],"bb_low":[0,23.711640251473973],"bb_upper":[0,32.46869937102358],"timestamp":[0,"2024-11-22T19:30:00Z"]}],[0,{"open":[0,26.145],"low":[0,26.02],"high":[0,26.58],"close":[0,26.51],"volume":[0,726732],"signal":[0,1],"sma_5":[0,27.012600326538085],"sma_10":[0,29.15650005340576],"sma_20":[0,27.997419834136963],"sma_50":[0,27.491406021118163],"sma_100":[0,26.69166202545166],"ema_9":[0,27.750532136003738],"ema_12":[0,27.933292858044595],"ema_26":[0,27.94547008539297],"ema_50":[0,27.579073385747343],"ema_200":[0,26.523630777467936],"ulcer_index":[0,12.484786200548387],"force_index":[0,-895640.9879001406],"easy_movement":[0,95.9093940065314],"volume_weighted_avg":[0,28.98769723948927],"channel_index":[0,11.612021323760175],"williams_r":[0,-97.08918869540206],"mass_index":[0,27.035131160814505],"obv":[0,1138410],"rsi":[0,41.79752960546889],"rsi_2":[0,4.233532501457489],"vwma":[0,28.678196758677302],"macd":[0,-0.39562641984738106],"stoch":[0,2.91081130459795],"bb_middle":[0,27.997419834136963],"bb_low":[0,23.537350157934547],"bb_upper":[0,32.45748951033938],"timestamp":[0,"2024-11-22T20:30:00Z"]}],[0,{"open":[0,3.96],"low":[0,3.7],"high":[0,4.45],"close":[0,4.0656],"volume":[0,49933444],"signal":[0,1],"sma_5":[0,26.72660026550293],"sma_10":[0,28.659500122070312],"sma_20":[0,27.977009868621828],"sma_50":[0,27.515806007385255],"sma_100":[0,26.699163036346434],"ema_9":[0,27.502425754616144],"ema_12":[0,27.714324771288478],"ema_26":[0,27.83922108523836],"ema_50":[0,27.540455008993725],"ema_200":[0,26.589934035549586],"ulcer_index":[0,13.497181806032431],"force_index":[0,-729798.2378807355],"easy_movement":[0,94.89115744864152],"volume_weighted_avg":[0,28.887812680967162],"channel_index":[0,14.001864268448635],"williams_r":[0,-93.84422327291479],"mass_index":[0,26.86217008377008],"obv":[0,1776865],"rsi":[0,43.682453306829835],"rsi_2":[0,44.58501673699665],"vwma":[0,28.610230291127188],"macd":[0,-0.40657212416676025],"stoch":[0,6.155776727085216],"bb_middle":[0,27.977009868621828],"bb_low":[0,23.49369687740398],"bb_upper":[0,32.46032285983967],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,4.0608],"low":[0,4.05],"high":[0,4.32],"close":[0,4.175],"volume":[0,8643391],"signal":[0,1],"sma_5":[0,22.06972017288208],"sma_10":[0,25.736060190200806],"sma_20":[0,26.844789910316468],"sma_50":[0,27.093117990493774],"sma_100":[0,26.480414032936096],"ema_9":[0,22.81506058734738],"ema_12":[0,24.07605940421462],"ema_26":[0,26.078170514796636],"ema_50":[0,26.6181974815314],"ema_200":[0,26.332150866646646],"ulcer_index":[0,27.054806492585456],"force_index":[0,-160729284.84130085],"easy_movement":[0,66.81202427339265],"volume_weighted_avg":[0,8.73667348944005],"channel_index":[0,1172.7647615358287],"williams_r":[0,-98.79260278472748],"mass_index":[0,26.72661238710703],"obv":[0,-48044188],"rsi":[0,13.885340463438212],"rsi_2":[0,0.8441048151884587],"vwma":[0,9.134735112159069],"macd":[0,-1.8270823693169385],"stoch":[0,1.2073972152725245],"bb_middle":[0,26.844789910316468],"bb_low":[0,15.486865401952421],"bb_upper":[0,38.202714418680515],"timestamp":[0,"2024-11-25T15:30:00Z"]}],[0,{"open":[0,4.179],"low":[0,4.06],"high":[0,4.85],"close":[0,4.6216],"volume":[0,11783983],"signal":[0,1],"sma_5":[0,17.483120250701905],"sma_10":[0,22.963860273361206],"sma_20":[0,25.724039912223816],"sma_50":[0,26.655254011154174],"sma_100":[0,26.263674025535583],"ema_9":[0,19.087048507894707],"ema_12":[0,21.014357951239262],"ema_26":[0,24.455422966846736],"ema_50":[0,25.726374612333526],"ema_200":[0,25.8766080225479],"ulcer_index":[0,35.7542784157915],"force_index":[0,-137632872.93511385],"easy_movement":[0,38.71395364797047],"volume_weighted_avg":[0,8.071592294502615],"channel_index":[0,116.22447840134392],"williams_r":[0,-98.43130729531022],"mass_index":[0,26.568977000525354],"obv":[0,-39082603],"rsi":[0,14.19428550474106],"rsi_2":[0,1.7834473290665898],"vwma":[0,8.481067238774802],"macd":[0,-2.6131979858825916],"stoch":[0,1.5686927046897745],"bb_middle":[0,25.724039912223816],"bb_low":[0,10.665852221579266],"bb_upper":[0,40.78222760286837],"timestamp":[0,"2024-11-25T16:30:00Z"]}],[0,{"open":[0,4.63],"low":[0,4.36],"high":[0,4.83],"close":[0,4.6699],"volume":[0,7974457],"signal":[0,1],"sma_5":[0,13.103440189361573],"sma_10":[0,20.202020120620727],"sma_20":[0,24.61441490650177],"sma_50":[0,26.221686029434203],"sma_100":[0,26.057790036201478],"ema_9":[0,16.19395883650576],"ema_12":[0,18.492395206636516],"ema_26":[0,22.98620090158126],"ema_50":[0,24.896722776119738],"ema_200":[0,25.624649482743397],"ulcer_index":[0,42.52086081739108],"force_index":[0,-117219216.61923555],"easy_movement":[0,27.246260781120412],"volume_weighted_avg":[0,7.499026751607656],"channel_index":[0,154.80173456329547],"williams_r":[0,-96.95640647700773],"mass_index":[0,26.51221546485061],"obv":[0,-27147096],"rsi":[0,15.520778909372183],"rsi_2":[0,8.834684924476704],"vwma":[0,7.906809879450265],"macd":[0,-2.932814446587688],"stoch":[0,3.0435935229922717],"bb_middle":[0,24.61441490650177],"bb_low":[0,6.989180372648946],"bb_upper":[0,42.2396494403546],"timestamp":[0,"2024-11-25T17:30:00Z"]}],[0,{"open":[0,4.6688],"low":[0,4.42],"high":[0,4.75],"close":[0,4.5899],"volume":[0,4682979],"signal":[0,1],"sma_5":[0,8.808420085906983],"sma_10":[0,17.910510206222533],"sma_20":[0,23.551624941825867],"sma_50":[0,25.786484022140503],"sma_100":[0,25.853489031791685],"ema_9":[0,13.889147057278311],"ema_12":[0,16.365857466713447],"ema_26":[0,21.629383315670445],"ema_50":[0,24.101317317607684],"ema_200":[0,25.371999038382437],"ulcer_index":[0,48.33236901390109],"force_index":[0,-100418590.23662934],"easy_movement":[0,-24.43107938328266],"volume_weighted_avg":[0,7.031979122021327],"channel_index":[0,66.54185317264647],"williams_r":[0,-96.79689594122519],"mass_index":[0,26.449948178133674],"obv":[0,-18958192],"rsi":[0,15.67384615916437],"rsi_2":[0,10.228722943678989],"vwma":[0,7.5420888532546755],"macd":[0,-2.96209697023075],"stoch":[0,3.2031040587748105],"bb_middle":[0,23.551624941825867],"bb_low":[0,3.9214531528264267],"bb_upper":[0,43.18179673082531],"timestamp":[0,"2024-11-25T18:30:00Z"]}],[0,{"open":[0,4.59],"low":[0,4.12],"high":[0,4.65],"close":[0,4.22],"volume":[0,5257905],"signal":[0,1],"sma_5":[0,4.424400043487549],"sma_10":[0,15.57550015449524],"sma_20":[0,22.480099987983703],"sma_50":[0,25.349562005996702],"sma_100":[0,25.64958803653717],"ema_9":[0,12.029297649098101],"ema_12":[0,14.55417168295321],"ema_26":[0,20.367017529863407],"ema_50":[0,23.328841356627258],"ema_200":[0,25.018061573584376],"ulcer_index":[0,53.49205594890043],"force_index":[0,-86126597.05292153],"easy_movement":[0,-63.019859110114666],"volume_weighted_avg":[0,6.464099515163867],"channel_index":[0,-1.313352627951642],"williams_r":[0,-97.05818198988618],"mass_index":[0,26.089452965451382],"obv":[0,-23454505],"rsi":[0,15.625900624127524],"rsi_2":[0,9.735571009348945],"vwma":[0,7.35002615238237],"macd":[0,-2.8093645385476096],"stoch":[0,2.9418180101138183],"bb_middle":[0,22.480099987983703],"bb_low":[0,1.2329492419926424],"bb_upper":[0,43.72725073397476],"timestamp":[0,"2024-11-25T19:30:00Z"]}],[0,{"open":[0,4.215],"low":[0,4.05],"high":[0,4.35],"close":[0,4.295],"volume":[0,4577965],"signal":[0,1],"sma_5":[0,4.455280017852783],"sma_10":[0,13.262500095367432],"sma_20":[0,21.387599992752076],"sma_50":[0,24.91216199874878],"sma_100":[0,25.445988035202028],"ema_9":[0,10.467438077362685],"ema_12":[0,12.964299096583893],"ema_26":[0,19.171044516782516],"ema_50":[0,22.58359751474984],"ema_200":[0,24.893961685200953],"ulcer_index":[0,58.306648921740845],"force_index":[0,-74100640.27315712],"easy_movement":[0,-67.85944213521499],"volume_weighted_avg":[0,6.121223230577367],"channel_index":[0,4.895692443240705],"williams_r":[0,-98.17799680169932],"mass_index":[0,25.78621200739295],"obv":[0,-28887224],"rsi":[0,15.382113450836542],"rsi_2":[0,6.733479682849577],"vwma":[0,7.145604021068344],"macd":[0,-2.562481256235469],"stoch":[0,1.8220031983006824],"bb_middle":[0,21.387599992752076],"bb_low":[0,-1.2127532286068714],"bb_upper":[0,43.98795321411102],"timestamp":[0,"2024-11-25T20:30:00Z"]}],[0,{"open":[0,4.3293],"low":[0,3.92],"high":[0,4.33],"close":[0,3.97],"volume":[0,9749284],"signal":[0,1],"sma_5":[0,4.4792799949646],"sma_10":[0,10.981200122833252],"sma_20":[0,20.247100019454955],"sma_50":[0,24.475459995269777],"sma_100":[0,25.240886030197142],"ema_9":[0,9.232950476942138],"ema_12":[0,11.630560729343342],"ema_26":[0,18.06865379449467],"ema_50":[0,21.847813501358683],"ema_200":[0,24.31552892130539],"ulcer_index":[0,62.53401463650801],"force_index":[0,-63465783.740796186],"easy_movement":[0,-58.519338361590584],"volume_weighted_avg":[0,5.90960153396358],"channel_index":[0,-12.240200941274473],"williams_r":[0,-97.85198542300178],"mass_index":[0,25.511106046133555],"obv":[0,-23982536],"rsi":[0,15.673492779174452],"rsi_2":[0,17.09983698783242],"vwma":[0,6.975775521678459],"macd":[0,-2.235649307947127],"stoch":[0,2.1480145769982237],"bb_middle":[0,20.247100019454955],"bb_low":[0,-3.363632028343975],"bb_upper":[0,43.85783206725388],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,3.9785],"low":[0,3.85],"high":[0,4.03],"close":[0,3.898],"volume":[0,3971757],"signal":[0,1],"sma_5":[0,4.348959970474243],"sma_10":[0,8.726200079917907],"sma_20":[0,19.03060005903244],"sma_50":[0,24.031860003471376],"sma_100":[0,25.042686021327974],"ema_9":[0,8.180360387304276],"ema_12":[0,10.452012937011986],"ema_26":[0,17.024372714088553],"ema_50":[0,21.149285587677358],"ema_200":[0,24.164588315778985],"ulcer_index":[0,66.44686081285732],"force_index":[0,-54851887.638865955],"easy_movement":[0,-28.021987955698194],"volume_weighted_avg":[0,5.099425081002557],"channel_index":[0,73.21687107971137],"williams_r":[0,-98.92086335391315],"mass_index":[0,25.305831107974505],"obv":[0,-34181291],"rsi":[0,15.429673633710308],"rsi_2":[0,8.709847159649968],"vwma":[0,6.651442725570773],"macd":[0,-1.8958519787730648],"stoch":[0,1.0791366460868483],"bb_middle":[0,19.03060005903244],"bb_low":[0,-5.291532636903916],"bb_upper":[0,43.3527327549688],"timestamp":[0,"2024-11-26T15:30:00Z"]}],[0,{"open":[0,3.8988],"low":[0,3.65],"high":[0,3.95],"close":[0,3.6901],"volume":[0,5839208],"signal":[0,1],"sma_5":[0,4.194579982757569],"sma_10":[0,6.501500034332276],"sma_20":[0,17.82900004386902],"sma_50":[0,23.575819988250732],"sma_100":[0,24.842366018295287],"ema_9":[0,7.323888310459148],"ema_12":[0,9.443703318607346],"ema_26":[0,16.052571593314287],"ema_50":[0,20.49381632876059],"ema_200":[0,24.385988412080035],"ulcer_index":[0,70.15604077342789],"force_index":[0,-47056755.63415351],"easy_movement":[0,-17.411669268515606],"volume_weighted_avg":[0,4.861385182575684],"channel_index":[0,-33.47204076713062],"williams_r":[0,-99.1983807382032],"mass_index":[0,24.936007184347094],"obv":[0,-38596162],"rsi":[0,15.366063965194485],"rsi_2":[0,7.154498117100744],"vwma":[0,6.504780474770609],"macd":[0,-1.5452243592084578],"stoch":[0,0.8016192617967994],"bb_middle":[0,17.82900004386902],"bb_low":[0,-6.985310755396448],"bb_upper":[0,42.643310843134486],"timestamp":[0,"2024-11-26T16:30:00Z"]}],[0,{"open":[0,3.695],"low":[0,3.695],"high":[0,3.92],"close":[0,3.915],"volume":[0,2403996],"signal":[0,1],"sma_5":[0,4.014619970321656],"sma_10":[0,4.219510006904602],"sma_20":[0,16.439505064487456],"sma_50":[0,23.080621972084046],"sma_100":[0,24.62846701860428],"ema_9":[0,6.597130639143711],"ema_12":[0,8.558533530836218],"ema_26":[0,15.136510191527261],"ema_50":[0,19.821849907671282],"ema_200":[0,23.918867283909975],"ulcer_index":[0,73.70292947955073],"force_index":[0,-40507788.02922903],"easy_movement":[0,-12.179923794929591],"volume_weighted_avg":[0,4.681614705559526],"channel_index":[0,-5.074466470053265],"williams_r":[0,-99.83144237705665],"mass_index":[0,24.657454266963374],"obv":[0,-44313170],"rsi":[0,15.193310790244425],"rsi_2":[0,3.5221926479048307],"vwma":[0,6.211271362897846],"macd":[0,-1.2118761571171817],"stoch":[0,0.1685576229433592],"bb_middle":[0,16.439505064487456],"bb_low":[0,-8.2736286287047],"bb_upper":[0,41.15263875767961],"timestamp":[0,"2024-11-26T17:30:00Z"]}],[0,{"open":[0,3.92],"low":[0,3.85],"high":[0,4.11],"close":[0,3.9801],"volume":[0,4856799],"signal":[0,1],"sma_5":[0,3.9536200046539305],"sma_10":[0,4.204450011253357],"sma_20":[0,14.970255100727082],"sma_50":[0,22.600721974372863],"sma_100":[0,24.423917009830475],"ema_9":[0,6.060704503889277],"ema_12":[0,7.844143806574538],"ema_26":[0,14.305741806338492],"ema_50":[0,19.21635774138897],"ema_200":[0,24.08770020344533],"ulcer_index":[0,76.98301649885555],"force_index":[0,-34643723.807353005],"easy_movement":[0,-9.226244425693789],"volume_weighted_avg":[0,4.598014822518973],"channel_index":[0,-64.28265965234503],"williams_r":[0,-98.87425717269723],"mass_index":[0,24.437415606938423],"obv":[0,-42077790],"rsi":[0,16.301375502478436],"rsi_2":[0,54.023575029714806],"vwma":[0,5.827411836644523],"macd":[0,-0.8758205864002839],"stoch":[0,1.1257428273027714],"bb_middle":[0,14.970255100727082],"bb_low":[0,-9.042691157032683],"bb_upper":[0,38.983201358486845],"timestamp":[0,"2024-11-26T18:30:00Z"]}],[0,{"open":[0,3.9839],"low":[0,3.82],"high":[0,4.06],"close":[0,3.85],"volume":[0,2820557],"signal":[0,1],"sma_5":[0,3.8906399726867678],"sma_10":[0,4.184959983825683],"sma_20":[0,13.574410128593446],"sma_50":[0,22.115323972702026],"sma_100":[0,24.210018000602723],"ema_9":[0,5.644583586374531],"ema_12":[0,7.249675508005861],"ema_26":[0,13.54081580026533],"ema_50":[0,18.616294588873068],"ema_200":[0,23.83612140899793],"ulcer_index":[0,80.07921754789243],"force_index":[0,-29649452.44487273],"easy_movement":[0,-5.600270126707548],"volume_weighted_avg":[0,4.4272965439280245],"channel_index":[0,-25.504359068171702],"williams_r":[0,-98.57006168835213],"mass_index":[0,24.018193641182464],"obv":[0,-37115737],"rsi":[0,16.64461657690515],"rsi_2":[0,64.71597459620415],"vwma":[0,5.5870662518151235],"macd":[0,-0.5643711413427868],"stoch":[0,1.4299383116478719],"bb_middle":[0,13.574410128593446],"bb_low":[0,-9.570391084424514],"bb_upper":[0,36.719211341611405],"timestamp":[0,"2024-11-26T19:30:00Z"]}],[0,{"open":[0,3.855],"low":[0,3.79],"high":[0,3.89],"close":[0,3.83],"volume":[0,2520567],"signal":[0,1],"sma_5":[0,3.8666399478912354],"sma_10":[0,4.107799959182739],"sma_20":[0,12.154910039901733],"sma_50":[0,21.622523975372314],"sma_100":[0,23.996218004226684],"ema_9":[0,5.285666850226786],"ema_12":[0,6.7266485468504715],"ema_26":[0,12.823425361916774],"ema_50":[0,18.055255503018422],"ema_200":[0,23.999612982735485],"ulcer_index":[0,83.07578911199562],"force_index":[0,-25466236.922067672],"easy_movement":[0,-3.058577328150996],"volume_weighted_avg":[0,4.290957200733401],"channel_index":[0,-59.119806536167864],"williams_r":[0,-99.12778102589445],"mass_index":[0,23.424990366985053],"obv":[0,-40272686],"rsi":[0,16.492101107885844],"rsi_2":[0,33.53964111170937],"vwma":[0,5.448442614390274],"macd":[0,-0.29543738157375987],"stoch":[0,0.8722189741055378],"bb_middle":[0,12.154910039901733],"bb_low":[0,-9.682073965275556],"bb_upper":[0,33.99189404507902],"timestamp":[0,"2024-11-26T20:30:00Z"]}],[0,{"open":[0,3.73],"low":[0,3.71],"high":[0,4.15],"close":[0,3.9],"volume":[0,7229478],"signal":[0,1],"sma_5":[0,3.8530399322509767],"sma_10":[0,4.023809957504272],"sma_20":[0,10.967160081863403],"sma_50":[0,21.145323963165282],"sma_100":[0,23.772368001937867],"ema_9":[0,4.994533465025511],"ema_12":[0,6.281010325204751],"ema_26":[0,12.157475269813062],"ema_50":[0,17.506646792440836],"ema_200":[0,23.984697576362805],"ulcer_index":[0,83.03610268117828],"force_index":[0,-21835404.007281095],"easy_movement":[0,-2.5227469247537084],"volume_weighted_avg":[0,4.1525019402076975],"channel_index":[0,-62.475681676045625],"williams_r":[0,-85.00001192093085],"mass_index":[0,22.87281905787508],"obv":[0,-43185497],"rsi":[0,16.464439612080866],"rsi_2":[0,29.212817168978702],"vwma":[0,4.882560520285855],"macd":[0,-0.05980881704854113],"stoch":[0,14.999988079069151],"bb_middle":[0,10.967160081863403],"bb_low":[0,-9.948244927243126],"bb_upper":[0,31.882565090969933],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,3.9048],"low":[0,3.85],"high":[0,4.0586],"close":[0,3.88],"volume":[0,1690125],"signal":[0,1],"sma_5":[0,3.8950199604034426],"sma_10":[0,3.9548199653625487],"sma_20":[0,9.765160059928894],"sma_50":[0,20.6861239528656],"sma_100":[0,23.544168009757996],"ema_9":[0,4.775626791069451],"ema_12":[0,5.914701052406164],"ema_26":[0,11.54575589118746],"ema_50":[0,16.970856119376055],"ema_200":[0,23.740705068110717],"ulcer_index":[0,79.77399558501196],"force_index":[0,-18643765.861911643],"easy_movement":[0,-0.09919815273821087],"volume_weighted_avg":[0,4.183042453774441],"channel_index":[0,7.2485300337725],"williams_r":[0,-79.16666335529699],"mass_index":[0,21.98194681569983],"obv":[0,-35657018],"rsi":[0,16.91632384640033],"rsi_2":[0,62.803238949992725],"vwma":[0,4.670923630469626],"macd":[0,0.14841174237330979],"stoch":[0,20.833336644703014],"bb_middle":[0,9.765160059928894],"bb_low":[0,-9.831993762395763],"bb_upper":[0,29.362313882253552],"timestamp":[0,"2024-11-27T15:30:00Z"]}],[0,{"open":[0,3.875],"low":[0,3.855],"high":[0,3.9591],"close":[0,3.9291],"volume":[0,869050],"signal":[0,1],"sma_5":[0,3.8880199909210207],"sma_10":[0,3.9208199977874756],"sma_20":[0,8.591660046577454],"sma_50":[0,20.224923944473268],"sma_100":[0,23.31696800708771],"ema_9":[0,4.596501455513538],"ema_12":[0,5.601670076059945],"ema_26":[0,10.97740839226431],"ema_50":[0,16.436801748040004],"ema_200":[0,23.12734892936325],"ulcer_index":[0,76.40628726833373],"force_index":[0,-15985199.161286885],"easy_movement":[0,-0.10231958893500563],"volume_weighted_avg":[0,4.177168349057766],"channel_index":[0,-76.79215223370339],"williams_r":[0,-80.83332869741578],"mass_index":[0,21.03881980417186],"obv":[0,-36998148],"rsi":[0,16.89300585273827],"rsi_2":[0,49.40634724003729],"vwma":[0,4.55894016148542],"macd":[0,0.3223300801511151],"stoch":[0,19.16667130258422],"bb_middle":[0,8.591660046577454],"bb_low":[0,-9.397829343076944],"bb_upper":[0,26.581149436231854],"timestamp":[0,"2024-11-27T16:30:00Z"]}],[0,{"open":[0,3.93],"low":[0,3.86],"high":[0,3.98],"close":[0,3.8889],"volume":[0,1599282],"signal":[0,1],"sma_5":[0,3.8778200149536133],"sma_10":[0,3.8842299938201905],"sma_20":[0,7.432715058326721],"sma_50":[0,19.7616059589386],"sma_100":[0,23.101560006141664],"ema_9":[0,4.463021171877459],"ema_12":[0,5.344351647311293],"ema_26":[0,10.455629284471888],"ema_50":[0,15.959101285042285],"ema_200":[0,23.193504133164563],"ulcer_index":[0,72.98025784171284],"force_index":[0,-13695504.173659742],"easy_movement":[0,-0.27203886662546484],"volume_weighted_avg":[0,4.0925561303772255],"channel_index":[0,-84.0271606398008],"williams_r":[0,-76.3474591647509],"mass_index":[0,20.14806684446785],"obv":[0,-36315895],"rsi":[0,17.24945360428312],"rsi_2":[0,75.28855631413764],"vwma":[0,4.49667041344934],"macd":[0,0.4698362753581282],"stoch":[0,23.6525408352491],"bb_middle":[0,7.432715058326721],"bb_low":[0,-8.505479323147632],"bb_upper":[0,23.370909439801075],"timestamp":[0,"2024-11-27T17:30:00Z"]}],[0,{"open":[0,3.88],"low":[0,3.86],"high":[0,3.9452],"close":[0,3.91],"volume":[0,1082897],"signal":[0,1],"sma_5":[0,3.88560004234314],"sma_10":[0,3.8761199951171874],"sma_20":[0,6.301160037517548],"sma_50":[0,19.29718394756317],"sma_100":[0,22.87875900030136],"ema_9":[0,4.348196945946544],"ema_12":[0,5.120436050732449],"ema_26":[0,9.969491744788973],"ema_50":[0,15.497311038870091],"ema_200":[0,23.233548002423806],"ulcer_index":[0,69.38865009667846],"force_index":[0,-11748187.986685932],"easy_movement":[0,-0.32403647521463547],"volume_weighted_avg":[0,4.007662108095409],"channel_index":[0,-70.53866743781334],"williams_r":[0,-78.28182118865111],"mass_index":[0,19.51508403567131],"obv":[0,-38078030],"rsi":[0,17.177532710768645],"rsi_2":[0,40.96924959696294],"vwma":[0,4.360802042163667],"macd":[0,0.5860109200261778],"stoch":[0,21.7181788113489],"bb_middle":[0,6.301160037517548],"bb_low":[0,-7.061145350096474],"bb_upper":[0,19.66346542513157],"timestamp":[0,"2024-11-27T18:30:00Z"]}],[0,{"open":[0,3.91],"low":[0,3.81],"high":[0,3.9299],"close":[0,3.845],"volume":[0,3789983],"signal":[0,1],"sma_5":[0,3.9016000747680666],"sma_10":[0,3.8773200035095217],"sma_20":[0,5.189410018920898],"sma_50":[0,18.830383949279785],"sma_100":[0,22.64985900878906],"ema_9":[0,4.260557573750205],"ema_12":[0,4.934215085805119],"ema_26":[0,9.520254059961935],"ema_50":[0,15.027344874984825],"ema_200":[0,22.728542347550412],"ulcer_index":[0,65.53733298244248],"force_index":[0,-10066610.43340702],"easy_movement":[0,-0.32878160998907846],"volume_weighted_avg":[0,3.9556623913706064],"channel_index":[0,-73.44062032655893],"williams_r":[0,-74.00000095367432],"mass_index":[0,18.61983676952289],"obv":[0,-36718833],"rsi":[0,17.361580701384398],"rsi_2":[0,60.0743372000214],"vwma":[0,4.247163686995708],"macd":[0,0.6787312554826155],"stoch":[0,25.999999046325684],"bb_middle":[0,5.189410018920898],"bb_low":[0,-4.608303056819355],"bb_upper":[0,14.98712309466115],"timestamp":[0,"2024-11-27T19:30:00Z"]}],[0,{"open":[0,3.845],"low":[0,3.83],"high":[0,3.99],"close":[0,3.95],"volume":[0,3486774],"signal":[0,1],"sma_5":[0,3.890600061416626],"sma_10":[0,3.892810010910034],"sma_20":[0,4.056160008907318],"sma_50":[0,18.353683943748475],"sma_100":[0,22.428810012340545],"ema_9":[0,4.177446064735471],"ema_12":[0,4.766643542162731],"ema_26":[0,9.099894466446022],"ema_50":[0,14.590013254670204],"ema_200":[0,22.564595051713585],"ulcer_index":[0,61.34696245408192],"force_index":[0,-8663716.719811339],"easy_movement":[0,-0.1921586267880573],"volume_weighted_avg":[0,3.9215258433875433],"channel_index":[0,-40.043229609394466],"williams_r":[0,-72.14285908913179],"mass_index":[0,17.948801804242134],"obv":[0,-40620972],"rsi":[0,17.239712845991065],"rsi_2":[0,20.064725990683186],"vwma":[0,4.121854572658757],"macd":[0,0.745253033547959],"stoch":[0,27.85714091086821],"bb_middle":[0,4.056160008907318],"bb_low":[0,3.502866743141854],"bb_upper":[0,4.609453274672782],"timestamp":[0,"2024-11-27T20:30:00Z"]}],[0,{"open":[0,3.93],"low":[0,3.77],"high":[0,3.99],"close":[0,3.8805],"volume":[0,4609813],"signal":[0,1],"sma_5":[0,3.9046000480651855],"sma_10":[0,3.896310019493103],"sma_20":[0,4.05038001537323],"sma_50":[0,17.877369956970213],"sma_100":[0,22.2081600189209],"ema_9":[0,4.131956861179472],"ema_12":[0,4.641006041732596],"ema_26":[0,8.718095770454818],"ema_50":[0,14.159669134366982],"ema_200":[0,22.11634353632824],"ulcer_index":[0,57.02568911002798],"force_index":[0,-7373740.005706549],"easy_movement":[0,-0.09243662991389416],"volume_weighted_avg":[0,3.8905014475030324],"channel_index":[0,-26.35548437567231],"williams_r":[0,-55.88234881628652],"mass_index":[0,17.446425257961142],"obv":[0,-36822333],"rsi":[0,18.257411312264296],"rsi_2":[0,74.63738070172505],"vwma":[0,4.1451569090217895],"macd":[0,0.8007185346545818],"stoch":[0,44.11765118371348],"bb_middle":[0,4.05038001537323],"bb_low":[0,3.4951899850812156],"bb_upper":[0,4.605570045665245],"timestamp":[0,"2024-11-29T14:30:00Z"]}],[0,{"open":[0,3.88],"low":[0,3.85],"high":[0,4],"close":[0,3.92],"volume":[0,4857335],"signal":[0,1],"sma_5":[0,3.8948800563812256],"sma_10":[0,3.8863500356674194],"sma_20":[0,4.035655009746551],"sma_50":[0,17.395379967689514],"sma_100":[0,21.993965027332305],"ema_9":[0,4.08166550458893],"ema_12":[0,4.524005125655872],"ema_26":[0,8.359766714369744],"ema_50":[0,13.757022140200496],"ema_200":[0,21.944089828362127],"ulcer_index":[0,52.21738825002],"force_index":[0,-6366117.831469805],"easy_movement":[0,-0.08013411971057824],"volume_weighted_avg":[0,3.872944174343829],"channel_index":[0,1.5955233543309586],"williams_r":[0,-53.90000343322754],"mass_index":[0,17.20203618894126],"obv":[0,-41629247],"rsi":[0,18.102250141363157],"rsi_2":[0,39.204872765401895],"vwma":[0,4.128879191178881],"macd":[0,0.8336517758752002],"stoch":[0,46.09999656677246],"bb_middle":[0,4.035655009746551],"bb_low":[0,3.4788476215393556],"bb_upper":[0,4.592462397953747],"timestamp":[0,"2024-11-29T15:30:00Z"]}],[0,{"open":[0,3.92],"low":[0,3.79],"high":[0,3.9208],"close":[0,3.8601],"volume":[0,3744497],"signal":[0,1],"sma_5":[0,3.9011000633239745],"sma_10":[0,3.893350052833557],"sma_20":[0,4.000575006008148],"sma_50":[0,16.913779969215394],"sma_100":[0,21.77991502046585],"ema_9":[0,4.04933241896558],"ema_12":[0,4.43108128163467],"ema_26":[0,8.030974665290229],"ema_50":[0,13.374460082492142],"ema_200":[0,21.829123736765563],"ulcer_index":[0,46.921506184415314],"force_index":[0,-5429262.644820649],"easy_movement":[0,-0.01032082813687216],"volume_weighted_avg":[0,3.875652143734179],"channel_index":[0,17.18580952933402],"williams_r":[0,-46.000003814697266],"mass_index":[0,17.04731866247934],"obv":[0,-37029143],"rsi":[0,18.53371387214196],"rsi_2":[0,60.512898593141074],"vwma":[0,4.047553400183719],"macd":[0,0.8557170311528441],"stoch":[0,53.999996185302734],"bb_middle":[0,4.000575006008148],"bb_low":[0,3.511575096076542],"bb_upper":[0,4.489574915939754],"timestamp":[0,"2024-11-29T16:30:00Z"]}],[0,{"open":[0,3.86],"low":[0,3.82],"high":[0,3.89],"close":[0,3.8281],"volume":[0,2380883],"signal":[0,1],"sma_5":[0,3.8911200523376466],"sma_10":[0,3.8963600635528564],"sma_20":[0,3.9600850105285645],"sma_50":[0,16.432581968307495],"sma_100":[0,21.56351602077484],"ema_9":[0,4.0114859412870905],"ema_12":[0,4.343237994504542],"ema_26":[0,7.72187551847552],"ema_50":[0,12.995490050533895],"ema_200":[0,21.53260715310038],"ulcer_index":[0,40.856100621834884],"force_index":[0,-4685696.3593362095],"easy_movement":[0,0.02369016468423592],"volume_weighted_avg":[0,3.8981547126951797],"channel_index":[0,-6.557541287919189],"williams_r":[0,-63.714277180625324],"mass_index":[0,16.96098644939576],"obv":[0,-40625406],"rsi":[0,18.38079874457651],"rsi_2":[0,29.332432762829384],"vwma":[0,3.9764236105035824],"macd":[0,0.8613935414695817],"stoch":[0,36.28572281937467],"bb_middle":[0,3.9600850105285645],"bb_low":[0,3.5767957945053075],"bb_upper":[0,4.343374226551822],"timestamp":[0,"2024-11-29T17:30:00Z"]}],[0,{"open":[0,3.765],"low":[0,3.45],"high":[0,3.765],"close":[0,3.5114],"volume":[0,6532863],"signal":[0,1],"sma_5":[0,3.8877400398254394],"sma_10":[0,3.8891700506210327],"sma_20":[0,3.9219950079917907],"sma_50":[0,15.962601952552795],"sma_100":[0,21.349997017383576],"ema_9":[0,3.9748087462558064],"ema_12":[0,4.263985994573343],"ema_26":[0,7.433484067325559],"ema_50":[0,12.63744902529275],"ema_200":[0,21.385872984454316],"ulcer_index":[0,33.9308509474834],"force_index":[0,-4027194.899928407],"easy_movement":[0,0.01859224140405139],"volume_weighted_avg":[0,3.893602736655956],"channel_index":[0,-39.85720859440527],"williams_r":[0,-73.15911078551326],"mass_index":[0,16.889553063251068],"obv":[0,-43187431],"rsi":[0,18.29327157062589],"rsi_2":[0,18.917567780648184],"vwma":[0,3.9347101978783487],"macd":[0,0.8564725869507663],"stoch":[0,26.840889214486747],"bb_middle":[0,3.9219950079917907],"bb_low":[0,3.6665388436134503],"bb_upper":[0,4.177451172370131],"timestamp":[0,"2024-12-02T14:30:00Z"]}],[0,{"open":[0,3.51],"low":[0,3.43],"high":[0,3.53],"close":[0,3.4692],"volume":[0,1635938],"signal":[0,1],"sma_5":[0,3.8000200271606444],"sma_10":[0,3.852310037612915],"sma_20":[0,3.886565017700195],"sma_50":[0,15.480833950042724],"sma_100":[0,21.132511014938355],"ema_9":[0,3.8821269939051124],"ema_12":[0,4.148203539244989],"ema_26":[0,7.143022963431932],"ema_50":[0,12.282127559917923],"ema_200":[0,21.259519999749802],"ulcer_index":[0,25.38115118678107],"force_index":[0,-3747447.25276469],"easy_movement":[0,-0.13261047583031935],"volume_weighted_avg":[0,3.8318208242990015],"channel_index":[0,66.64738559261632],"williams_r":[0,-91.22858107235902],"mass_index":[0,17.00876038358213],"obv":[0,-49784600],"rsi":[0,17.389753633204876],"rsi_2":[0,2.3564437340029656],"vwma":[0,3.8804513975012425],"macd":[0,0.8250018255376577],"stoch":[0,8.771418927640989],"bb_middle":[0,3.886565017700195],"bb_low":[0,3.6105342228346027],"bb_upper":[0,4.162595812565788],"timestamp":[0,"2024-12-02T15:30:00Z"]}],[0,{"open":[0,3.46],"low":[0,3.45],"high":[0,3.53],"close":[0,3.4654],"volume":[0,1120777],"signal":[0,1],"sma_5":[0,3.7177599906921386],"sma_10":[0,3.8063200235366823],"sma_20":[0,3.845275008678436],"sma_50":[0,14.994617934226989],"sma_100":[0,20.913203017711638],"ema_9":[0,3.7995415743213057],"ema_12":[0,4.043741447210229],"ema_26":[0,6.870944745737865],"ema_50":[0,11.938810787335296],"ema_200":[0,21.128486436197857],"ulcer_index":[0,11.528390284222233],"force_index":[0,-3221959.8571246313],"easy_movement":[0,-0.16396833207469202],"volume_weighted_avg":[0,3.8178189190263474],"channel_index":[0,-53.45887737756587],"williams_r":[0,-94.55557950779149],"mass_index":[0,17.146101550888382],"obv":[0,-51505018],"rsi":[0,17.268082975023674],"rsi_2":[0,1.9106774570028762],"vwma":[0,3.846481073599677],"macd":[0,0.794166537276547],"stoch":[0,5.444420492208514],"bb_middle":[0,3.845275008678436],"bb_low":[0,3.5791013249636245],"bb_upper":[0,4.111448692393248],"timestamp":[0,"2024-12-02T16:30:00Z"]}],[0,{"open":[0,3.47],"low":[0,3.4],"high":[0,3.5],"close":[0,3.48],"volume":[0,1945790],"signal":[0,1],"sma_5":[0,3.6268399715423585],"sma_10":[0,3.7639700174331665],"sma_20":[0,3.820045006275177],"sma_50":[0,14.509325942993165],"sma_100":[0,20.69260702133179],"ema_9":[0,3.7327132557840166],"ema_12":[0,3.954765896426649],"ema_26":[0,6.6191685868218615],"ema_50":[0,11.62610744363987],"ema_200":[0,21.346361941654102],"ulcer_index":[0,10.979497222736962],"force_index":[0,-2762282.8718249076],"easy_movement":[0,-0.13053152947158655],"volume_weighted_avg":[0,3.80828073869514],"channel_index":[0,-57.505600091488134],"williams_r":[0,-95.08334550261449],"mass_index":[0,17.20938624986448],"obv":[0,-53564555],"rsi":[0,17.232972434502045],"rsi_2":[0,1.8477298587163205],"vwma":[0,3.822148353702198],"macd":[0,0.7661915454413797],"stoch":[0,4.916654497385508],"bb_middle":[0,3.820045006275177],"bb_low":[0,3.5133660877012107],"bb_upper":[0,4.126723924849144],"timestamp":[0,"2024-12-02T17:30:00Z"]}],[0,{"open":[0,3.475],"low":[0,3.4209],"high":[0,3.5101],"close":[0,3.4831],"volume":[0,707586],"signal":[0,1],"sma_5":[0,3.550819969177246],"sma_10":[0,3.7209700107574464],"sma_20":[0,3.799145007133484],"sma_50":[0,14.018925943374633],"sma_100":[0,20.461457028388978],"ema_9":[0,3.682170608524411],"ema_12":[0,3.8817250147291715],"ema_26":[0,6.386821693004383],"ema_50":[0,11.314066140766744],"ema_200":[0,21.3175773808243],"ulcer_index":[0,10.547404900087097],"force_index":[0,-2363615.8337576534],"easy_movement":[0,-0.18434076533640661],"volume_weighted_avg":[0,3.7751935587770076],"channel_index":[0,-34.02571826822332],"williams_r":[0,-87.85303044344562],"mass_index":[0,17.281788210491726],"obv":[0,-51913204],"rsi":[0,17.457576756281824],"rsi_2":[0,21.676433419112342],"vwma":[0,3.8072750299006204],"macd":[0,0.7406318977190565],"stoch":[0,12.146969556554376],"bb_middle":[0,3.799145007133484],"bb_low":[0,3.461187255873641],"bb_upper":[0,4.137102758393326],"timestamp":[0,"2024-12-02T18:30:00Z"]}],[0,{"open":[0,3.482],"low":[0,3.45],"high":[0,3.5],"close":[0,3.475],"volume":[0,737886],"signal":[0,1],"sma_5":[0,3.4818199634552003],"sma_10":[0,3.68478000164032],"sma_20":[0,3.788795006275177],"sma_50":[0,13.550223951339722],"sma_100":[0,20.226288027763367],"ema_9":[0,3.642356474398989],"ema_12":[0,3.8203981047733393],"ema_26":[0,6.171935760593154],"ema_50":[0,11.015207082740892],"ema_200":[0,21.30566454345715],"ulcer_index":[0,10.0394923186334],"force_index":[0,-2025642.0060302806],"easy_movement":[0,-0.19180649177459344],"volume_weighted_avg":[0,3.765188792340366],"channel_index":[0,-57.37614368366349],"williams_r":[0,-86.15002412001675],"mass_index":[0,17.373171579518587],"obv":[0,-51620497],"rsi":[0,17.499358164301782],"rsi_2":[0,27.864687538197458],"vwma":[0,3.8148700529621857],"macd":[0,0.7156125713283976],"stoch":[0,13.849975879983248],"bb_middle":[0,3.788795006275177],"bb_low":[0,3.4263233741644745],"bb_upper":[0,4.15126663838588],"timestamp":[0,"2024-12-02T19:30:00Z"]}],[0,{"open":[0,3.475],"low":[0,3.44],"high":[0,3.48],"close":[0,3.4499],"volume":[0,622541],"signal":[0,1],"sma_5":[0,3.474539947509766],"sma_10":[0,3.637279987335205],"sma_20":[0,3.766795003414154],"sma_50":[0,13.08552396774292],"sma_100":[0,19.986538019180298],"ema_9":[0,3.6088851604986676],"ema_12":[0,3.7672599345874946],"ema_26":[0,5.972280928107326],"ema_50":[0,10.724272179283826],"ema_200":[0,21.22389223496766],"ulcer_index":[0,9.651217329959925],"force_index":[0,-1737119.6416707814],"easy_movement":[0,-0.1467807181598007],"volume_weighted_avg":[0,3.755862297540646],"channel_index":[0,-56.21028499109882],"williams_r":[0,-87.50002980232713],"mass_index":[0,17.403045546414404],"obv":[0,-52523723],"rsi":[0,17.460675809041604],"rsi_2":[0,19.7216631275097],"vwma":[0,3.806427820395632],"macd":[0,0.6898535126770073],"stoch":[0,12.499970197672877],"bb_middle":[0,3.766795003414154],"bb_low":[0,3.384751002568754],"bb_upper":[0,4.148839004259554],"timestamp":[0,"2024-12-02T20:30:00Z"]}],[0,{"open":[0,3.4],"low":[0,3.25],"high":[0,3.43],"close":[0,3.2812],"volume":[0,2768147],"signal":[0,1],"sma_5":[0,3.4706799507141115],"sma_10":[0,3.594219970703125],"sma_20":[0,3.740285003185272],"sma_50":[0,12.622721962928772],"sma_100":[0,19.743937027454376],"ema_9":[0,3.577088110679292],"ema_12":[0,3.7184352895860453],"ema_26":[0,5.785224230630511],"ema_50":[0,10.430398931890952],"ema_200":[0,20.87413494608865],"ulcer_index":[0,9.377345852334223],"force_index":[0,-1491191.815716818],"easy_movement":[0,-0.16060552470625575],"volume_weighted_avg":[0,3.7450387059365053],"channel_index":[0,-53.137675836356294],"williams_r":[0,-91.68336259259583],"mass_index":[0,17.415704078688975],"obv":[0,-52982149],"rsi":[0,17.359776781754476],"rsi_2":[0,7.0155772713916775],"vwma":[0,3.786691761056749],"macd":[0,0.6621970695590336],"stoch":[0,8.31663740740417],"bb_middle":[0,3.740285003185272],"bb_low":[0,3.347689536126228],"bb_upper":[0,4.1328804702443165],"timestamp":[0,"2024-12-03T14:30:00Z"]}],[0,{"open":[0,3.29],"low":[0,3.2801],"high":[0,3.52],"close":[0,3.47],"volume":[0,1785409],"signal":[0,1],"sma_5":[0,3.43383994102478],"sma_10":[0,3.5303399562835693],"sma_20":[0,3.711845004558563],"sma_50":[0,12.152063956260681],"sma_100":[0,19.50434902906418],"ema_9":[0,3.5179104748958894],"ema_12":[0,3.651168293169003],"ema_26":[0,5.599590933012701],"ema_50":[0,10.143997250830836],"ema_200":[0,20.577681690507053],"ulcer_index":[0,10.132739102785855],"force_index":[0,-1344876.9124383933],"easy_movement":[0,-0.20656309137005005],"volume_weighted_avg":[0,3.7074788816542816],"channel_index":[0,1.9660858186154002],"williams_r":[0,-95.84000905354819],"mass_index":[0,17.565175307359645],"obv":[0,-55634008],"rsi":[0,16.640409977836953],"rsi_2":[0,0.7262175732397651],"vwma":[0,3.757435777315986],"macd":[0,0.6242601511698029],"stoch":[0,4.159990946451822],"bb_middle":[0,3.711845004558563],"bb_low":[0,3.275221350541962],"bb_upper":[0,4.1484686585751644],"timestamp":[0,"2024-12-03T15:30:00Z"]}],[0,{"open":[0,3.451],"low":[0,3.37],"high":[0,3.46],"close":[0,3.435],"volume":[0,464348],"signal":[0,1],"sma_5":[0,3.431839942932129],"sma_10":[0,3.4913299560546873],"sma_20":[0,3.693845009803772],"sma_50":[0,11.70294997215271],"sma_100":[0,19.26994903087616],"ema_9":[0,3.5083283856437486],"ema_12":[0,3.6232962538294027],"ema_26":[0,5.441854596136246],"ema_50":[0,9.882720361446813],"ema_200":[0,20.416468934234704],"ulcer_index":[0,10.265435964542048],"force_index":[0,-1104596.6490672543],"easy_movement":[0,-0.14155130731820115],"volume_weighted_avg":[0,3.6818888455209855],"channel_index":[0,-25.652681479065727],"williams_r":[0,-70.66666285196939],"mass_index":[0,17.93067662972647],"obv":[0,-53937834],"rsi":[0,20.620783535655434],"rsi_2":[0,66.98134921103662],"vwma":[0,3.7443505947148035],"macd":[0,0.6033137054621718],"stoch":[0,29.333337148030598],"bb_middle":[0,3.693845009803772],"bb_low":[0,3.2485923876928497],"bb_upper":[0,4.139097631914694],"timestamp":[0,"2024-12-03T16:30:00Z"]}],[0,{"open":[0,3.4391],"low":[0,3.43],"high":[0,3.55],"close":[0,3.44],"volume":[0,921397],"signal":[0,1],"sma_5":[0,3.4222199440002443],"sma_10":[0,3.452019953727722],"sma_20":[0,3.6705950021743776],"sma_50":[0,11.251241989135742],"sma_100":[0,19.03495403289795],"ema_9":[0,3.4936626971290647],"ema_12":[0,3.594327606459568],"ema_26":[0,5.293328482505093],"ema_50":[0,9.63509489861735],"ema_200":[0,20.352527641548438],"ulcer_index":[0,10.782969713531473],"force_index":[0,-949118.821647452],"easy_movement":[0,-0.13398133611414534],"volume_weighted_avg":[0,3.650943179310585],"channel_index":[0,-52.85597204073442],"williams_r":[0,-75.33334096272787],"mass_index":[0,18.234147958963813],"obv":[0,-54486071],"rsi":[0,20.41592243155668],"rsi_2":[0,53.69475404819747],"vwma":[0,3.7170221773697887],"macd":[0,0.5784617878446308],"stoch":[0,24.666659037272133],"bb_middle":[0,3.6705950021743776],"bb_low":[0,3.2222783551921546],"bb_upper":[0,4.118911649156601],"timestamp":[0,"2024-12-03T17:30:00Z"]}],[0,{"open":[0,3.44],"low":[0,3.32],"high":[0,3.48],"close":[0,3.3687],"volume":[0,709457],"signal":[0,1],"sma_5":[0,3.4152199745178224],"sma_10":[0,3.444879961013794],"sma_20":[0,3.6485949993133544],"sma_50":[0,10.798641996383667],"sma_100":[0,18.797154040336608],"ema_9":[0,3.4829301691086405],"ema_12":[0,3.570584896016146],"ema_26":[0,5.155958523061713],"ema_50":[0,9.38867191256195],"ema_200":[0,20.114347778848785],"ulcer_index":[0,11.248775804982275],"force_index":[0,-812871.9285118711],"easy_movement":[0,-0.05398490315966559],"volume_weighted_avg":[0,3.609501978832373],"channel_index":[0,-42.15036548330341],"williams_r":[0,-74.66665903727213],"mass_index":[0,18.54709231397303],"obv":[0,-53439911],"rsi":[0,20.532823483468675],"rsi_2":[0,56.17839559300264],"vwma":[0,3.7054001166552566],"macd":[0,0.553561522263784],"stoch":[0,25.333340962727863],"bb_middle":[0,3.6485949993133544],"bb_low":[0,3.200357873478334],"bb_upper":[0,4.096832125148374],"timestamp":[0,"2024-12-03T18:30:00Z"]}],[0,{"open":[0,3.3691],"low":[0,3.31],"high":[0,3.4],"close":[0,3.375],"volume":[0,633297],"signal":[0,1],"sma_5":[0,3.398979997634888],"sma_10":[0,3.4348299741744994],"sma_20":[0,3.6205749988555906],"sma_50":[0,10.323916006088258],"sma_100":[0,18.560541033744812],"ema_9":[0,3.460084140706743],"ema_12":[0,3.5395256654604292],"ema_26":[0,5.023405350468607],"ema_50":[0,9.146004459070543],"ema_200":[0,19.815288698433157],"ulcer_index":[0,11.745115362595719],"force_index":[0,-703973.214202902],"easy_movement":[0,-0.2088912039055099],"volume_weighted_avg":[0,3.545115795996338],"channel_index":[0,-54.000756064536894],"williams_r":[0,-82.30470592374941],"mass_index":[0,18.90123026976965],"obv":[0,-53964583],"rsi":[0,20.08858440050983],"rsi_2":[0,22.207773432522814],"vwma":[0,3.695878219001957],"macd":[0,0.52383650328987],"stoch":[0,17.695294076250587],"bb_middle":[0,3.6205749988555906],"bb_low":[0,3.1759317000909126],"bb_upper":[0,4.065218297620269],"timestamp":[0,"2024-12-03T19:30:00Z"]}],[0,{"open":[0,3.38],"low":[0,3.31],"high":[0,3.395],"close":[0,3.35],"volume":[0,498975],"signal":[0,1],"sma_5":[0,3.41774001121521],"sma_10":[0,3.425789976119995],"sma_20":[0,3.594879996776581],"sma_50":[0,9.825416021347046],"sma_100":[0,18.32759103298187],"ema_9":[0,3.443067312486969],"ema_12":[0,3.514214003221324],"ema_26":[0,4.9011262313368125],"ema_50":[0,8.912642794263638],"ema_200":[0,19.51007124750113],"ulcer_index":[0,12.136935134025812],"force_index":[0,-602835.3483507531],"easy_movement":[0,-0.23720472574764087],"volume_weighted_avg":[0,3.489068880254308],"channel_index":[0,-60.776245821933465],"williams_r":[0,-80.46875320142082],"mass_index":[0,19.19739020042381],"obv":[0,-53122742],"rsi":[0,20.25799182503785],"rsi_2":[0,29.718065341755818],"vwma":[0,3.684384395063823],"macd":[0,0.49642086495144766],"stoch":[0,19.531246798579176],"bb_middle":[0,3.594879996776581],"bb_low":[0,3.1558714764595885],"bb_upper":[0,4.033888517093573],"timestamp":[0,"2024-12-03T20:30:00Z"]}],[0,{"open":[0,3.33],"low":[0,3.22],"high":[0,3.37],"close":[0,3.24],"volume":[0,1818680],"signal":[0,1],"sma_5":[0,3.3937399864196776],"sma_10":[0,3.4127899646759032],"sma_20":[0,3.566879987716675],"sma_50":[0,9.333816013336182],"sma_100":[0,18.09824103355408],"ema_9":[0,3.4244538308834964],"ema_12":[0,3.4889502868530378],"ema_26":[0,4.786155249817707],"ema_50":[0,8.691570999310613],"ema_200":[0,19.29041435377862],"ulcer_index":[0,12.156172489024247],"force_index":[0,-518498.3742585066],"easy_movement":[0,-0.24016275546287688],"volume_weighted_avg":[0,3.4474938374062325],"channel_index":[0,-73.46187726259146],"williams_r":[0,-80.5825467450778],"mass_index":[0,19.492144151261062],"obv":[0,-53490880],"rsi":[0,20.08521173827495],"rsi_2":[0,16.825798195157205],"vwma":[0,3.6750298221105657],"macd":[0,0.4688101184816347],"stoch":[0,19.417453254922183],"bb_middle":[0,3.566879987716675],"bb_low":[0,3.1405871345252336],"bb_upper":[0,3.993172840908116],"timestamp":[0,"2024-12-04T14:30:00Z"]}],[0,{"open":[0,3.235],"low":[0,3.04],"high":[0,3.245],"close":[0,3.09],"volume":[0,3270085],"signal":[0,1],"sma_5":[0,3.3547399997711183],"sma_10":[0,3.388479971885681],"sma_20":[0,3.5366299867630007],"sma_50":[0,8.76901602268219],"sma_100":[0,17.869391033649446],"ema_9":[0,3.3875630666152663],"ema_12":[0,3.450650244494736],"ema_26":[0,4.671627732651146],"ema_50":[0,8.477884598486797],"ema_200":[0,19.13273235037225],"ulcer_index":[0,11.935042247716154],"force_index":[0,-473006.4189238858],"easy_movement":[0,-0.18879527115816133],"volume_weighted_avg":[0,3.398938925539713],"channel_index":[0,-13.431927320088214],"williams_r":[0,-93.9393983180649],"mass_index":[0,19.741333538104687],"obv":[0,-55419883],"rsi":[0,19.28780094471584],"rsi_2":[0,3.4925752805048376],"vwma":[0,3.6408401509150248],"macd":[0,0.43603325084809974],"stoch":[0,6.0606016819350925],"bb_middle":[0,3.5366299867630007],"bb_low":[0,3.1077182253843265],"bb_upper":[0,3.965541748141675],"timestamp":[0,"2024-12-04T15:30:00Z"]}],[0,{"open":[0,3.0853],"low":[0,3],"high":[0,3.0853],"close":[0,3.0311],"volume":[0,1734065],"signal":[0,1],"sma_5":[0,3.2847399711608887],"sma_10":[0,3.3499799728393556],"sma_20":[0,3.49362998008728],"sma_50":[0,8.164816036224366],"sma_100":[0,17.638986024856568],"ema_9":[0,3.3280504361789367],"ema_12":[0,3.3951655927142466],"ema_26":[0,4.554588083176396],"ema_50":[0,8.27134535080026],"ema_200":[0,19.068566574910626],"ulcer_index":[0,11.872669649553208],"force_index":[0,-475507.55020166014],"easy_movement":[0,-0.20141282561909427],"volume_weighted_avg":[0,3.336443036720524],"channel_index":[0,56.75202158248974],"williams_r":[0,-90.19608759779253],"mass_index":[0,20.101036592814665],"obv":[0,-58754379],"rsi":[0,18.211924476262567],"rsi_2":[0,1.1048366314441154],"vwma":[0,3.5719016485142427],"macd":[0,0.3982204360615047],"stoch":[0,9.803912402207475],"bb_middle":[0,3.49362998008728],"bb_low":[0,3.0666756269669344],"bb_upper":[0,3.920584333207626],"timestamp":[0,"2024-12-04T16:30:00Z"]}],[0,{"open":[0,3.0389],"low":[0,3],"high":[0,3.06],"close":[0,3.02],"volume":[0,688312],"signal":[0,1],"sma_5":[0,3.2172199726104735],"sma_10":[0,3.3080999851226807],"sma_20":[0,3.4511599779129027],"sma_50":[0,7.587498049736023],"sma_100":[0,17.40539703130722],"ema_9":[0,3.2686603558706206],"ema_12":[0,3.3391555026994375],"ema_26":[0,4.441703022534817],"ema_50":[0,8.064472615121902],"ema_200":[0,18.881399486256523],"ulcer_index":[0,11.926358809950425],"force_index":[0,-422168.7507654499],"easy_movement":[0,-0.24159484838819104],"volume_weighted_avg":[0,3.3002399649706646],"channel_index":[0,-10.054519388622321],"williams_r":[0,-94.34544774362804],"mass_index":[0,20.42208576496264],"obv":[0,-60426990],"rsi":[0,17.80046266575384],"rsi_2":[0,0.7188731918753746],"vwma":[0,3.511208182998727],"macd":[0,0.36403302022002926],"stoch":[0,5.654552256371954],"bb_middle":[0,3.4511599779129027],"bb_low":[0,3.017652987403937],"bb_upper":[0,3.8846669684218686],"timestamp":[0,"2024-12-04T17:30:00Z"]}],[0,{"open":[0,3.02],"low":[0,2.9],"high":[0,3.03],"close":[0,2.951],"volume":[0,1398010],"signal":[0,1],"sma_5":[0,3.1462199687957764],"sma_10":[0,3.2819799900054933],"sma_20":[0,3.4061599731445313],"sma_50":[0,7.003098015785217],"sma_100":[0,17.17244702577591],"ema_9":[0,3.2189282808991138],"ema_12":[0,3.2900546579203205],"ema_26":[0,4.336430326260096],"ema_50":[0,7.868206141138151],"ema_200":[0,18.754843770671314],"ulcer_index":[0,12.031287415713551],"force_index":[0,-362950.214738339],"easy_movement":[0,-0.23478757206764794],"volume_weighted_avg":[0,3.268980628761395],"channel_index":[0,-49.381435220021466],"williams_r":[0,-96.36363951627901],"mass_index":[0,20.678932359184806],"obv":[0,-61197735],"rsi":[0,17.71740530844224],"rsi_2":[0,0.6352318416015947],"vwma":[0,3.4442818803269684],"macd":[0,0.336212976740774],"stoch":[0,3.6363604837209946],"bb_middle":[0,3.4061599731445313],"bb_low":[0,2.990172124603496],"bb_upper":[0,3.822147821685567],"timestamp":[0,"2024-12-04T18:30:00Z"]}],[0,{"open":[0,2.96],"low":[0,2.9],"high":[0,2.99],"close":[0,2.9499],"volume":[0,1301506],"signal":[0,1],"sma_5":[0,3.066419982910156],"sma_10":[0,3.230079984664917],"sma_20":[0,3.3607049703598024],"sma_50":[0,6.510418033599853],"sma_100":[0,16.937957029342652],"ema_9":[0,3.1653426197194445],"ema_12":[0,3.237892387924645],"ema_26":[0,4.233714937374353],"ema_50":[0,7.671713373575497],"ema_200":[0,18.524016739507847],"ulcer_index":[0,12.28875253287737],"force_index":[0,-324879.8688483046],"easy_movement":[0,-0.29191793334698357],"volume_weighted_avg":[0,3.2359596953054073],"channel_index":[0,-10.408742316348246],"williams_r":[0,-92.15386291368843],"mass_index":[0,21.001061425922227],"obv":[0,-62411268],"rsi":[0,17.192812237125324],"rsi_2":[0,0.25964769312086844],"vwma":[0,3.374886318977656],"macd":[0,0.309297395055109],"stoch":[0,7.846137086311579],"bb_middle":[0,3.3607049703598024],"bb_low":[0,2.9544992705483892],"bb_upper":[0,3.7669106701712156],"timestamp":[0,"2024-12-04T19:30:00Z"]}],[0,{"open":[0,2.95],"low":[0,2.92],"high":[0,2.97],"close":[0,2.9301],"volume":[0,725714],"signal":[0,2],"sma_5":[0,3.0083999633789062],"sma_10":[0,3.181569981575012],"sma_20":[0,3.3167949676513673],"sma_50":[0,6.010616021156311],"sma_100":[0,16.705456020832063],"ema_9":[0,3.1222540780783214],"ema_12":[0,3.1935858331391085],"ema_26":[0,4.138453873677693],"ema_50":[0,7.479954093550797],"ema_200":[0,18.236614683209183],"ulcer_index":[0,12.519225879260262],"force_index":[0,-278673.0151877338],"easy_movement":[0,-0.30639466655439146],"volume_weighted_avg":[0,3.206482624383705],"channel_index":[0,-12.975877433354094],"williams_r":[0,-92.32310346231537],"mass_index":[0,21.29499646672215],"obv":[0,-63556377],"rsi":[0,17.193705947381247],"rsi_2":[0,0.2548432106021181],"vwma":[0,3.3227320634163076],"macd":[0,0.28799365502191754],"stoch":[0,7.676896537684633],"bb_middle":[0,3.3167949676513673],"bb_low":[0,2.932931372056256],"bb_upper":[0,3.7006585632464786],"timestamp":[0,"2024-12-04T20:30:00Z"]}],[0,{"open":[0,2.93],"low":[0,2.79],"high":[0,3.09],"close":[0,3.065],"volume":[0,3236142],"signal":[0,1],"sma_5":[0,2.976419973373413],"sma_10":[0,3.130579972267151],"sma_20":[0,3.2877299666404722],"sma_50":[0,5.522218012809754],"sma_100":[0,16.476357018947603],"ema_9":[0,3.083823255243665],"ema_12":[0,3.153049532678275],"ema_26":[0,4.048840483352354],"ema_50":[0,7.2972723250574845],"ema_200":[0,17.998779768798784],"ulcer_index":[0,12.75041812925865],"force_index":[0,-240915.25285724175],"easy_movement":[0,-0.2995104515206403],"volume_weighted_avg":[0,3.187670611505513],"channel_index":[0,-29.267190266133014],"williams_r":[0,-95.36924993865306],"mass_index":[0,21.485363343847133],"obv":[0,-64137055],"rsi":[0,17.035528425788655],"rsi_2":[0,0.15295806307672422],"vwma":[0,3.2631948280785026],"macd":[0,0.2695223479117943],"stoch":[0,4.630750061346948],"bb_middle":[0,3.2877299666404722],"bb_low":[0,2.879925423347503],"bb_upper":[0,3.6955345099334416],"timestamp":[0,"2024-12-05T14:30:00Z"]}],[0,{"open":[0,3.065],"low":[0,3],"high":[0,3.2],"close":[0,3.17],"volume":[0,1418569],"signal":[0,1],"sma_5":[0,2.9831999778747558],"sma_10":[0,3.1002099752426147],"sma_20":[0,3.267519974708557],"sma_50":[0,5.041358017921448],"sma_100":[0,16.250932018756867],"ema_9":[0,3.080058615633422],"ema_12":[0,3.139503458002408],"ema_26":[0,3.97595091332398],"ema_50":[0,7.130797449333188],"ema_200":[0,17.840068289338923],"ulcer_index":[0,12.321777310176225],"force_index":[0,-144133.84149853722],"easy_movement":[0,-0.247085225867218],"volume_weighted_avg":[0,3.1534840767626378],"channel_index":[0,101.45243879263344],"williams_r":[0,-63.81577647128578],"mass_index":[0,21.89803434596079],"obv":[0,-60805636],"rsi":[0,22.65889664089417],"rsi_2":[0,84.51440164576539],"vwma":[0,3.2270757546155933],"macd":[0,0.26307679573316056],"stoch":[0,36.18422352871423],"bb_middle":[0,3.267519974708557],"bb_low":[0,2.8576343493168066],"bb_upper":[0,3.6774056001003075],"timestamp":[0,"2024-12-05T15:30:00Z"]}],[0,{"open":[0,3.16],"low":[0,3.05],"high":[0,3.16],"close":[0,3.0599],"volume":[0,685782],"signal":[0,1],"sma_5":[0,3.0131999969482424],"sma_10":[0,3.0797099828720094],"sma_20":[0,3.252749979496002],"sma_50":[0,4.574358010292054],"sma_100":[0,16.026832020282747],"ema_9":[0,3.0980469077573796],"ema_12":[0,3.144195243208655],"ema_26":[0,3.9162326679811477],"ema_50":[0,6.974739845478989],"ema_200":[0,17.679382771197012],"ulcer_index":[0,12.069744727182453],"force_index":[0,-102264.66550400949],"easy_movement":[0,-0.14359074289717264],"volume_weighted_avg":[0,3.1246996516798258],"channel_index":[0,2.9135918322740633],"williams_r":[0,-49.99998431456697],"mass_index":[0,22.337700980771267],"obv":[0,-59290616],"rsi":[0,26.81954778433419],"rsi_2":[0,93.31154556337509],"vwma":[0,3.214365787240918],"macd":[0,0.26196636517640814],"stoch":[0,50.00001568543303],"bb_middle":[0,3.252749979496002],"bb_low":[0,2.8512473747175777],"bb_upper":[0,3.6542525842744267],"timestamp":[0,"2024-12-05T16:30:00Z"]}],[0,{"open":[0,3.0542],"low":[0,3.01],"high":[0,3.075],"close":[0,3.031],"volume":[0,371253],"signal":[0,1],"sma_5":[0,3.0349800109863283],"sma_10":[0,3.050699996948242],"sma_20":[0,3.231744980812073],"sma_50":[0,4.112656002044678],"sma_100":[0,15.802031011581422],"ema_9":[0,3.090417535233957],"ema_12":[0,3.1312267373418354],"ema_26":[0,3.8526869731668723],"ema_50":[0,6.816640248361778],"ema_200":[0,17.44194618751896],"ulcer_index":[0,11.977700744873093],"force_index":[0,-98440.80569938303],"easy_movement":[0,-0.1585592851086192],"volume_weighted_avg":[0,3.1147980859086624],"channel_index":[0,-37.84081753927282],"williams_r":[0,-64.48683066728029],"mass_index":[0,22.683736738606097],"obv":[0,-59726124],"rsi":[0,25.311495393255896],"rsi_2":[0,42.5816349538674],"vwma":[0,3.190527448021009],"macd":[0,0.24989049066114366],"stoch":[0,35.51316933271972],"bb_middle":[0,3.231744980812073],"bb_low":[0,2.8360819864798046],"bb_upper":[0,3.627407975144341],"timestamp":[0,"2024-12-05T17:30:00Z"]}],[0,{"open":[0,3.035],"low":[0,3],"high":[0,3.045],"close":[0,3.04],"volume":[0,358536],"signal":[0,1],"sma_5":[0,3.051200008392334],"sma_10":[0,3.02979998588562],"sma_20":[0,3.2091399788856507],"sma_50":[0,3.6430759954452516],"sma_100":[0,15.579441001415253],"ema_9":[0,3.078534007950937],"ema_12":[0,3.1158072187346404],"ema_26":[0,3.791780350362493],"ema_50":[0,6.6665362329035425],"ema_200":[0,17.26544475720847],"ulcer_index":[0,11.839600272508768],"force_index":[0,-85910.90271637356],"easy_movement":[0,-0.30649111071109614],"volume_weighted_avg":[0,3.096909866007308],"channel_index":[0,-59.73496132011119],"williams_r":[0,-65.07247578669487],"mass_index":[0,22.955759171525997],"obv":[0,-59935548],"rsi":[0,24.931224722941153],"rsi_2":[0,33.126853407680485],"vwma":[0,3.180203692058097],"macd":[0,0.23625010884889508],"stoch":[0,34.92752421330514],"bb_middle":[0,3.2091399788856507],"bb_low":[0,2.8219331667387713],"bb_upper":[0,3.59634679103253],"timestamp":[0,"2024-12-05T18:30:00Z"]}],[0,{"open":[0,3.035],"low":[0,3],"high":[0,3.08],"close":[0,3.015],"volume":[0,457234],"signal":[0,1],"sma_5":[0,3.07318000793457],"sma_10":[0,3.0247999906539915],"sma_20":[0,3.1873899817466738],"sma_50":[0,3.6225639963150025],"sma_100":[0,15.357840993404388],"ema_9":[0,3.0708271989082108],"ema_12":[0,3.1041446120858818],"ema_26":[0,3.7364875926410415],"ema_50":[0,6.5402122518858885],"ema_200":[0,17.443287721491053],"ulcer_index":[0,11.646369448328368],"force_index":[0,-73175.62892430095],"easy_movement":[0,-0.17944095646142494],"volume_weighted_avg":[0,3.0851546120317566],"channel_index":[0,-63.218120283836186],"williams_r":[0,-59.01640241295183],"mass_index":[0,22.949790263326292],"obv":[0,-59925951],"rsi":[0,25.282793069512252],"rsi_2":[0,41.25145017190389],"vwma":[0,3.1696648604371833],"macd":[0,0.2244055148514621],"stoch":[0,40.983597587048166],"bb_middle":[0,3.1873899817466738],"bb_low":[0,2.8137293938871926],"bb_upper":[0,3.561050569606155],"timestamp":[0,"2024-12-05T19:30:00Z"]}],[0,{"open":[0,3.02],"low":[0,3.01],"high":[0,3.06],"close":[0,3.055],"volume":[0,464332],"signal":[0,1],"sma_5":[0,3.0631800174713133],"sma_10":[0,3.0231899976730348],"sma_20":[0,3.1656449913978575],"sma_50":[0,3.599363994598389],"sma_100":[0,15.12730900287628],"ema_9":[0,3.0596617801546224],"ema_12":[0,3.090430085403351],"ema_26":[0,3.683149450138624],"ema_50":[0,6.406211940584686],"ema_200":[0,17.384996443604543],"ulcer_index":[0,11.52276053543864],"force_index":[0,-64355.2789139811],"easy_movement":[0,-0.11189108696429785],"volume_weighted_avg":[0,3.0731501091540085],"channel_index":[0,-59.75402875319627],"williams_r":[0,-62.80989488302515],"mass_index":[0,22.97163219862891],"obv":[0,-60624755],"rsi":[0,24.884113704154146],"rsi_2":[0,24.62845684831629],"vwma":[0,3.1599529733163005],"macd":[0,0.21135714834880026],"stoch":[0,37.190105116974856],"bb_middle":[0,3.1656449913978575],"bb_low":[0,2.805239361943752],"bb_upper":[0,3.526050620851963],"timestamp":[0,"2024-12-05T20:30:00Z"]}],[0,{"open":[0,3.03],"low":[0,3.0252],"high":[0,3.2],"close":[0,3.16],"volume":[0,1221968],"signal":[0,1],"sma_5":[0,3.0401800155639647],"sma_10":[0,3.0266900062561035],"sma_20":[0,3.1543349981307984],"sma_50":[0,3.5680319929122923],"sma_100":[0,14.894859011173248],"ema_9":[0,3.0587294375016203],"ema_12":[0,3.0849793205296483],"ema_26":[0,3.6366789639923263],"ema_50":[0,6.277171649859153],"ema_200":[0,17.29023373672548],"ulcer_index":[0,11.558272777641868],"force_index":[0,-52508.79281982406],"easy_movement":[0,-0.11269482880773203],"volume_weighted_avg":[0,3.0649747982650797],"channel_index":[0,-49.00928992805299],"williams_r":[0,-54.3103207305804],"mass_index":[0,22.98855762989854],"obv":[0,-60294570],"rsi":[0,26.85175802876293],"rsi_2":[0,67.0795049168986],"vwma":[0,3.1431986612755862],"macd":[0,0.20197655968558959],"stoch":[0,45.68967926941961],"bb_middle":[0,3.1543349981307984],"bb_low":[0,2.79494882010349],"bb_upper":[0,3.5137211761581066],"timestamp":[0,"2024-12-06T14:30:00Z"]}],[0,{"open":[0,3.1593],"low":[0,3.155],"high":[0,3.27],"close":[0,3.23],"volume":[0,1954352],"signal":[0,0],"sma_5":[0,3.060200023651123],"sma_10":[0,3.0475900173187256],"sma_20":[0,3.138835000991821],"sma_50":[0,3.5378339958190916],"sma_100":[0,14.662159008979797],"ema_9":[0,3.078983567168657],"ema_12":[0,3.096520977063329],"ema_26":[0,3.601372145266401],"ema_50":[0,6.155039472462306],"ema_200":[0,17.151841846022265],"ulcer_index":[0,11.407073878484692],"force_index":[0,-26677.524671560448],"easy_movement":[0,0.000469289682063346],"volume_weighted_avg":[0,3.0533083587008147],"channel_index":[0,7.720572348007074],"williams_r":[0,-18.681277798038995],"mass_index":[0,23.16577011329842],"obv":[0,-59266013],"rsi":[0,31.898246135025772],"rsi_2":[0,91.68029039759955],"vwma":[0,3.1180421771312274],"macd":[0,0.19906349271902735],"stoch":[0,81.31872220196101],"bb_middle":[0,3.138835000991821],"bb_low":[0,2.809783391571553],"bb_upper":[0,3.4678866104120893],"timestamp":[0,"2024-12-06T15:30:00Z"]}],[0,{"open":[0,3.225],"low":[0,3.17],"high":[0,3.28],"close":[0,3.1879],"volume":[0,632847],"signal":[0,1],"sma_5":[0,3.1000000476837157],"sma_10":[0,3.075600028038025],"sma_20":[0,3.1285850048065185],"sma_50":[0,3.510635995864868],"sma_100":[0,14.430099000930786],"ema_9":[0,3.109186857479141],"ema_12":[0,3.1170561950642908],"ema_26":[0,3.573705808780195],"ema_50":[0,6.03399819932755],"ema_200":[0,16.8860305837973],"ulcer_index":[0,11.001060320946983],"force_index":[0,-3323.4226199124532],"easy_movement":[0,0.11074477205789408],"volume_weighted_avg":[0,3.067377811766211],"channel_index":[0,60.73291767019448],"williams_r":[0,-8.333325054910777],"mass_index":[0,23.37221178416134],"obv":[0,-57220993],"rsi":[0,35.128174543341515],"rsi_2":[0,95.8325823726926],"vwma":[0,3.1210431545938864],"macd":[0,0.19761225332637034],"stoch":[0,91.66667494508923],"bb_middle":[0,3.1285850048065185],"bb_low":[0,2.825312537328161],"bb_upper":[0,3.431857472284876],"timestamp":[0,"2024-12-06T16:30:00Z"]}],[0,{"open":[0,3.185],"low":[0,3.12],"high":[0,3.1889],"close":[0,3.1593],"volume":[0,558442],"signal":[0,1],"sma_5":[0,3.1295800685882567],"sma_10":[0,3.1013800382614134],"sma_20":[0,3.1159800052642823],"sma_50":[0,3.48999400138855],"sma_100":[0,14.201078000068664],"ema_9":[0,3.1249294992666283],"ema_12":[0,3.1279552544179663],"ema_26":[0,3.5451458349344813],"ema_50":[0,5.9231205750463545],"ema_200":[0,16.76448265623583],"ulcer_index":[0,10.445861792911552],"force_index":[0,-6654.856840044526],"easy_movement":[0,0.16134778131426217],"volume_weighted_avg":[0,3.076709645807769],"channel_index":[0,-45.82209408167767],"williams_r":[0,-18.795898616637043],"mass_index":[0,23.62934472482814],"obv":[0,-57916755],"rsi":[0,34.098051063298],"rsi_2":[0,59.88282444767181],"vwma":[0,3.1103737241894978],"macd":[0,0.18968018344012294],"stoch":[0,81.20410138336295],"bb_middle":[0,3.1159800052642823],"bb_low":[0,2.8464499813182185],"bb_upper":[0,3.385510029210346],"timestamp":[0,"2024-12-06T17:30:00Z"]}],[0,{"open":[0,3.159],"low":[0,3.13],"high":[0,3.2],"close":[0,3.1885],"volume":[0,297877],"signal":[0,1],"sma_5":[0,3.1584400653839113],"sma_10":[0,3.1108100414276123],"sma_20":[0,3.1055100083351137],"sma_50":[0,3.46728000164032],"sma_100":[0,13.971369998455048],"ema_9":[0,3.131803617193846],"ema_12":[0,3.132777537749315],"ema_26":[0,3.5165737147093443],"ema_50":[0,5.8150997332069085],"ema_200":[0,16.636428212796265],"ulcer_index":[0,9.840302667199182],"force_index":[0,-7985.448560535625],"easy_movement":[0,0.10704983230505569],"volume_weighted_avg":[0,3.082469383235099],"channel_index":[0,-54.71198940302388],"williams_r":[0,-24.632628603708916],"mass_index":[0,23.873242292002683],"obv":[0,-58585423],"rsi":[0,33.390013013467865],"rsi_2":[0,39.66592827824218],"vwma":[0,3.1037172364446457],"macd":[0,0.17847115970250838],"stoch":[0,75.36737139629108],"bb_middle":[0,3.1055100083351137],"bb_low":[0,2.860949597658723],"bb_upper":[0,3.3500704190115043],"timestamp":[0,"2024-12-06T18:30:00Z"]}],[0,{"open":[0,3.18],"low":[0,3.15],"high":[0,3.2],"close":[0,3.17],"volume":[0,394460],"signal":[0,1],"sma_5":[0,3.185140037536621],"sma_10":[0,3.112660026550293],"sma_20":[0,3.096185004711151],"sma_50":[0,3.4516499996185304],"sma_100":[0,13.741755001544952],"ema_9":[0,3.1431428793712644],"ema_12":[0,3.1413502436688683],"ema_26":[0,3.4925219803485237],"ema_50":[0,5.722164069152566],"ema_200":[0,16.704950408614998],"ulcer_index":[0,8.983764213677706],"force_index":[0,-5600.421239771395],"easy_movement":[0,0.16793223496862783],"volume_weighted_avg":[0,3.0982082672031903],"channel_index":[0,-80.4404060022468],"williams_r":[0,-18.673477977178962],"mass_index":[0,23.938020249472594],"obv":[0,-58648661],"rsi":[0,34.87374405259396],"rsi_2":[0,64.286206064915],"vwma":[0,3.097371167461073],"macd":[0,0.16919405645058605],"stoch":[0,81.32652202282104],"bb_middle":[0,3.096185004711151],"bb_low":[0,2.8809770450171945],"bb_upper":[0,3.311392964405108],"timestamp":[0,"2024-12-06T19:30:00Z"]}],[0,{"open":[0,3.16],"low":[0,3.16],"high":[0,3.22],"close":[0,3.22],"volume":[0,793180],"signal":[0,1],"sma_5":[0,3.1871400356292723],"sma_10":[0,3.1236700296401976],"sma_20":[0,3.08718501329422],"sma_50":[0,3.437090001106262],"sma_100":[0,13.506454994678498],"ema_9":[0,3.1485143191122824],"ema_12":[0,3.1457580074948743],"ema_26":[0,3.4694270098145004],"ema_50":[0,5.654114480602572],"ema_200":[0,17.21405794298875],"ulcer_index":[0,8.056534523926866],"force_index":[0,-5840.025812321934],"easy_movement":[0,0.18686483359100406],"volume_weighted_avg":[0,3.115531145131857],"channel_index":[0,-75.92755235983613],"williams_r":[0,-22.448957745903215],"mass_index":[0,23.773380118085726],"obv":[0,-59761790],"rsi":[0,34.1937186492807],"rsi_2":[0,42.37528196185996],"vwma":[0,3.0931339340622914],"macd":[0,0.15836790111412824],"stoch":[0,77.55104225409679],"bb_middle":[0,3.08718501329422],"bb_low":[0,2.9022639522769356],"bb_upper":[0,3.272106074311504],"timestamp":[0,"2024-12-06T20:30:00Z"]}],[0,{"open":[0,3.18],"low":[0,3.06],"high":[0,3.22],"close":[0,3.075],"volume":[0,1319354],"signal":[0,1],"sma_5":[0,3.185140037536621],"sma_10":[0,3.1425700426101684],"sma_20":[0,3.0861850142478944],"sma_50":[0,3.4276880025863647],"sma_100":[0,13.254154987335205],"ema_9":[0,3.162811460901872],"ema_12":[0,3.157179826882967],"ema_26":[0,3.450705455531474],"ema_50":[0,5.548773824900819],"ema_200":[0,16.876160006073693],"ulcer_index":[0,6.9009283734792195],"force_index":[0,659.3870747279125],"easy_movement":[0,0.19496962590425523],"volume_weighted_avg":[0,3.132458593414614],"channel_index":[0,-30.613504068415512],"williams_r":[0,-12.244886043219935],"mass_index":[0,23.650550475835583],"obv":[0,-58409521],"rsi":[0,37.033799159328424],"rsi_2":[0,79.72644586529191],"vwma":[0,3.085554037101224],"macd":[0,0.15049721760159473],"stoch":[0,87.75511395678006],"bb_middle":[0,3.0861850142478944],"bb_low":[0,2.904390405255391],"bb_upper":[0,3.267979623240398],"timestamp":[0,"2024-12-09T14:30:00Z"]}],[0,{"open":[0,3.075],"low":[0,3.04],"high":[0,3.09],"close":[0,3.06],"volume":[0,676585],"signal":[0,1],"sma_5":[0,3.1625600337982176],"sma_10":[0,3.146070051193237],"sma_20":[0,3.0854350209236143],"sma_50":[0,3.4108880043029783],"sma_100":[0,13.005804989337921],"ema_9":[0,3.1452491783275],"ema_12":[0,3.144536802827086],"ema_26":[0,3.423029987617509],"ema_50":[0,5.457987087407546],"ema_200":[0,16.86391305515874],"ulcer_index":[0,6.287881164953976],"force_index":[0,-26765.882984124637],"easy_movement":[0,0.15496919705316411],"volume_weighted_avg":[0,3.1454980164343342],"channel_index":[0,34.223064384955116],"williams_r":[0,-73.21426594743721],"mass_index":[0,23.690919681883944],"obv":[0,-59962416],"rsi":[0,32.65157917368123],"rsi_2":[0,16.75120826068259],"vwma":[0,3.084131743651533],"macd":[0,0.1326200488434583],"stoch":[0,26.785734052562788],"bb_middle":[0,3.0854350209236143],"bb_low":[0,2.9035857979340016],"bb_upper":[0,3.267284243913227],"timestamp":[0,"2024-12-09T15:30:00Z"]}],[0,{"open":[0,3.055],"low":[0,2.97],"high":[0,3.06],"close":[0,3.025],"volume":[0,757516],"signal":[0,1],"sma_5":[0,3.1427000045776365],"sma_10":[0,3.150570034980774],"sma_20":[0,3.086880016326904],"sma_50":[0,3.3924860048294065],"sma_100":[0,12.753904988765717],"ema_9":[0,3.1281993312667975],"ema_12":[0,3.1315311453901806],"ema_26":[0,3.3962479758299224],"ema_50":[0,5.3683417806576905],"ema_200":[0,16.814850931795412],"ulcer_index":[0,6.092272121306076],"force_index":[0,-24391.24484360329],"easy_movement":[0,-0.0457486638186536],"volume_weighted_avg":[0,3.136406838317435],"channel_index":[0,-28.96883305010206],"williams_r":[0,-78.57144681775027],"mass_index":[0,23.607500260562585],"obv":[0,-60953413],"rsi":[0,32.207242337524136],"rsi_2":[0,14.398160380153655],"vwma":[0,3.088122004298237],"macd":[0,0.11725570095558258],"stoch":[0,21.428553182249736],"bb_middle":[0,3.086880016326904],"bb_low":[0,2.9063260954339625],"bb_upper":[0,3.2674339372198458],"timestamp":[0,"2024-12-09T16:30:00Z"]}],[0,{"open":[0,3.025],"low":[0,2.985],"high":[0,3.05],"close":[0,3.01],"volume":[0,389261],"signal":[0,1],"sma_5":[0,3.1100000381469726],"sma_10":[0,3.147570037841797],"sma_20":[0,3.0871300220489504],"sma_50":[0,3.375986008644104],"sma_100":[0,12.49925499200821],"ema_9":[0,3.1075594839239615],"ema_12":[0,3.1151417086135216],"ema_26":[0,3.3683844573498485],"ema_50":[0,5.261801345612757],"ema_200":[0,16.383337665948215],"ulcer_index":[0,5.592165786961737],"force_index":[0,-24694.323824164512],"easy_movement":[0,-0.09390910380181343],"volume_weighted_avg":[0,3.1332945739371043],"channel_index":[0,-22.211854603106445],"williams_r":[0,-82.25803970669895],"mass_index":[0,23.59648911468673],"obv":[0,-61431588],"rsi":[0,31.234339663005827],"rsi_2":[0,8.69705797693166],"vwma":[0,3.0880732939100524],"macd":[0,0.10252189812629403],"stoch":[0,17.74196029330105],"bb_middle":[0,3.0871300220489504],"bb_low":[0,2.906933725097751],"bb_upper":[0,3.2673263190001496],"timestamp":[0,"2024-12-09T17:30:00Z"]}],[0,{"open":[0,3.01],"low":[0,2.99],"high":[0,3.05],"close":[0,3.03],"volume":[0,352213],"signal":[0,1],"sma_5":[0,3.078000020980835],"sma_10":[0,3.1325700283050537],"sma_20":[0,3.0900800228118896],"sma_50":[0,3.359586009979248],"sma_100":[0,12.252454986572266],"ema_9":[0,3.0880475850627467],"ema_12":[0,3.098966013534365],"ema_26":[0,3.341460146164082],"ema_50":[0,5.1583015387421876],"ema_200":[0,15.9449322657977],"ulcer_index":[0,5.212040760961763],"force_index":[0,-22000.269842663325],"easy_movement":[0,-0.01276531907321524],"volume_weighted_avg":[0,3.1323198150370977],"channel_index":[0,-57.231194426067184],"williams_r":[0,-87.09678411732042],"mass_index":[0,23.59723629270013],"obv":[0,-61507466],"rsi":[0,30.835773760864583],"rsi_2":[0,6.493256252905269],"vwma":[0,3.097023601078425],"macd":[0,0.09013716067238864],"stoch":[0,12.903215882679579],"bb_middle":[0,3.0900800228118896],"bb_low":[0,2.9171076960060547],"bb_upper":[0,3.2630523496177246],"timestamp":[0,"2024-12-09T18:30:00Z"]}],[0,{"open":[0,3.0312],"low":[0,2.98],"high":[0,3.04],"close":[0,2.99],"volume":[0,426050],"signal":[0,1],"sma_5":[0,3.040000009536743],"sma_10":[0,3.112570023536682],"sma_20":[0,3.0940850257873533],"sma_50":[0,3.342186007499695],"sma_100":[0,12.014154980182647],"ema_9":[0,3.0764380623444483],"ema_12":[0,3.088355857650974],"ema_26":[0,3.31842538965501],"ema_50":[0,5.07630320044741],"ema_200":[0,15.845855558769973],"ulcer_index":[0,4.781895955227017],"force_index":[0,-17849.26923198581],"easy_movement":[0,0.00820680979781616],"volume_weighted_avg":[0,3.1320336907283863],"channel_index":[0,-54.9686074333606],"williams_r":[0,-80.64517617598062],"mass_index":[0,23.514036634342457],"obv":[0,-61704163],"rsi":[0,32.23312319308859],"rsi_2":[0,44.198995043175195],"vwma":[0,3.106860677027669],"macd":[0,0.0820956018385458],"stoch":[0,19.35482382401937],"bb_middle":[0,3.0940850257873533],"bb_low":[0,2.9308456449354177],"bb_upper":[0,3.257324406639289],"timestamp":[0,"2024-12-09T19:30:00Z"]}],[0,{"open":[0,2.9901],"low":[0,2.93],"high":[0,2.9901],"close":[0,2.94],"volume":[0,903429],"signal":[0,1],"sma_5":[0,3.0230000019073486],"sma_10":[0,3.092780017852783],"sma_20":[0,3.0970800280570985],"sma_50":[0,3.324386005401611],"sma_100":[0,11.77465497493744],"ema_9":[0,3.059150451814481],"ema_12":[0,3.073224197325448],"ema_26":[0,3.2941680453573996],"ema_50":[0,4.997324776668446],"ema_200":[0,15.774956987212057],"ulcer_index":[0,4.434777199886856],"force_index":[0,-17735.61613207435],"easy_movement":[0,-0.02372287586903859],"volume_weighted_avg":[0,3.1313498250864966],"channel_index":[0,-45.73821064351974],"williams_r":[0,-93.54839205866021],"mass_index":[0,23.31029333301446],"obv":[0,-62336099],"rsi":[0,30.883941109287477],"rsi_2":[0,16.91527522789829],"vwma":[0,3.1115421428892707],"macd":[0,0.07306652657918566],"stoch":[0,6.451607941339789],"bb_middle":[0,3.0970800280570985],"bb_low":[0,2.944110314258785],"bb_upper":[0,3.250049741855412],"timestamp":[0,"2024-12-09T20:30:00Z"]}],[0,{"open":[0,2.94],"low":[0,2.89],"high":[0,3.04],"close":[0,3],"volume":[0,1221581],"signal":[0,1],"sma_5":[0,2.9990000247955324],"sma_10":[0,3.0708500146865845],"sma_20":[0,3.0908300280570984],"sma_50":[0,3.304604005813599],"sma_100":[0,11.533104982376098],"ema_9":[0,3.0353203728987332],"ema_12":[0,3.0527281766046346],"ema_26":[0,3.267940199080893],"ema_50":[0,4.916919987710569],"ema_200":[0,15.652764595750012],"ulcer_index":[0,4.805868200348908],"force_index":[0,-21654.910577336697],"easy_movement":[0,-0.04361197842154445],"volume_weighted_avg":[0,3.118479878388234],"channel_index":[0,23.489454414668778],"williams_r":[0,-97.14285908913179],"mass_index":[0,23.18171945866621],"obv":[0,-63432236],"rsi":[0,29.250001734278626],"rsi_2":[0,6.651094287447265],"vwma":[0,3.1112401111408032],"macd":[0,0.0630473436150798],"stoch":[0,2.8571409108682118],"bb_middle":[0,3.0908300280570984],"bb_low":[0,2.9235802690696175],"bb_upper":[0,3.2580797870445792],"timestamp":[0,"2024-12-10T14:30:00Z"]}],[0,{"open":[0,3],"low":[0,2.97],"high":[0,3.0247],"close":[0,2.985],"volume":[0,451366],"signal":[0,1],"sma_5":[0,2.9940000057220457],"sma_10":[0,3.0520000219345094],"sma_20":[0,3.082330024242401],"sma_50":[0,3.286826004981995],"sma_100":[0,11.292004976272583],"ema_9":[0,3.0282562983475048],"ema_12":[0,3.044616157216121],"ema_26":[0,3.248156419919485],"ema_50":[0,4.844309465599363],"ema_200":[0,15.578368908601178],"ulcer_index":[0,5.168273020560388],"force_index":[0,-8090.71625185588],"easy_movement":[0,-0.11855987935465405],"volume_weighted_avg":[0,3.1001726345927314],"channel_index":[0,63.06203132966234],"williams_r":[0,-71.79488903750998],"mass_index":[0,23.313778824262652],"obv":[0,-62367527],"rsi":[0,33.779977093182566],"rsi_2":[0,61.99642179560792],"vwma":[0,3.0958397184521362],"macd":[0,0.05985611983520711],"stoch":[0,28.20511096249002],"bb_middle":[0,3.082330024242401],"bb_low":[0,2.91475937909899],"bb_upper":[0,3.2499006693858123],"timestamp":[0,"2024-12-10T15:30:00Z"]}],[0,{"open":[0,2.98],"low":[0,2.9],"high":[0,2.98],"close":[0,2.94],"volume":[0,332692],"signal":[0,1],"sma_5":[0,2.9889999866485595],"sma_10":[0,3.033500003814697],"sma_20":[0,3.0785850167274473],"sma_50":[0,3.2683260011672974],"sma_100":[0,11.049354975223542],"ema_9":[0,3.019605017784762],"ema_12":[0,3.0354444484824574],"ema_26":[0,3.228858819903805],"ema_50":[0,4.779266894829506],"ema_200":[0,15.61124870795967],"ulcer_index":[0,5.524086881813468],"force_index":[0,-7901.768885912219],"easy_movement":[0,-0.13254568282011295],"volume_weighted_avg":[0,3.066849318460554],"channel_index":[0,-31.86850377729656],"williams_r":[0,-75.64107109888994],"mass_index":[0,23.339496894285865],"obv":[0,-63005396],"rsi":[0,33.15446222970981],"rsi_2":[0,47.82029882314747],"vwma":[0,3.0940269171280455],"macd":[0,0.05623389560726061],"stoch":[0,24.35892890111005],"bb_middle":[0,3.0785850167274473],"bb_low":[0,2.905906613890407],"bb_upper":[0,3.251263419564488],"timestamp":[0,"2024-12-10T16:30:00Z"]}],[0,{"open":[0,2.93],"low":[0,2.91],"high":[0,2.96],"close":[0,2.93],"volume":[0,190042],"signal":[0,1],"sma_5":[0,2.971000003814697],"sma_10":[0,3.00550000667572],"sma_20":[0,3.0740350246429444],"sma_50":[0,3.250226001739502],"sma_100":[0,10.801954972743989],"ema_9":[0,3.003684025689359],"ema_12":[0,3.0207607007439283],"ema_26":[0,3.2075008328755272],"ema_50":[0,4.708707579863629],"ema_200":[0,15.516693299287686],"ulcer_index":[0,5.982910125477736],"force_index":[0,-8911.711166381787],"easy_movement":[0,-0.24656873947156208],"volume_weighted_avg":[0,3.053460964081893],"channel_index":[0,-49.45365305216278],"williams_r":[0,-84.84849579516226],"mass_index":[0,23.395568514467165],"obv":[0,-63491435],"rsi":[0,31.420315537067054],"rsi_2":[0,20.160774473219888],"vwma":[0,3.0920327907871927],"macd":[0,0.05037599147149835],"stoch":[0,15.151504204837732],"bb_middle":[0,3.0740350246429444],"bb_low":[0,2.89203691858894],"bb_upper":[0,3.2560331306969488],"timestamp":[0,"2024-12-10T17:30:00Z"]}],[0,{"open":[0,2.9367],"low":[0,2.92],"high":[0,2.99],"close":[0,2.9597],"volume":[0,364507],"signal":[0,1],"sma_5":[0,2.959000015258789],"sma_10":[0,2.991000008583069],"sma_20":[0,3.068535029888153],"sma_50":[0,3.2298260021209715],"sma_100":[0,10.553597979545593],"ema_9":[0,2.9889472339465817],"ema_12":[0,3.006797538195639],"ema_26":[0,3.1870426403040946],"ema_50":[0,4.642877295018935],"ema_200":[0,15.470288535126498],"ulcer_index":[0,6.422359004498966],"force_index":[0,-7909.295388145812],"easy_movement":[0,-0.19379077958610338],"volume_weighted_avg":[0,3.0437535113288203],"channel_index":[0,-70.56891119885644],"williams_r":[0,-87.87879663612982],"mass_index":[0,23.46660655116684],"obv":[0,-63933897],"rsi":[0,31.001087044250056],"rsi_2":[0,16.037911757419067],"vwma":[0,3.091152937704685],"macd":[0,0.04562055636683063],"stoch":[0,12.121203363870185],"bb_middle":[0,3.068535029888153],"bb_low":[0,2.8763896485831495],"bb_upper":[0,3.2606804111931567],"timestamp":[0,"2024-12-10T18:30:00Z"]}],[0,{"open":[0,2.95],"low":[0,2.9],"high":[0,2.97],"close":[0,2.91],"volume":[0,223561],"signal":[0,1],"sma_5":[0,2.9629400253295897],"sma_10":[0,2.980970025062561],"sma_20":[0,3.0657700300216675],"sma_50":[0,3.211410002708435],"sma_100":[0,10.303394985198974],"ema_9":[0,2.9830978086762325],"ema_12":[0,2.999551780750198],"ema_26":[0,3.1702115447983323],"ema_50":[0,4.577236472287635],"ema_200":[0,15.35316276409564],"ulcer_index":[0,6.767314000592212],"force_index":[0,-5230.355355083464],"easy_movement":[0,-0.184065388427947],"volume_weighted_avg":[0,3.035149608886296],"channel_index":[0,-47.72426172188295],"williams_r":[0,-78.87878218651562],"mass_index":[0,23.24818960577216],"obv":[0,-64162643],"rsi":[0,33.60406879796494],"rsi_2":[0,62.08921358463089],"vwma":[0,3.0901971822829384],"macd":[0,0.04417626401707592],"stoch":[0,21.12121781348438],"bb_middle":[0,3.0657700300216675],"bb_low":[0,2.869084806671778],"bb_upper":[0,3.262455253371557],"timestamp":[0,"2024-12-10T19:30:00Z"]}],[0,{"open":[0,2.915],"low":[0,2.89],"high":[0,2.93],"close":[0,2.89],"volume":[0,330694],"signal":[0,1],"sma_5":[0,2.9449400424957277],"sma_10":[0,2.9694700241088867],"sma_20":[0,3.058520030975342],"sma_50":[0,3.19121000289917],"sma_100":[0,10.052494986057281],"ema_9":[0,2.968478264090827],"ema_12":[0,2.9857745924698804],"ema_26":[0,3.1509002543635543],"ema_50":[0,4.510390184942831],"ema_200":[0,15.199920118161451],"ulcer_index":[0,7.222911752331116],"force_index":[0,-6071.605152002671],"easy_movement":[0,-0.23784977571643903],"volume_weighted_avg":[0,3.0254878529184714],"channel_index":[0,-68.70244819374386],"williams_r":[0,-93.9393983180649],"mass_index":[0,22.995344274800498],"obv":[0,-64052633],"rsi":[0,31.462525390460414],"rsi_2":[0,21.895991447921702],"vwma":[0,3.088418607682459],"macd":[0,0.03972210013713767],"stoch":[0,6.0606016819350925],"bb_middle":[0,3.058520030975342],"bb_low":[0,2.8504227368544885],"bb_upper":[0,3.2666173250961954],"timestamp":[0,"2024-12-10T20:30:00Z"]}],[0,{"open":[0,2.86],"low":[0,2.8],"high":[0,2.8825],"close":[0,2.8294],"volume":[0,908502],"signal":[0,1],"sma_5":[0,2.9259400844573973],"sma_10":[0,2.9574700355529786],"sma_20":[0,3.045020031929016],"sma_50":[0,3.1718080043792725],"sma_100":[0,9.802194986343384],"ema_9":[0,2.952782632132721],"ema_12":[0,2.9710400229668474],"ema_26":[0,3.131304788425274],"ema_50":[0,4.435991937521338],"ema_200":[0,14.859319698073175],"ulcer_index":[0,7.399256096470371],"force_index":[0,-6150.002053538686],"easy_movement":[0,-0.2675541238692109],"volume_weighted_avg":[0,3.0004101492486295],"channel_index":[0,-44.523205294583825],"williams_r":[0,-100],"mass_index":[0,22.77628034817894],"obv":[0,-64236075],"rsi":[0,30.66753195974033],"rsi_2":[0,14.395764600185615],"vwma":[0,3.0762399303205257],"macd":[0,0.035324050932940165],"stoch":[0,0],"bb_middle":[0,3.045020031929016],"bb_low":[0,2.8300883294899797],"bb_upper":[0,3.259951734368052],"timestamp":[0,"2024-12-11T14:30:00Z"]}],[0,{"open":[0,2.83],"low":[0,2.76],"high":[0,2.87],"close":[0,2.7746],"volume":[0,721491],"signal":[0,1],"sma_5":[0,2.9038200855255125],"sma_10":[0,2.937410044670105],"sma_20":[0,3.0249900341033937],"sma_50":[0,3.1518340063095094],"sma_100":[0,9.557217979431153],"ema_9":[0,2.9281061182739343],"ema_12":[0,2.9492492749846364],"ema_26":[0,3.109065443104014],"ema_50":[0,4.377980333763691],"ema_200":[0,14.8399386558916],"ulcer_index":[0,7.560462087970428],"force_index":[0,-13136.305894202142],"easy_movement":[0,-0.2688365014977132],"volume_weighted_avg":[0,2.9666995328370467],"channel_index":[0,52.187600185593375],"williams_r":[0,-89.86202961652423],"mass_index":[0,22.7292765856996],"obv":[0,-65294594],"rsi":[0,28.17577803439191],"rsi_2":[0,4.680349137611444],"vwma":[0,3.0307046465298595],"macd":[0,0.028775578103259092],"stoch":[0,10.137970383475782],"bb_middle":[0,3.0249900341033937],"bb_low":[0,2.8080898068766516],"bb_upper":[0,3.241890261330136],"timestamp":[0,"2024-12-11T15:30:00Z"]}],[0,{"open":[0,2.775],"low":[0,2.77],"high":[0,2.83],"close":[0,2.819],"volume":[0,284434],"signal":[0,1],"sma_5":[0,2.872740077972412],"sma_10":[0,2.9158700466156007],"sma_20":[0,3.004325032234192],"sma_50":[0,3.1370980072021486],"sma_100":[0,9.308965978622437],"ema_9":[0,2.8974049004541946],"ema_12":[0,2.9223801702323806],"ema_26":[0,3.0843721454866797],"ema_50":[0,4.318401403231236],"ema_200":[0,14.786177070271288],"ulcer_index":[0,7.762529483659349],"force_index":[0,-16908.00898058541],"easy_movement":[0,-0.2578335497003873],"volume_weighted_avg":[0,2.940061971559066],"channel_index":[0,23.229815944834836],"williams_r":[0,-95.1333197169812],"mass_index":[0,22.882733033165653],"obv":[0,-66133111],"rsi":[0,26.11788414524119],"rsi_2":[0,2.1077192912832317],"vwma":[0,3.006226677991564],"macd":[0,0.021383866489142617],"stoch":[0,4.866680283018793],"bb_middle":[0,3.004325032234192],"bb_low":[0,2.7750465234921657],"bb_upper":[0,3.233603540976218],"timestamp":[0,"2024-12-11T16:30:00Z"]}],[0,{"open":[0,2.815],"low":[0,2.79],"high":[0,2.85],"close":[0,2.85],"volume":[0,256087],"signal":[0,1],"sma_5":[0,2.844600057601929],"sma_10":[0,2.9037700414657595],"sma_20":[0,2.987310028076172],"sma_50":[0,3.124094009399414],"sma_100":[0,9.059355971813202],"ema_9":[0,2.881723921497579],"ema_12":[0,2.9064755267593254],"ema_26":[0,3.064692219688961],"ema_50":[0,4.258686033937117],"ema_200":[0,14.648706441794392],"ulcer_index":[0,7.8002195608725255],"force_index":[0,-12688.543102229245],"easy_movement":[0,-0.2380029453853992],"volume_weighted_avg":[0,2.926149494165516],"channel_index":[0,-48.578087925466996],"williams_r":[0,-79.6551644759559],"mass_index":[0,23.012357284267285],"obv":[0,-65761564],"rsi":[0,30.59441176629342],"rsi_2":[0,48.22429136495076],"vwma":[0,2.9939911403506563],"macd":[0,0.02009844786266099],"stoch":[0,20.344835524044104],"bb_middle":[0,2.987310028076172],"bb_low":[0,2.756060784707249],"bb_upper":[0,3.218559271445095],"timestamp":[0,"2024-12-11T17:30:00Z"]}],[0,{"open":[0,2.842],"low":[0,2.81],"high":[0,2.85],"close":[0,2.83],"volume":[0,199683],"signal":[0,1],"sma_5":[0,2.8326000213623046],"sma_10":[0,2.888770031929016],"sma_20":[0,2.970385026931763],"sma_50":[0,3.1117860078811646],"sma_100":[0,8.810555975437165],"ema_9":[0,2.875379118179578],"ema_12":[0,2.8977869845161894],"ema_26":[0,3.0489118260409533],"ema_50":[0,4.208386034129141],"ema_200":[0,14.630633166527032],"ulcer_index":[0,7.749225411536533],"force_index":[0,-9741.371841130183],"easy_movement":[0,-0.20751401057066285],"volume_weighted_avg":[0,2.918665171649185],"channel_index":[0,-57.13071775887202],"williams_r":[0,-68.96554275585606],"mass_index":[0,23.166457717957282],"obv":[0,-65644236],"rsi":[0,33.60880583099838],"rsi_2":[0,68.76905723218553],"vwma":[0,2.985598298391464],"macd":[0,0.0219081405273282],"stoch":[0,31.034457244143947],"bb_middle":[0,2.970385026931763],"bb_low":[0,2.7512829302369535],"bb_upper":[0,3.1894871236265723],"timestamp":[0,"2024-12-11T18:30:00Z"]}],[0,{"open":[0,2.839],"low":[0,2.81],"high":[0,2.88],"close":[0,2.8535],"volume":[0,238352],"signal":[0,1],"sma_5":[0,2.820599985122681],"sma_10":[0,2.873270034790039],"sma_20":[0,2.953385019302368],"sma_50":[0,3.0987860059738157],"sma_100":[0,8.558855974674225],"ema_9":[0,2.8663032790645064],"ema_12":[0,2.887358145801504],"ema_26":[0,3.0322043487215318],"ema_50":[0,4.134528377381275],"ema_200":[0,14.115245097766765],"ulcer_index":[0,7.720463505024141],"force_index":[0,-8918.589639253029],"easy_movement":[0,-0.19624770191615543],"volume_weighted_avg":[0,2.910312146624811],"channel_index":[0,-69.6253964165441],"williams_r":[0,-75.0000212873753],"mass_index":[0,23.109818020143813],"obv":[0,-65457579],"rsi":[0,32.794974464848764],"rsi_2":[0,45.482021720140956],"vwma":[0,2.976247970190339],"macd":[0,0.021924780304643704],"stoch":[0,24.99997871262469],"bb_middle":[0,2.953385019302368],"bb_low":[0,2.7464500304927717],"bb_upper":[0,3.1603200081119645],"timestamp":[0,"2024-12-11T19:30:00Z"]}],[0,{"open":[0,2.855],"low":[0,2.8246],"high":[0,2.875],"close":[0,2.86],"volume":[0,417043],"signal":[0,1],"sma_5":[0,2.8254199504852293],"sma_10":[0,2.864620018005371],"sma_20":[0,2.9350600123405455],"sma_50":[0,3.086194005012512],"sma_100":[0,8.318208978176116],"ema_9":[0,2.86374260108395],"ema_12":[0,2.8821491717019874],"ema_26":[0,3.0188723345210553],"ema_50":[0,4.080480675460616],"ema_200":[0,13.926595902862179],"ulcer_index":[0,7.57399125853181],"force_index":[0,-6845.15223982471],"easy_movement":[0,-0.1547221753650244],"volume_weighted_avg":[0,2.903145030449439],"channel_index":[0,-56.749018226156814],"williams_r":[0,-66.60717554846923],"mass_index":[0,23.067761059410266],"obv":[0,-65017173],"rsi":[0,35.26764191735069],"rsi_2":[0,69.64092799895228],"vwma":[0,2.955143574011539],"macd":[0,0.023918039185044287],"stoch":[0,33.39282445153077],"bb_middle":[0,2.9350600123405455],"bb_low":[0,2.7640115944245953],"bb_upper":[0,3.1061084302564956],"timestamp":[0,"2024-12-11T20:30:00Z"]}],[0,{"open":[0,2.84],"low":[0,2.78],"high":[0,2.85],"close":[0,2.845],"volume":[0,420171],"signal":[0,1],"sma_5":[0,2.842499923706055],"sma_10":[0,2.8576200008392334],"sma_20":[0,2.924310004711151],"sma_50":[0,3.0738940048217773],"sma_100":[0,8.079708986282348],"ema_9":[0,2.8629940598618813],"ema_12":[0,2.8787415840158874],"ema_26":[0,3.007049454785849],"ema_50":[0,4.030421999129509],"ema_200":[0,13.772335747577547],"ulcer_index":[0,7.29129748381819],"force_index":[0,-5479.757320360832],"easy_movement":[0,-0.12684388329425614],"volume_weighted_avg":[0,2.8947917756774397],"channel_index":[0,-13.300997462593052],"williams_r":[0,-64.28574469625045],"mass_index":[0,22.998508962878066],"obv":[0,-64384569],"rsi":[0,36.004122956663245],"rsi_2":[0,75.61794333135977],"vwma":[0,2.9346344710627403],"macd":[0,0.025797376337846206],"stoch":[0,35.71425530374956],"bb_middle":[0,2.924310004711151],"bb_low":[0,2.763047882198737],"bb_upper":[0,3.0855721272235654],"timestamp":[0,"2024-12-12T14:30:00Z"]}],[0,{"open":[0,2.8409],"low":[0,2.8],"high":[0,2.85],"close":[0,2.815],"volume":[0,292408],"signal":[0,1],"sma_5":[0,2.8476999282836912],"sma_10":[0,2.8461499929428102],"sma_20":[0,2.9135600090026856],"sma_50":[0,3.061796007156372],"sma_100":[0,7.842258985042572],"ema_9":[0,2.8593952536572007],"ema_12":[0,2.8735505879478476],"ema_26":[0,2.9951476683307754],"ema_50":[0,3.9880372107459277],"ema_200":[0,13.7460471762141],"ulcer_index":[0,7.149297848807888],"force_index":[0,-5597.698707325644],"easy_movement":[0,-0.17259721752634155],"volume_weighted_avg":[0,2.8667992839715875],"channel_index":[0,-10.401026874149247],"williams_r":[0,-67.88815310673805],"mass_index":[0,23.019127112187526],"obv":[0,-64923939],"rsi":[0,35.12026900120563],"rsi_2":[0,39.61842307412501],"vwma":[0,2.9215887334052724],"macd":[0,0.02613593114975915],"stoch":[0,32.11184689326195],"bb_middle":[0,2.9135600090026856],"bb_low":[0,2.761511052644854],"bb_upper":[0,3.0656089653605174],"timestamp":[0,"2024-12-12T15:30:00Z"]}],[0,{"open":[0,2.81],"low":[0,2.79],"high":[0,2.82],"close":[0,2.81],"volume":[0,287306],"signal":[0,1],"sma_5":[0,2.8406999588012694],"sma_10":[0,2.836649990081787],"sma_20":[0,2.9030600070953367],"sma_50":[0,3.0524720096588136],"sma_100":[0,7.602267982959748],"ema_9":[0,2.8505162141888825],"ema_12":[0,2.864542764610782],"ema_26":[0,2.9813995383633496],"ema_50":[0,3.9257727992361713],"ema_200":[0,13.310458786778753],"ulcer_index":[0,7.001091763136518],"force_index":[0,-6049.388135016454],"easy_movement":[0,-0.1883862974538643],"volume_weighted_avg":[0,2.8535748343425773],"channel_index":[0,-32.67241833813901],"williams_r":[0,-76.08692947993656],"mass_index":[0,23.050227472360223],"obv":[0,-64815509],"rsi":[0,33.470128507134234],"rsi_2":[0,13.641299939125986],"vwma":[0,2.9093175034258287],"macd":[0,0.024188018094287805],"stoch":[0,23.91307052006344],"bb_middle":[0,2.9030600070953367],"bb_low":[0,2.754275198668668],"bb_upper":[0,3.0518448155220055],"timestamp":[0,"2024-12-12T16:30:00Z"]}],[0,{"open":[0,2.81],"low":[0,2.78],"high":[0,2.8108],"close":[0,2.795],"volume":[0,164952],"signal":[0,1],"sma_5":[0,2.836699962615967],"sma_10":[0,2.828649973869324],"sma_20":[0,2.893060004711151],"sma_50":[0,3.0392720079421998],"sma_100":[0,7.3711109900474545],"ema_9":[0,2.842412959926305],"ema_12":[0,2.8561515665157264],"ema_26":[0,2.968746322086331],"ema_50":[0,3.8837505643395365],"ema_200":[0,13.240814450341313],"ulcer_index":[0,6.741039105169306],"force_index":[0,-5391.044600548612],"easy_movement":[0,-0.10479959080352698],"volume_weighted_avg":[0,2.84553625833844],"channel_index":[0,-34.648400306443044],"williams_r":[0,-78.26089210005287],"mass_index":[0,23.06940268081614],"obv":[0,-65342275],"rsi":[0,33.21745605535189],"rsi_2":[0,11.194549901074424],"vwma":[0,2.9016401881385865],"macd":[0,0.022814709719198578],"stoch":[0,21.739107899947133],"bb_middle":[0,2.893060004711151],"bb_low":[0,2.7475205869118375],"bb_upper":[0,3.038599422510465],"timestamp":[0,"2024-12-12T17:30:00Z"]}],[0,{"open":[0,2.795],"low":[0,2.72],"high":[0,2.795],"close":[0,2.73],"volume":[0,428210],"signal":[0,1],"sma_5":[0,2.825],"sma_10":[0,2.8252099752426147],"sma_20":[0,2.8813100099563598],"sma_50":[0,3.026472010612488],"sma_100":[0,7.138856999874115],"ema_9":[0,2.8329303832099373],"ema_12":[0,2.84674364770004],"ema_26":[0,2.955898777980154],"ema_50":[0,3.8419624489666497],"ema_200":[0,13.155122888247803],"ulcer_index":[0,6.469914911776084],"force_index":[0,-4974.307644210934],"easy_movement":[0,-0.10820685635391526],"volume_weighted_avg":[0,2.8407629556022296],"channel_index":[0,-62.58546885001204],"williams_r":[0,-84.78257263991541],"mass_index":[0,23.06529774314229],"obv":[0,-65720798],"rsi":[0,32.332728897356404],"rsi_2":[0,5.3919852642921455],"vwma":[0,2.8943668581491933],"macd":[0,0.021032107918256382],"stoch":[0,15.217427360084587],"bb_middle":[0,2.8813100099563598],"bb_low":[0,2.7441892177916962],"bb_upper":[0,3.0184308021210233],"timestamp":[0,"2024-12-12T18:30:00Z"]}],[0,{"open":[0,2.72],"low":[0,2.71],"high":[0,2.77],"close":[0,2.745],"volume":[0,435089],"signal":[0,1],"sma_5":[0,2.7990000247955322],"sma_10":[0,2.8207499742507935],"sma_20":[0,2.868310010433197],"sma_50":[0,3.012272009849548],"sma_100":[0,6.905457003116608],"ema_9":[0,2.8123443105934802],"ema_12":[0,2.8287831469770452],"ema_26":[0,2.939636042114944],"ema_50":[0,3.8173026526605636],"ema_200":[0,13.432142314869775],"ulcer_index":[0,6.318622396222838],"force_index":[0,-8239.566122358872],"easy_movement":[0,-0.18305609993156532],"volume_weighted_avg":[0,2.8232131621007746],"channel_index":[0,-0.9140094875591269],"williams_r":[0,-96.00000381469727],"mass_index":[0,22.997991567618605],"obv":[0,-66383559],"rsi":[0,28.403806371322588],"rsi_2":[0,0.9817336479679852],"vwma":[0,2.881499621795384],"macd":[0,0.01606509428137634],"stoch":[0,3.9999961853027344],"bb_middle":[0,2.868310010433197],"bb_low":[0,2.72568339594664],"bb_upper":[0,3.0109366249197542],"timestamp":[0,"2024-12-12T19:30:00Z"]}],[0,{"open":[0,2.745],"low":[0,2.731],"high":[0,2.8],"close":[0,2.795],"volume":[0,416620],"signal":[0,1],"sma_5":[0,2.778999996185303],"sma_10":[0,2.813349962234497],"sma_20":[0,2.8585600018501283],"sma_50":[0,2.9997980070114134],"sma_100":[0,6.661857006549835],"ema_9":[0,2.7988754258300266],"ema_12":[0,2.815893480871542],"ema_26":[0,2.925761789668587],"ema_50":[0,3.797127073784391],"ema_200":[0,13.765414745632121],"ulcer_index":[0,5.924753149323555],"force_index":[0,-6129.080031826674],"easy_movement":[0,-0.15556354259035565],"volume_weighted_avg":[0,2.813289737129026],"channel_index":[0,6.948634634675427],"williams_r":[0,-84.09098051795347],"mass_index":[0,23.034205844762376],"obv":[0,-66305113],"rsi":[0,30.22194495429271],"rsi_2":[0,28.117472925383012],"vwma":[0,2.8677584153961844],"macd":[0,0.014329749930963892],"stoch":[0,15.90901948204654],"bb_middle":[0,2.8585600018501283],"bb_low":[0,2.710319368729388],"bb_upper":[0,3.0068006349708685],"timestamp":[0,"2024-12-12T20:30:00Z"]}],[0,{"open":[0,2.78],"low":[0,2.7],"high":[0,2.81],"close":[0,2.77],"volume":[0,561660],"signal":[0,1],"sma_5":[0,2.775],"sma_10":[0,2.807849979400635],"sma_20":[0,2.8483100056648256],"sma_50":[0,2.9881980085372923],"sma_100":[0,6.406807014942169],"ema_9":[0,2.79810035584744],"ema_12":[0,2.812679090371289],"ema_26":[0,2.915907537240353],"ema_50":[0,3.7510548231971876],"ema_200":[0,13.520142524721484],"ulcer_index":[0,5.734654656009938],"force_index":[0,-2277.7170144518122],"easy_movement":[0,-0.10379781956348996],"volume_weighted_avg":[0,2.8072594997733504],"channel_index":[0,13.870680573355102],"williams_r":[0,-50.72458560061478],"mass_index":[0,23.09509203565861],"obv":[0,-65592731],"rsi":[0,36.525524009103904],"rsi_2":[0,74.5729369648981],"vwma":[0,2.8417023357245887],"macd":[0,0.01656204819973331],"stoch":[0,49.27541439938523],"bb_middle":[0,2.8483100056648256],"bb_low":[0,2.7128037186045884],"bb_upper":[0,2.983816292725063],"timestamp":[0,"2024-12-13T14:30:00Z"]}],[0,{"open":[0,2.77],"low":[0,2.69],"high":[0,2.8],"close":[0,2.725],"volume":[0,419226],"signal":[0,2],"sma_5":[0,2.7670000076293944],"sma_10":[0,2.8018499851226806],"sma_20":[0,2.83756000995636],"sma_50":[0,2.9765980100631713],"sma_100":[0,6.155207011699677],"ema_9":[0,2.792480281586403],"ema_12":[0,2.806113270849287],"ema_26":[0,2.906713381253376],"ema_50":[0,3.777567911688872],"ema_200":[0,14.71913678451912],"ulcer_index":[0,5.4348078678605605],"force_index":[0,-3954.22637335767],"easy_movement":[0,-0.07389264079534831],"volume_weighted_avg":[0,2.799248983745995],"channel_index":[0,54.51838545522838],"williams_r":[0,-61.11116262127885],"mass_index":[0,23.31897324497517],"obv":[0,-66936339],"rsi":[0,33.92594780685549],"rsi_2":[0,45.29814229517402],"vwma":[0,2.8276591250995535],"macd":[0,0.01740211475009866],"stoch":[0,38.88883737872115],"bb_middle":[0,2.83756000995636],"bb_low":[0,2.7135061062600454],"bb_upper":[0,2.9616139136526747],"timestamp":[0,"2024-12-13T15:30:00Z"]}],[0,{"open":[0,2.72],"low":[0,2.72],"high":[0,2.76],"close":[0,2.735],"volume":[0,146625],"signal":[0,1],"sma_5":[0,2.7529999732971193],"sma_10":[0,2.7889999866485597],"sma_20":[0,2.8268100023269653],"sma_50":[0,2.966298007965088],"sma_100":[0,5.867657015323639],"ema_9":[0,2.7789842065663763],"ema_12":[0,2.793634392590347],"ema_26":[0,2.8940804860997016],"ema_50":[0,3.7696074142267095],"ema_200":[0,15.269327030047863],"ulcer_index":[0,5.104285436180665],"force_index":[0,-6077.3105016470545],"easy_movement":[0,-0.06404801380295934],"volume_weighted_avg":[0,2.7964814088776624],"channel_index":[0,12.862743268939344],"williams_r":[0,-81.57903322550123],"mass_index":[0,23.63929438540121],"obv":[0,-68900319],"rsi":[0,30.535772863758183],"rsi_2":[0,18.77071820725257],"vwma":[0,2.8170226251575348],"macd":[0,0.015095792343915865],"stoch":[0,18.420966774498755],"bb_middle":[0,2.8268100023269653],"bb_low":[0,2.702865324459876],"bb_upper":[0,2.9507546801940547],"timestamp":[0,"2024-12-13T16:30:00Z"]}],[0,{"open":[0,2.735],"low":[0,2.725],"high":[0,2.79],"close":[0,2.7891],"volume":[0,194053],"signal":[0,1],"sma_5":[0,2.753999948501587],"sma_10":[0,2.7764999866485596],"sma_20":[0,2.8170599937438965],"sma_50":[0,2.959198007583618],"sma_100":[0,5.562007021903992],"ema_9":[0,2.7701873439864704],"ema_12":[0,2.784613622686732],"ema_26":[0,2.8816589421871224],"ema_50":[0,3.703351435829362],"ema_200":[0,14.628476847176923],"ulcer_index":[0,4.894323006077031],"force_index":[0,-5003.7671656001685],"easy_movement":[0,-0.05118978965475723],"volume_weighted_avg":[0,2.793188998198251],"channel_index":[0,-76.35010467917863],"williams_r":[0,-76.31588193515519],"mass_index":[0,23.840348124391458],"obv":[0,-67923122],"rsi":[0,31.841076861231983],"rsi_2":[0,35.54633931155543],"vwma":[0,2.812566228892274],"macd":[0,0.01398714614862509],"stoch":[0,23.684118064844814],"bb_middle":[0,2.8170599937438965],"bb_low":[0,2.6964854782739307],"bb_upper":[0,2.9376345092138623],"timestamp":[0,"2024-12-13T17:30:00Z"]}],[0,{"open":[0,2.7811],"low":[0,2.77],"high":[0,2.8],"close":[0,2.7715],"volume":[0,133174],"signal":[0,1],"sma_5":[0,2.7628199577331545],"sma_10":[0,2.7709099769592287],"sma_20":[0,2.8085299849510195],"sma_50":[0,2.9543580055236816],"sma_100":[0,5.270928027629853],"ema_9":[0,2.7739698616024304],"ema_12":[0,2.785303843140708],"ema_26":[0,2.874958646255664],"ema_50":[0,3.6737773918129024],"ema_200":[0,14.636854551766696],"ulcer_index":[0,4.676815324588429],"force_index":[0,-2790.8162720015825],"easy_movement":[0,-0.04279063493391325],"volume_weighted_avg":[0,2.7898692169948256],"channel_index":[0,-59.91812788021918],"williams_r":[0,-47.8421870255158],"mass_index":[0,24.021662928467045],"obv":[0,-68220076],"rsi":[0,38.496488740536115],"rsi_2":[0,80.07349951843152],"vwma":[0,2.80464576723076],"macd":[0,0.017300183185721407],"stoch":[0,52.157812974484195],"bb_middle":[0,2.8085299849510195],"bb_low":[0,2.706872313426551],"bb_upper":[0,2.910187656475488],"timestamp":[0,"2024-12-13T18:30:00Z"]}],[0,{"open":[0,2.78],"low":[0,2.78],"high":[0,2.84],"close":[0,2.8212],"volume":[0,365338],"signal":[0,1],"sma_5":[0,2.7581199645996093],"sma_10":[0,2.7665599822998046],"sma_20":[0,2.801604986190796],"sma_50":[0,2.9493880081176758],"sma_100":[0,4.976243011951446],"ema_9":[0,2.773475910458948],"ema_12":[0,2.783179933250806],"ema_26":[0,2.8651789111106805],"ema_50":[0,3.5531800929219135],"ema_200":[0,12.806325841385652],"ulcer_index":[0,4.501432964204011],"force_index":[0,-2709.4077502534856],"easy_movement":[0,-0.012849682729899647],"volume_weighted_avg":[0,2.787572847691479],"channel_index":[0,-84.21232758792517],"williams_r":[0,-57.10524796779593],"mass_index":[0,23.923666255854297],"obv":[0,-65235983],"rsi":[0,37.51428967030832],"rsi_2":[0,55.24260956978398],"vwma":[0,2.8007912875617],"macd":[0,0.017276959136252018],"stoch":[0,42.89475203220407],"bb_middle":[0,2.801604986190796],"bb_low":[0,2.71018580990671],"bb_upper":[0,2.8930241624748816],"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 SAVA 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 SAVA stocks ML model?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
To train our stocks SAVA 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 SAVA 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 SAVA 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#2e474048416e4847405f5b415a4f004d4143"><span class="__cf_email__" data-cfemail="a7cec9c1c8e7c1cec9d6d2c8d3c689c4c8ca">[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="Z1Dx7Ym" prefix="r0" component-url="/_astro/ShareInSocialNetworks.CQXZNP8u.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"url":[0,"https://finquota.com/SAVA/forecast/"],"title":[0,"SAVA Forecast & Prediction for December 27, 2024 Cassava Sciences 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 SAVA ML model is developed exclusively for educational purposes. Any information presented on this page
regarding the '<a href="https://finquota.com/SAVA/forecast/" title="SAVA Forecast & Prediction for December 27, 2024 Cassava Sciences Inc." class="font-bold">"SAVA Forecast & Prediction for December 27, 2024 Cassava Sciences 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>