<!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>KNW Forecast & Prediction for December 13, 2024 Know Labs Inc.</title><link rel="canonical" href="https://finquota.com/KNW/forecast/"><meta name="description" content="KNW Know Labs Inc. Forecast & Prediction for December 13, 2024 – Essential Stocks Market Insights and Trends."><meta name="robots" content="index, follow"><meta property="og:title" content="KNW Forecast & Prediction for December 13, 2024 Know Labs Inc."><meta property="og:type" content="article"><meta property="og:image" content="https://cdn.finquota.com/graph/KNW_graph.png?1734082200"><meta property="og:url" content="https://finquota.com/KNW/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/KNW_graph.png?1734082200"><meta name="twitter:title" content="KNW Forecast & Prediction for December 13, 2024 Know Labs Inc."><meta name="twitter:description" content="KNW Know Labs Inc. Forecast & Prediction for December 13, 2024 – Essential Stocks Market Insights and Trends."><link rel="stylesheet" href="/_astro/@astrojs.Dax2y6Kd.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.Cm8GkYQ8.js"></script>
<script type="module" src="/_astro/page.BiLlAQbz.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.CMpRL6E7.js" component-export="default" renderer-url="/_astro/client.BCQpdM9d.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="/KNW/"> KNW </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"> KNW 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/KNW.png" class="max-h-14 py-2 w-20" alt="Logo Know Labs Inc." width="100" height="100" loading="lazy" decoding="async"> <div class="sm:ml-3 ml-0"> <h1 class="mb-0 text-2xl">KNW</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.knowlabs.co" title="Know Labs Inc.">Know Labs Inc.</a> </h2> </div> </div> <astro-island uid="Z1eTltU" prefix="r3" component-url="/_astro/PriceStockBlock.DGGK0YdL.js" component-export="default" renderer-url="/_astro/client.BCQpdM9d.js" props="{"lastUpdate":[0,"12-12-2024 4:00pm"],"lastPrice":[0,0.24],"dayBefore":[0,0.25]}" 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-12-2024 4:00pm<!-- --> 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>Industrials</p> <p>Industrial Machinery/Components</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>Know Labs Inc is a medical diagnostic. The company is focused on the development, marketing, and sales of proprietary technologies that are capable of uniquely identifying or authenticating almost any substance or material using electromagnetic energy to record, detect, and identify the signature of the substance or material known as Bio-RFID and ChromaID technologies. It is developing a wearable device that will measure blood glucose without fingersticks or microneedles.</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="Z15dl31" component-url="/_astro/MLSpeedometer.Du69sXOW.js" component-export="default" renderer-url="/_astro/client.BCQpdM9d.js" props="{"base":[0,{"id":[0,0],"ticker":[0,"KNW"],"company_name":[0,"Know Labs Inc."],"company_founded":[0,1998],"short_description":[0,"Know Labs Inc is a medical diagnostic. The company is focused on the development, marketing, and sales of proprietary technologies that are capable of uniquely identifying or authenticating almost any substance or material using electromagnetic energy to record, detect, and identify the signature of the substance or material known as Bio-RFID and ChromaID technologies. It is developing a wearable device that will measure blood glucose without fingersticks or microneedles."],"description":[0,""],"company_url":[0,"https://www.knowlabs.co"],"logo_url":[0,"/company-logo/KNW.png"],"country":[0,"United States"],"city":[0,"SEATTLE"],"employees":[0,0],"industry":[0,"Industrial Machinery/Components"],"sector":[0,"Industrials"],"market":[0,"stocks"],"exchange":[0,"Nasdaq"],"market_cap":[0,23781545],"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,"KNW"],"accuracy":[0,0.8558201],"rsi":[0,51.88847169598792],"supports":[0,0.21],"resistances":[0,0.25],"rsi_range":[0,"{\"percent_5\":13.7384387408502,\"percent_10\":16.40900845235761,\"percent_15\":21.636354314524425,\"percent_20\":23.7311298961814,\"percent_25\":25.842849150257152,\"percent_30\":27.29137829009693,\"percent_35\":29.723360794093523,\"percent_40\":34.87148083024644,\"percent_65\":41.91730811680308,\"percent_70\":44.08961062549907,\"percent_75\":45.04256492987212,\"percent_80\":47.2781841621239,\"percent_85\":48.921434674744,\"percent_90\":52.205256451092446,\"percent_min\":7.3170667883183,\"percent_max\":58.15801270769166,\"percent_median\":38.11127056191036}"],"atr":[0,0.03000000012772424],"macd":[0,0.0007997248776998715],"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.060000017285346985],"stoch_oscillator":[0,27.272728504228205],"stoch_oscillator_range":[0,"{\"percent_10\":2.7777750183035925,\"percent_15\":6.521739693805742,\"percent_20\":8.333336437741407,\"percent_25\":12.49998603016367,\"percent_75\":50,\"percent_80\":50.00001862644844,\"percent_85\":57.14283889653934,\"percent_90\":62.500027939683065,\"percent_max\":87.5000093132277,\"percent_median\":28.57141944826967}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-12T14:30:00Z"]}],"hourly":[0,{"ticker":[0,"KNW"],"accuracy":[0,0.82978725],"rsi":[0,53.072804697583756],"rsi_range":[0,"{\"percent_5\":44.07946919841026,\"percent_10\":46.52735397016795,\"percent_15\":48.07856916355869,\"percent_20\":48.9199717216907,\"percent_25\":49.24508864228289,\"percent_30\":49.811627701715715,\"percent_35\":50.49119852488869,\"percent_40\":50.654342654994544,\"percent_65\":52.08241482205328,\"percent_70\":52.31672936194517,\"percent_75\":52.68779192738733,\"percent_80\":53.23444569595861,\"percent_85\":53.682064366433316,\"percent_90\":54.6285716798581,\"percent_min\":5.985228564594763,\"percent_max\":72.37996279011398,\"percent_median\":51.089294843830814}"],"atr":[0,0.02425007415669305],"supports":[0,0.25],"resistances":[0,0.27],"macd":[0,-0.00010648491735699636],"is_macd_crossed_up":[0,false],"is_macd_crossed_down":[0,true],"is_macd_crossed_above_zero":[0,false],"is_macd_crossed_below_zero":[0,true],"tr":[0,0.004700005054473877],"stoch_oscillator":[0,22.53164869740751],"stoch_oscillator_range":[0,"{\"percent_5\":0.45455315142627817,\"percent_10\":8.361246016181964,\"percent_15\":16.230365675219492,\"percent_20\":22.53164869740751,\"percent_25\":25.852273047976094,\"percent_75\":92.97520465236421,\"percent_80\":94.83394644575232,\"percent_85\":95.92308226633374,\"percent_90\":96.43296505857947,\"percent_max\":99.91489217614846,\"percent_median\":59.26334435931982}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-12T20:30:00Z"]}]}],"sample":[0,{"daily":[1,[[0,{"open":[0,0.64],"low":[0,0.64],"high":[0,0.69],"close":[0,0.69],"volume":[0,41300],"signal":[0,0],"sma_5":[0,0.6159999966621399],"sma_10":[0,0.6049999952316284],"sma_20":[0,0.6264999955892563],"sma_50":[0,0.6459999972581864],"sma_100":[0,0.5841999942064285],"ema_9":[0,0.61725668539678],"ema_12":[0,0.6185266516792732],"ema_26":[0,0.626923708720419],"ema_50":[0,0.6187378166087995],"ema_200":[0,0.5279115588233884],"ulcer_index":[0,9.127618474137194],"force_index":[0,706.2706595275282],"easy_movement":[0,-0.07492428421396766],"volume_weighted_avg":[0,0.6077519192175033],"channel_index":[0,-25.375758168735416],"williams_r":[0,-26.315796078077064],"mass_index":[0,23.712465999934846],"obv":[0,1722300],"rsi":[0,53.52455625018754],"rsi_2":[0,89.1533965656524],"vwma":[0,0.6135543718667021],"macd":[0,0.0011626106931024918],"stoch":[0,73.68420392192293],"bb_middle":[0,0.6264999955892563],"bb_low":[0,0.5647666940781385],"bb_upper":[0,0.6882332971003741],"timestamp":[0,"2024-04-29T14:30:00Z"]}],[0,{"open":[0,0.69],"low":[0,0.65],"high":[0,0.7],"close":[0,0.65],"volume":[0,32600],"signal":[0,1],"sma_5":[0,0.6319999933242798],"sma_10":[0,0.610999995470047],"sma_20":[0,0.6289999961853028],"sma_50":[0,0.6499999970197677],"sma_100":[0,0.5869999942183495],"ema_9":[0,0.631805347840587],"ema_12":[0,0.6295225510541257],"ema_26":[0,0.6315960264163741],"ema_50":[0,0.6215324119424078],"ema_200":[0,0.5295243791098803],"ulcer_index":[0,9.093708043721117],"force_index":[0,841.3719052164822],"easy_movement":[0,0.07718147044762762],"volume_weighted_avg":[0,0.6083868888100861],"channel_index":[0,-44.03589124235529],"williams_r":[0,-5.2631529414422],"mass_index":[0,0],"obv":[0,1763600],"rsi":[0,58.57094685930564],"rsi_2":[0,95.8846091227233],"vwma":[0,0.6149234184201985],"macd":[0,0.005988953897599873],"stoch":[0,94.7368470585578],"bb_middle":[0,0.6289999961853028],"bb_low":[0,0.561501843555429],"bb_upper":[0,0.6964981488151766],"timestamp":[0,"2024-04-30T14:30:00Z"]}],[0,{"open":[0,0.66],"low":[0,0.64],"high":[0,0.66],"close":[0,0.64],"volume":[0,11100],"signal":[0,1],"sma_5":[0,0.6459999918937683],"sma_10":[0,0.6129999935626984],"sma_20":[0,0.6294999957084656],"sma_50":[0,0.6531999963521957],"sma_100":[0,0.5893999940156937],"ema_9":[0,0.6354442735163203],"ema_12":[0,0.6326729274819646],"ema_26":[0,0.6329865576411112],"ema_50":[0,0.6237471393018521],"ema_200":[0,0.5527957246752233],"ulcer_index":[0,9.149083005006634],"force_index":[0,534.9180915366735],"easy_movement":[0,0.25089188407266627],"volume_weighted_avg":[0,0.6083571492443558],"channel_index":[0,-59.65210850708355],"williams_r":[0,-26.315796078077064],"mass_index":[0,23.9231634715181],"obv":[0,1400500],"rsi":[0,52.42852740196903],"rsi_2":[0,42.78337690611812],"vwma":[0,0.6150373725624106],"macd":[0,0.006233683915045355],"stoch":[0,73.68420392192293],"bb_middle":[0,0.6294999957084656],"bb_low":[0,0.5615367667660227],"bb_upper":[0,0.6974632246509085],"timestamp":[0,"2024-05-01T14:30:00Z"]}],[0,{"open":[0,0.62],"low":[0,0.62],"high":[0,0.69],"close":[0,0.68],"volume":[0,34600],"signal":[0,1],"sma_5":[0,0.649999988079071],"sma_10":[0,0.6209999918937683],"sma_20":[0,0.6294999957084656],"sma_50":[0,0.6561999958753586],"sma_100":[0,0.5910999938845635],"ema_9":[0,0.6363554159724035],"ema_12":[0,0.6338001727652177],"ema_26":[0,0.6335515303062803],"ema_50":[0,0.6262150927988179],"ema_200":[0,0.5904510641198795],"ulcer_index":[0,9.343551842102563],"force_index":[0,442.67211892251447],"easy_movement":[0,-0.15243964505359336],"volume_weighted_avg":[0,0.6064531134156235],"channel_index":[0,-90.9409422122086],"williams_r":[0,-31.578949019519264],"mass_index":[0,23.937614294347622],"obv":[0,935800],"rsi":[0,50.967673518549546],"rsi_2":[0,33.50562462274824],"vwma":[0,0.6143955733073132],"macd":[0,0.00549450627824112],"stoch":[0,68.42105098048073],"bb_middle":[0,0.6294999957084656],"bb_low":[0,0.5615367667660227],"bb_upper":[0,0.6974632246509085],"timestamp":[0,"2024-05-02T14:30:00Z"]}],[0,{"open":[0,0.68],"low":[0,0.68],"high":[0,0.69],"close":[0,0.68],"volume":[0,8500],"signal":[0,1],"sma_5":[0,0.6619999885559082],"sma_10":[0,0.6299999952316284],"sma_20":[0,0.6314999967813492],"sma_50":[0,0.6601999962329864],"sma_100":[0,0.5921999940276146],"ema_9":[0,0.6450843341962121],"ema_12":[0,0.6409078362591258],"ema_26":[0,0.6369648825325094],"ema_50":[0,0.627225952834255],"ema_200":[0,0.569269514973252],"ulcer_index":[0,9.343065366420511],"force_index":[0,577.1081827643246],"easy_movement":[0,-0.062238516328148696],"volume_weighted_avg":[0,0.6048111941570329],"channel_index":[0,-55.67457216603849],"williams_r":[0,-10.5263058828844],"mass_index":[0,24.014005668948105],"obv":[0,1074900],"rsi":[0,56.15683136249503],"rsi_2":[0,75.68615335563248],"vwma":[0,0.6158052514368232],"macd":[0,0.007316409402251987],"stoch":[0,89.4736941171156],"bb_middle":[0,0.6314999967813492],"bb_low":[0,0.5601487477078778],"bb_upper":[0,0.7028512458548205],"timestamp":[0,"2024-05-03T14:30:00Z"]}],[0,{"open":[0,0.68],"low":[0,0.62],"high":[0,0.68],"close":[0,0.62],"volume":[0,93100],"signal":[0,1],"sma_5":[0,0.6679999947547912],"sma_10":[0,0.6419999957084656],"sma_20":[0,0.6334999978542328],"sma_50":[0,0.6643999963998795],"sma_100":[0,0.5938999941945076],"ema_9":[0,0.6520674687915552],"ema_12":[0,0.6469220175082135],"ema_26":[0,0.6401617614284733],"ema_50":[0,0.6296616406588507],"ema_200":[0,0.5777288314081742],"ulcer_index":[0,9.213956272511002],"force_index":[0,494.66147862498826],"easy_movement":[0,0.31741297933642515],"volume_weighted_avg":[0,0.6039656462631543],"channel_index":[0,-90.59246196313232],"williams_r":[0,-10.5263058828844],"mass_index":[0,24.04797172635421],"obv":[0,1009800],"rsi":[0,56.14923521424693],"rsi_2":[0,75.68615335563248],"vwma":[0,0.6152241153147437],"macd":[0,0.008118517604323243],"stoch":[0,89.4736941171156],"bb_middle":[0,0.6334999978542328],"bb_low":[0,0.5591292982066323],"bb_upper":[0,0.7078706975018334],"timestamp":[0,"2024-05-06T14:30:00Z"]}],[0,{"open":[0,0.65],"low":[0,0.63],"high":[0,0.67],"close":[0,0.63],"volume":[0,28500],"signal":[0,1],"sma_5":[0,0.6539999961853027],"sma_10":[0,0.6429999947547913],"sma_20":[0,0.6324999988079071],"sma_50":[0,0.6671999967098237],"sma_100":[0,0.5947999945282936],"ema_9":[0,0.6456539759971038],"ema_12":[0,0.6427801721734867],"ema_26":[0,0.6386910277169437],"ema_50":[0,0.6301980467355239],"ema_200":[0,0.5965432632575642],"ulcer_index":[0,9.471139162521744],"force_index":[0,-373.9796296591067],"easy_movement":[0,0.2500341266545361],"volume_weighted_avg":[0,0.6044423212547197],"channel_index":[0,40.14626448077864],"williams_r":[0,-42.105254902403665],"mass_index":[0,24.160547379197467],"obv":[0,681000],"rsi":[0,47.42634502095962],"rsi_2":[0,15.747994522081314],"vwma":[0,0.614696998896971],"macd":[0,0.004386795319373671],"stoch":[0,57.894745097596335],"bb_middle":[0,0.6324999988079071],"bb_low":[0,0.5579681199373109],"bb_upper":[0,0.7070318776785033],"timestamp":[0,"2024-05-07T14:30:00Z"]}],[0,{"open":[0,0.66],"low":[0,0.61],"high":[0,0.66],"close":[0,0.62],"volume":[0,29800],"signal":[0,1],"sma_5":[0,0.65],"sma_10":[0,0.6479999959468842],"sma_20":[0,0.6309999972581863],"sma_50":[0,0.666199996471405],"sma_100":[0,0.5952999946475029],"ema_9":[0,0.6425231798928976],"ema_12":[0,0.6408140044451619],"ema_26":[0,0.6381563502860859],"ema_50":[0,0.6345836891785233],"ema_200":[0,0.6851664996859127],"ulcer_index":[0,8.709195516455214],"force_index":[0,-279.7615927790768],"easy_movement":[0,0.35488338810881265],"volume_weighted_avg":[0,0.6131720797649558],"channel_index":[0,-57.4145472399647],"williams_r":[0,-36.842101960961465],"mass_index":[0,24.288373062762577],"obv":[0,138400],"rsi":[0,48.793381538741286],"rsi_2":[0,33.34369351253534],"vwma":[0,0.6132726121671979],"macd":[0,0.002502822555461974],"stoch":[0,63.15789803903853],"bb_middle":[0,0.6309999972581863],"bb_low":[0,0.557542522135765],"bb_upper":[0,0.7044574723806076],"timestamp":[0,"2024-05-08T14:30:00Z"]}],[0,{"open":[0,0.63],"low":[0,0.6],"high":[0,0.63],"close":[0,0.6],"volume":[0,66100],"signal":[0,2],"sma_5":[0,0.6460000038146972],"sma_10":[0,0.6479999959468842],"sma_20":[0,0.6294999986886978],"sma_50":[0,0.6651999962329864],"sma_100":[0,0.5932999947667121],"ema_9":[0,0.6380185448842888],"ema_12":[0,0.6376118550952825],"ema_26":[0,0.6368478033786735],"ema_50":[0,0.6354762493451442],"ema_200":[0,0.7139481807494108],"ulcer_index":[0,8.54504815543354],"force_index":[0,-282.3478456894645],"easy_movement":[0,0.11280225641422884],"volume_weighted_avg":[0,0.6257327506202819],"channel_index":[0,-54.170661191404434],"williams_r":[0,-44.4444334065477],"mass_index":[0,24.4279527681981],"obv":[0,-434800],"rsi":[0,47.38495329159682],"rsi_2":[0,23.519700269094827],"vwma":[0,0.6124981082745318],"macd":[0,0.0005335689249027708],"stoch":[0,55.5555665934523],"bb_middle":[0,0.6294999986886978],"bb_low":[0,0.5564315321943],"bb_upper":[0,0.7025684651830956],"timestamp":[0,"2024-05-09T14:30:00Z"]}],[0,{"open":[0,0.59],"low":[0,0.59],"high":[0,0.67],"close":[0,0.63],"volume":[0,101200],"signal":[0,1],"sma_5":[0,0.6300000071525573],"sma_10":[0,0.6459999978542328],"sma_20":[0,0.6259999990463256],"sma_50":[0,0.6621999967098237],"sma_100":[0,0.5902999952435494],"ema_9":[0,0.6304148406635803],"ema_12":[0,0.6318254161829194],"ema_26":[0,0.6340910625394882],"ema_50":[0,0.6329866725234432],"ema_200":[0,0.690741784837209],"ulcer_index":[0,8.118912043213305],"force_index":[0,-430.8274890324406],"easy_movement":[0,0.28783730515047484],"volume_weighted_avg":[0,0.6258249785337938],"channel_index":[0,-2.2315231964130695],"williams_r":[0,-55.555533479762076],"mass_index":[0,24.56798071418666],"obv":[0,202700],"rsi":[0,44.66491103518629],"rsi_2":[0,10.796218033673512],"vwma":[0,0.6102108414456928],"macd":[0,-0.0020315479531044143],"stoch":[0,44.44446652023793],"bb_middle":[0,0.6259999990463256],"bb_low":[0,0.5543341060606143],"bb_upper":[0,0.697665892032037],"timestamp":[0,"2024-05-10T14:30:00Z"]}],[0,{"open":[0,0.64],"low":[0,0.63],"high":[0,0.69],"close":[0,0.69],"volume":[0,50200],"signal":[0,1],"sma_5":[0,0.6200000047683716],"sma_10":[0,0.6439999997615814],"sma_20":[0,0.6244999974966049],"sma_50":[0,0.6591999971866608],"sma_100":[0,0.5881999954581261],"ema_9":[0,0.6303318715507087],"ema_12":[0,0.631544574964768],"ema_26":[0,0.6337289231965284],"ema_50":[0,0.6304897848059356],"ema_200":[0,0.6423134618629978],"ulcer_index":[0,8.09873268237444],"force_index":[0,64.36359539066217],"easy_movement":[0,0.1813452370376478],"volume_weighted_avg":[0,0.6286786772556849],"channel_index":[0,48.66969098920602],"williams_r":[0,-38.888883369940515],"mass_index":[0,24.84435677516172],"obv":[0,594000],"rsi":[0,49.4001245612918],"rsi_2":[0,65.9905784378222],"vwma":[0,0.6087832169314722],"macd":[0,-0.0016352632316163332],"stoch":[0,61.111116630059485],"bb_middle":[0,0.6244999974966049],"bb_low":[0,0.5545071419819537],"bb_upper":[0,0.6944928530112561],"timestamp":[0,"2024-05-13T14:30:00Z"]}],[0,{"open":[0,0.69],"low":[0,0.64],"high":[0,0.72],"close":[0,0.7],"volume":[0,337300],"signal":[0,0],"sma_5":[0,0.6340000033378601],"sma_10":[0,0.6439999997615814],"sma_20":[0,0.6274999976158142],"sma_50":[0,0.6561999976634979],"sma_100":[0,0.587999995648861],"ema_9":[0,0.642265496771878],"ema_12":[0,0.6405377191343595],"ema_26":[0,0.6379153347325289],"ema_50":[0,0.6335557538667621],"ema_200":[0,0.6575030176688803],"ulcer_index":[0,7.259532608943876],"force_index":[0,485.49967262724397],"easy_movement":[0,0.4374636410005312],"volume_weighted_avg":[0,0.6379178750607789],"channel_index":[0,-26.664964775271937],"williams_r":[0,-5.555550036607185],"mass_index":[0,25.09598031663989],"obv":[0,149600],"rsi":[0,57.22924440661489],"rsi_2":[0,90.21306244207918],"vwma":[0,0.6108565926377115],"macd":[0,0.0025602719560412603],"stoch":[0,94.44444996339281],"bb_middle":[0,0.6274999976158142],"bb_low":[0,0.5519023797410432],"bb_upper":[0,0.7030976154905852],"timestamp":[0,"2024-05-14T14:30:00Z"]}],[0,{"open":[0,0.7],"low":[0,0.67],"high":[0,0.71],"close":[0,0.7],"volume":[0,265200],"signal":[0,1],"sma_5":[0,0.6480000019073486],"sma_10":[0,0.6490000009536743],"sma_20":[0,0.6309999972581863],"sma_50":[0,0.6521999979019165],"sma_100":[0,0.5874999955296516],"ema_9":[0,0.6538123950007242],"ema_12":[0,0.6496857516173655],"ema_26":[0,0.6424414627655254],"ema_50":[0,0.6332324703009157],"ema_200":[0,0.5990656433717099],"ulcer_index":[0,6.98017435938267],"force_index":[0,898.0239251615828],"easy_movement":[0,0.6834721549737058],"volume_weighted_avg":[0,0.6630340025448275],"channel_index":[0,296.518889622837],"williams_r":[0,-15.384640072919375],"mass_index":[0,25.417725253159514],"obv":[0,1176500],"rsi":[0,58.42443594322269],"rsi_2":[0,92.0907839652167],"vwma":[0,0.6284890847607612],"macd":[0,0.0056533554214108035],"stoch":[0,84.61535992708062],"bb_middle":[0,0.6309999972581863],"bb_low":[0,0.5490487949230642],"bb_upper":[0,0.7129511995933084],"timestamp":[0,"2024-05-15T14:30:00Z"]}],[0,{"open":[0,0.65],"low":[0,0.61],"high":[0,0.7],"close":[0,0.7],"volume":[0,213700],"signal":[0,1],"sma_5":[0,0.6639999985694885],"sma_10":[0,0.6550000011920929],"sma_20":[0,0.6379999965429306],"sma_50":[0,0.6493999981880187],"sma_100":[0,0.5885999956727028],"ema_9":[0,0.6630499136000971],"ema_12":[0,0.6574263989341549],"ema_26":[0,0.6466686896578143],"ema_50":[0,0.6343863349722557],"ema_200":[0,0.5706398613110957],"ulcer_index":[0,6.689159474436741],"force_index":[0,769.6805662164928],"easy_movement":[0,0.31256636329695425],"volume_weighted_avg":[0,0.6720340240176575],"channel_index":[0,194.6629379416836],"williams_r":[0,-15.384640072919375],"mass_index":[0,25.688225066907975],"obv":[0,1404000],"rsi":[0,58.445253866146864],"rsi_2":[0,92.0907839652167],"vwma":[0,0.645572601145325],"macd":[0,0.007287227842222299],"stoch":[0,84.61535992708062],"bb_middle":[0,0.6379999965429306],"bb_low":[0,0.5576009947054621],"bb_upper":[0,0.7183989983803991],"timestamp":[0,"2024-05-16T14:30:00Z"]}],[0,{"open":[0,0.7],"low":[0,0.64],"high":[0,0.7],"close":[0,0.65],"volume":[0,20800],"signal":[0,1],"sma_5":[0,0.6839999914169311],"sma_10":[0,0.6569999992847443],"sma_20":[0,0.6434999972581863],"sma_50":[0,0.6481999981403351],"sma_100":[0,0.5904999956488609],"ema_9":[0,0.6704399285101512],"ema_12":[0,0.6639761857702582],"ema_26":[0,0.6506509778393825],"ema_50":[0,0.6382408302334854],"ema_200":[0,0.5976783704036518],"ulcer_index":[0,6.641413664285437],"force_index":[0,659.7233958478387],"easy_movement":[0,0.15956878545464487],"volume_weighted_avg":[0,0.6774642026863772],"channel_index":[0,160.7062974313487],"williams_r":[0,-15.384640072919375],"mass_index":[0,26.030287470108746],"obv":[0,1250400],"rsi":[0,58.42881357140856],"rsi_2":[0,92.0907839652167],"vwma":[0,0.6635967509395689],"macd":[0,0.007924199931901391],"stoch":[0,84.61535992708062],"bb_middle":[0,0.6434999972581863],"bb_low":[0,0.5619463411910166],"bb_upper":[0,0.725053653325356],"timestamp":[0,"2024-05-17T14:30:00Z"]}],[0,{"open":[0,0.7],"low":[0,0.66],"high":[0,0.7],"close":[0,0.66],"volume":[0,19900],"signal":[0,1],"sma_5":[0,0.6879999876022339],"sma_10":[0,0.6539999961853027],"sma_20":[0,0.6479999959468842],"sma_50":[0,0.6475999975204467],"sma_100":[0,0.5911999955773354],"ema_9":[0,0.6663519380112309],"ema_12":[0,0.6618259918946231],"ema_26":[0,0.6505391122289329],"ema_50":[0,0.6361391515595866],"ema_200":[0,0.5466962960920764],"ulcer_index":[0,6.910332277888796],"force_index":[0,416.94001881198267],"easy_movement":[0,0.2956837668942979],"volume_weighted_avg":[0,0.6766217920401538],"channel_index":[0,-74.18623088788483],"williams_r":[0,-53.8461714806567],"mass_index":[0,26.270519682538293],"obv":[0,1711900],"rsi":[0,50.008399238466126],"rsi_2":[0,10.61637699240049],"vwma":[0,0.6651111320557056],"macd":[0,0.004627859864381759],"stoch":[0,46.15382851934331],"bb_middle":[0,0.6479999959468842],"bb_low":[0,0.5760000030199591],"bb_upper":[0,0.7199999888738092],"timestamp":[0,"2024-05-20T14:30:00Z"]}],[0,{"open":[0,0.67],"low":[0,0.65],"high":[0,0.7],"close":[0,0.67],"volume":[0,30300],"signal":[0,1],"sma_5":[0,0.6819999933242797],"sma_10":[0,0.6579999983310699],"sma_20":[0,0.6504999965429306],"sma_50":[0,0.6475999975204467],"sma_100":[0,0.5933999958634376],"ema_9":[0,0.6650815556562306],"ema_12":[0,0.6615450746552755],"ema_26":[0,0.6512444666166989],"ema_50":[0,0.6372579306682494],"ema_200":[0,0.5515024566383366],"ulcer_index":[0,6.9054030048235395],"force_index":[0,385.78784981396626],"easy_movement":[0,0.3297059935751811],"volume_weighted_avg":[0,0.6770413998980075],"channel_index":[0,-68.48375597621126],"williams_r":[0,-46.15382851934331],"mass_index":[0,26.253532049004686],"obv":[0,1496800],"rsi":[0,51.51812527523909],"rsi_2":[0,33.98009656516513],"vwma":[0,0.6683185997258442],"macd":[0,0.002919044689825786],"stoch":[0,53.8461714806567],"bb_middle":[0,0.6504999965429306],"bb_low":[0,0.5805071440939721],"bb_upper":[0,0.720492848991889],"timestamp":[0,"2024-05-21T14:30:00Z"]}],[0,{"open":[0,0.66],"low":[0,0.61],"high":[0,0.66],"close":[0,0.62],"volume":[0,117300],"signal":[0,1],"sma_5":[0,0.6759999990463257],"sma_10":[0,0.6620000004768372],"sma_20":[0,0.6549999982118606],"sma_50":[0,0.6463999974727631],"sma_100":[0,0.59559999614954],"ema_9":[0,0.6660652478628446],"ema_12":[0,0.6628458349682024],"ema_26":[0,0.6526337666220768],"ema_50":[0,0.638541934041624],"ema_200":[0,0.5526815368378487],"ulcer_index":[0,6.726501847493175],"force_index":[0,373.95682355070306],"easy_movement":[0,0.5925218865268269],"volume_weighted_avg":[0,0.6771936518887948],"channel_index":[0,-52.96560213252917],"williams_r":[0,-38.46153140773732],"mass_index":[0,26.306407341243172],"obv":[0,1527100],"rsi":[0,53.04714208233812],"rsi_2":[0,56.64488880364483],"vwma":[0,0.6718504770499433],"macd":[0,0.0022644039978997974],"stoch":[0,61.538468592262674],"bb_middle":[0,0.6549999982118606],"bb_low":[0,0.5925500252907057],"bb_upper":[0,0.7174499711330156],"timestamp":[0,"2024-05-22T14:30:00Z"]}],[0,{"open":[0,0.67],"low":[0,0.63],"high":[0,0.68],"close":[0,0.64],"volume":[0,82200],"signal":[0,1],"sma_5":[0,0.6600000023841858],"sma_10":[0,0.6620000004768372],"sma_20":[0,0.6549999982118606],"sma_50":[0,0.6457999980449677],"sma_100":[0,0.5972999963164329],"ema_9":[0,0.6568521992561722],"ema_12":[0,0.6562541721185263],"ema_26":[0,0.6502437266175197],"ema_50":[0,0.6389131518524804],"ema_200":[0,0.5754239557453037],"ulcer_index":[0,7.377346499479595],"force_index":[0,-517.3183432093641],"easy_movement":[0,0.3984798690931835],"volume_weighted_avg":[0,0.6722686104969778],"channel_index":[0,43.30661612926911],"williams_r":[0,-76.92306281547464],"mass_index":[0,26.15993090152493],"obv":[0,1246200],"rsi":[0,45.3318353408263],"rsi_2":[0,12.777921953017653],"vwma":[0,0.6710331786036415],"macd":[0,-0.0015151304432911546],"stoch":[0,23.076937184525356],"bb_middle":[0,0.6549999982118606],"bb_low":[0,0.5925500252907057],"bb_upper":[0,0.7174499711330156],"timestamp":[0,"2024-05-23T14:30:00Z"]}],[0,{"open":[0,0.64],"low":[0,0.62],"high":[0,0.67],"close":[0,0.63],"volume":[0,66000],"signal":[0,1],"sma_5":[0,0.6480000019073486],"sma_10":[0,0.6659999966621399],"sma_20":[0,0.6559999972581864],"sma_50":[0,0.6449999976158142],"sma_100":[0,0.5985999962687493],"ema_9":[0,0.6534817565479889],"ema_12":[0,0.6537535291649875],"ema_26":[0,0.6494940228806922],"ema_50":[0,0.6393218898544918],"ema_200":[0,0.5834240237998306],"ulcer_index":[0,7.715116794965872],"force_index":[0,-208.56451411336243],"easy_movement":[0,0.23327526930616543],"volume_weighted_avg":[0,0.6704012033588187],"channel_index":[0,0.45997066655449587],"williams_r":[0,-61.538468592262674],"mass_index":[0,25.55390733436098],"obv":[0,1238700],"rsi":[0,48.54295722017166],"rsi_2":[0,46.14377609737034],"vwma":[0,0.6698826414238495],"macd":[0,-0.002601307527979251],"stoch":[0,38.46153140773732],"bb_middle":[0,0.6559999972581864],"bb_low":[0,0.5952052664636918],"bb_upper":[0,0.716794728052681],"timestamp":[0,"2024-05-24T14:30:00Z"]}],[0,{"open":[0,0.62],"low":[0,0.59],"high":[0,0.65],"close":[0,0.6],"volume":[0,66300],"signal":[0,1],"sma_5":[0,0.6440000057220459],"sma_10":[0,0.6659999966621399],"sma_20":[0,0.6549999982118606],"sma_50":[0,0.6443999969959259],"sma_100":[0,0.5995999965071678],"ema_9":[0,0.6487854042887908],"ema_12":[0,0.650099140440726],"ema_26":[0,0.6480591127467806],"ema_50":[0,0.6393224435176077],"ema_200":[0,0.5912450087216198],"ulcer_index":[0,7.701589950947412],"force_index":[0,-273.0522780875646],"easy_movement":[0,0.34027982224762227],"volume_weighted_avg":[0,0.6718193845645423],"channel_index":[0,-19.197296239490264],"williams_r":[0,-69.23076570386866],"mass_index":[0,25.23234951905545],"obv":[0,1075500],"rsi":[0,47.04450695626363],"rsi_2":[0,33.376109590811254],"vwma":[0,0.6689185855417112],"macd":[0,-0.0038450806602244704],"stoch":[0,30.769234296131337],"bb_middle":[0,0.6549999982118606],"bb_low":[0,0.5931938555524078],"bb_upper":[0,0.7168061408713134],"timestamp":[0,"2024-05-28T14:30:00Z"]}],[0,{"open":[0,0.59],"low":[0,0.55],"high":[0,0.6],"close":[0,0.58],"volume":[0,82200],"signal":[0,1],"sma_5":[0,0.6320000052452087],"sma_10":[0,0.6569999992847443],"sma_20":[0,0.6504999995231628],"sma_50":[0,0.6425999975204468],"sma_100":[0,0.6000999966263771],"ema_9":[0,0.6390283282014414],"ema_12":[0,0.6423915845967186],"ema_26":[0,0.6445037261788407],"ema_50":[0,0.6379634463775568],"ema_200":[0,0.5950108835463502],"ulcer_index":[0,8.275911469816936],"force_index":[0,-518.1887432658533],"easy_movement":[0,0.17867648187141677],"volume_weighted_avg":[0,0.6693848411423736],"channel_index":[0,-20.479385728583587],"williams_r":[0,-92.30765703868661],"mass_index":[0,24.914365105565267],"obv":[0,937400],"rsi":[0,42.79196357775801],"rsi_2":[0,12.546660278963842],"vwma":[0,0.6656702646726835],"macd":[0,-0.006392025849022242],"stoch":[0,7.692342961313392],"bb_middle":[0,0.6504999995231628],"bb_low":[0,0.5864765759804291],"bb_upper":[0,0.7145234230658966],"timestamp":[0,"2024-05-29T14:30:00Z"]}],[0,{"open":[0,0.58],"low":[0,0.57],"high":[0,0.58],"close":[0,0.58],"volume":[0,61400],"signal":[0,1],"sma_5":[0,0.6139999985694885],"sma_10":[0,0.6449999988079071],"sma_20":[0,0.6469999998807907],"sma_50":[0,0.6405999970436096],"sma_100":[0,0.6002999964356422],"ema_9":[0,0.6272226592151448],"ema_12":[0,0.632792874483285],"ema_26":[0,0.6397074873503323],"ema_50":[0,0.6349581341693973],"ema_200":[0,0.5801464584421313],"ulcer_index":[0,9.062591868217888],"force_index":[0,-679.0219949431099],"easy_movement":[0,0.16293022499957657],"volume_weighted_avg":[0,0.6655158958669286],"channel_index":[0,-4.851303232644385],"williams_r":[0,-82.35295973846887],"mass_index":[0,24.69450762628581],"obv":[0,899800],"rsi":[0,40.19294940711881],"rsi_2":[0,6.848192721283041],"vwma":[0,0.6618824982037506],"macd":[0,-0.008978694141619453],"stoch":[0,17.64704026153113],"bb_middle":[0,0.6469999998807907],"bb_low":[0,0.575978881721019],"bb_upper":[0,0.7180211180405625],"timestamp":[0,"2024-05-30T14:30:00Z"]}],[0,{"open":[0,0.57],"low":[0,0.57],"high":[0,0.6],"close":[0,0.57],"volume":[0,106100],"signal":[0,2],"sma_5":[0,0.6059999942779541],"sma_10":[0,0.6329999983310699],"sma_20":[0,0.6439999997615814],"sma_50":[0,0.6387999963760376],"sma_100":[0,0.6008999964594841],"ema_9":[0,0.6177781240362928],"ema_12":[0,0.6246708917817824],"ema_26":[0,0.635289255216858],"ema_50":[0,0.632985971100603],"ema_200":[0,0.5838237612245568],"ulcer_index":[0,9.537794580357353],"force_index":[0,-582.012688266667],"easy_movement":[0,0.22776699059547154],"volume_weighted_avg":[0,0.6649081825973808],"channel_index":[0,-33.883818623774026],"williams_r":[0,-82.35295973846887],"mass_index":[0,24.29264107122043],"obv":[0,812700],"rsi":[0,40.18743301386479],"rsi_2":[0,6.848192721283041],"vwma":[0,0.6591862903115017],"macd":[0,-0.010140181667706897],"stoch":[0,17.64704026153113],"bb_middle":[0,0.6439999997615814],"bb_low":[0,0.5672145869140804],"bb_upper":[0,0.7207854126090824],"timestamp":[0,"2024-05-31T14:30:00Z"]}],[0,{"open":[0,0.58],"low":[0,0.57],"high":[0,0.67],"close":[0,0.66],"volume":[0,459200],"signal":[0,1],"sma_5":[0,0.5919999957084656],"sma_10":[0,0.6199999988079071],"sma_20":[0,0.6384999990463257],"sma_50":[0,0.6365999960899353],"sma_100":[0,0.6012999966740609],"ema_9":[0,0.6082224977985228],"ema_12":[0,0.6162599842534224],"ema_26":[0,0.6304530135598643],"ema_50":[0,0.630515932737734],"ema_200":[0,0.5836862112904562],"ulcer_index":[0,10.49781245500722],"force_index":[0,-650.4449424193771],"easy_movement":[0,0.16326575699077012],"volume_weighted_avg":[0,0.660604376967613],"channel_index":[0,17.412585372955075],"williams_r":[0,-88.23530649231259],"mass_index":[0,24.069568976464087],"obv":[0,706600],"rsi":[0,38.81504514504343],"rsi_2":[0,3.5885199390250904],"vwma":[0,0.6536704348520807],"macd":[0,-0.010971878031258504],"stoch":[0,11.76469350768742],"bb_middle":[0,0.6384999990463257],"bb_low":[0,0.5571919447532963],"bb_upper":[0,0.7198080533393552],"timestamp":[0,"2024-06-03T14:30:00Z"]}],[0,{"open":[0,0.66],"low":[0,0.59],"high":[0,0.67],"close":[0,0.66],"volume":[0,123600],"signal":[0,1],"sma_5":[0,0.5980000019073486],"sma_10":[0,0.6210000038146972],"sma_20":[0,0.6375],"sma_50":[0,0.6367999970912933],"sma_100":[0,0.6025999972224235],"ema_9":[0,0.618578003484027],"ema_12":[0,0.6229892214799796],"ema_26":[0,0.6326416811647665],"ema_50":[0,0.6316721716980599],"ema_200":[0,0.5844455527326013],"ulcer_index":[0,10.608318598503482],"force_index":[0,5346.47783016637],"easy_movement":[0,-0.03841013084411081],"volume_weighted_avg":[0,0.659695005103373],"channel_index":[0,341.6472231390551],"williams_r":[0,-35.29411558461457],"mass_index":[0,24.221833513597137],"obv":[0,1165800],"rsi":[0,54.011481927490784],"rsi_2":[0,89.92337594001626],"vwma":[0,0.6548384716834851],"macd":[0,-0.005145046727682848],"stoch":[0,64.70588441538543],"bb_middle":[0,0.6375],"bb_low":[0,0.5577817473866236],"bb_upper":[0,0.7172182526133764],"timestamp":[0,"2024-06-04T14:30:00Z"]}],[0,{"open":[0,0.66],"low":[0,0.64],"high":[0,0.7],"close":[0,0.69],"volume":[0,479200],"signal":[0,1],"sma_5":[0,0.6100000023841858],"sma_10":[0,0.6210000038146972],"sma_20":[0,0.6395000010728836],"sma_50":[0,0.6363999974727631],"sma_100":[0,0.6038999977707863],"ema_9":[0,0.6268624080324304],"ema_12":[0,0.6286831914409126],"ema_26":[0,0.6346682252433796],"ema_50":[0,0.6327830679540593],"ema_200":[0,0.5851973385385062],"ulcer_index":[0,10.717685414034367],"force_index":[0,4582.69878896968],"easy_movement":[0,-0.026060613806922404],"volume_weighted_avg":[0,0.6517862604137563],"channel_index":[0,7.277024043100088],"williams_r":[0,-31.249976716930778],"mass_index":[0,24.43909469902324],"obv":[0,1165800],"rsi":[0,54.01071276809778],"rsi_2":[0,89.92337594001626],"vwma":[0,0.6565062538393126],"macd":[0,-0.001182096676290414],"stoch":[0,68.75002328306923],"bb_middle":[0,0.6395000010728836],"bb_low":[0,0.5596313585905114],"bb_upper":[0,0.7193686435552559],"timestamp":[0,"2024-06-05T14:30:00Z"]}],[0,{"open":[0,0.66],"low":[0,0.66],"high":[0,0.7],"close":[0,0.7],"volume":[0,144300],"signal":[0,1],"sma_5":[0,0.6320000052452087],"sma_10":[0,0.6230000019073486],"sma_20":[0,0.6425000011920929],"sma_50":[0,0.6371999979019165],"sma_100":[0,0.6054999980330468],"ema_9":[0,0.6394899259429961],"ema_12":[0,0.6381165445695963],"ema_26":[0,0.638753237218138],"ema_50":[0,0.6344776935167423],"ema_200":[0,0.5752038703273795],"ulcer_index":[0,10.724483808365],"force_index":[0,5981.750276247965],"easy_movement":[0,-0.001060230589053365],"volume_weighted_avg":[0,0.6546520120424176],"channel_index":[0,278.705981708859],"williams_r":[0,-6.666661368475178],"mass_index":[0,24.627197362185836],"obv":[0,1776700],"rsi":[0,58.046444647954814],"rsi_2":[0,95.40714015457272],"vwma":[0,0.6625557968155612],"macd":[0,0.003315673282073885],"stoch":[0,93.33333863152482],"bb_middle":[0,0.6425000011920929],"bb_low":[0,0.5598259426423504],"bb_upper":[0,0.7251740597418355],"timestamp":[0,"2024-06-06T14:30:00Z"]}],[0,{"open":[0,0.68],"low":[0,0.67],"high":[0,0.77],"close":[0,0.75],"volume":[0,371700],"signal":[0,1],"sma_5":[0,0.6560000061988831],"sma_10":[0,0.6310000002384186],"sma_20":[0,0.6465000003576279],"sma_50":[0,0.6387999975681304],"sma_100":[0,0.6074999979138375],"ema_9":[0,0.651591938366137],"ema_12":[0,0.6476370732286465],"ema_26":[0,0.643280941677588],"ema_50":[0,0.6366810776517121],"ema_200":[0,0.5690880912864098],"ulcer_index":[0,10.724483808365006],"force_index":[0,5333.354839809422],"easy_movement":[0,0.12402755563164658],"volume_weighted_avg":[0,0.6529589038344642],"channel_index":[0,-0.2721524068315985],"williams_r":[0,0],"mass_index":[0,24.818845026591493],"obv":[0,2017300],"rsi":[0,59.33073600667879],"rsi_2":[0,96.62984644625492],"vwma":[0,0.66486223048966],"macd":[0,0.0066352497681086055],"stoch":[0,100],"bb_middle":[0,0.6465000003576279],"bb_low":[0,0.5608787429832105],"bb_upper":[0,0.7321212577320453],"timestamp":[0,"2024-06-07T14:30:00Z"]}],[0,{"open":[0,0.75],"low":[0,0.69],"high":[0,0.77],"close":[0,0.69],"volume":[0,60200],"signal":[0,1],"sma_5":[0,0.6920000076293945],"sma_10":[0,0.64200000166893],"sma_20":[0,0.653999999165535],"sma_50":[0,0.6409999978542328],"sma_100":[0,0.6101999980211258],"ema_9":[0,0.6712735506908727],"ema_12":[0,0.6633852152530363],"ema_26":[0,0.6511815111653421],"ema_50":[0,0.6409418984259805],"ema_200":[0,0.5672094495346525],"ulcer_index":[0,10.553209759367473],"force_index":[0,7226.443323325842],"easy_movement":[0,-0.10817123453856452],"volume_weighted_avg":[0,0.6693103185696758],"channel_index":[0,156.69505495889632],"williams_r":[0,-9.0909017019025],"mass_index":[0,25.03401387339356],"obv":[0,2434200],"rsi":[0,65.06816934901875],"rsi_2":[0,99.07974431659167],"vwma":[0,0.6760979957210201],"macd":[0,0.01158048374378412],"stoch":[0,90.9090982980975],"bb_middle":[0,0.653999999165535],"bb_low":[0,0.5601064413039716],"bb_upper":[0,0.7478935570270984],"timestamp":[0,"2024-06-10T14:30:00Z"]}],[0,{"open":[0,0.7],"low":[0,0.68],"high":[0,0.8],"close":[0,0.8],"volume":[0,199000],"signal":[0,1],"sma_5":[0,0.6980000019073487],"sma_10":[0,0.6480000019073486],"sma_20":[0,0.6569999992847443],"sma_50":[0,0.6421999979019165],"sma_100":[0,0.6123999980092049],"ema_9":[0,0.675018840073824],"ema_12":[0,0.6674797965991839],"ema_26":[0,0.6540524086625821],"ema_50":[0,0.6426826869195251],"ema_200":[0,0.5647524857865528],"ulcer_index":[0,10.658766721018516],"force_index":[0,5678.094923993912],"easy_movement":[0,-0.15682482724493862],"volume_weighted_avg":[0,0.6699462267902162],"channel_index":[0,-69.72960986933758],"williams_r":[0,-36.36363390063417],"mass_index":[0,25.37298125853217],"obv":[0,2419600],"rsi":[0,55.04033918412031],"rsi_2":[0,36.09916753853465],"vwma":[0,0.6778407400634842],"macd":[0,0.010237559974142038],"stoch":[0,63.63636609936584],"bb_middle":[0,0.6569999992847443],"bb_low":[0,0.5625330730885343],"bb_upper":[0,0.7514669254809543],"timestamp":[0,"2024-06-11T14:30:00Z"]}],[0,{"open":[0,0.8],"low":[0,0.75],"high":[0,0.83],"close":[0,0.8],"volume":[0,250100],"signal":[0,1],"sma_5":[0,0.7259999990463257],"sma_10":[0,0.6680000007152558],"sma_20":[0,0.6625],"sma_50":[0,0.6453999984264374],"sma_100":[0,0.6157999980449677],"ema_9":[0,0.7000150744371338],"ema_12":[0,0.6878675203658418],"ema_26":[0,0.6648497043931195],"ema_50":[0,0.6483028176362453],"ema_200":[0,0.5560569654880453],"ulcer_index":[0,10.597044735113114],"force_index":[0,7994.099239453461],"easy_movement":[0,-0.054817458861697824],"volume_weighted_avg":[0,0.680645806484709],"channel_index":[0,23.866601263345515],"williams_r":[0,0],"mass_index":[0,25.722731401826273],"obv":[0,2830700],"rsi":[0,65.5365584396668],"rsi_2":[0,80.81480553950229],"vwma":[0,0.6850095293101355],"macd":[0,0.015845068090967994],"stoch":[0,100],"bb_middle":[0,0.6625],"bb_low":[0,0.549916693696141],"bb_upper":[0,0.7750833063038589],"timestamp":[0,"2024-06-12T14:30:00Z"]}],[0,{"open":[0,0.8],"low":[0,0.77],"high":[0,0.83],"close":[0,0.82],"volume":[0,230000],"signal":[0,1],"sma_5":[0,0.7480000019073486],"sma_10":[0,0.6900000035762787],"sma_20":[0,0.6675000011920929],"sma_50":[0,0.6485999989509582],"sma_100":[0,0.6194999980926513],"ema_9":[0,0.7200120619338929],"ema_12":[0,0.7051186729127783],"ema_26":[0,0.6748608382840683],"ema_50":[0,0.6542517272160369],"ema_200":[0,0.5584842594824024],"ulcer_index":[0,10.147310709179923],"force_index":[0,6852.071494356457],"easy_movement":[0,0.18121025319250297],"volume_weighted_avg":[0,0.6951330646939682],"channel_index":[0,69.19938785933152],"williams_r":[0,-10.714276591124868],"mass_index":[0,26.02035135222521],"obv":[0,2830700],"rsi":[0,65.53609599011097],"rsi_2":[0,80.81480553950229],"vwma":[0,0.6923736321958339],"macd":[0,0.018468069397564617],"stoch":[0,89.28572340887513],"bb_middle":[0,0.6675000011920929],"bb_low":[0,0.5407127713734312],"bb_upper":[0,0.7942872310107545],"timestamp":[0,"2024-06-13T14:30:00Z"]}],[0,{"open":[0,0.8],"low":[0,0.79],"high":[0,0.87],"close":[0,0.83],"volume":[0,390000],"signal":[0,0],"sma_5":[0,0.772000002861023],"sma_10":[0,0.714000004529953],"sma_20":[0,0.6735000014305115],"sma_50":[0,0.6521999990940094],"sma_100":[0,0.6233999979496002],"ema_9":[0,0.7400096481145658],"ema_12":[0,0.7227927215776758],"ema_26":[0,0.6856073408131604],"ema_50":[0,0.660568600122517],"ema_200":[0,0.5574076348730597],"ulcer_index":[0,9.885347774446815],"force_index":[0,6530.355128354524],"easy_movement":[0,0.11294776639067641],"volume_weighted_avg":[0,0.7074515667385812],"channel_index":[0,58.5838464175464],"williams_r":[0,-3.571425530374956],"mass_index":[0,26.196258382674365],"obv":[0,3190800],"rsi":[0,67.15395830881766],"rsi_2":[0,87.28548163070043],"vwma":[0,0.7009590109832174],"macd":[0,0.02031071830947646],"stoch":[0,96.42857446962503],"bb_middle":[0,0.6735000014305115],"bb_low":[0,0.5307729847339816],"bb_upper":[0,0.8162270181270413],"timestamp":[0,"2024-06-14T14:30:00Z"]}],[0,{"open":[0,0.83],"low":[0,0.71],"high":[0,0.83],"close":[0,0.72],"volume":[0,110500],"signal":[0,1],"sma_5":[0,0.7879999995231628],"sma_10":[0,0.7400000035762787],"sma_20":[0,0.6800000011920929],"sma_50":[0,0.6559999990463257],"sma_100":[0,0.6274999979138375],"ema_9":[0,0.7580077151497185],"ema_12":[0,0.7392861453480428],"ema_26":[0,0.6962940002222032],"ema_50":[0,0.6668468510236654],"ema_200":[0,0.5527624760562165],"ulcer_index":[0,9.517207820328647],"force_index":[0,6154.603442795527],"easy_movement":[0,0.21101636199805524],"volume_weighted_avg":[0,0.7249508841012594],"channel_index":[0,173.8311405566889],"williams_r":[0,-12.500006984919466],"mass_index":[0,26.402338545230823],"obv":[0,3843100],"rsi":[0,67.96788449992778],"rsi_2":[0,90.49221475860391],"vwma":[0,0.7159988712136877],"macd":[0,0.0208824379366178],"stoch":[0,87.49999301508053],"bb_middle":[0,0.6800000011920929],"bb_low":[0,0.5220126589310303],"bb_upper":[0,0.8379873434531555],"timestamp":[0,"2024-06-17T14:30:00Z"]}],[0,{"open":[0,0.62],"low":[0,0.52],"high":[0,0.65],"close":[0,0.59],"volume":[0,1382500],"signal":[0,1],"sma_5":[0,0.7940000057220459],"sma_10":[0,0.7460000038146972],"sma_20":[0,0.6835000038146972],"sma_50":[0,0.6575999999046326],"sma_100":[0,0.6306999981403351],"ema_9":[0,0.7504061778377467],"ema_12":[0,0.7363190493536639],"ema_26":[0,0.6980409104244005],"ema_50":[0,0.6685651717478208],"ema_200":[0,0.5470689998491003],"ulcer_index":[0,9.409881291380396],"force_index":[0,3538.9335408889297],"easy_movement":[0,-0.0927975017940279],"volume_weighted_avg":[0,0.7274731897258525],"channel_index":[0,-48.51279420443493],"williams_r":[0,-46.87499359715716],"mass_index":[0,26.539021617971862],"obv":[0,3823600],"rsi":[0,52.62341212755622],"rsi_2":[0,13.818494096786168],"vwma":[0,0.7165250068592808],"macd":[0,0.012923197174802514],"stoch":[0,53.12500640284284],"bb_middle":[0,0.6835000038146972],"bb_low":[0,0.5252249256135972],"bb_upper":[0,0.8417750820157972],"timestamp":[0,"2024-06-18T14:30:00Z"]}],[0,{"open":[0,0.58],"low":[0,0.52],"high":[0,0.63],"close":[0,0.52],"volume":[0,421500],"signal":[0,1],"sma_5":[0,0.7519999980926514],"sma_10":[0,0.7389999985694885],"sma_20":[0,0.6800000011920929],"sma_50":[0,0.656599999666214],"sma_100":[0,0.6327999979257584],"ema_9":[0,0.7183249370290627],"ema_12":[0,0.7138084234530396],"ema_26":[0,0.6900469699805426],"ema_50":[0,0.6658503012045558],"ema_200":[0,0.5548537051754097],"ulcer_index":[0,11.28171778036598],"force_index":[0,-22641.642764365635],"easy_movement":[0,-0.021538773868167476],"volume_weighted_avg":[0,0.6867354216306625],"channel_index":[0,546.4005545863172],"williams_r":[0,-80.00000340597947],"mass_index":[0,26.704687272136166],"obv":[0,2404300],"rsi":[0,40.87376407400386],"rsi_2":[0,4.602019713358629],"vwma":[0,0.6804085481144792],"macd":[0,-0.0012632424083402864],"stoch":[0,19.99999659402053],"bb_middle":[0,0.6800000011920929],"bb_low":[0,0.5167823500623164],"bb_upper":[0,0.8432176523218694],"timestamp":[0,"2024-06-20T14:30:00Z"]}],[0,{"open":[0,0.57],"low":[0,0.51],"high":[0,0.57],"close":[0,0.52],"volume":[0,309500],"signal":[0,1],"sma_5":[0,0.6959999918937683],"sma_10":[0,0.7219999969005585],"sma_20":[0,0.6724999994039536],"sma_50":[0,0.6537999987602234],"sma_100":[0,0.6339999976754188],"ema_9":[0,0.67865994581059],"ema_12":[0,0.6839917405432384],"ema_26":[0,0.6774554426608168],"ema_50":[0,0.660313739335003],"ema_200":[0,0.5581856621954716],"ulcer_index":[0,14.350162215598704],"force_index":[0,-23622.12166736848],"easy_movement":[0,-0.04017963216566263],"volume_weighted_avg":[0,0.6732568302171484],"channel_index":[0,74.1517217462303],"williams_r":[0,-100],"mass_index":[0,26.775017879549818],"obv":[0,1949100],"rsi":[0,36.189349230758324],"rsi_2":[0,2.6782845720725845],"vwma":[0,0.6674750573360223],"macd":[0,-0.014784944298721223],"stoch":[0,0],"bb_middle":[0,0.6724999994039536],"bb_low":[0,0.4949753450823094],"bb_upper":[0,0.8500246537255978],"timestamp":[0,"2024-06-21T14:30:00Z"]}],[0,{"open":[0,0.54],"low":[0,0.43],"high":[0,0.54],"close":[0,0.48],"volume":[0,471600],"signal":[0,1],"sma_5":[0,0.6359999895095825],"sma_10":[0,0.7039999961853027],"sma_20":[0,0.6674999982118607],"sma_50":[0,0.6511999988555908],"sma_100":[0,0.6350999975204468],"ema_9":[0,0.6469279528541452],"ema_12":[0,0.6587622446219307],"ema_26":[0,0.665837534600943],"ema_50":[0,0.6566418259770069],"ema_200":[0,0.5945933405228282],"ulcer_index":[0,16.761051388105933],"force_index":[0,-20247.45768613749],"easy_movement":[0,-0.10884153753971389],"volume_weighted_avg":[0,0.6658597048322549],"channel_index":[0,18.2531711237213],"williams_r":[0,-97.2222249816964],"mass_index":[0,26.81242205046874],"obv":[0,1281700],"rsi":[0,36.17207183944567],"rsi_2":[0,2.6782845720725845],"vwma":[0,0.6600476247565473],"macd":[0,-0.022659484676386607],"stoch":[0,2.7777750183035925],"bb_middle":[0,0.6674999982118607],"bb_low":[0,0.47904574889889906],"bb_upper":[0,0.8559542475248223],"timestamp":[0,"2024-06-24T14:30:00Z"]}],[0,{"open":[0,0.5],"low":[0,0.45],"high":[0,0.6],"close":[0,0.45],"volume":[0,249100],"signal":[0,1],"sma_5":[0,0.5659999907016754],"sma_10":[0,0.6769999951124192],"sma_20":[0,0.6594999983906746],"sma_50":[0,0.647399998307228],"sma_100":[0,0.6347999975085259],"ema_9":[0,0.6135423601314378],"ema_12":[0,0.6312603575158945],"ema_26":[0,0.6520581526582859],"ema_50":[0,0.649165518979717],"ema_200":[0,0.5824168164692359],"ulcer_index":[0,20.139875066339314],"force_index":[0,-20049.877730068663],"easy_movement":[0,-0.25491737329856046],"volume_weighted_avg":[0,0.6486740589713332],"channel_index":[0,78.84617779763467],"williams_r":[0,-88.63636763874166],"mass_index":[0,26.7738835098593],"obv":[0,909400],"rsi":[0,33.621653351875935],"rsi_2":[0,1.369634725420923],"vwma":[0,0.6456545412176723],"macd":[0,-0.029122914189054563],"stoch":[0,11.363632361258336],"bb_middle":[0,0.6594999983906746],"bb_low":[0,0.4542221266450299],"bb_upper":[0,0.8647778701363193],"timestamp":[0,"2024-06-25T14:30:00Z"]}],[0,{"open":[0,0.45],"low":[0,0.45],"high":[0,0.51],"close":[0,0.48],"volume":[0,152200],"signal":[0,1],"sma_5":[0,0.5119999825954438],"sma_10":[0,0.6529999941587448],"sma_20":[0,0.6504999980330467],"sma_50":[0,0.6431999975442886],"sma_100":[0,0.6344999974966049],"ema_9":[0,0.5808338857250386],"ema_12":[0,0.6033741479449446],"ema_26":[0,0.637099973108593],"ema_50":[0,0.6417212236157938],"ema_200":[0,0.5884567675436543],"ulcer_index":[0,23.516022203007907],"force_index":[0,-18253.18386856513],"easy_movement":[0,-0.12910148992155596],"volume_weighted_avg":[0,0.63863507834087],"channel_index":[0,-21.091907243320158],"williams_r":[0,-95.45454976479871],"mass_index":[0,26.848097651640643],"obv":[0,603000],"rsi":[0,31.804376566757455],"rsi_2":[0,0.7903611711428908],"vwma":[0,0.6376611851265619],"macd":[0,-0.03362920715101851],"stoch":[0,4.545450235201284],"bb_middle":[0,0.6504999980330467],"bb_low":[0,0.4259582303605089],"bb_upper":[0,0.8750417657055845],"timestamp":[0,"2024-06-26T14:30:00Z"]}],[0,{"open":[0,0.5],"low":[0,0.45],"high":[0,0.52],"close":[0,0.5],"volume":[0,61200],"signal":[0,1],"sma_5":[0,0.48999998569488523],"sma_10":[0,0.6209999918937683],"sma_20":[0,0.644499996304512],"sma_50":[0,0.6401999974250794],"sma_100":[0,0.6342999973893165],"ema_9":[0,0.5606671064363008],"ema_12":[0,0.5843935087047967],"ema_26":[0,0.6254674832123192],"ema_50":[0,0.6355622729593158],"ema_200":[0,0.5910563558669646],"ulcer_index":[0,26.074347722053588],"force_index":[0,-14993.299784072025],"easy_movement":[0,-0.29158841645926886],"volume_weighted_avg":[0,0.6283532829984207],"channel_index":[0,-61.74935906302097],"williams_r":[0,-88.63636763874166],"mass_index":[0,26.886834412101887],"obv":[0,701500],"rsi":[0,35.54794007941169],"rsi_2":[0,46.253483586375495],"vwma":[0,0.634109904296681],"macd":[0,-0.03277611109590274],"stoch":[0,11.363632361258336],"bb_middle":[0,0.644499996304512],"bb_low":[0,0.4087479942654281],"bb_upper":[0,0.8802519983435959],"timestamp":[0,"2024-06-27T14:30:00Z"]}],[0,{"open":[0,0.5],"low":[0,0.4],"high":[0,0.5],"close":[0,0.41],"volume":[0,387300],"signal":[0,1],"sma_5":[0,0.4859999895095825],"sma_10":[0,0.5909999907016754],"sma_20":[0,0.6404999971389771],"sma_50":[0,0.6375999975204468],"sma_100":[0,0.634199997484684],"ema_9":[0,0.5485336851429293],"ema_12":[0,0.5714098903135251],"ema_26":[0,0.6161599577228072],"ema_50":[0,0.6296969292462036],"ema_200":[0,0.5791140307724241],"ulcer_index":[0,28.15642959641906],"force_index":[0,-12676.536423953059],"easy_movement":[0,-0.2705388274310271],"volume_weighted_avg":[0,0.6244482712015842],"channel_index":[0,-91.96540069170167],"williams_r":[0,-84.09091063028525],"mass_index":[0,26.891662292606156],"obv":[0,865100],"rsi":[0,37.99652838477088],"rsi_2":[0,66.63788370827788],"vwma":[0,0.6334867063922057],"macd":[0,-0.02917908551537192],"stoch":[0,15.909089369714744],"bb_middle":[0,0.6404999971389771],"bb_low":[0,0.39789124638315704],"bb_upper":[0,0.8831087478947972],"timestamp":[0,"2024-06-28T14:30:00Z"]}],[0,{"open":[0,0.41],"low":[0,0.4],"high":[0,0.48],"close":[0,0.41],"volume":[0,169600],"signal":[0,1],"sma_5":[0,0.463999992609024],"sma_10":[0,0.5499999910593033],"sma_20":[0,0.6319999977946281],"sma_50":[0,0.6345999974012375],"sma_100":[0,0.6334999975562096],"ema_9":[0,0.5208269474031619],"ema_12":[0,0.5465776000575012],"ema_26":[0,0.6008979413790496],"ema_50":[0,0.6214474808657379],"ema_200":[0,0.5847888355188967],"ulcer_index":[0,31.235953632867353],"force_index":[0,-15845.175944351686],"easy_movement":[0,-0.4119550958096155],"volume_weighted_avg":[0,0.5966981707853356],"channel_index":[0,26.212602569115734],"williams_r":[0,-97.87234244922969],"mass_index":[0,26.927800097168905],"obv":[0,407300],"rsi":[0,32.09304270853205],"rsi_2":[0,15.09891702614948],"vwma":[0,0.6203911037669322],"macd":[0,-0.030987939324879858],"stoch":[0,2.127657550770317],"bb_middle":[0,0.6319999977946281],"bb_low":[0,0.37034372380299213],"bb_upper":[0,0.8936562717862642],"timestamp":[0,"2024-07-01T14:30:00Z"]}],[0,{"open":[0,0.41],"low":[0,0.4],"high":[0,0.43],"close":[0,0.41],"volume":[0,260300],"signal":[0,1],"sma_5":[0,0.4499999940395355],"sma_10":[0,0.5079999923706054],"sma_20":[0,0.6239999979734421],"sma_50":[0,0.6309999978542328],"sma_100":[0,0.6325999975204468],"ema_9":[0,0.4986615572052369],"ema_12":[0,0.5255656604811014],"ema_26":[0,0.5867528069203045],"ema_50":[0,0.6129723641188178],"ema_200":[0,0.5793708828436691],"ulcer_index":[0,33.9707762960525],"force_index":[0,-13581.578996695585],"easy_movement":[0,-0.5405694085064235],"volume_weighted_avg":[0,0.5889055284185529],"channel_index":[0,-55.109891614527434],"williams_r":[0,-97.87234244922969],"mass_index":[0,26.947417147805858],"obv":[0,472100],"rsi":[0,32.097639840024016],"rsi_2":[0,15.09891702614948],"vwma":[0,0.6156675880580972],"macd":[0,-0.030289569654038936],"stoch":[0,2.127657550770317],"bb_middle":[0,0.6239999979734421],"bb_low":[0,0.34597840577298666],"bb_upper":[0,0.9020215901738975],"timestamp":[0,"2024-07-02T14:30:00Z"]}],[0,{"open":[0,0.42],"low":[0,0.37],"high":[0,0.42],"close":[0,0.38],"volume":[0,195000],"signal":[0,1],"sma_5":[0,0.4419999957084656],"sma_10":[0,0.47699998915195463],"sma_20":[0,0.611499996483326],"sma_50":[0,0.6279999977350235],"sma_100":[0,0.6317999973893166],"ema_9":[0,0.4809292450468967],"ema_12":[0,0.5077863269933768],"ema_26":[0,0.5736554601856964],"ema_50":[0,0.6048296043458274],"ema_200":[0,0.5740068291817396],"ulcer_index":[0,36.56383341353828],"force_index":[0,-11641.352828063056],"easy_movement":[0,-0.6042226450505993],"volume_weighted_avg":[0,0.5706249092343313],"channel_index":[0,-20.113123036267815],"williams_r":[0,-97.87234244922969],"mass_index":[0,26.864363150610497],"obv":[0,533900],"rsi":[0,32.10259004140157],"rsi_2":[0,15.09891702614948],"vwma":[0,0.603794218242699],"macd":[0,-0.02798301924294367],"stoch":[0,2.127657550770317],"bb_middle":[0,0.611499996483326],"bb_low":[0,0.3189747748246067],"bb_upper":[0,0.9040252181420453],"timestamp":[0,"2024-07-03T14:30:00Z"]}],[0,{"open":[0,0.4],"low":[0,0.37],"high":[0,0.4],"close":[0,0.39],"volume":[0,194100],"signal":[0,1],"sma_5":[0,0.42199999690055845],"sma_10":[0,0.45599999129772184],"sma_20":[0,0.5974999949336052],"sma_50":[0,0.6233999973535538],"sma_100":[0,0.6307999974489212],"ema_9":[0,0.4607433950858801],"ema_12":[0,0.4881268918935432],"ema_26":[0,0.559315156886923],"ema_50":[0,0.5961958160086493],"ema_200":[0,0.5757551841335194],"ulcer_index":[0,39.3303440426825],"force_index":[0,-10814.018037302038],"easy_movement":[0,-0.7550926418212623],"volume_weighted_avg":[0,0.5508894915334681],"channel_index":[0,-45.814474705295275],"williams_r":[0,-98.00000190734863],"mass_index":[0,26.72065141430295],"obv":[0,298100],"rsi":[0,30.156525692145962],"rsi_2":[0,4.93034053592865],"vwma":[0,0.5957579166359919],"macd":[0,-0.02663594671798386],"stoch":[0,1.9999980926513672],"bb_middle":[0,0.5974999949336052],"bb_low":[0,0.2892225149390186],"bb_upper":[0,0.9057774749281917],"timestamp":[0,"2024-07-05T14:30:00Z"]}],[0,{"open":[0,0.39],"low":[0,0.38],"high":[0,0.4],"close":[0,0.4],"volume":[0,117600],"signal":[0,1],"sma_5":[0,0.3999999940395355],"sma_10":[0,0.442999991774559],"sma_20":[0,0.5824999943375587],"sma_50":[0,0.6195999974012375],"sma_100":[0,0.6297999972105026],"ema_9":[0,0.44659471321175526],"ema_12":[0,0.47303044589769394],"ema_26":[0,0.5467823842412509],"ema_50":[0,0.5884758220829679],"ema_200":[0,0.5812643941941331],"ulcer_index":[0,41.804426296210146],"force_index":[0,-8991.8485466202],"easy_movement":[0,-0.7847661197463044],"volume_weighted_avg":[0,0.5313025681813137],"channel_index":[0,-43.633524301749],"williams_r":[0,-96.00000381469727],"mass_index":[0,26.528022787075763],"obv":[0,254900],"rsi":[0,31.647284388101767],"rsi_2":[0,34.3883609063615],"vwma":[0,0.5815977389896535],"macd":[0,-0.02334814785450609],"stoch":[0,3.9999961853027344],"bb_middle":[0,0.5824999943375587],"bb_low":[0,0.2646399539615164],"bb_upper":[0,0.900360034713601],"timestamp":[0,"2024-07-08T14:30:00Z"]}],[0,{"open":[0,0.4],"low":[0,0.36],"high":[0,0.4],"close":[0,0.39],"volume":[0,233800],"signal":[0,1],"sma_5":[0,0.3979999959468842],"sma_10":[0,0.4309999942779541],"sma_20":[0,0.5674999952316284],"sma_50":[0,0.6151999974250794],"sma_100":[0,0.6286999973654747],"ema_9":[0,0.4372757717655712],"ema_12":[0,0.4617949947112954],"ema_26":[0,0.5359187073667824],"ema_50":[0,0.5814507306745911],"ema_200":[0,0.5868182889334042],"ulcer_index":[0,43.459216987220444],"force_index":[0,-7539.312933439051],"easy_movement":[0,-0.8226483443649962],"volume_weighted_avg":[0,0.5018663403326674],"channel_index":[0,-70.53028720382864],"williams_r":[0,-93.47826030619426],"mass_index":[0,26.40283001067843],"obv":[0,292600],"rsi":[0,33.18377566648559],"rsi_2":[0,59.4918939573676],"vwma":[0,0.5751726448984225],"macd":[0,-0.018964389533126402],"stoch":[0,6.521739693805742],"bb_middle":[0,0.5674999952316284],"bb_low":[0,0.2449554171950037],"bb_upper":[0,0.8900445732682531],"timestamp":[0,"2024-07-09T14:30:00Z"]}],[0,{"open":[0,0.39],"low":[0,0.36],"high":[0,0.4],"close":[0,0.38],"volume":[0,146000],"signal":[0,1],"sma_5":[0,0.39399999380111694],"sma_10":[0,0.4219999939203262],"sma_20":[0,0.5494999945163727],"sma_50":[0,0.6105999970436096],"sma_100":[0,0.6272999975085258],"ema_9":[0,0.427820614555508],"ema_12":[0,0.45074960982041073],"ema_26":[0,0.5251190050830313],"ema_50":[0,0.574308976480576],"ema_200":[0,0.5922174402763837],"ulcer_index":[0,44.25195914794181],"force_index":[0,-6796.247778345905],"easy_movement":[0,-0.36945158303808096],"volume_weighted_avg":[0,0.49095323450482037],"channel_index":[0,-23.77130923626875],"williams_r":[0,-89.65518091861868],"mass_index":[0,26.30591753597169],"obv":[0,-171400],"rsi":[0,32.403028652152884],"rsi_2":[0,33.70233390827441],"vwma":[0,0.5566482919167722],"macd":[0,-0.01535650947776912],"stoch":[0,10.344819081381315],"bb_middle":[0,0.5494999945163727],"bb_low":[0,0.22953280081232247],"bb_upper":[0,0.8694671882204228],"timestamp":[0,"2024-07-10T14:30:00Z"]}],[0,{"open":[0,0.4],"low":[0,0.36],"high":[0,0.42],"close":[0,0.37],"volume":[0,429700],"signal":[0,1],"sma_5":[0,0.3879999935626984],"sma_10":[0,0.41499999463558196],"sma_20":[0,0.5339999943971634],"sma_50":[0,0.6051999974250794],"sma_100":[0,0.6255999973416329],"ema_9":[0,0.41825649067850995],"ema_12":[0,0.4398650503949155],"ema_26":[0,0.5143421731094325],"ema_50":[0,0.5655906641394368],"ema_200":[0,0.5680332405021201],"ulcer_index":[0,44.16207064203555],"force_index":[0,-6033.944745645232],"easy_movement":[0,-0.24519428813859578],"volume_weighted_avg":[0,0.44549749656446586],"channel_index":[0,-60.2485002092258],"williams_r":[0,-92.59259913356917],"mass_index":[0,26.00095639928826],"obv":[0,-255300],"rsi":[0,31.615381471093585],"rsi_2":[0,18.051680421700354],"vwma":[0,0.5509462190443392],"macd":[0,-0.012406034178216348],"stoch":[0,7.407400866430838],"bb_middle":[0,0.5339999943971634],"bb_low":[0,0.2127275168809899],"bb_upper":[0,0.8552724719133369],"timestamp":[0,"2024-07-11T14:30:00Z"]}],[0,{"open":[0,0.39],"low":[0,0.39],"high":[0,0.5],"close":[0,0.43],"volume":[0,1110400],"signal":[0,1],"sma_5":[0,0.385999995470047],"sma_10":[0,0.40399999618530275],"sma_20":[0,0.5124999940395355],"sma_50":[0,0.5987999975681305],"sma_100":[0,0.6243999972939491],"ema_9":[0,0.4086051934964823],"ema_12":[0,0.42911658183698564],"ema_26":[0,0.5036501606397243],"ema_50":[0,0.5579204422033166],"ema_200":[0,0.5660627605445704],"ulcer_index":[0,43.70449599118681],"force_index":[0,-5785.807883518855],"easy_movement":[0,-0.21657967341154036],"volume_weighted_avg":[0,0.4265919385593178],"channel_index":[0,47.42109537756606],"williams_r":[0,-95.83333747254461],"mass_index":[0,25.693415421287778],"obv":[0,-685000],"rsi":[0,30.80116553784643],"rsi_2":[0,9.359225928396825],"vwma":[0,0.5302836812202635],"macd":[0,-0.009969992213150425],"stoch":[0,4.166662527455388],"bb_middle":[0,0.5124999940395355],"bb_low":[0,0.20820572494629702],"bb_upper":[0,0.816794263132774],"timestamp":[0,"2024-07-12T14:30:00Z"]}],[0,{"open":[0,0.46],"low":[0,0.42],"high":[0,0.47],"close":[0,0.43],"volume":[0,178500],"signal":[0,1],"sma_5":[0,0.3939999997615814],"sma_10":[0,0.3969999969005585],"sma_20":[0,0.4939999938011169],"sma_50":[0,0.5943999981880188],"sma_100":[0,0.6237999972701073],"ema_9":[0,0.41288415622769736],"ema_12":[0,0.4292524934239967],"ema_26":[0,0.498194593714749],"ema_50":[0,0.5529039545542673],"ema_200":[0,0.5647089023018638],"ulcer_index":[0,42.71348395316124],"force_index":[0,4558.470281248421],"easy_movement":[0,-0.12919664578850495],"volume_weighted_avg":[0,0.42057803929252974],"channel_index":[0,247.54987244946886],"williams_r":[0,-70.83333747254461],"mass_index":[0,25.592238175077608],"obv":[0,425400],"rsi":[0,40.75958133438659],"rsi_2":[0,86.6279688408905],"vwma":[0,0.5048189144202496],"macd":[0,-0.0035028109609312325],"stoch":[0,29.16666252745539],"bb_middle":[0,0.4939999938011169],"bb_low":[0,0.21821747136974107],"bb_upper":[0,0.7697825162324927],"timestamp":[0,"2024-07-15T14:30:00Z"]}],[0,{"open":[0,0.43],"low":[0,0.41],"high":[0,0.43],"close":[0,0.42],"volume":[0,116100],"signal":[0,1],"sma_5":[0,0.4],"sma_10":[0,0.3989999979734421],"sma_20":[0,0.4744999945163727],"sma_50":[0,0.5901999986171722],"sma_100":[0,0.6231999972462654],"ema_9":[0,0.4163073264106324],"ema_12":[0,0.4293674949802629],"ema_26":[0,0.49313859690120665],"ema_50":[0,0.547901132831998],"ema_200":[0,0.5596897440754632],"ulcer_index":[0,41.369404483942745],"force_index":[0,3907.2605851185795],"easy_movement":[0,-0.03756332615766108],"volume_weighted_avg":[0,0.4137973632353559],"channel_index":[0,-54.11763025700765],"williams_r":[0,-70.83333747254461],"mass_index":[0,25.533892512253203],"obv":[0,624200],"rsi":[0,40.766114461054684],"rsi_2":[0,86.6279688408905],"vwma":[0,0.492503003857651],"macd":[0,0.0013287758098824015],"stoch":[0,29.16666252745539],"bb_middle":[0,0.4744999945163727],"bb_low":[0,0.2419080781203932],"bb_upper":[0,0.7070919109123522],"timestamp":[0,"2024-07-16T14:30:00Z"]}],[0,{"open":[0,0.41],"low":[0,0.41],"high":[0,0.44],"close":[0,0.42],"volume":[0,40900],"signal":[0,1],"sma_5":[0,0.4060000002384186],"sma_10":[0,0.39999999701976774],"sma_20":[0,0.4539999946951866],"sma_50":[0,0.5849999982118607],"sma_100":[0,0.6225999972224235],"ema_9":[0,0.41704585850386444],"ema_12":[0,0.42792633933317004],"ema_26":[0,0.48771637614180224],"ema_50":[0,0.5427023430849603],"ema_200":[0,0.5546210359963221],"ulcer_index":[0,39.749116442065045],"force_index":[0,3183.2094583937596],"easy_movement":[0,-0.24037293948139316],"volume_weighted_avg":[0,0.4115856383985799],"channel_index":[0,-69.67514598952314],"williams_r":[0,-62.500009313227686],"mass_index":[0,25.252041969431435],"obv":[0,559500],"rsi":[0,39.67229480929643],"rsi_2":[0,55.23629906550245],"vwma":[0,0.4715903745353209],"macd":[0,0.004242098637743788],"stoch":[0,37.499990686772314],"bb_middle":[0,0.4539999946951866],"bb_low":[0,0.2874587044340419],"bb_upper":[0,0.6205412849563312],"timestamp":[0,"2024-07-17T14:30:00Z"]}],[0,{"open":[0,0.43],"low":[0,0.41],"high":[0,0.44],"close":[0,0.41],"volume":[0,134700],"signal":[0,1],"sma_5":[0,0.41399999856948855],"sma_10":[0,0.40099999606609343],"sma_20":[0,0.43899999260902406],"sma_50":[0,0.5797999978065491],"sma_100":[0,0.6220999971032143],"ema_9":[0,0.4176366841825242],"ema_12":[0,0.4267069010511127],"ema_26":[0,0.4827048932516472],"ema_50":[0,0.5380735445126644],"ema_200":[0,0.5569602833162809],"ulcer_index":[0,38.35705798161802],"force_index":[0,2728.484391648379],"easy_movement":[0,-0.08746364214981606],"volume_weighted_avg":[0,0.4088199421069629],"channel_index":[0,-87.73276684099096],"williams_r":[0,-62.500009313227686],"mass_index":[0,24.920801167106152],"obv":[0,346500],"rsi":[0,39.67556961235473],"rsi_2":[0,55.23629906550245],"vwma":[0,0.4671298705847415],"macd":[0,0.006433088696684547],"stoch":[0,37.499990686772314],"bb_middle":[0,0.43899999260902406],"bb_low":[0,0.3253514219662831],"bb_upper":[0,0.552648563251765],"timestamp":[0,"2024-07-18T14:30:00Z"]}],[0,{"open":[0,0.41],"low":[0,0.4],"high":[0,0.43],"close":[0,0.4],"volume":[0,146500],"signal":[0,1],"sma_5":[0,0.42199999690055845],"sma_10":[0,0.40399999618530275],"sma_20":[0,0.4299999937415123],"sma_50":[0,0.5755999976396561],"sma_100":[0,0.6213999971747398],"ema_9":[0,0.4161093466715044],"ema_12":[0,0.42413661914789236],"ema_26":[0,0.47741026430401645],"ema_50":[0,0.5367122269197997],"ema_200":[0,0.6290732735778013],"ulcer_index":[0,36.876770695542994],"force_index":[0,2146.2935919977117],"easy_movement":[0,-0.12831327222115502],"volume_weighted_avg":[0,0.4073602581471927],"channel_index":[0,-52.54938698225777],"williams_r":[0,-64.28572340887513],"mass_index":[0,24.469032329795734],"obv":[0,-60000],"rsi":[0,38.4131383473068],"rsi_2":[0,22.550129701078404],"vwma":[0,0.4341200154586834],"macd":[0,0.0074414307135591],"stoch":[0,35.714276591124865],"bb_middle":[0,0.4299999937415123],"bb_low":[0,0.3394461490740177],"bb_upper":[0,0.5205538384090069],"timestamp":[0,"2024-07-19T14:30:00Z"]}],[0,{"open":[0,0.44],"low":[0,0.39],"high":[0,0.44],"close":[0,0.41],"volume":[0,147100],"signal":[0,1],"sma_5":[0,0.4159999966621399],"sma_10":[0,0.40499999821186067],"sma_20":[0,0.42399999499320984],"sma_50":[0,0.5709999978542328],"sma_100":[0,0.6185999971628189],"ema_9":[0,0.41288747852725943],"ema_12":[0,0.42042329348631596],"ema_26":[0,0.4716716251498473],"ema_50":[0,0.5311679048192594],"ema_200":[0,0.6231151773351893],"ulcer_index":[0,34.358008210208205],"force_index":[0,1630.4388280088297],"easy_movement":[0,-0.0783908631170734],"volume_weighted_avg":[0,0.40675544196043256],"channel_index":[0,-43.216440503212105],"williams_r":[0,-71.42857446962503],"mass_index":[0,24.059933270749344],"obv":[0,308300],"rsi":[0,37.19975704254111],"rsi_2":[0,10.327500010890432],"vwma":[0,0.42604866363638766],"macd":[0,0.007567621264910167],"stoch":[0,28.571425530374956],"bb_middle":[0,0.42399999499320984],"bb_low":[0,0.3426612025331616],"bb_upper":[0,0.5053387874532581],"timestamp":[0,"2024-07-22T14:30:00Z"]}],[0,{"open":[0,0.41],"low":[0,0.38],"high":[0,0.41],"close":[0,0.39],"volume":[0,125000],"signal":[0,1],"sma_5":[0,0.4119999945163727],"sma_10":[0,0.40599999725818636],"sma_20":[0,0.41849999576807023],"sma_50":[0,0.5667999976873398],"sma_100":[0,0.6159999969601632],"ema_9":[0,0.4123099821228481],"ema_12":[0,0.41881971376938987],"ema_26":[0,0.4671397239307008],"ema_50":[0,0.5278806914962574],"ema_200":[0,0.650424732169892],"ulcer_index":[0,31.608823053859375],"force_index":[0,1607.6763259734541],"easy_movement":[0,-0.04469816587818713],"volume_weighted_avg":[0,0.40673428611511886],"channel_index":[0,-39.04813530695739],"williams_r":[0,-64.28572340887513],"mass_index":[0,23.80058803106659],"obv":[0,-29200],"rsi":[0,39.24962629792257],"rsi_2":[0,56.97181053508165],"vwma":[0,0.4196867453393892],"macd":[0,0.008442947048211358],"stoch":[0,35.714276591124865],"bb_middle":[0,0.41849999576807023],"bb_low":[0,0.35000912247021476],"bb_upper":[0,0.4869908690659257],"timestamp":[0,"2024-07-23T14:30:00Z"]}],[0,{"open":[0,0.4],"low":[0,0.35],"high":[0,0.41],"close":[0,0.36],"volume":[0,466700],"signal":[0,1],"sma_5":[0,0.4059999942779541],"sma_10":[0,0.40599999725818636],"sma_20":[0,0.41399999558925626],"sma_50":[0,0.5625999969244003],"sma_100":[0,0.612399996817112],"ema_9":[0,0.4078479828433667],"ema_12":[0,0.4143859111176903],"ema_26":[0,0.4614393070771732],"ema_50":[0,0.5230227805947655],"ema_200":[0,0.6588697218994494],"ulcer_index":[0,28.67748902483673],"force_index":[0,1020.8738217399618],"easy_movement":[0,-0.05840323221410087],"volume_weighted_avg":[0,0.4058469566991032],"channel_index":[0,-41.86252825978326],"williams_r":[0,-78.57144681775027],"mass_index":[0,23.534309961394765],"obv":[0,-602800],"rsi":[0,36.634151918784184],"rsi_2":[0,18.49340925872623],"vwma":[0,0.41268916731197136],"macd":[0,0.0077849713000653215],"stoch":[0,21.428553182249736],"bb_middle":[0,0.41399999558925626],"bb_low":[0,0.35062807757091063],"bb_upper":[0,0.4773719136076019],"timestamp":[0,"2024-07-24T14:30:00Z"]}],[0,{"open":[0,0.36],"low":[0,0.36],"high":[0,0.39],"close":[0,0.37],"volume":[0,100100],"signal":[0,1],"sma_5":[0,0.3939999997615814],"sma_10":[0,0.403999999165535],"sma_20":[0,0.4094999969005585],"sma_50":[0,0.5571999973058701],"sma_100":[0,0.6081999972462654],"ema_9":[0,0.39827838914793856],"ema_12":[0,0.4060188534045151],"ema_26":[0,0.45395256107866394],"ema_50":[0,0.5177280832285084],"ema_200":[0,0.6779684773688461],"ulcer_index":[0,25.126986976976486],"force_index":[0,-1125.104448644659],"easy_movement":[0,-0.03554771643815658],"volume_weighted_avg":[0,0.40128711433922565],"channel_index":[0,85.79534910385286],"williams_r":[0,-93.33332008785725],"mass_index":[0,23.288632534801344],"obv":[0,-1439400],"rsi":[0,33.06477308160203],"rsi_2":[0,6.111143815756563],"vwma":[0,0.4056485969125314],"macd":[0,0.005558372302803663],"stoch":[0,6.666679912142757],"bb_middle":[0,0.4094999969005585],"bb_low":[0,0.3442389844626964],"bb_upper":[0,0.4747610093384206],"timestamp":[0,"2024-07-25T14:30:00Z"]}],[0,{"open":[0,0.37],"low":[0,0.35],"high":[0,0.37],"close":[0,0.37],"volume":[0,179200],"signal":[0,1],"sma_5":[0,0.3860000014305115],"sma_10":[0,0.403999999165535],"sma_20":[0,0.40399999767541883],"sma_50":[0,0.5507999974489212],"sma_100":[0,0.6034999975562095],"ema_9":[0,0.3926227122842474],"ema_12":[0,0.4004774954107909],"ema_26":[0,0.44776112889213737],"ema_50":[0,0.5130331775418401],"ema_200":[0,0.696976697863058],"ulcer_index":[0,21.084081934295792],"force_index":[0,-821.371904721285],"easy_movement":[0,-0.03521132357258648],"volume_weighted_avg":[0,0.4010177238270227],"channel_index":[0,-52.53461941363494],"williams_r":[0,-86.66666004392863],"mass_index":[0,22.953536412408784],"obv":[0,-1654600],"rsi":[0,35.292415967334094],"rsi_2":[0,35.08641294966267],"vwma":[0,0.4025219519537837],"macd":[0,0.005001401830969046],"stoch":[0,13.333339956071377],"bb_middle":[0,0.40399999767541883],"bb_low":[0,0.34521224495985575],"bb_upper":[0,0.4627877503909819],"timestamp":[0,"2024-07-26T14:30:00Z"]}],[0,{"open":[0,0.4],"low":[0,0.34],"high":[0,0.41],"close":[0,0.34],"volume":[0,509600],"signal":[0,1],"sma_5":[0,0.3800000011920929],"sma_10":[0,0.3979999989271164],"sma_20":[0,0.39749999791383744],"sma_50":[0,0.5441999977827072],"sma_100":[0,0.5981999978423118],"ema_9":[0,0.38809817076885],"ema_12":[0,0.3957886473616592],"ema_26":[0,0.4419737699354004],"ema_50":[0,0.5063256812193474],"ema_200":[0,0.6716506150236206],"ulcer_index":[0,17.814380700307904],"force_index":[0,-704.0023336830218],"easy_movement":[0,-0.05324309420619868],"volume_weighted_avg":[0,0.3994877236486102],"channel_index":[0,-25.95722281557758],"williams_r":[0,-86.66666004392863],"mass_index":[0,22.58141671063916],"obv":[0,-1214300],"rsi":[0,35.303423336561806],"rsi_2":[0,35.08641294966267],"vwma":[0,0.4001045392788249],"macd":[0,0.004845285556375277],"stoch":[0,13.333339956071377],"bb_middle":[0,0.39749999791383744],"bb_low":[0,0.35657323776823197],"bb_upper":[0,0.4384267580594429],"timestamp":[0,"2024-07-29T14:30:00Z"]}],[0,{"open":[0,0.35],"low":[0,0.31],"high":[0,0.35],"close":[0,0.32],"volume":[0,290700],"signal":[0,1],"sma_5":[0,0.36600000262260435],"sma_10":[0,0.3889999985694885],"sma_20":[0,0.3939999982714653],"sma_50":[0,0.5369999980926514],"sma_100":[0,0.5931999981403351],"ema_9":[0,0.37847853731403946],"ema_12":[0,0.38720577464043526],"ema_26":[0,0.4343837900371213],"ema_50":[0,0.49833863626632596],"ema_200":[0,0.6389205050410692],"ulcer_index":[0,16.326818075712527],"force_index":[0,-2787.4541357353455],"easy_movement":[0,-0.02630522685211358],"volume_weighted_avg":[0,0.3921527258636528],"channel_index":[0,98.45170193343736],"williams_r":[0,-100],"mass_index":[0,22.475901035635296],"obv":[0,-1442100],"rsi":[0,31.621859124999645],"rsi_2":[0,7.459872377054495],"vwma":[0,0.3932134232904556],"macd":[0,0.003035721352237619],"stoch":[0,0],"bb_middle":[0,0.3939999982714653],"bb_low":[0,0.34650263431046374],"bb_upper":[0,0.4414973622324669],"timestamp":[0,"2024-07-30T14:30:00Z"]}],[0,{"open":[0,0.33],"low":[0,0.3],"high":[0,0.34],"close":[0,0.31],"volume":[0,316800],"signal":[0,1],"sma_5":[0,0.3520000040531158],"sma_10":[0,0.37899999916553495],"sma_20":[0,0.38949999809265134],"sma_50":[0,0.5293999981880187],"sma_100":[0,0.5887999981641769],"ema_9":[0,0.36678282840442383],"ema_12":[0,0.3768664191488095],"ema_26":[0,0.42587454859583784],"ema_50":[0,0.48988049461621347],"ema_200":[0,0.606317062712784],"ulcer_index":[0,16.171990333957645],"force_index":[0,-3219.8290946818065],"easy_movement":[0,-0.07053343698569009],"volume_weighted_avg":[0,0.38732265421555034],"channel_index":[0,13.575593441844621],"williams_r":[0,-94.7368470585578],"mass_index":[0,22.340778931597814],"obv":[0,-1533700],"rsi":[0,29.42567604136687],"rsi_2":[0,3.639231704522274],"vwma":[0,0.38850234421330104],"macd":[0,0.000918293007009359],"stoch":[0,5.2631529414422],"bb_middle":[0,0.38949999809265134],"bb_low":[0,0.33276376849300854],"bb_upper":[0,0.44623622769229415],"timestamp":[0,"2024-07-31T14:30:00Z"]}],[0,{"open":[0,0.31],"low":[0,0.31],"high":[0,0.36],"close":[0,0.33],"volume":[0,343000],"signal":[0,1],"sma_5":[0,0.3420000016689301],"sma_10":[0,0.36800000071525574],"sma_20":[0,0.3844999983906746],"sma_50":[0,0.5225999987125397],"sma_100":[0,0.5850999981164933],"ema_9":[0,0.3554262631963022],"ema_12":[0,0.3665792769964615],"ema_26":[0,0.417282156989385],"ema_50":[0,0.4824602405989228],"ema_200":[0,0.5960111137589637],"ulcer_index":[0,16.05384866585601],"force_index":[0,-3212.431921729283],"easy_movement":[0,-0.08952590728163687],"volume_weighted_avg":[0,0.3829075974792214],"channel_index":[0,22.661052681188124],"williams_r":[0,-95.00000447034861],"mass_index":[0,22.123556240180584],"obv":[0,-1722900],"rsi":[0,28.363354704407698],"rsi_2":[0,2.406647432474273],"vwma":[0,0.3826192929896192],"macd":[0,-0.0006327142311311415],"stoch":[0,4.999995529651375],"bb_middle":[0,0.3844999983906746],"bb_low":[0,0.31893324127764827],"bb_upper":[0,0.45006675550370095],"timestamp":[0,"2024-08-01T14:30:00Z"]}],[0,{"open":[0,0.32],"low":[0,0.32],"high":[0,0.34],"close":[0,0.33],"volume":[0,122700],"signal":[0,1],"sma_5":[0,0.3340000033378601],"sma_10":[0,0.3600000023841858],"sma_20":[0,0.38199999928474426],"sma_50":[0,0.5159999984502792],"sma_100":[0,0.581799997985363],"ema_9":[0,0.3503410131939054],"ema_12":[0,0.3609517018282024],"ema_26":[0,0.41084863463038884],"ema_50":[0,0.47776281897416334],"ema_200":[0,0.6191155807876995],"ulcer_index":[0,16.803481012737272],"force_index":[0,-1773.508674349784],"easy_movement":[0,-0.112825174732782],"volume_weighted_avg":[0,0.36014798872324255],"channel_index":[0,30.406805767620295],"williams_r":[0,-82.35293911402597],"mass_index":[0,22.05942983883227],"obv":[0,-1503000],"rsi":[0,33.532359942512585],"rsi_2":[0,58.555147065273125],"vwma":[0,0.37932676507544205],"macd":[0,0.00017900510218024634],"stoch":[0,17.647060885974028],"bb_middle":[0,0.38199999928474426],"bb_low":[0,0.3122576209945927],"bb_upper":[0,0.4517423775748958],"timestamp":[0,"2024-08-02T14:30:00Z"]}],[0,{"open":[0,0.33],"low":[0,0.3],"high":[0,0.33],"close":[0,0.31],"volume":[0,235200],"signal":[0,1],"sma_5":[0,0.32600000500679016],"sma_10":[0,0.3530000030994415],"sma_20":[0,0.3790000006556511],"sma_50":[0,0.5091999983787536],"sma_100":[0,0.5777999979257583],"ema_9":[0,0.34627281316143244],"ema_12":[0,0.35618989911777527],"ema_26":[0,0.40482348024884746],"ema_50":[0,0.4705037286861807],"ema_200":[0,0.5868086831444019],"ulcer_index":[0,17.353840893547243],"force_index":[0,-1520.1548518628551],"easy_movement":[0,-0.11864658911746405],"volume_weighted_avg":[0,0.35482807759922336],"channel_index":[0,-54.99068121514347],"williams_r":[0,-78.57142553037497],"mass_index":[0,21.965003128235082],"obv":[0,-1415800],"rsi":[0,33.550533855964204],"rsi_2":[0,58.555147065273125],"vwma":[0,0.37778082597094875],"macd":[0,0.0011076925497124149],"stoch":[0,21.428574469625044],"bb_middle":[0,0.3790000006556511],"bb_low":[0,0.30581530882513414],"bb_upper":[0,0.45218469248616805],"timestamp":[0,"2024-08-05T14:30:00Z"]}],[0,{"open":[0,0.32],"low":[0,0.31],"high":[0,0.32],"close":[0,0.32],"volume":[0,255000],"signal":[0,1],"sma_5":[0,0.3200000047683716],"sma_10":[0,0.343000003695488],"sma_20":[0,0.3745000004768372],"sma_50":[0,0.5029999983310699],"sma_100":[0,0.5743999981880188],"ema_9":[0,0.3390182510120942],"ema_12":[0,0.34908376282621983],"ema_26":[0,0.39781315678324203],"ema_50":[0,0.4647586416012699],"ema_200":[0,0.5950906705793566],"ulcer_index":[0,18.217185609309865],"force_index":[0,-1974.9865390907544],"easy_movement":[0,-0.10155109321619896],"volume_weighted_avg":[0,0.34909379162655374],"channel_index":[0,-13.726542491537433],"williams_r":[0,-92.8571489392501],"mass_index":[0,21.83620251033527],"obv":[0,-1746100],"rsi":[0,30.934506235195954],"rsi_2":[0,17.736863637559495],"vwma":[0,0.3743272504364179],"macd":[0,0.0008268261134601745],"stoch":[0,7.142851060749912],"bb_middle":[0,0.3745000004768372],"bb_low":[0,0.29614823585329897],"bb_upper":[0,0.4528517651003754],"timestamp":[0,"2024-08-06T14:30:00Z"]}],[0,{"open":[0,0.32],"low":[0,0.28],"high":[0,0.32],"close":[0,0.28],"volume":[0,1186000],"signal":[0,2],"sma_5":[0,0.3200000047683716],"sma_10":[0,0.33600000441074374],"sma_20":[0,0.37100000083446505],"sma_50":[0,0.4965999984741211],"sma_100":[0,0.5707999980449676],"ema_9":[0,0.3352145993750898],"ema_12":[0,0.34460933556400203],"ema_26":[0,0.39204012682685224],"ema_50":[0,0.4587157147792024],"ema_200":[0,0.5849959294125677],"ulcer_index":[0,18.654715838450038],"force_index":[0,-1328.5618973056562],"easy_movement":[0,-0.12774737103834075],"volume_weighted_avg":[0,0.34603386751694765],"channel_index":[0,-6.115373276026159],"williams_r":[0,-85.71429787850018],"mass_index":[0,21.641321371515584],"obv":[0,-1418100],"rsi":[0,33.711369827042105],"rsi_2":[0,51.5269527057793],"vwma":[0,0.37107955652503316],"macd":[0,0.0016887948460831692],"stoch":[0,14.285702121499824],"bb_middle":[0,0.37100000083446505],"bb_low":[0,0.28953835778938014],"bb_upper":[0,0.45246164387954996],"timestamp":[0,"2024-08-07T14:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.23],"high":[0,0.28],"close":[0,0.28],"volume":[0,3690000],"signal":[0,1],"sma_5":[0,0.314000004529953],"sma_10":[0,0.32800000309944155],"sma_20":[0,0.36600000113248826],"sma_50":[0,0.48959999859333037],"sma_100":[0,0.5669999977946282],"ema_9":[0,0.3241716797446016],"ema_12":[0,0.3346694396357787],"ema_26":[0,0.3837544960919215],"ema_50":[0,0.4522564310233681],"ema_200":[0,0.5929974247963998],"ulcer_index":[0,20.45150795026314],"force_index":[0,-7915.909595852039],"easy_movement":[0,-0.13136095751552782],"volume_weighted_avg":[0,0.32638190915158455],"channel_index":[0,294.1512116691732],"williams_r":[0,-100],"mass_index":[0,21.623139305729186],"obv":[0,-2659300],"rsi":[0,28.731246838266955],"rsi_2":[0,12.022009313845757],"vwma":[0,0.35408788169700817],"macd":[0,0.00004494602226632477],"stoch":[0,0],"bb_middle":[0,0.36600000113248826],"bb_low":[0,0.2755787685226729],"bb_upper":[0,0.45642123374230364],"timestamp":[0,"2024-08-08T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.27],"high":[0,0.29],"close":[0,0.28],"volume":[0,473200],"signal":[0,1],"sma_5":[0,0.3040000021457672],"sma_10":[0,0.31900000274181367],"sma_20":[0,0.3615000009536743],"sma_50":[0,0.4831999981403351],"sma_100":[0,0.5628999978303909],"ema_9":[0,0.3153373440320628],"ema_12":[0,0.3262587562424702],"ema_26":[0,0.37606443200765777],"ema_50":[0,0.44531821837883],"ema_200":[0,0.5862042623250615],"ulcer_index":[0,22.05897520970582],"force_index":[0,-6785.0673926806785],"easy_movement":[0,-0.12108935955887623],"volume_weighted_avg":[0,0.3035462108983901],"channel_index":[0,610.408873299582],"williams_r":[0,-76.19047686626584],"mass_index":[0,21.73291238051058],"obv":[0,-2624000],"rsi":[0,28.73393787459341],"rsi_2":[0,12.022009313845757],"vwma":[0,0.3251817606816689],"macd":[0,-0.0005463127294339995],"stoch":[0,23.809523133734164],"bb_middle":[0,0.3615000009536743],"bb_low":[0,0.2636685167966128],"bb_upper":[0,0.4593314851107358],"timestamp":[0,"2024-08-09T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.29],"high":[0,0.32],"close":[0,0.3],"volume":[0,329700],"signal":[0,1],"sma_5":[0,0.2939999997615814],"sma_10":[0,0.3100000023841858],"sma_20":[0,0.35400000065565107],"sma_50":[0,0.47719999849796296],"sma_100":[0,0.5588999977707862],"ema_9":[0,0.3082698754620318],"ema_12":[0,0.31914202414044],"ema_26":[0,0.3689440023000063],"ema_50":[0,0.4386520925046663],"ema_200":[0,0.5794786935101545],"ulcer_index":[0,23.278244250972513],"force_index":[0,-5815.764874444838],"easy_movement":[0,-0.11354193337079607],"volume_weighted_avg":[0,0.30031447667230177],"channel_index":[0,4.33266838299719],"williams_r":[0,-72.22222268213463],"mass_index":[0,21.838084809120208],"obv":[0,-2548000],"rsi":[0,28.73698545747986],"rsi_2":[0,12.022009313845757],"vwma":[0,0.30997030109552093],"macd":[0,-0.00043986619906145885],"stoch":[0,27.777777317865375],"bb_middle":[0,0.35400000065565107],"bb_low":[0,0.2553288341637622],"bb_upper":[0,0.45267116714753997],"timestamp":[0,"2024-08-12T14:30:00Z"]}],[0,{"open":[0,0.32],"low":[0,0.31],"high":[0,0.4],"close":[0,0.36],"volume":[0,1143300],"signal":[0,0],"sma_5":[0,0.29200000166893003],"sma_10":[0,0.30600000321865084],"sma_20":[0,0.3475000008940697],"sma_50":[0,0.47159999907016753],"sma_100":[0,0.5551999977231026],"ema_9":[0,0.3066159027558484],"ema_12":[0,0.31619709973941046],"ema_26":[0,0.36384158599323996],"ema_50":[0,0.4333978145446939],"ema_200":[0,0.580376571352701],"ulcer_index":[0,23.690964575456256],"force_index":[0,-4042.9484463151257],"easy_movement":[0,-0.06300769240890565],"volume_weighted_avg":[0,0.2989830456533029],"channel_index":[0,-28.0051761663481],"williams_r":[0,-61.111105132249875],"mass_index":[0,22.00931590404049],"obv":[0,-2234900],"rsi":[0,34.73910644236926],"rsi_2":[0,78.3664708160724],"vwma":[0,0.30728655108226705],"macd":[0,0.0013798746653515617],"stoch":[0,38.88889486775012],"bb_middle":[0,0.3475000008940697],"bb_low":[0,0.25265803408384485],"bb_upper":[0,0.4423419677042945],"timestamp":[0,"2024-08-13T14:30:00Z"]}],[0,{"open":[0,0.36],"low":[0,0.31],"high":[0,0.36],"close":[0,0.33],"volume":[0,406900],"signal":[0,1],"sma_5":[0,0.3000000059604645],"sma_10":[0,0.310000005364418],"sma_20":[0,0.3445000022649765],"sma_50":[0,0.467399999499321],"sma_100":[0,0.5519999977946282],"ema_9":[0,0.3172927250595905],"ema_12":[0,0.32293600800513733],"ema_26":[0,0.36354338726974994],"ema_50":[0,0.42997029274562154],"ema_200":[0,0.5671474671236391],"ulcer_index":[0,23.299236304890112],"force_index":[0,6334.336338405576],"easy_movement":[0,-0.02111905140077284],"volume_weighted_avg":[0,0.3034829182338049],"channel_index":[0,126.89074969948798],"williams_r":[0,-27.777769039442134],"mass_index":[0,22.439658408671367],"obv":[0,-1037600],"rsi":[0,48.71469188688966],"rsi_2":[0,96.08415651991291],"vwma":[0,0.31189616796150527],"macd":[0,0.0067162629892045175],"stoch":[0,72.22223096055787],"bb_middle":[0,0.3445000022649765],"bb_low":[0,0.2553989406854734],"bb_upper":[0,0.4336010638444796],"timestamp":[0,"2024-08-14T14:30:00Z"]}],[0,{"open":[0,0.36],"low":[0,0.3],"high":[0,0.36],"close":[0,0.31],"volume":[0,260800],"signal":[0,1],"sma_5":[0,0.31000000834465025],"sma_10":[0,0.31200000643730164],"sma_20":[0,0.3400000035762787],"sma_50":[0,0.46079999923706055],"sma_100":[0,0.5487999981641769],"ema_9":[0,0.31983418267638786],"ema_12":[0,0.3240227796891933],"ema_26":[0,0.36107233074547307],"ema_50":[0,0.4265990663144124],"ema_200":[0,0.5758240936307296],"ulcer_index":[0,23.179633155824714],"force_index":[0,3685.5728484028277],"easy_movement":[0,-0.027969820860601395],"volume_weighted_avg":[0,0.30391866497151426],"channel_index":[0,-25.388016519179946],"williams_r":[0,-44.444437085846005],"mass_index":[0,22.845107873316056],"obv":[0,-1482200],"rsi":[0,43.670900745613004],"rsi_2":[0,52.822750456752104],"vwma":[0,0.3121739622526461],"macd":[0,0.008236595292480171],"stoch":[0,55.55556291415399],"bb_middle":[0,0.3400000035762787],"bb_low":[0,0.2577807867027387],"bb_upper":[0,0.4222192204498187],"timestamp":[0,"2024-08-15T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.29],"high":[0,0.32],"close":[0,0.3],"volume":[0,501100],"signal":[0,1],"sma_5":[0,0.31600000858306887],"sma_10":[0,0.310000005364418],"sma_20":[0,0.3350000038743019],"sma_50":[0,0.45379999876022337],"sma_100":[0,0.5450999981164932],"ema_9":[0,0.31786734661183635],"ema_12":[0,0.32186542766711845],"ema_26":[0,0.3572755574536006],"ema_50":[0,0.4214773773117855],"ema_200":[0,0.5621427751310305],"ulcer_index":[0,23.176861875916273],"force_index":[0,2413.9214689450127],"easy_movement":[0,-0.02422837507286123],"volume_weighted_avg":[0,0.30284621171001697],"channel_index":[0,-55.58758417715629],"williams_r":[0,-55.55555463573075],"mass_index":[0,23.20483075629328],"obv":[0,-1694600],"rsi":[0,40.66182191891413],"rsi_2":[0,33.00747528605264],"vwma":[0,0.31089275642309233],"macd":[0,0.00788349091537191],"stoch":[0,44.44444536426925],"bb_middle":[0,0.3350000038743019],"bb_low":[0,0.25844936801936047],"bb_upper":[0,0.41155063972924333],"timestamp":[0,"2024-08-16T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.3],"high":[0,0.31],"close":[0,0.31],"volume":[0,271400],"signal":[0,1],"sma_5":[0,0.32000001072883605],"sma_10":[0,0.30700000524520876],"sma_20":[0,0.3300000041723251],"sma_50":[0,0.4459999990463257],"sma_100":[0,0.5415999984741211],"ema_9":[0,0.3142938796675438],"ema_12":[0,0.3185015158848651],"ema_26":[0,0.3530192866205734],"ema_50":[0,0.41616438346064066],"ema_200":[0,0.5484981086881883],"ulcer_index":[0,22.928522618303674],"force_index":[0,1353.2233664456187],"easy_movement":[0,-0.04963657496047561],"volume_weighted_avg":[0,0.3007152769522762],"channel_index":[0,-10.782772344927801],"williams_r":[0,-58.823525286875835],"mass_index":[0,23.274209542983705],"obv":[0,-2123400],"rsi":[0,39.21150786634377],"rsi_2":[0,24.003217652542247],"vwma":[0,0.3092222637973933],"macd":[0,0.007003357672882571],"stoch":[0,41.176474713124165],"bb_middle":[0,0.3300000041723251],"bb_low":[0,0.2581668663122554],"bb_upper":[0,0.40183314203239484],"timestamp":[0,"2024-08-19T14:30:00Z"]}],[0,{"open":[0,0.31],"low":[0,0.28],"high":[0,0.31],"close":[0,0.3],"volume":[0,516800],"signal":[0,1],"sma_5":[0,0.32200000882148744],"sma_10":[0,0.30700000524520876],"sma_20":[0,0.3250000044703484],"sma_50":[0,0.438199999332428],"sma_100":[0,0.5384999984502792],"ema_9":[0,0.3134351042149463],"ema_12":[0,0.3171935918425511],"ema_26":[0,0.349841764860505],"ema_50":[0,0.41236719146583417],"ema_200":[0,0.5534825136954163],"ulcer_index":[0,22.19802672569135],"force_index":[0,1547.632510250038],"easy_movement":[0,-0.005408360905132573],"volume_weighted_avg":[0,0.300391610453917],"channel_index":[0,-57.127968330399774],"williams_r":[0,-52.941178017421564],"mass_index":[0,23.22983661428985],"obv":[0,-1997900],"rsi":[0,41.46567055471856],"rsi_2":[0,50.82988906108553],"vwma":[0,0.3079182476800963],"macd":[0,0.0071099125125322765],"stoch":[0,47.05882198257844],"bb_middle":[0,0.3250000044703484],"bb_low":[0,0.2628711064517524],"bb_upper":[0,0.3871289024889444],"timestamp":[0,"2024-08-20T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.29],"high":[0,0.3],"close":[0,0.3],"volume":[0,323200],"signal":[0,2],"sma_5":[0,0.31000000834465025],"sma_10":[0,0.3050000071525574],"sma_20":[0,0.32050000578165055],"sma_50":[0,0.42919999957084654],"sma_100":[0,0.5350999987125397],"ema_9":[0,0.3107480857541058],"ema_12":[0,0.31454842514494474],"ema_26":[0,0.34614523721774154],"ema_50":[0,0.40777757687174204],"ema_200":[0,0.5472815395009913],"ulcer_index":[0,21.376742799453467],"force_index":[0,588.2424917415648],"easy_movement":[0,-0.0005360101581173124],"volume_weighted_avg":[0,0.30005814529327585],"channel_index":[0,-12.556255250987334],"williams_r":[0,-58.823525286875835],"mass_index":[0,23.269901668517974],"obv":[0,-2486400],"rsi":[0,39.871600590195285],"rsi_2":[0,29.794865302429642],"vwma":[0,0.30668078311730324],"macd":[0,0.0065232446661402516],"stoch":[0,41.176474713124165],"bb_middle":[0,0.32050000578165055],"bb_low":[0,0.26519177465943766],"bb_upper":[0,0.37580823690386345],"timestamp":[0,"2024-08-21T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.29],"high":[0,0.32],"close":[0,0.32],"volume":[0,256400],"signal":[0,1],"sma_5":[0,0.3040000081062317],"sma_10":[0,0.307000008225441],"sma_20":[0,0.31750000566244124],"sma_50":[0,0.42139999985694887],"sma_100":[0,0.5317999988794326],"ema_9":[0,0.30859847098950743],"ema_12":[0,0.3123102082816837],"ema_26":[0,0.3427316183244762],"ema_50":[0,0.4037340642307079],"ema_200":[0,0.5484997870351718],"ulcer_index":[0,20.9326416932279],"force_index":[0,504.21153206490624],"easy_movement":[0,-0.016154506797356714],"volume_weighted_avg":[0,0.2989991096105779],"channel_index":[0,-49.47374445785838],"williams_r":[0,-58.823525286875835],"mass_index":[0,23.255503239746407],"obv":[0,-2534800],"rsi":[0,39.86644569310736],"rsi_2":[0,29.794865302429642],"vwma":[0,0.30431989104278184],"macd":[0,0.006164691456926878],"stoch":[0,41.176474713124165],"bb_middle":[0,0.31750000566244124],"bb_low":[0,0.26463224382221995],"bb_upper":[0,0.37036776750266254],"timestamp":[0,"2024-08-22T14:30:00Z"]}],[0,{"open":[0,0.32],"low":[0,0.3],"high":[0,0.34],"close":[0,0.34],"volume":[0,101500],"signal":[0,0],"sma_5":[0,0.30600000619888307],"sma_10":[0,0.31100000739097594],"sma_20":[0,0.3150000050663948],"sma_50":[0,0.41179999947547913],"sma_100":[0,0.5285999989509582],"ema_9":[0,0.3108787753610945],"ema_12":[0,0.31349325206103124],"ema_26":[0,0.3410477942150663],"ema_50":[0,0.4004503751568544],"ema_200":[0,0.5462261572422591],"ulcer_index":[0,20.351781799559184],"force_index":[0,1164.7517285760073],"easy_movement":[0,-0.0019756228946603807],"volume_weighted_avg":[0,0.2991596147991435],"channel_index":[0,-62.53554554040148],"williams_r":[0,-47.058830747967285],"mass_index":[0,23.29277436025745],"obv":[0,-2278400],"rsi":[0,44.79703970190045],"rsi_2":[0,83.71357802270057],"vwma":[0,0.30409990987998653],"macd":[0,0.007225247476547424],"stoch":[0,52.941169252032715],"bb_middle":[0,0.3150000050663948],"bb_low":[0,0.26788312660406605],"bb_upper":[0,0.36211688352872357],"timestamp":[0,"2024-08-23T14:30:00Z"]}],[0,{"open":[0,0.34],"low":[0,0.3],"high":[0,0.34],"close":[0,0.31],"volume":[0,315100],"signal":[0,2],"sma_5":[0,0.314000004529953],"sma_10":[0,0.3170000076293945],"sma_20":[0,0.31350000500679015],"sma_50":[0,0.40259999930858614],"sma_100":[0,0.5255999991297722],"ema_9":[0,0.31670302100413134],"ema_12":[0,0.3175712138326078],"ema_26":[0,0.34097018009367464],"ema_50":[0,0.398079772349773],"ema_200":[0,0.5441741557132445],"ulcer_index":[0,19.167781094824562],"force_index":[0,1288.3605187563644],"easy_movement":[0,0.05391436625427463],"volume_weighted_avg":[0,0.29932385474035755],"channel_index":[0,-86.53084758271181],"williams_r":[0,-35.29411867828104],"mass_index":[0,23.413148372382214],"obv":[0,-2176900],"rsi":[0,49.27437822183433],"rsi_2":[0,93.57799946362974],"vwma":[0,0.30339192192390935],"macd":[0,0.00910465869561252],"stoch":[0,64.70588132171896],"bb_middle":[0,0.31350000500679015],"bb_low":[0,0.2718947141536549],"bb_upper":[0,0.3551052958599254],"timestamp":[0,"2024-08-26T14:30:00Z"]}],[0,{"open":[0,0.31],"low":[0,0.3],"high":[0,0.34],"close":[0,0.32],"volume":[0,221100],"signal":[0,0],"sma_5":[0,0.314000004529953],"sma_10":[0,0.3180000066757202],"sma_20":[0,0.3120000049471855],"sma_50":[0,0.392399999499321],"sma_100":[0,0.5222999992966652],"ema_9":[0,0.31536241728014225],"ema_12":[0,0.3164064120713121],"ema_26":[0,0.3386760928559347],"ema_50":[0,0.3946256637236715],"ema_200":[0,0.5418440646353434],"ulcer_index":[0,18.621605876420624],"force_index":[0,-246.12330831710142],"easy_movement":[0,0.05391437042826512],"volume_weighted_avg":[0,0.2991286339724364],"channel_index":[0,-45.91018784135624],"williams_r":[0,-52.941178017421564],"mass_index":[0,23.521870331576917],"obv":[0,-2492000],"rsi":[0,43.56488948254725],"rsi_2":[0,33.218432780243276],"vwma":[0,0.3019302793993905],"macd":[0,0.00818715533764542],"stoch":[0,47.05882198257844],"bb_middle":[0,0.3120000049471855],"bb_low":[0,0.27220050438381327],"bb_upper":[0,0.3517995055105577],"timestamp":[0,"2024-08-27T14:30:00Z"]}],[0,{"open":[0,0.32],"low":[0,0.3],"high":[0,0.32],"close":[0,0.3],"volume":[0,197100],"signal":[0,1],"sma_5":[0,0.31800000071525575],"sma_10":[0,0.314000004529953],"sma_20":[0,0.3120000049471855],"sma_50":[0,0.38219999969005586],"sma_100":[0,0.5190999993681907],"ema_9":[0,0.3162899323936023],"ema_12":[0,0.31695927065225526],"ema_26":[0,0.33729267804049085],"ema_50":[0,0.3916991668265645],"ema_200":[0,0.5396366609359613],"ulcer_index":[0,16.845520576352186],"force_index":[0,104.90028634645881],"easy_movement":[0,0.057527956905451934],"volume_weighted_avg":[0,0.30222734754428265],"channel_index":[0,-59.89175480307307],"williams_r":[0,-47.058830747967285],"mass_index":[0,23.683975652783012],"obv":[0,-2270900],"rsi":[0,45.817473838151955],"rsi_2":[0,53.2999981772082],"vwma":[0,0.30181867857093914],"macd":[0,0.008098742987225956],"stoch":[0,52.941169252032715],"bb_middle":[0,0.3120000049471855],"bb_low":[0,0.27220050438381327],"bb_upper":[0,0.3517995055105577],"timestamp":[0,"2024-08-28T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.29],"high":[0,0.3],"close":[0,0.3],"volume":[0,167700],"signal":[0,1],"sma_5":[0,0.31800000071525575],"sma_10":[0,0.3110000044107437],"sma_20":[0,0.3115000054240227],"sma_50":[0,0.37379999935626984],"sma_100":[0,0.5156999996304512],"ema_9":[0,0.31303194829906766],"ema_12":[0,0.3143501539243589],"ema_26":[0,0.3345302583279307],"ema_50":[0,0.38810312153614746],"ema_200":[0,0.5372522166671551],"ulcer_index":[0,15.225039917491948],"force_index":[0,-473.2277135258055],"easy_movement":[0,0.054635407365318536],"volume_weighted_avg":[0,0.3175688362211702],"channel_index":[0,-60.63665313478755],"williams_r":[0,-76.92307515962582],"mass_index":[0,23.68118225889236],"obv":[0,-2468000],"rsi":[0,42.190399377876275],"rsi_2":[0,24.1962473373127],"vwma":[0,0.30155406557656683],"macd":[0,0.006601636777511775],"stoch":[0,23.076924840374172],"bb_middle":[0,0.3115000054240227],"bb_low":[0,0.2713627383088247],"bb_upper":[0,0.35163727253922067],"timestamp":[0,"2024-08-29T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.28],"high":[0,0.3],"close":[0,0.29],"volume":[0,181600],"signal":[0,1],"sma_5":[0,0.314000004529953],"sma_10":[0,0.310000005364418],"sma_20":[0,0.310000005364418],"sma_50":[0,0.3680000001192093],"sma_100":[0,0.5122999998927117],"ema_9":[0,0.31042556102751406],"ema_12":[0,0.3121424408816251],"ema_26":[0,0.3319815542119498],"ema_50":[0,0.38501421578779854],"ema_200":[0,0.5422490406319489],"ulcer_index":[0,13.957779329498665],"force_index":[0,-405.62183181392896],"easy_movement":[0,0.04069904427684566],"volume_weighted_avg":[0,0.320527931390981],"channel_index":[0,-61.737632656942864],"williams_r":[0,-83.33332505491077],"mass_index":[0,23.621285462944428],"obv":[0,-2519400],"rsi":[0,42.18284863710158],"rsi_2":[0,24.1962473373127],"vwma":[0,0.3006412359577286],"macd":[0,0.005565650515046112],"stoch":[0,16.666674945089223],"bb_middle":[0,0.310000005364418],"bb_low":[0,0.2705031684786974],"bb_upper":[0,0.34949684225013866],"timestamp":[0,"2024-08-30T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.28],"high":[0,0.3],"close":[0,0.28],"volume":[0,180100],"signal":[0,1],"sma_5":[0,0.3040000021457672],"sma_10":[0,0.3090000033378601],"sma_20":[0,0.3080000042915344],"sma_50":[0,0.363400000333786],"sma_100":[0,0.5085999995470047],"ema_9":[0,0.30634044715104414],"ema_12":[0,0.30873590967560716],"ema_26":[0,0.32886726286675516],"ema_50":[0,0.38110510815798193],"ema_200":[0,0.5360603176725518],"ulcer_index":[0,14.00927161623105],"force_index":[0,-607.1066779760314],"easy_movement":[0,0.020517222073377753],"volume_weighted_avg":[0,0.32077961337973215],"channel_index":[0,-58.3320620022161],"williams_r":[0,-91.66667494508923],"mass_index":[0,23.60916830128075],"obv":[0,-2667600],"rsi":[0,40.33592894530927],"rsi_2":[0,11.565660913473693],"vwma":[0,0.300139584389061],"macd":[0,0.004212954388950564],"stoch":[0,8.333325054910777],"bb_middle":[0,0.3080000042915344],"bb_low":[0,0.2687062369168629],"bb_upper":[0,0.3472937716662059],"timestamp":[0,"2024-09-03T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.28],"high":[0,0.29],"close":[0,0.28],"volume":[0,171500],"signal":[0,1],"sma_5":[0,0.29800000190734866],"sma_10":[0,0.30600000321865084],"sma_20":[0,0.3065000042319298],"sma_50":[0,0.3586000007390976],"sma_100":[0,0.5048999997973442],"ema_9":[0,0.301072357963328],"ema_12":[0,0.3043150017897835],"ema_26":[0,0.3252565576198364],"ema_50":[0,0.3775063201605869],"ema_200":[0,0.540869996246955],"ulcer_index":[0,14.764217826951363],"force_index":[0,-777.6608124165796],"easy_movement":[0,-0.0075968915307103035],"volume_weighted_avg":[0,0.3074015646376834],"channel_index":[0,-55.91723561339597],"williams_r":[0,-100],"mass_index":[0,23.44352402948163],"obv":[0,-2887100],"rsi":[0,38.50960970405873],"rsi_2":[0,5.65832218939731],"vwma":[0,0.29959792750745895],"macd":[0,0.002733749634475497],"stoch":[0,0],"bb_middle":[0,0.3065000042319298],"bb_low":[0,0.2653782315315822],"bb_upper":[0,0.3476217769322774],"timestamp":[0,"2024-09-04T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.27],"high":[0,0.29],"close":[0,0.27],"volume":[0,64100],"signal":[0,2],"sma_5":[0,0.2900000035762787],"sma_10":[0,0.3040000021457672],"sma_20":[0,0.30450000464916227],"sma_50":[0,0.35460000097751615],"sma_100":[0,0.5009999996423722],"ema_9":[0,0.29685788660704393],"ema_12":[0,0.30057423191124344],"ema_26":[0,0.3218996741631346],"ema_50":[0,0.3734994844126287],"ema_200":[0,0.5345955146567057],"ulcer_index":[0,15.227547681026854],"force_index":[0,-666.5593357499325],"easy_movement":[0,0.00787497177226314],"volume_weighted_avg":[0,0.30361079778671657],"channel_index":[0,-54.371425929623484],"williams_r":[0,-100],"mass_index":[0,23.233134162808945],"obv":[0,-2807500],"rsi":[0,38.51493305366451],"rsi_2":[0,5.65832218939731],"vwma":[0,0.2988118821612034],"macd":[0,0.0018741164700985316],"stoch":[0,0],"bb_middle":[0,0.30450000464916227],"bb_low":[0,0.2623218077887777],"bb_upper":[0,0.3466782015095468],"timestamp":[0,"2024-09-05T14:30:00Z"]}],[0,{"open":[0,0.27],"low":[0,0.26],"high":[0,0.28],"close":[0,0.27],"volume":[0,272900],"signal":[0,1],"sma_5":[0,0.28400000333786013],"sma_10":[0,0.3010000020265579],"sma_20":[0,0.30400000512599945],"sma_50":[0,0.35100000143051147],"sma_100":[0,0.4970999994874001],"ema_9":[0,0.29148631142529124],"ema_12":[0,0.29587050390803016],"ema_26":[0,0.3180416167917799],"ema_50":[0,0.3688915048314305],"ema_200":[0,0.5209264209064469],"ulcer_index":[0,15.759960440164116],"force_index":[0,-662.9097374631687],"easy_movement":[0,0.004948159416854635],"volume_weighted_avg":[0,0.3025093026993841],"channel_index":[0,-64.96720057615927],"williams_r":[0,-100],"mass_index":[0,23.05445396827795],"obv":[0,-2812800],"rsi":[0,36.61167194727318],"rsi_2":[0,1.859417712310531],"vwma":[0,0.30090590523290905],"macd":[0,0.0008054343361417506],"stoch":[0,0],"bb_middle":[0,0.30400000512599945],"bb_low":[0,0.26045692100783085],"bb_upper":[0,0.34754308924416805],"timestamp":[0,"2024-09-06T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.27],"high":[0,0.28],"close":[0,0.28],"volume":[0,261900],"signal":[0,1],"sma_5":[0,0.2780000030994415],"sma_10":[0,0.29600000381469727],"sma_20":[0,0.30350000560283663],"sma_50":[0,0.3468000018596649],"sma_100":[0,0.4934999996423721],"ema_9":[0,0.2871890512860002],"ema_12":[0,0.291890428034308],"ema_26":[0,0.3144829793056359],"ema_50":[0,0.36501340702348567],"ema_200":[0,0.5184296407056747],"ulcer_index":[0,16.087631678373306],"force_index":[0,-568.2101724504461],"easy_movement":[0,0.010404149297942923],"volume_weighted_avg":[0,0.3001595479795326],"channel_index":[0,-10.776350023723044],"williams_r":[0,-87.49997671693946],"mass_index":[0,22.866345464769235],"obv":[0,-2812800],"rsi":[0,36.616885783651696],"rsi_2":[0,1.859417712310531],"vwma":[0,0.31171678829489474],"macd":[0,0.0003071967588508494],"stoch":[0,12.50002328306055],"bb_middle":[0,0.30350000560283663],"bb_low":[0,0.2586558302568112],"bb_upper":[0,0.34834418094886205],"timestamp":[0,"2024-09-09T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.28],"high":[0,0.29],"close":[0,0.29],"volume":[0,120200],"signal":[0,1],"sma_5":[0,0.27600000500679017],"sma_10":[0,0.2900000035762787],"sma_20":[0,0.30350000560283663],"sma_50":[0,0.3424000018835068],"sma_100":[0,0.4899999997019768],"ema_9":[0,0.2857512412529595],"ema_12":[0,0.2900611277063125],"ema_26":[0,0.3118968629987131],"ema_50":[0,0.3603981371456058],"ema_200":[0,0.4903058628295803],"ulcer_index":[0,16.34862137998444],"force_index":[0,-112.87767718557711],"easy_movement":[0,0.011767807996698038],"volume_weighted_avg":[0,0.2976988594530537],"channel_index":[0,-10.83211333011661],"williams_r":[0,-74.99999068677577],"mass_index":[0,22.723482246840696],"obv":[0,-2387400],"rsi":[0,40.10259104950344],"rsi_2":[0,73.37140934346164],"vwma":[0,0.3128075335692709],"macd":[0,0.0008107914557270376],"stoch":[0,25.00000931322422],"bb_middle":[0,0.30350000560283663],"bb_low":[0,0.2586558302568112],"bb_upper":[0,0.34834418094886205],"timestamp":[0,"2024-09-10T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.28],"high":[0,0.3],"close":[0,0.3],"volume":[0,126100],"signal":[0,1],"sma_5":[0,0.2780000030994415],"sma_10":[0,0.2880000025033951],"sma_20":[0,0.30300000458955767],"sma_50":[0,0.3400000017881393],"sma_100":[0,0.4872999995946884],"ema_9":[0,0.28660099133954864],"ema_12":[0,0.2900517238274655],"ema_26":[0,0.31028851035944127],"ema_50":[0,0.35818660115827555],"ema_200":[0,0.49934905032332466],"ulcer_index":[0,16.213682914084533],"force_index":[0,74.98842573471428],"easy_movement":[0,0.021856671275997015],"volume_weighted_avg":[0,0.2969527969690423],"channel_index":[0,-41.85966275254915],"williams_r":[0,-62.500004656612106],"mass_index":[0,22.57206522462174],"obv":[0,-2593900],"rsi":[0,43.41291597497542],"rsi_2":[0,89.16364273261581],"vwma":[0,0.31305711203986],"macd":[0,0.0019451144729554226],"stoch":[0,37.49999534338789],"bb_middle":[0,0.30300000458955767],"bb_low":[0,0.2577893847909553],"bb_upper":[0,0.34821062438816003],"timestamp":[0,"2024-09-11T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.28],"high":[0,0.3],"close":[0,0.3],"volume":[0,88400],"signal":[0,1],"sma_5":[0,0.28200000524520874],"sma_10":[0,0.2860000044107437],"sma_20":[0,0.30000000447034836],"sma_50":[0,0.3378000020980835],"sma_100":[0,0.4843999999761581],"ema_9":[0,0.28928079544971363],"ema_12":[0,0.29158222802054334],"ema_26":[0,0.3095127615333889],"ema_50":[0,0.35535559852883714],"ema_200":[0,0.4863291970626482],"ulcer_index":[0,15.903727453917933],"force_index":[0,244.38364601915998],"easy_movement":[0,0.027521124448087263],"volume_weighted_avg":[0,0.2967250617599205],"channel_index":[0,-31.244376654078106],"williams_r":[0,-49.99998137355156],"mass_index":[0,22.574928752204613],"obv":[0,-2441000],"rsi":[0,46.618535798351445],"rsi_2":[0,95.04309740791095],"vwma":[0,0.3018082415803047],"macd":[0,0.0033837716936345533],"stoch":[0,50.00001862644844],"bb_middle":[0,0.30000000447034836],"bb_low":[0,0.2631218278695395],"bb_upper":[0,0.3368781810711572],"timestamp":[0,"2024-09-12T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.29],"high":[0,0.3],"close":[0,0.3],"volume":[0,94400],"signal":[0,1],"sma_5":[0,0.2880000054836273],"sma_10":[0,0.2860000044107437],"sma_20":[0,0.2985000044107437],"sma_50":[0,0.3356000024080277],"sma_100":[0,0.48180000007152557],"ema_9":[0,0.29142463875414193],"ema_12":[0,0.2928772744766207],"ema_26":[0,0.30883084315872167],"ema_50":[0,0.3541000849695329],"ema_200":[0,0.5028689984791843],"ulcer_index":[0,15.937267618631683],"force_index":[0,209.48193390641737],"easy_movement":[0,0.019163654930072972],"volume_weighted_avg":[0,0.2944255490491897],"channel_index":[0,-36.79227467320473],"williams_r":[0,-49.99998137355156],"mass_index":[0,22.559651363716227],"obv":[0,-2534400],"rsi":[0,46.59399804451406],"rsi_2":[0,95.04309740791095],"vwma":[0,0.29927919627946725],"macd":[0,0.004317459753976169],"stoch":[0,50.00001862644844],"bb_middle":[0,0.2985000044107437],"bb_low":[0,0.26428012999582084],"bb_upper":[0,0.33271987882566656],"timestamp":[0,"2024-09-13T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.29],"high":[0,0.3],"close":[0,0.3],"volume":[0,69900],"signal":[0,0],"sma_5":[0,0.2940000057220459],"sma_10":[0,0.2860000044107437],"sma_20":[0,0.2980000048875809],"sma_50":[0,0.3340000027418137],"sma_100":[0,0.4787000000476837],"ema_9":[0,0.2931397133813882],"ema_12":[0,0.29397307856982524],"ema_26":[0,0.3081630696537748],"ema_50":[0,0.35142933678579297],"ema_200":[0,0.4898140989316076],"ulcer_index":[0,15.955628624226184],"force_index":[0,179.55284808243545],"easy_movement":[0,-0.01927686891365148],"volume_weighted_avg":[0,0.29276054302230026],"channel_index":[0,-34.054987532705084],"williams_r":[0,-49.99998137355156],"mass_index":[0,22.40936560207917],"obv":[0,-2473300],"rsi":[0,46.61009642340574],"rsi_2":[0,95.04309740791095],"vwma":[0,0.2986637693888034],"macd":[0,0.004847507547251776],"stoch":[0,50.00001862644844],"bb_middle":[0,0.2980000048875809],"bb_low":[0,0.26417693848743423],"bb_upper":[0,0.33182307128772753],"timestamp":[0,"2024-09-16T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.29],"high":[0,0.3],"close":[0,0.29],"volume":[0,56300],"signal":[0,1],"sma_5":[0,0.2980000078678131],"sma_10":[0,0.2870000064373016],"sma_20":[0,0.2980000048875809],"sma_50":[0,0.33220000326633453],"sma_100":[0,0.475900000333786],"ema_9":[0,0.29451177309744453],"ema_12":[0,0.2949003013086563],"ema_26":[0,0.30757658251183967],"ema_50":[0,0.350144735741728],"ema_200":[0,0.5026404644612369],"ulcer_index":[0,15.607485161979287],"force_index":[0,153.90868769480323],"easy_movement":[0,-0.019276868913652493],"volume_weighted_avg":[0,0.29053856973907244],"channel_index":[0,-34.3104273570952],"williams_r":[0,-49.99998137355156],"mass_index":[0,22.299752624453024],"obv":[0,-2565900],"rsi":[0,46.58753005347625],"rsi_2":[0,95.04309740791095],"vwma":[0,0.2985197728426314],"macd":[0,0.005112070376876013],"stoch":[0,50.00001862644844],"bb_middle":[0,0.2980000048875809],"bb_low":[0,0.26417693848743423],"bb_upper":[0,0.33182307128772753],"timestamp":[0,"2024-09-17T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.28],"high":[0,0.3],"close":[0,0.28],"volume":[0,218900],"signal":[0,1],"sma_5":[0,0.2980000078678131],"sma_10":[0,0.2880000054836273],"sma_20":[0,0.29700000435113905],"sma_50":[0,0.33000000298023224],"sma_100":[0,0.4726000002026558],"ema_9":[0,0.2936094168090256],"ema_12":[0,0.2941464075158399],"ema_26":[0,0.30627461281876633],"ema_50":[0,0.3477861183265759],"ema_200":[0,0.5005246388611784],"ulcer_index":[0,15.34825384585586],"force_index":[0,51.483315424971096],"easy_movement":[0,-0.019276868913652746],"volume_weighted_avg":[0,0.2873496785026558],"channel_index":[0,-36.175248475849635],"williams_r":[0,-50],"mass_index":[0,22.17378977883268],"obv":[0,-2622200],"rsi":[0,43.30744163016013],"rsi_2":[0,9.817407360820255],"vwma":[0,0.29757019199102913],"macd":[0,0.004528117021706381],"stoch":[0,50],"bb_middle":[0,0.29700000435113905],"bb_low":[0,0.2634738970498624],"bb_upper":[0,0.3305261116524157],"timestamp":[0,"2024-09-18T14:30:00Z"]}],[0,{"open":[0,0.3],"low":[0,0.28],"high":[0,0.3],"close":[0,0.28],"volume":[0,436100],"signal":[0,1],"sma_5":[0,0.2940000057220459],"sma_10":[0,0.2880000054836273],"sma_20":[0,0.29600000381469727],"sma_50":[0,0.3278000032901764],"sma_100":[0,0.469200000166893],"ema_9":[0,0.29088753369175013],"ema_12":[0,0.29197003897964163],"ema_26":[0,0.30434198312147165],"ema_50":[0,0.34567701482378577],"ema_200":[0,0.5093666445987551],"ulcer_index":[0,14.79534496400297],"force_index":[0,-268.57909861206434],"easy_movement":[0,-0.015291986712546734],"volume_weighted_avg":[0,0.28537174934160286],"channel_index":[0,12.143085812226934],"williams_r":[0,-50],"mass_index":[0,21.874413339829413],"obv":[0,-2893500],"rsi":[0,40.23657063143951],"rsi_2":[0,3.514493401790162],"vwma":[0,0.2961076745888793],"macd":[0,0.0034448248462761177],"stoch":[0,50],"bb_middle":[0,0.29600000381469727],"bb_low":[0,0.2617071491816561],"bb_upper":[0,0.3302928584477384],"timestamp":[0,"2024-09-19T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.27],"high":[0,0.29],"close":[0,0.27],"volume":[0,689200],"signal":[0,1],"sma_5":[0,0.2900000035762787],"sma_10":[0,0.289000004529953],"sma_20":[0,0.2950000032782555],"sma_50":[0,0.3258000034093857],"sma_100":[0,0.4655000004172325],"ema_9":[0,0.28871002719996686],"ema_12":[0,0.29012849692791076],"ema_26":[0,0.3025570571501637],"ema_50":[0,0.3438336808869039],"ema_200":[0,0.521799452353299],"ulcer_index":[0,14.220955280531156],"force_index":[0,-230.21087588197094],"easy_movement":[0,-0.008903013633743807],"volume_weighted_avg":[0,0.2833243710105944],"channel_index":[0,69.80493003335265],"williams_r":[0,-50],"mass_index":[0,21.657052975775738],"obv":[0,-2934800],"rsi":[0,40.21086441677305],"rsi_2":[0,3.514493401790162],"vwma":[0,0.2938077940473924],"macd":[0,0.0027336634471442026],"stoch":[0,50],"bb_middle":[0,0.2950000032782555],"bb_low":[0,0.2600715066257228],"bb_upper":[0,0.32992849993078815],"timestamp":[0,"2024-09-20T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.27],"high":[0,0.3],"close":[0,0.27],"volume":[0,97300],"signal":[0,1],"sma_5":[0,0.28400000333786013],"sma_10":[0,0.289000004529953],"sma_20":[0,0.29250000417232513],"sma_50":[0,0.32380000352859495],"sma_100":[0,0.46130000054836273],"ema_9":[0,0.28496802389759257],"ema_12":[0,0.287031804520161],"ema_26":[0,0.30012724028067855],"ema_50":[0,0.3402060076163441],"ema_200":[0,0.504578922359639],"ulcer_index":[0,13.504526576811333],"force_index":[0,-1181.8948161757207],"easy_movement":[0,-0.007042519648974158],"volume_weighted_avg":[0,0.2796768475666381],"channel_index":[0,128.61399353869206],"williams_r":[0,-74.999962747117],"mass_index":[0,21.465393327728226],"obv":[0,-3591400],"rsi":[0,37.1915772952662],"rsi_2":[0,0.9849881853335631],"vwma":[0,0.28807565948566066],"macd":[0,0.0016303338926421072],"stoch":[0,25.000037252883],"bb_middle":[0,0.29250000417232513],"bb_low":[0,0.2579312332064702],"bb_upper":[0,0.32706877513818006],"timestamp":[0,"2024-09-23T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.27],"high":[0,0.28],"close":[0,0.27],"volume":[0,93500],"signal":[0,1],"sma_5":[0,0.2780000030994415],"sma_10":[0,0.2880000054836273],"sma_20":[0,0.289000004529953],"sma_50":[0,0.32060000360012053],"sma_100":[0,0.45750000089406967],"ema_9":[0,0.2819744212618042],"ema_12":[0,0.28441152799644653],"ema_26":[0,0.29789104770367314],"ema_50":[0,0.3372697727343069],"ema_200":[0,0.4985660435895296],"ulcer_index":[0,12.933325253485123],"force_index":[0,-1013.0553018643151],"easy_movement":[0,0.003969101988389671],"volume_weighted_avg":[0,0.27931555955266635],"channel_index":[0,-29.667056954194564],"williams_r":[0,-74.999962747117],"mass_index":[0,21.50101478398868],"obv":[0,-3580300],"rsi":[0,37.20056607685408],"rsi_2":[0,0.9849881853335631],"vwma":[0,0.28633142723442945],"macd":[0,0.0009912258567351707],"stoch":[0,25.000037252883],"bb_middle":[0,0.289000004529953],"bb_low":[0,0.2607865345480524],"bb_upper":[0,0.3172134745118536],"timestamp":[0,"2024-09-24T14:30:00Z"]}],[0,{"open":[0,0.27],"low":[0,0.26],"high":[0,0.27],"close":[0,0.27],"volume":[0,236900],"signal":[0,2],"sma_5":[0,0.2740000069141388],"sma_10":[0,0.286000007390976],"sma_20":[0,0.2870000049471855],"sma_50":[0,0.3174000036716461],"sma_100":[0,0.45380000114440916],"ema_9":[0,0.27957953916335876],"ema_12":[0,0.2821943737170139],"ema_26":[0,0.2958432287660348],"ema_50":[0,0.33536397807688484],"ema_200":[0,0.5110068176181636],"ulcer_index":[0,12.33570290502606],"force_index":[0,-868.3290530047409],"easy_movement":[0,-0.0015878463547598536],"volume_weighted_avg":[0,0.27894802067263147],"channel_index":[0,-28.53840160140431],"williams_r":[0,-74.999962747117],"mass_index":[0,21.57699704435395],"obv":[0,-3614900],"rsi":[0,37.16811484291637],"rsi_2":[0,0.9849881853335631],"vwma":[0,0.28397211849484455],"macd":[0,0.0006806088464141758],"stoch":[0,25.000037252883],"bb_middle":[0,0.2870000049471855],"bb_low":[0,0.25935945744884026],"bb_upper":[0,0.3146405524455308],"timestamp":[0,"2024-09-25T14:30:00Z"]}],[0,{"open":[0,0.27],"low":[0,0.27],"high":[0,0.29],"close":[0,0.29],"volume":[0,453100],"signal":[0,1],"sma_5":[0,0.27200000882148745],"sma_10":[0,0.28300000727176666],"sma_20":[0,0.2845000058412552],"sma_50":[0,0.3144000041484833],"sma_100":[0,0.44970000118017195],"ema_9":[0,0.27766363347645423],"ema_12":[0,0.28031831787267886],"ema_26":[0,0.2939289163188349],"ema_50":[0,0.3328006852397065],"ema_200":[0,0.5086087399376726],"ulcer_index":[0,11.35938438117107],"force_index":[0,-744.2854356985424],"easy_movement":[0,0.006540291555628101],"volume_weighted_avg":[0,0.2784077634684778],"channel_index":[0,14.399129434336364],"williams_r":[0,-74.999962747117],"mass_index":[0,21.59952536117985],"obv":[0,-3614900],"rsi":[0,37.17152996593005],"rsi_2":[0,0.9849881853335631],"vwma":[0,0.28102351481054577],"macd":[0,0.0005750923594232474],"stoch":[0,25.000037252883],"bb_middle":[0,0.2845000058412552],"bb_low":[0,0.260437586921058],"bb_upper":[0,0.30856242476145235],"timestamp":[0,"2024-09-26T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.28],"high":[0,0.32],"close":[0,0.32],"volume":[0,487200],"signal":[0,0],"sma_5":[0,0.2740000069141388],"sma_10":[0,0.28200000524520874],"sma_20":[0,0.2840000048279762],"sma_50":[0,0.3118000042438507],"sma_100":[0,0.4458000010251999],"ema_9":[0,0.28013090510001115],"ema_12":[0,0.2818078028120226],"ema_26":[0,0.2936106091739706],"ema_50":[0,0.3300238743756103],"ema_200":[0,0.48436094510631855],"ulcer_index":[0,9.977597791141902],"force_index":[0,656.6238718592294],"easy_movement":[0,0.016504397694820292],"volume_weighted_avg":[0,0.28088850579775265],"channel_index":[0,80.61345458877219],"williams_r":[0,-25.000037252883],"mass_index":[0,21.765738826845915],"obv":[0,-3068700],"rsi":[0,47.83626942545172],"rsi_2":[0,95.87978776424187],"vwma":[0,0.2811036535517345],"macd":[0,0.0018716629204209665],"stoch":[0,74.999962747117],"bb_middle":[0,0.2840000048279762],"bb_low":[0,0.26084833250533357],"bb_upper":[0,0.30715167715061886],"timestamp":[0,"2024-09-27T14:30:00Z"]}],[0,{"open":[0,0.32],"low":[0,0.27],"high":[0,0.33],"close":[0,0.29],"volume":[0,230300],"signal":[0,1],"sma_5":[0,0.28400000333786013],"sma_10":[0,0.28400000333786013],"sma_20":[0,0.2850000038743019],"sma_50":[0,0.31000000417232515],"sma_100":[0,0.4428000009059906],"ema_9":[0,0.2881047226515345],"ema_12":[0,0.2876835249117517],"ema_26":[0,0.2955699242785041],"ema_50":[0,0.3298138395158564],"ema_200":[0,0.4864042729919535],"ulcer_index":[0,8.792511847451498],"force_index":[0,2650.8131070386567],"easy_movement":[0,0.026869559643466732],"volume_weighted_avg":[0,0.2867914333713812],"channel_index":[0,88.93548582645457],"williams_r":[0,0],"mass_index":[0,22.112770008010678],"obv":[0,-2610000],"rsi":[0,59.027741183793786],"rsi_2":[0,98.93676520919306],"vwma":[0,0.28469065628069967],"macd":[0,0.004636230032504419],"stoch":[0,100],"bb_middle":[0,0.2850000038743019],"bb_low":[0,0.25779706798403773],"bb_upper":[0,0.3122029397645661],"timestamp":[0,"2024-09-30T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.27],"high":[0,0.29],"close":[0,0.29],"volume":[0,245000],"signal":[0,1],"sma_5":[0,0.28799999952316285],"sma_10":[0,0.2830000013113022],"sma_20":[0,0.2850000038743019],"sma_50":[0,0.30780000388622286],"sma_100":[0,0.4394000008702278],"ema_9":[0,0.28848377645026047],"ema_12":[0,0.28803990385494843],"ema_26":[0,0.29515279073325335],"ema_50":[0,0.3280694536152702],"ema_200":[0,0.4807712412894481],"ulcer_index":[0,8.254623231813433],"force_index":[0,1285.12621834755],"easy_movement":[0,0.020927121883466564],"volume_weighted_avg":[0,0.28689602309990586],"channel_index":[0,2.885094359823724],"williams_r":[0,-57.14286930706643],"mass_index":[0,22.63780586508903],"obv":[0,-2810500],"rsi":[0,47.9507218622097],"rsi_2":[0,39.831328292378075],"vwma":[0,0.2847487828982267],"macd":[0,0.004322019916750287],"stoch":[0,42.85713069293357],"bb_middle":[0,0.2850000038743019],"bb_low":[0,0.25779706798403773],"bb_upper":[0,0.3122029397645661],"timestamp":[0,"2024-10-01T14:30:00Z"]}],[0,{"open":[0,0.29],"low":[0,0.27],"high":[0,0.3],"close":[0,0.28],"volume":[0,322900],"signal":[0,1],"sma_5":[0,0.2919999957084656],"sma_10":[0,0.2830000013113022],"sma_20":[0,0.28550000339746473],"sma_50":[0,0.3054000037908554],"sma_100":[0,0.4361000007390976],"ema_9":[0,0.28878701948720426],"ema_12":[0,0.2883414547126043],"ema_26":[0,0.29476201002559654],"ema_50":[0,0.32621041647139526],"ema_200":[0,0.4715154994072148],"ulcer_index":[0,8.033081857741717],"force_index":[0,1101.5424170840267],"easy_movement":[0,0.0036008659968945447],"volume_weighted_avg":[0,0.28664092780625583],"channel_index":[0,7.827015504658896],"williams_r":[0,-57.14286930706643],"mass_index":[0,22.93532385280024],"obv":[0,-2744400],"rsi":[0,47.96143443410203],"rsi_2":[0,39.831328292378075],"vwma":[0,0.28522334678433187],"macd":[0,0.003999932985627763],"stoch":[0,42.85713069293357],"bb_middle":[0,0.28550000339746473],"bb_low":[0,0.25831545460306793],"bb_upper":[0,0.31268455219186153],"timestamp":[0,"2024-10-02T14:30:00Z"]}],[0,{"open":[0,0.28],"low":[0,0.26],"high":[0,0.3],"close":[0,0.27],"volume":[0,281000],"signal":[0,1],"sma_5":[0,0.29399999380111697],"sma_10":[0,0.2830000013113022],"sma_20":[0,0.28550000339746473],"sma_50":[0,0.30320000410079956],"sma_100":[0,0.43290000051259997],"ema_9":[0,0.28702961583429315],"ema_12":[0,0.28705815583844213],"ema_26":[0,0.29368216572038847],"ema_50":[0,0.32494741892371015],"ema_200":[0,0.48064615329856236],"ulcer_index":[0,8.112016465091],"force_index":[0,482.90085142302735],"easy_movement":[0,0.006919016462411114],"volume_weighted_avg":[0,0.28574966588198614],"channel_index":[0,39.70753708755703],"williams_r":[0,-71.42856534646678],"mass_index":[0,23.153954528157108],"obv":[0,-3168500],"rsi":[0,44.69754648012104],"rsi_2":[0,22.171123587858787],"vwma":[0,0.2850538114495411],"macd":[0,0.0030545050333728695],"stoch":[0,28.571434653533213],"bb_middle":[0,0.28550000339746473],"bb_low":[0,0.25831545460306793],"bb_upper":[0,0.31268455219186153],"timestamp":[0,"2024-10-03T14:30:00Z"]}],[0,{"open":[0,0.27],"low":[0,0.26],"high":[0,0.29],"close":[0,0.27],"volume":[0,283000],"signal":[0,1],"sma_5":[0,0.2899999976158142],"sma_10":[0,0.2820000022649765],"sma_20":[0,0.28550000339746473],"sma_50":[0,0.30140000402927397],"sma_100":[0,0.429300000667572],"ema_9":[0,0.28362369482542393],"ema_12":[0,0.284433829156493],"ema_26":[0,0.2919552077056203],"ema_50":[0,0.3238909708945032],"ema_200":[0,0.5006227551861147],"ulcer_index":[0,8.969573129949726],"force_index":[0,12.482010151493796],"easy_movement":[0,-0.0019481776922653069],"volume_weighted_avg":[0,0.2842765992687251],"channel_index":[0,18.766916306777947],"williams_r":[0,-85.71426138586715],"mass_index":[0,23.467937581149442],"obv":[0,-3499700],"rsi":[0,41.6206621509796],"rsi_2":[0,11.75096317463121],"vwma":[0,0.2843849249645834],"macd":[0,0.0017603537274376024],"stoch":[0,14.285738614132853],"bb_middle":[0,0.28550000339746473],"bb_low":[0,0.25831545460306793],"bb_upper":[0,0.31268455219186153],"timestamp":[0,"2024-10-04T14:30:00Z"]}],[0,{"open":[0,0.27],"low":[0,0.25],"high":[0,0.27],"close":[0,0.26],"volume":[0,489000],"signal":[0,1],"sma_5":[0,0.2800000011920929],"sma_10":[0,0.2820000022649765],"sma_20":[0,0.28550000339746473],"sma_50":[0,0.2994000041484833],"sma_100":[0,0.42510000079870225],"ema_9":[0,0.2808989580081434],"ema_12":[0,0.2822132422619026],"ema_26":[0,0.29033344276198686],"ema_50":[0,0.32196065844112187],"ema_200":[0,0.5020067617563424],"ulcer_index":[0,9.752008671915998],"force_index":[0,10.747395276754155],"easy_movement":[0,-0.005734152198679231],"volume_weighted_avg":[0,0.28303241762852427],"channel_index":[0,19.574901691452805],"williams_r":[0,-85.71426138586715],"mass_index":[0,23.81734323170012],"obv":[0,-3837000],"rsi":[0,41.60966376200175],"rsi_2":[0,11.75096317463121],"vwma":[0,0.2843552235102983],"macd":[0,0.0009349995211958961],"stoch":[0,14.285738614132853],"bb_middle":[0,0.28550000339746473],"bb_low":[0,0.25831545460306793],"bb_upper":[0,0.31268455219186153],"timestamp":[0,"2024-10-07T14:30:00Z"]}],[0,{"open":[0,0.26],"low":[0,0.25],"high":[0,0.27],"close":[0,0.26],"volume":[0,244400],"signal":[0,1],"sma_5":[0,0.2740000009536743],"sma_10":[0,0.2810000002384186],"sma_20":[0,0.28450000286102295],"sma_50":[0,0.297200003862381],"sma_100":[0,0.4207000008225441],"ema_9":[0,0.2767191644991661],"ema_12":[0,0.27879581890826477],"ema_26":[0,0.28808652036948834],"ema_50":[0,0.3195308283243428],"ema_200":[0,0.49959873418128686],"ulcer_index":[0,10.927928872888538],"force_index":[0,-689.3647359569377],"easy_movement":[0,-0.01011627131685203],"volume_weighted_avg":[0,0.2804783721138803],"channel_index":[0,110.79693410395163],"williams_r":[0,-87.50001396983633],"mass_index":[0,24.07621690400498],"obv":[0,-4326000],"rsi":[0,38.57127889693472],"rsi_2":[0,4.0802560273319415],"vwma":[0,0.28225135412258945],"macd":[0,-0.00018840115195472087],"stoch":[0,12.49998603016367],"bb_middle":[0,0.28450000286102295],"bb_low":[0,0.2551913042215328],"bb_upper":[0,0.3138087015005131],"timestamp":[0,"2024-10-08T14:30:00Z"]}],[0,{"open":[0,0.26],"low":[0,0.24],"high":[0,0.26],"close":[0,0.25],"volume":[0,694100],"signal":[0,1],"sma_5":[0,0.26800000071525576],"sma_10":[0,0.27999999821186067],"sma_20":[0,0.2830000028014183],"sma_50":[0,0.29560000360012056],"sma_100":[0,0.41630000084638596],"ema_9":[0,0.27337532969198425],"ema_12":[0,0.2759041529936482],"ema_26":[0,0.28600603667273045],"ema_50":[0,0.31719628566312374],"ema_200":[0,0.497214667079615],"ulcer_index":[0,11.889349577825822],"force_index":[0,-590.8863051381004],"easy_movement":[0,-0.006853204088610634],"volume_weighted_avg":[0,0.2794105342702505],"channel_index":[0,-8.94209300030749],"williams_r":[0,-87.50001396983633],"mass_index":[0,24.272164097588096],"obv":[0,-4326000],"rsi":[0,38.572648134853],"rsi_2":[0,4.0802560273319415],"vwma":[0,0.2810364502507287],"macd":[0,-0.0007996666958507339],"stoch":[0,12.49998603016367],"bb_middle":[0,0.2830000028014183],"bb_low":[0,0.25195165403089903],"bb_upper":[0,0.31404835157193756],"timestamp":[0,"2024-10-09T14:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.24],"high":[0,0.25],"close":[0,0.24],"volume":[0,609900],"signal":[0,1],"sma_5":[0,0.26200000047683714],"sma_10":[0,0.27799999713897705],"sma_20":[0,0.28050000220537186],"sma_50":[0,0.2942000037431717],"sma_100":[0,0.41180000096559527],"ema_9":[0,0.2687002637434023],"ema_12":[0,0.2719188959078381],"ema_26":[0,0.2833161931003464],"ema_50":[0,0.31364584344709345],"ema_200":[0,0.4763609964867476],"ulcer_index":[0,13.128659836346214],"force_index":[0,-1498.0714528353917],"easy_movement":[0,-0.008911370003121514],"volume_weighted_avg":[0,0.27514576331116397],"channel_index":[0,183.66155766649567],"williams_r":[0,-88.88888520959058],"mass_index":[0,24.48040201715289],"obv":[0,-4999300],"rsi":[0,35.58922065282705],"rsi_2":[0,1.1299259304831253],"vwma":[0,0.2769176897754765],"macd":[0,-0.0017049347018944089],"stoch":[0,11.111114790409415],"bb_middle":[0,0.28050000220537186],"bb_low":[0,0.24734883443678612],"bb_upper":[0,0.3136511699739576],"timestamp":[0,"2024-10-10T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.23],"high":[0,0.24],"close":[0,0.23],"volume":[0,411300],"signal":[0,1],"sma_5":[0,0.25599999725818634],"sma_10":[0,0.27299999743700026],"sma_20":[0,0.27750000134110453],"sma_50":[0,0.29280000358819963],"sma_100":[0,0.40770000115036964],"ema_9":[0,0.26296020992387525],"ema_12":[0,0.267008296267928],"ema_26":[0,0.28011213177729183],"ema_50":[0,0.3109408305693037],"ema_200":[0,0.4776879278956199],"ulcer_index":[0,14.486604470975598],"force_index":[0,-2155.347069485718],"easy_movement":[0,-0.007424150096201102],"volume_weighted_avg":[0,0.27139357108960654],"channel_index":[0,126.9020975630862],"williams_r":[0,-100],"mass_index":[0,24.571354879450343],"obv":[0,-5629100],"rsi":[0,32.82653646366934],"rsi_2":[0,0.46191982025322886],"vwma":[0,0.27303976362686305],"macd":[0,-0.00272340428057221],"stoch":[0,0],"bb_middle":[0,0.27750000134110453],"bb_low":[0,0.24123707329430039],"bb_upper":[0,0.3137629293879087],"timestamp":[0,"2024-10-11T14:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.21],"high":[0,0.23],"close":[0,0.22],"volume":[0,313000],"signal":[0,1],"sma_5":[0,0.24799999594688416],"sma_10":[0,0.2639999985694885],"sma_20":[0,0.2740000009536743],"sma_50":[0,0.29080000340938567],"sma_100":[0,0.40340000092983247],"ema_9":[0,0.25636816877560226],"ema_12":[0,0.26131471342442286],"ema_26":[0,0.2764046682686078],"ema_50":[0,0.30794973904802786],"ema_200":[0,0.4789021316870812],"ulcer_index":[0,16.10030919993646],"force_index":[0,-2435.0090926412295],"easy_movement":[0,-0.020172423530496083],"volume_weighted_avg":[0,0.2680698973156033],"channel_index":[0,34.656122406310054],"williams_r":[0,-100],"mass_index":[0,24.57653601689969],"obv":[0,-6070700],"rsi":[0,30.297051405436534],"rsi_2":[0,0.21165802714072868],"vwma":[0,0.2699947362551681],"macd":[0,-0.0037618447923033344],"stoch":[0,0],"bb_middle":[0,0.2740000009536743],"bb_low":[0,0.2338005010728541],"bb_upper":[0,0.31419950083449455],"timestamp":[0,"2024-10-14T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.18],"high":[0,0.22],"close":[0,0.2],"volume":[0,968700],"signal":[0,1],"sma_5":[0,0.2399999976158142],"sma_10":[0,0.25699999928474426],"sma_20":[0,0.27000000029802323],"sma_50":[0,0.2886000031232834],"sma_100":[0,0.3989000007510185],"ema_9":[0,0.24909453477187804],"ema_12":[0,0.2549586007043254],"ema_26":[0,0.27220381486007794],"ema_50":[0,0.30358543586819375],"ema_200":[0,0.45793216790217844],"ulcer_index":[0,17.93966438591601],"force_index":[0,-2534.280513021635],"easy_movement":[0,-0.019379200213228708],"volume_weighted_avg":[0,0.26519759838952267],"channel_index":[0,-14.367135013809444],"williams_r":[0,-91.66666356225859],"mass_index":[0,24.658385949127524],"obv":[0,-6266400],"rsi":[0,28.001989408320796],"rsi_2":[0,0.1015841154176087],"vwma":[0,0.26742005666750207],"macd":[0,-0.004762553817569591],"stoch":[0,8.333336437741407],"bb_middle":[0,0.27000000029802323],"bb_low":[0,0.225278644080034],"bb_upper":[0,0.31472135651601246],"timestamp":[0,"2024-10-15T14:30:00Z"]}],[0,{"open":[0,0.2],"low":[0,0.2],"high":[0,0.23],"close":[0,0.21],"volume":[0,321400],"signal":[0,1],"sma_5":[0,0.2280000001192093],"sma_10":[0,0.24800000041723252],"sma_20":[0,0.26550000086426734],"sma_50":[0,0.2864000031352043],"sma_100":[0,0.39470000073313716],"ema_9":[0,0.23927562841762295],"ema_12":[0,0.24650343293533236],"ema_26":[0,0.266864476237531],"ema_50":[0,0.2998893790964654],"ema_200":[0,0.46272319919181526],"ulcer_index":[0,20.374864839669602],"force_index":[0,-4939.95649594127],"easy_movement":[0,-0.0222629760135875],"volume_weighted_avg":[0,0.25454026905269245],"channel_index":[0,228.1940410165989],"williams_r":[0,-86.6666699780357],"mass_index":[0,24.93649592865305],"obv":[0,-7317300],"rsi":[0,24.032611985679566],"rsi_2":[0,0.03297949706133352],"vwma":[0,0.2588892735152529],"macd":[0,-0.00629115817118997],"stoch":[0,13.33333002196431],"bb_middle":[0,0.26550000086426734],"bb_low":[0,0.2124057477251502],"bb_upper":[0,0.3185942540033845],"timestamp":[0,"2024-10-16T14:30:00Z"]}],[0,{"open":[0,0.21],"low":[0,0.21],"high":[0,0.22],"close":[0,0.21],"volume":[0,240100],"signal":[0,1],"sma_5":[0,0.2199999988079071],"sma_10":[0,0.24099999964237212],"sma_20":[0,0.26200000047683714],"sma_50":[0,0.28420000314712524],"sma_100":[0,0.39040000081062315],"ema_9":[0,0.23342050142075915],"ema_12":[0,0.24088751861153815],"ema_26":[0,0.26264774638332555],"ema_50":[0,0.2961812466157822],"ema_200":[0,0.4565297801817304],"ulcer_index":[0,22.3325853391763],"force_index":[0,-3775.1068113420065],"easy_movement":[0,-0.016991406896253353],"volume_weighted_avg":[0,0.2493918170612226],"channel_index":[0,-28.92582331214489],"williams_r":[0,-80.00000993410707],"mass_index":[0,25.1903119833821],"obv":[0,-6929900],"rsi":[0,29.436225661992225],"rsi_2":[0,40.33057198611831],"vwma":[0,0.25631770636799345],"macd":[0,-0.006158048212634326],"stoch":[0,19.99999006589293],"bb_middle":[0,0.26200000047683714],"bb_low":[0,0.20417267243556786],"bb_upper":[0,0.3198273285181064],"timestamp":[0,"2024-10-17T14:30:00Z"]}],[0,{"open":[0,0.21],"low":[0,0.19],"high":[0,0.21],"close":[0,0.19],"volume":[0,990400],"signal":[0,2],"sma_5":[0,0.21399999856948854],"sma_10":[0,0.23499999791383744],"sma_20":[0,0.258500000089407],"sma_50":[0,0.2828000029921532],"sma_100":[0,0.38620000079274175],"ema_9":[0,0.22873639981919403],"ema_12":[0,0.2361355899951525],"ema_26":[0,0.2587342750016196],"ema_50":[0,0.29225241402811064],"ema_200":[0,0.4430404667386075],"ulcer_index":[0,23.518108481638006],"force_index":[0,-3235.804795742594],"easy_movement":[0,-0.02872023368193682],"volume_weighted_avg":[0,0.24163491851084953],"channel_index":[0,-58.79435340622608],"williams_r":[0,-80.00000993410707],"mass_index":[0,25.280026346814005],"obv":[0,-6863600],"rsi":[0,29.464794731715784],"rsi_2":[0,40.33057198611831],"vwma":[0,0.25353623869769615],"macd":[0,-0.005614526657885102],"stoch":[0,19.99999006589293],"bb_middle":[0,0.258500000089407],"bb_low":[0,0.1970915316287119],"bb_upper":[0,0.3199084685501021],"timestamp":[0,"2024-10-18T14:30:00Z"]}],[0,{"open":[0,0.19],"low":[0,0.19],"high":[0,0.2],"close":[0,0.2],"volume":[0,527500],"signal":[0,1],"sma_5":[0,0.20599999725818635],"sma_10":[0,0.22699999660253525],"sma_20":[0,0.2544999994337559],"sma_50":[0,0.2810000029206276],"sma_100":[0,0.3821000005304813],"ema_9":[0,0.22098911937444402],"ema_12":[0,0.22903780544053737],"ema_26":[0,0.2536337551329482],"ema_50":[0,0.2878763971871453],"ema_200":[0,0.43316510870546554],"ulcer_index":[0,25.13476520197625],"force_index":[0,-5603.257407965142],"easy_movement":[0,-0.03088388901789642],"volume_weighted_avg":[0,0.2319255701899956],"channel_index":[0,231.20777839049362],"williams_r":[0,-91.66667494508923],"mass_index":[0,25.406734330073245],"obv":[0,-7771800],"rsi":[0,25.32939065738485],"rsi_2":[0,9.545983669456575],"vwma":[0,0.24426658192997602],"macd":[0,-0.00610098130950202],"stoch":[0,8.333325054910777],"bb_middle":[0,0.2544999994337559],"bb_low":[0,0.18653677410900826],"bb_upper":[0,0.32246322475850353],"timestamp":[0,"2024-10-21T14:30:00Z"]}],[0,{"open":[0,0.2],"low":[0,0.19],"high":[0,0.22],"close":[0,0.22],"volume":[0,1238800],"signal":[0,1],"sma_5":[0,0.20199999809265137],"sma_10":[0,0.2209999978542328],"sma_20":[0,0.2509999990463257],"sma_50":[0,0.2794000029563904],"sma_100":[0,0.3783000007271767],"ema_9":[0,0.21679129609560166],"ema_12":[0,0.22457045121587504],"ema_26":[0,0.2496608846031174],"ema_50":[0,0.28443026408099187],"ema_200":[0,0.4308450579022293],"ulcer_index":[0,26.149331807733716],"force_index":[0,-4049.221469055647],"easy_movement":[0,-0.019899134091339567],"volume_weighted_avg":[0,0.22728612539447512],"channel_index":[0,41.291695003650986],"williams_r":[0,-83.33333747254461],"mass_index":[0,25.485163827167035],"obv":[0,-7244300],"rsi":[0,30.618956211582386],"rsi_2":[0,48.70206261316018],"vwma":[0,0.24120423421915854],"macd":[0,-0.005276372003466805],"stoch":[0,16.66666252745539],"bb_middle":[0,0.2509999990463257],"bb_low":[0,0.17947378120732832],"bb_upper":[0,0.32252621688532307],"timestamp":[0,"2024-10-22T14:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.2],"high":[0,0.23],"close":[0,0.2],"volume":[0,445000],"signal":[0,1],"sma_5":[0,0.20599999725818635],"sma_10":[0,0.21699999868869782],"sma_20":[0,0.24849999845027923],"sma_50":[0,0.27780000269412997],"sma_100":[0,0.3747000008821487],"ema_9":[0,0.21743303663602576],"ema_12":[0,0.22386730413575395],"ema_26":[0,0.2474592360080847],"ema_50":[0,0.28172052847795154],"ema_200":[0,0.42506833686880174],"ulcer_index":[0,26.403072708726366],"force_index":[0,68.67366786951789],"easy_movement":[0,-0.021487500264822847],"volume_weighted_avg":[0,0.22386451331575152],"channel_index":[0,249.09916889893674],"williams_r":[0,-66.66667494508923],"mass_index":[0,25.67969866576128],"obv":[0,-5899400],"rsi":[0,39.78844612417655],"rsi_2":[0,81.22009883230746],"vwma":[0,0.2381837698959302],"macd":[0,-0.0030280704908554543],"stoch":[0,33.33332505491078],"bb_middle":[0,0.24849999845027923],"bb_low":[0,0.17631274375389397],"bb_upper":[0,0.32068725314666446],"timestamp":[0,"2024-10-23T14:30:00Z"]}],[0,{"open":[0,0.2],"low":[0,0.19],"high":[0,0.2],"close":[0,0.2],"volume":[0,558900],"signal":[0,1],"sma_5":[0,0.20399999916553496],"sma_10":[0,0.21199999898672103],"sma_20":[0,0.24499999806284906],"sma_50":[0,0.2746000024676323],"sma_100":[0,0.37100000098347663],"ema_9":[0,0.21394642992320037],"ema_12":[0,0.22019541665266076],"ema_26":[0,0.24398465081129364],"ema_50":[0,0.2801633309716432],"ema_200":[0,0.45593773703152146],"ulcer_index":[0,26.975815554581118],"force_index":[0,-1212.507350097197],"easy_movement":[0,-0.011588191063055277],"volume_weighted_avg":[0,0.22083185355796756],"channel_index":[0,-14.700222316268603],"williams_r":[0,-81.81818304968291],"mass_index":[0,25.85051610126998],"obv":[0,-6803600],"rsi":[0,34.781248322901135],"rsi_2":[0,35.81432077098815],"vwma":[0,0.23567980977600483],"macd":[0,-0.0025283312527916886],"stoch":[0,18.181816950317085],"bb_middle":[0,0.24499999806284906],"bb_low":[0,0.170568824914255],"bb_upper":[0,0.3194311712114431],"timestamp":[0,"2024-10-24T14:30:00Z"]}],[0,{"open":[0,0.2],"low":[0,0.2],"high":[0,0.21],"close":[0,0.21],"volume":[0,1139000],"signal":[0,1],"sma_5":[0,0.2020000010728836],"sma_10":[0,0.20799999982118605],"sma_20":[0,0.24049999862909316],"sma_50":[0,0.2720000022649765],"sma_100":[0,0.36640000075101853],"ema_9":[0,0.21115714453460674],"ema_12":[0,0.2170884299338256],"ema_26":[0,0.24072652874973352],"ema_50":[0,0.2770196710504114],"ema_200":[0,0.4533910929116082],"ulcer_index":[0,27.354979282921075],"force_index":[0,-1039.3340072376773],"easy_movement":[0,-0.010358259550158646],"volume_weighted_avg":[0,0.21765799329503654],"channel_index":[0,21.93400139787357],"williams_r":[0,-77.77778329672614],"mass_index":[0,25.851132332255705],"obv":[0,-6803600],"rsi":[0,34.78298886294306],"rsi_2":[0,35.81432077098815],"vwma":[0,0.23118027752182246],"macd":[0,-0.001901756728053386],"stoch":[0,22.22221670327385],"bb_middle":[0,0.24049999862909316],"bb_low":[0,0.16661495559951311],"bb_upper":[0,0.3143850416586732],"timestamp":[0,"2024-10-25T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.19],"high":[0,0.22],"close":[0,0.22],"volume":[0,338200],"signal":[0,1],"sma_5":[0,0.20600000023841858],"sma_10":[0,0.20599999874830247],"sma_20":[0,0.23499999865889548],"sma_50":[0,0.2700000020861626],"sma_100":[0,0.361900000423193],"ema_9":[0,0.21092571432249435],"ema_12":[0,0.21599790291045956],"ema_26":[0,0.23846412692802602],"ema_50":[0,0.27494062399968244],"ema_200":[0,0.46200557166610995],"ulcer_index":[0,27.37880881078032],"force_index":[0,736.3445409990876],"easy_movement":[0,-0.0053490246426295155],"volume_weighted_avg":[0,0.21427647092259502],"channel_index":[0,193.02523025037664],"williams_r":[0,-66.66668322351178],"mass_index":[0,25.736733630102382],"obv":[0,-6143800],"rsi":[0,39.149178492713176],"rsi_2":[0,69.69645346782704],"vwma":[0,0.2247941466983327],"macd":[0,-0.0005665832437356348],"stoch":[0,33.33331677648822],"bb_middle":[0,0.23499999865889548],"bb_low":[0,0.16973132445821135],"bb_upper":[0,0.3002686728595796],"timestamp":[0,"2024-10-28T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.21],"high":[0,0.22],"close":[0,0.21],"volume":[0,105600],"signal":[0,1],"sma_5":[0,0.20999999940395356],"sma_10":[0,0.20599999874830247],"sma_20":[0,0.23149999901652335],"sma_50":[0,0.2684000018239021],"sma_100":[0,0.3572000004351139],"ema_9":[0,0.2127405712216139],"ema_12":[0,0.21661361052742367],"ema_26":[0,0.23710095967747882],"ema_50":[0,0.27296914821194407],"ema_200":[0,0.463276316262199],"ulcer_index":[0,27.10670169421737],"force_index":[0,1114.2525482528392],"easy_movement":[0,-0.0053490246426295155],"volume_weighted_avg":[0,0.21322612804605315],"channel_index":[0,-58.92479942611162],"williams_r":[0,-50],"mass_index":[0,25.615369674548475],"obv":[0,-5949900],"rsi":[0,43.2476321811224],"rsi_2":[0,85.25916600953275],"vwma":[0,0.22323356602468683],"macd":[0,0.0011356073990318356],"stoch":[0,50],"bb_middle":[0,0.23149999901652335],"bb_low":[0,0.17107649369688335],"bb_upper":[0,0.2919235043361634],"timestamp":[0,"2024-10-29T14:30:00Z"]}],[0,{"open":[0,0.21],"low":[0,0.21],"high":[0,0.26],"close":[0,0.24],"volume":[0,816700],"signal":[0,1],"sma_5":[0,0.20799999833106994],"sma_10":[0,0.20699999779462813],"sma_20":[0,0.22749999910593033],"sma_50":[0,0.2664000016450882],"sma_100":[0,0.3523000004887581],"ema_9":[0,0.21219245567617417],"ema_12":[0,0.2155961337551441],"ema_26":[0,0.23511621044195757],"ema_50":[0,0.2714150633522261],"ema_200":[0,0.47914997700533213],"ulcer_index":[0,26.678723926902236],"force_index":[0,804.2610541454616],"easy_movement":[0,0.0034732127533840624],"volume_weighted_avg":[0,0.21007480560431904],"channel_index":[0,-116.54466877180744],"williams_r":[0,-57.142872348125216],"mass_index":[0,25.521084024935572],"obv":[0,-6427200],"rsi":[0,40.27710289248886],"rsi_2":[0,42.05922769849313],"vwma":[0,0.22154615849165316],"macd":[0,0.0017111744242917296],"stoch":[0,42.85712765187478],"bb_middle":[0,0.22749999910593033],"bb_low":[0,0.1727734039427637],"bb_upper":[0,0.28222659426909696],"timestamp":[0,"2024-10-30T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.23],"high":[0,0.26],"close":[0,0.24],"volume":[0,139300],"signal":[0,0],"sma_5":[0,0.2159999966621399],"sma_10":[0,0.20999999791383744],"sma_20":[0,0.22549999877810478],"sma_50":[0,0.26520000129938126],"sma_100":[0,0.3472000004351139],"ema_9":[0,0.21775396345583353],"ema_12":[0,0.2193505705556828],"ema_26":[0,0.23545069654576797],"ema_50":[0,0.26908474758098144],"ema_200":[0,0.4546977917850482],"ulcer_index":[0,25.82850079321308],"force_index":[0,4189.463215481714],"easy_movement":[0,0.012804784958549713],"volume_weighted_avg":[0,0.21081025697356598],"channel_index":[0,71.09023197819003],"williams_r":[0,-25],"mass_index":[0,25.753208509353055],"obv":[0,-5550300],"rsi":[0,51.03048981538457],"rsi_2":[0,85.65870916956641],"vwma":[0,0.22120088817309602],"macd":[0,0.004070255462331838],"stoch":[0,75],"bb_middle":[0,0.22549999877810478],"bb_low":[0,0.17591169222558406],"bb_upper":[0,0.2750883053306255],"timestamp":[0,"2024-10-31T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.22],"high":[0,0.25],"close":[0,0.22],"volume":[0,204400],"signal":[0,2],"sma_5":[0,0.22399999499320983],"sma_10":[0,0.21299999803304673],"sma_20":[0,0.22399999797344208],"sma_50":[0,0.2640000009536743],"sma_100":[0,0.34270000040531157],"ema_9":[0,0.22220316971419063],"ema_12":[0,0.22252741114352179],"ema_26":[0,0.23583768702254204],"ema_50":[0,0.2699578150849167],"ema_200":[0,0.4930279018608977],"ulcer_index":[0,24.710531132435886],"force_index":[0,3590.9968589245773],"easy_movement":[0,0.029924475615181197],"volume_weighted_avg":[0,0.21034030725645708],"channel_index":[0,-100.7025739712077],"williams_r":[0,-25],"mass_index":[0,25.93559466859442],"obv":[0,-5749300],"rsi":[0,50.95959099203978],"rsi_2":[0,85.65870916956641],"vwma":[0,0.2201806994797605],"macd":[0,0.005551599627674389],"stoch":[0,75],"bb_middle":[0,0.22399999797344208],"bb_low":[0,0.17821790649280797],"bb_upper":[0,0.26978208945407617],"timestamp":[0,"2024-11-01T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.22],"high":[0,0.24],"close":[0,0.23],"volume":[0,59100],"signal":[0,1],"sma_5":[0,0.22599999606609344],"sma_10":[0,0.215999998152256],"sma_20":[0,0.22149999737739562],"sma_50":[0,0.2620000010728836],"sma_100":[0,0.3369000002741814],"ema_9":[0,0.22176253553293393],"ema_12":[0,0.22213857847650414],"ema_26":[0,0.23466452493256906],"ema_50":[0,0.26799868503483787],"ema_200":[0,0.49031120630813163],"ulcer_index":[0,23.362709718072875],"force_index":[0,2494.0124222212444],"easy_movement":[0,0.026287024772097396],"volume_weighted_avg":[0,0.21020973188895803],"channel_index":[0,-79.1252659101025],"williams_r":[0,-50],"mass_index":[0,25.901273440435283],"obv":[0,-5953700],"rsi":[0,44.72630829469759],"rsi_2":[0,28.49001173579066],"vwma":[0,0.2188713077496443],"macd":[0,0.005068743240503784],"stoch":[0,50],"bb_middle":[0,0.22149999737739562],"bb_low":[0,0.18086750234711477],"bb_upper":[0,0.26213249240767644],"timestamp":[0,"2024-11-04T14:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.23],"high":[0,0.25],"close":[0,0.23],"volume":[0,152000],"signal":[0,1],"sma_5":[0,0.22799999713897706],"sma_10":[0,0.2189999982714653],"sma_20":[0,0.21999999806284903],"sma_50":[0,0.25980000108480455],"sma_100":[0,0.3312000001966953],"ema_9":[0,0.22341002926488626],"ema_12":[0,0.2233480296951902],"ema_26":[0,0.23432809676332603],"ema_50":[0,0.2668746577543036],"ema_200":[0,0.4950785655856891],"ulcer_index":[0,21.133146153089246],"force_index":[0,2222.1574254872244],"easy_movement":[0,0.020099887625580255],"volume_weighted_avg":[0,0.2117621109645054],"channel_index":[0,-104.1659962461301],"williams_r":[0,-42.85712765187478],"mass_index":[0,25.54060082934586],"obv":[0,-6124600],"rsi":[0,48.109422602898356],"rsi_2":[0,57.11291266583319],"vwma":[0,0.21699453799831048],"macd":[0,0.005303246302768936],"stoch":[0,57.142872348125216],"bb_middle":[0,0.21999999806284903],"bb_low":[0,0.18312182307829014],"bb_upper":[0,0.25687817304740795],"timestamp":[0,"2024-11-05T14:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.22],"high":[0,0.25],"close":[0,0.23],"volume":[0,83700],"signal":[0,1],"sma_5":[0,0.23199999928474427],"sma_10":[0,0.2199999988079071],"sma_20":[0,0.21849999874830245],"sma_50":[0,0.25820000112056735],"sma_100":[0,0.32530000030994416],"ema_9":[0,0.2247280242484111],"ema_12":[0,0.2243714109397985],"ema_26":[0,0.23401204325567643],"ema_50":[0,0.2656116514414591],"ema_200":[0,0.49611972820610556],"ulcer_index":[0,19.064286997917257],"force_index":[0,1904.7444188443433],"easy_movement":[0,0.01949749718454035],"volume_weighted_avg":[0,0.21224212596649578],"channel_index":[0,-77.5085249355258],"williams_r":[0,-42.85712765187478],"mass_index":[0,25.30555305799069],"obv":[0,-6514600],"rsi":[0,48.08660615514131],"rsi_2":[0,57.11291266583319],"vwma":[0,0.21616387806839607],"macd":[0,0.0053199189440327685],"stoch":[0,57.142872348125216],"bb_middle":[0,0.21849999874830245],"bb_low":[0,0.1860808694501775],"bb_upper":[0,0.2509191280464274],"timestamp":[0,"2024-11-06T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.22],"high":[0,0.25],"close":[0,0.24],"volume":[0,83900],"signal":[0,1],"sma_5":[0,0.2300000011920929],"sma_10":[0,0.2229999989271164],"sma_20":[0,0.2174999989569187],"sma_50":[0,0.256400001347065],"sma_100":[0,0.3193000005185604],"ema_9":[0,0.22578242021078654],"ema_12":[0,0.2252373422461822],"ema_26":[0,0.23366484976943996],"ema_50":[0,0.26220147129473553],"ema_200":[0,0.4530053861152757],"ulcer_index":[0,17.616187361960836],"force_index":[0,1632.591847984012],"easy_movement":[0,0.0066966727730638055],"volume_weighted_avg":[0,0.21253993293037096],"channel_index":[0,-85.66157680146527],"williams_r":[0,-42.85712765187478],"mass_index":[0,25.147803446541154],"obv":[0,-6404100],"rsi":[0,48.13292530364492],"rsi_2":[0,57.11291266583319],"vwma":[0,0.21385325316124226],"macd":[0,0.005162919854781666],"stoch":[0,57.142872348125216],"bb_middle":[0,0.2174999989569187],"bb_low":[0,0.18791960079704637],"bb_upper":[0,0.24708039711679106],"timestamp":[0,"2024-11-07T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.23],"high":[0,0.28],"close":[0,0.25],"volume":[0,507800],"signal":[0,0],"sma_5":[0,0.2300000011920929],"sma_10":[0,0.22699999809265137],"sma_20":[0,0.2174999989569187],"sma_50":[0,0.25520000100135803],"sma_100":[0,0.3145000001788139],"ema_9":[0,0.22862593506926415],"ema_12":[0,0.2275085123112107],"ema_26":[0,0.2340750224122731],"ema_50":[0,0.2589510609422956],"ema_200":[0,0.40306198049875785],"ulcer_index":[0,15.013232809826281],"force_index":[0,1519.4036639795124],"easy_movement":[0,0.00886030037905594],"volume_weighted_avg":[0,0.21671967378891108],"channel_index":[0,-78.96681306785324],"williams_r":[0,-28.571425530374956],"mass_index":[0,24.981636352030105],"obv":[0,-4937700],"rsi":[0,51.910132725702354],"rsi_2":[0,89.7939166735755],"vwma":[0,0.21234803415987388],"macd":[0,0.005544070418185682],"stoch":[0,71.42857446962503],"bb_middle":[0,0.2174999989569187],"bb_low":[0,0.18791960079704637],"bb_upper":[0,0.24708039711679106],"timestamp":[0,"2024-11-08T14:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.22],"high":[0,0.25],"close":[0,0.25],"volume":[0,132000],"signal":[0,1],"sma_5":[0,0.23600000143051147],"sma_10":[0,0.23099999874830246],"sma_20":[0,0.21849999874830245],"sma_50":[0,0.25420000076293947],"sma_100":[0,0.3111000004410744],"ema_9":[0,0.23290074804115207],"ema_12":[0,0.23096873729567743],"ema_26":[0,0.23522282874988884],"ema_50":[0,0.2573186281188903],"ema_200":[0,0.3757876320655965],"ulcer_index":[0,12.926257176935822],"force_index":[0,2027.6628465163508],"easy_movement":[0,0.023603629947043563],"volume_weighted_avg":[0,0.22109937816898892],"channel_index":[0,9.817317822163323],"williams_r":[0,-33.33333333333333],"mass_index":[0,25.002680250879838],"obv":[0,-4008400],"rsi":[0,55.39006639808994],"rsi_2":[0,95.95646696429161],"vwma":[0,0.21363242393487739],"macd":[0,0.00624477251753389],"stoch":[0,66.66666666666666],"bb_middle":[0,0.21849999874830245],"bb_low":[0,0.1860808694501775],"bb_upper":[0,0.2509191280464274],"timestamp":[0,"2024-11-11T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.23],"high":[0,0.24],"close":[0,0.24],"volume":[0,73600],"signal":[0,1],"sma_5":[0,0.24000000059604645],"sma_10":[0,0.23399999886751174],"sma_20":[0,0.2199999988079071],"sma_50":[0,0.25340000092983245],"sma_100":[0,0.3084000006318092],"ema_9":[0,0.2363205984329217],"ema_12":[0,0.23389662386557322],"ema_26":[0,0.23631743402767486],"ema_50":[0,0.2570316230946201],"ema_200":[0,0.3745360138360881],"ulcer_index":[0,11.941219368428152],"force_index":[0,1737.9903798622306],"easy_movement":[0,-0.0105936934245104],"volume_weighted_avg":[0,0.22218566179207974],"channel_index":[0,-65.23276463436547],"williams_r":[0,-33.33333333333333],"mass_index":[0,25.07270951875269],"obv":[0,-4008400],"rsi":[0,55.382066932658304],"rsi_2":[0,95.95646696429161],"vwma":[0,0.21394255584377966],"macd":[0,0.006462443047714931],"stoch":[0,66.66666666666666],"bb_middle":[0,0.2199999988079071],"bb_low":[0,0.18478636566009185],"bb_upper":[0,0.25521363195572233],"timestamp":[0,"2024-11-12T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.23],"high":[0,0.24],"close":[0,0.23],"volume":[0,78800],"signal":[0,1],"sma_5":[0,0.24199999868869781],"sma_10":[0,0.23699999898672103],"sma_20":[0,0.22199999839067458],"sma_50":[0,0.25260000079870226],"sma_100":[0,0.3056000007688999],"ema_9":[0,0.2370564776653056],"ema_12":[0,0.2348356017607611],"ema_26":[0,0.23657203250723663],"ema_50":[0,0.2556314814166386],"ema_200":[0,0.3584822950291225],"ulcer_index":[0,9.783894808485885],"force_index":[0,1384.5845974362362],"easy_movement":[0,-0.015409105508835797],"volume_weighted_avg":[0,0.2247307787800534],"channel_index":[0,-70.6410841770841],"williams_r":[0,-44.44444996339282],"mass_index":[0,25.054739084590736],"obv":[0,-3610400],"rsi":[0,51.15448858407081],"rsi_2":[0,28.096502880213833],"vwma":[0,0.2158333517412464],"macd":[0,0.005694361553419427],"stoch":[0,55.55555003660718],"bb_middle":[0,0.22199999839067458],"bb_low":[0,0.1870142875054483],"bb_upper":[0,0.25698570927590086],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.22],"high":[0,0.23],"close":[0,0.22],"volume":[0,87500],"signal":[0,1],"sma_5":[0,0.24199999868869781],"sma_10":[0,0.23599999994039536],"sma_20":[0,0.2229999989271164],"sma_50":[0,0.25160000085830686],"sma_100":[0,0.3031000009179115],"ema_9":[0,0.23564518296059844],"ema_12":[0,0.2340916620027758],"ema_26":[0,0.23607157774938442],"ema_50":[0,0.25407714930019304],"ema_200":[0,0.34616757257149894],"ulcer_index":[0,7.890320220080396],"force_index":[0,1074.1964202288757],"easy_movement":[0,-0.01285306251531622],"volume_weighted_avg":[0,0.22836820387277743],"channel_index":[0,-64.49499133151593],"williams_r":[0,-55.55555003660718],"mass_index":[0,24.97835475951956],"obv":[0,-3440100],"rsi":[0,47.26819152242886],"rsi_2":[0,11.63710917707327],"vwma":[0,0.21621127330192616],"macd":[0,0.004343378925386933],"stoch":[0,44.44444996339282],"bb_middle":[0,0.2229999989271164],"bb_low":[0,0.1883012964065914],"bb_upper":[0,0.2576987014476414],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.2],"high":[0,0.24],"close":[0,0.21],"volume":[0,174500],"signal":[0,2],"sma_5":[0,0.23799999952316284],"sma_10":[0,0.23400000035762786],"sma_20":[0,0.2234999991953373],"sma_50":[0,0.2506000006198883],"sma_100":[0,0.3008000010251999],"ema_9":[0,0.23251614613617128],"ema_12":[0,0.2319237154864065],"ema_26":[0,0.23489472826454108],"ema_50":[0,0.25328996660343867],"ema_200":[0,0.35594846553041193],"ulcer_index":[0,6.791684451534335],"force_index":[0,795.7341420543062],"easy_movement":[0,-0.021643446286922326],"volume_weighted_avg":[0,0.23542094394676025],"channel_index":[0,-59.75702308230824],"williams_r":[0,-66.66666666666666],"mass_index":[0,24.925556924993174],"obv":[0,-3679800],"rsi":[0,43.65746497613843],"rsi_2":[0,5.3586864393639075],"vwma":[0,0.2164461090154847],"macd":[0,0.002699147832330861],"stoch":[0,33.33333333333333],"bb_middle":[0,0.2234999991953373],"bb_low":[0,0.18928012299504754],"bb_upper":[0,0.2577198753956271],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,0.21],"low":[0,0.21],"high":[0,0.24],"close":[0,0.22],"volume":[0,141000],"signal":[0,1],"sma_5":[0,0.22999999821186065],"sma_10":[0,0.23299999982118608],"sma_20":[0,0.22449999898672104],"sma_50":[0,0.24940000027418135],"sma_100":[0,0.29810000106692314],"ema_9":[0,0.22801291560170894],"ema_12":[0,0.22855083628374984],"ema_26":[0,0.23305976573397133],"ema_50":[0,0.25195843820973873],"ema_200":[0,0.3618537733839669],"ulcer_index":[0,7.357104244626608],"force_index":[0,432.76440144375334],"easy_movement":[0,-0.029830104721841555],"volume_weighted_avg":[0,0.23570973115011692],"channel_index":[0,-36.63027963150521],"williams_r":[0,-87.50001164153244],"mass_index":[0,25.091843595466848],"obv":[0,-3915500],"rsi":[0,40.34077142001017],"rsi_2":[0,2.5774876425238205],"vwma":[0,0.22005484770556724],"macd":[0,0.0009405331454259537],"stoch":[0,12.499988358467556],"bb_middle":[0,0.22449999898672104],"bb_low":[0,0.19321102427155235],"bb_upper":[0,0.25578897370188974],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.22],"high":[0,0.23],"close":[0,0.23],"volume":[0,72900],"signal":[0,1],"sma_5":[0,0.22399999797344208],"sma_10":[0,0.23199999928474427],"sma_20":[0,0.22549999877810478],"sma_50":[0,0.24820000022649766],"sma_100":[0,0.2953000010550022],"ema_9":[0,0.22641033222461526],"ema_12":[0,0.22723531782355788],"ema_26":[0,0.23205146205883503],"ema_50":[0,0.24905763763809272],"ema_200":[0,0.3273334179314383],"ulcer_index":[0,7.297395583209216],"force_index":[0,572.4020072783596],"easy_movement":[0,-0.0289953989536332],"volume_weighted_avg":[0,0.23589254797400908],"channel_index":[0,-39.12712766519106],"williams_r":[0,-75.00000465661297],"mass_index":[0,25.263556261090958],"obv":[0,-3387200],"rsi":[0,44.88214144708794],"rsi_2":[0,52.19735565817681],"vwma":[0,0.22166635977880791],"macd":[0,0.0004546877365699817],"stoch":[0,24.99999534338702],"bb_middle":[0,0.22549999877810478],"bb_low":[0,0.19619129734229057],"bb_upper":[0,0.254808700213919],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.22],"high":[0,0.23],"close":[0,0.23],"volume":[0,55200],"signal":[0,1],"sma_5":[0,0.22199999988079072],"sma_10":[0,0.23199999928474427],"sma_20":[0,0.22599999904632567],"sma_50":[0,0.24700000047683715],"sma_100":[0,0.29350000113248825],"ema_9":[0,0.22712826661415725],"ema_12":[0,0.22766065418490672],"ema_26":[0,0.23189950221538985],"ema_50":[0,0.24831027946296458],"ema_200":[0,0.3263649262522431],"ulcer_index":[0,7.6041704979518645],"force_index":[0,594.7575171895112],"easy_movement":[0,-0.03774138801316557],"volume_weighted_avg":[0,0.23399145873429578],"channel_index":[0,-45.166680698485536],"williams_r":[0,-62.49999767169351],"mass_index":[0,25.160913802692598],"obv":[0,-3314300],"rsi":[0,49.01995633939519],"rsi_2":[0,76.31953388479133],"vwma":[0,0.22216169907820896],"macd":[0,0.0008255871530912021],"stoch":[0,37.500002328306486],"bb_middle":[0,0.22599999904632567],"bb_low":[0,0.1967425215652443],"bb_upper":[0,0.25525747652740705],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.22],"high":[0,0.25],"close":[0,0.24],"volume":[0,188400],"signal":[0,1],"sma_5":[0,0.22199999988079072],"sma_10":[0,0.23199999928474427],"sma_20":[0,0.22749999910593033],"sma_50":[0,0.24560000032186508],"sma_100":[0,0.2917000012099743],"ema_9":[0,0.22770261412579085],"ema_12":[0,0.22802055418297107],"ema_26":[0,0.2317587986566443],"ema_50":[0,0.24759222945156698],"ema_200":[0,0.32540607130617427],"ulcer_index":[0,7.899040171185461],"force_index":[0,509.8032615970133],"easy_movement":[0,-0.05312442687286127],"volume_weighted_avg":[0,0.23343684409787638],"channel_index":[0,-43.62788122230504],"williams_r":[0,-62.49999767169351],"mass_index":[0,24.950366639310403],"obv":[0,-3314300],"rsi":[0,49.01962789922319],"rsi_2":[0,76.31953388479133],"vwma":[0,0.22421893798326578],"macd":[0,0.0010609525679208757],"stoch":[0,37.500002328306486],"bb_middle":[0,0.22749999910593033],"bb_low":[0,0.2007605145006699],"bb_upper":[0,0.25423948371119076],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.24],"high":[0,0.26],"close":[0,0.25],"volume":[0,186300],"signal":[0,0],"sma_5":[0,0.22599999904632567],"sma_10":[0,0.23199999928474427],"sma_20":[0,0.2294999986886978],"sma_50":[0,0.24439999997615813],"sma_100":[0,0.2900000011920929],"ema_9":[0,0.230162090221638],"ema_12":[0,0.22986354335437761],"ema_26":[0,0.23235561977389216],"ema_50":[0,0.24674531860682067],"ema_200":[0,0.31351996789517955],"ulcer_index":[0,7.653585981914389],"force_index":[0,706.112926770468],"easy_movement":[0,-0.03126680870904369],"volume_weighted_avg":[0,0.23554379963034222],"channel_index":[0,-9.716364399748839],"williams_r":[0,-50.00000931322596],"mass_index":[0,24.951131693366822],"obv":[0,-2930900],"rsi":[0,53.122689214810656],"rsi_2":[0,92.15483138342768],"vwma":[0,0.22778185101988782],"macd":[0,0.0018283741804216002],"stoch":[0,49.99999068677404],"bb_middle":[0,0.2294999986886978],"bb_low":[0,0.20543757852994665],"bb_upper":[0,0.25356241884744896],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.24],"high":[0,0.26],"close":[0,0.24],"volume":[0,326200],"signal":[0,1],"sma_5":[0,0.23400000035762786],"sma_10":[0,0.23199999928474427],"sma_20":[0,0.23149999901652335],"sma_50":[0,0.24339999973773957],"sma_100":[0,0.2887000012397766],"ema_9":[0,0.23412967217934744],"ema_12":[0,0.23296146031721476],"ema_26":[0,0.23366715684528766],"ema_50":[0,0.24705601170476663],"ema_200":[0,0.3165666886600552],"ulcer_index":[0,7.572139811658516],"force_index":[0,871.3854574181651],"easy_movement":[0,-0.007678574292193078],"volume_weighted_avg":[0,0.23704103815157343],"channel_index":[0,0.5641052250259972],"williams_r":[0,-37.500002328306486],"mass_index":[0,24.95211913752161],"obv":[0,-2938700],"rsi":[0,56.838178561581756],"rsi_2":[0,96.64365799926092],"vwma":[0,0.23440870231563427],"macd":[0,0.0028975773575018837],"stoch":[0,62.49999767169351],"bb_middle":[0,0.23149999901652335],"bb_low":[0,0.2076043921296683],"bb_upper":[0,0.2553956059033784],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.22],"high":[0,0.26],"close":[0,0.23],"volume":[0,326600],"signal":[0,2],"sma_5":[0,0.23799999952316284],"sma_10":[0,0.23099999874830246],"sma_20":[0,0.23249999880790712],"sma_50":[0,0.24219999939203263],"sma_100":[0,0.28720000132918355],"ema_9":[0,0.2353037366726314],"ema_12":[0,0.23404431230662975],"ema_26":[0,0.23414080189794864],"ema_50":[0,0.24696236423209897],"ema_200":[0,0.31948360221806055],"ulcer_index":[0,7.565717589301194],"force_index":[0,280.8973259293833],"easy_movement":[0,-0.017077073613860662],"volume_weighted_avg":[0,0.23796970352703165],"channel_index":[0,36.06335520779901],"williams_r":[0,-50.00000931322596],"mass_index":[0,25.026037562831615],"obv":[0,-3382500],"rsi":[0,52.35285111957504],"rsi_2":[0,45.068883185369096],"vwma":[0,0.23623401864507368],"macd":[0,0.002811201552624181],"stoch":[0,49.99999068677404],"bb_middle":[0,0.23249999880790712],"bb_low":[0,0.20894156052551735],"bb_upper":[0,0.2560584370902969],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.24],"high":[0,0.26],"close":[0,0.24],"volume":[0,383600],"signal":[0,1],"sma_5":[0,0.23799999952316284],"sma_10":[0,0.22999999970197677],"sma_20":[0,0.2334999993443489],"sma_50":[0,0.24099999964237212],"sma_100":[0,0.2855000013113022],"ema_9":[0,0.23424299017053313],"ema_12":[0,0.23342211049937822],"ema_26":[0,0.23382953018341138],"ema_50":[0,0.24611411456245444],"ema_200":[0,0.31491444694791393],"ulcer_index":[0,7.782765077393061],"force_index":[0,-225.78978275608583],"easy_movement":[0,-0.013024384355899515],"volume_weighted_avg":[0,0.23717459941841118],"channel_index":[0,35.30192528463011],"williams_r":[0,-62.49999767169351],"mass_index":[0,25.13931798361703],"obv":[0,-3475300],"rsi":[0,48.264658851960185],"rsi_2":[0,21.800666476968303],"vwma":[0,0.23642278543457665],"macd":[0,0.0019944430507084603],"stoch":[0,37.500002328306486],"bb_middle":[0,0.2334999993443489],"bb_low":[0,0.21226323978999384],"bb_upper":[0,0.25473675889870395],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.2377],"high":[0,0.25],"close":[0,0.2423],"volume":[0,149292],"signal":[0,1],"sma_5":[0,0.2399999976158142],"sma_10":[0,0.23099999874830246],"sma_20":[0,0.2334999993443489],"sma_50":[0,0.2401999995112419],"sma_100":[0,0.28400000140070913],"ema_9":[0,0.23539439106150586],"ema_12":[0,0.2344340921183605],"ema_26":[0,0.23428205568077728],"ema_50":[0,0.24569128662005008],"ema_200":[0,0.31049026926555046],"ulcer_index":[0,7.855844360659087],"force_index":[0,354.46008342751725],"easy_movement":[0,-0.009300268525542322],"volume_weighted_avg":[0,0.23748427281900586],"channel_index":[0,56.94997247853547],"williams_r":[0,-50.00000931322596],"mass_index":[0,25.133504967249653],"obv":[0,-2945700],"rsi":[0,52.28813758704165],"rsi_2":[0,61.52672401069219],"vwma":[0,0.23597459945188878],"macd":[0,0.0020373452378485606],"stoch":[0,49.99999068677404],"bb_middle":[0,0.2334999993443489],"bb_low":[0,0.21226323978999384],"bb_upper":[0,0.25473675889870395],"timestamp":[0,"2024-11-29T14:30:00Z"]}]]],"hourly":[1,[[0,{"open":[0,0.2081],"low":[0,0.2081],"high":[0,0.2105],"close":[0,0.2101],"volume":[0,7571],"signal":[0,1],"sma_5":[0,0.2115599989891052],"sma_10":[0,0.2088100016117096],"sma_20":[0,0.20528895109891893],"sma_50":[0,0.2024245810508728],"sma_100":[0,0.21143969073891639],"ema_9":[0,0.2091866309432157],"ema_12":[0,0.20838243197766124],"ema_26":[0,0.20612768174077997],"ema_50":[0,0.20631396083052236],"ema_200":[0,0.22335626154704255],"ulcer_index":[0,2.5249455789673956],"force_index":[0,18.446925816922448],"easy_movement":[0,0.016394324769295636],"volume_weighted_avg":[0,0.20630484679033861],"channel_index":[0,-77.31286577027703],"williams_r":[0,-35.9712504006698],"mass_index":[0,25.17750657519169],"obv":[0,-632733],"rsi":[0,55.072657223626145],"rsi_2":[0,39.57980195612454],"vwma":[0,0.20210610460006703],"macd":[0,0.0007050250677833496],"stoch":[0,64.0287495993302],"bb_middle":[0,0.20528895109891893],"bb_low":[0,0.1952733168825463],"bb_upper":[0,0.21530458531529156],"timestamp":[0,"2024-10-29T17:30:00Z"]}],[0,{"open":[0,0.21],"low":[0,0.208],"high":[0,0.2104],"close":[0,0.2082],"volume":[0,23230],"signal":[0,1],"sma_5":[0,0.21013999879360198],"sma_10":[0,0.20912000089883803],"sma_20":[0,0.20579395070672035],"sma_50":[0,0.20268058091402053],"sma_100":[0,0.2110566906630993],"ema_9":[0,0.20936930378133592],"ema_12":[0,0.20864667233020334],"ema_26":[0,0.20642083615184662],"ema_50":[0,0.20641849874877244],"ema_200":[0,0.22234145659734994],"ulcer_index":[0,2.3861496658814274],"force_index":[0,15.9091121096293],"easy_movement":[0,0.01492993154321442],"volume_weighted_avg":[0,0.20773670904426866],"channel_index":[0,-62.824465879913795],"williams_r":[0,-35.61153200051886],"mass_index":[0,24.964145695449265],"obv":[0,-584834],"rsi":[0,55.19138138856197],"rsi_2":[0,42.208400210053895],"vwma":[0,0.2023501909308186],"macd":[0,0.0005395030244368432],"stoch":[0,64.38846799948114],"bb_middle":[0,0.20579395070672035],"bb_low":[0,0.19587793009126742],"bb_upper":[0,0.2157099713221733],"timestamp":[0,"2024-10-29T18:30:00Z"]}],[0,{"open":[0,0.208],"low":[0,0.208],"high":[0,0.21],"close":[0,0.21],"volume":[0,13467],"signal":[0,1],"sma_5":[0,0.20997999608516693],"sma_10":[0,0.20965999960899354],"sma_20":[0,0.2062039501965046],"sma_50":[0,0.20288458079099655],"sma_100":[0,0.21067869052290916],"ema_9":[0,0.20913544158102623],"ema_12":[0,0.2085779526099853],"ema_26":[0,0.20655435298697036],"ema_50":[0,0.2065579233823511],"ema_200":[0,0.2235986719962037],"ulcer_index":[0,2.5681742254754254],"force_index":[0,7.338689823546008],"easy_movement":[0,0.01495615683942512],"volume_weighted_avg":[0,0.2084780253933703],"channel_index":[0,-48.89215655950458],"williams_r":[0,-42.44607440076414],"mass_index":[0,24.773785783848677],"obv":[0,-771595],"rsi":[0,52.42984166215607],"rsi_2":[0,15.90863724712743],"vwma":[0,0.20248474731897895],"macd":[0,0.0002720073294945164],"stoch":[0,57.55392559923585],"bb_middle":[0,0.2062039501965046],"bb_low":[0,0.1966071325908659],"bb_upper":[0,0.21580076780214327],"timestamp":[0,"2024-10-29T19:30:00Z"]}],[0,{"open":[0,0.21],"low":[0,0.206],"high":[0,0.227],"close":[0,0.2109],"volume":[0,66743],"signal":[0,1],"sma_5":[0,0.20997999608516693],"sma_10":[0,0.2099599987268448],"sma_20":[0,0.20675894990563393],"sma_50":[0,0.20315058052539825],"sma_100":[0,0.2102806904911995],"ema_9":[0,0.2093083519535595],"ema_12":[0,0.20879672813394864],"ema_26":[0,0.20680967653387558],"ema_50":[0,0.2066965677581406],"ema_200":[0,0.22353693828240523],"ulcer_index":[0,2.7166937368392796],"force_index":[0,9.748503055949358],"easy_movement":[0,0.007158361082842776],"volume_weighted_avg":[0,0.20828143609073965],"channel_index":[0,-46.5710817989881],"williams_r":[0,-35.9712504006698],"mass_index":[0,24.562564917346585],"obv":[0,-817621],"rsi":[0,54.72715754270768],"rsi_2":[0,61.436530950253434],"vwma":[0,0.20430865975333734],"macd":[0,0.00018848292930729346],"stoch":[0,64.0287495993302],"bb_middle":[0,0.20675894990563393],"bb_low":[0,0.1976441674913348],"bb_upper":[0,0.21587373231993306],"timestamp":[0,"2024-10-30T13:30:00Z"]}],[0,{"open":[0,0.2109],"low":[0,0.2109],"high":[0,0.2275],"close":[0,0.2246],"volume":[0,89076],"signal":[0,1],"sma_5":[0,0.20983999371528625],"sma_10":[0,0.21042999774217605],"sma_20":[0,0.20730394944548608],"sma_50":[0,0.20356958031654357],"sma_100":[0,0.20988969042897224],"ema_9":[0,0.20962668031789525],"ema_12":[0,0.20912030735252715],"ema_26":[0,0.2071117538049329],"ema_50":[0,0.2068247961783721],"ema_200":[0,0.22267544329906258],"ulcer_index":[0,2.8012432085238363],"force_index":[0,16.934210382717566],"easy_movement":[0,0.019725367694525375],"volume_weighted_avg":[0,0.20908500225796037],"channel_index":[0,18.568999085309787],"williams_r":[0,-46.264389471899314],"mass_index":[0,24.879235015593338],"obv":[0,-749019],"rsi":[0,55.87790213648479],"rsi_2":[0,74.98169057949924],"vwma":[0,0.20492887947570126],"macd":[0,0.0001668330780188721],"stoch":[0,53.735610528100686],"bb_middle":[0,0.20730394944548608],"bb_low":[0,0.19857559698768962],"bb_upper":[0,0.21603230190328254],"timestamp":[0,"2024-10-30T14:30:00Z"]}],[0,{"open":[0,0.2242],"low":[0,0.2219],"high":[0,0.2355],"close":[0,0.2355],"volume":[0,179175],"signal":[0,1],"sma_5":[0,0.21275999546051025],"sma_10":[0,0.21215999722480774],"sma_20":[0,0.20851894989609718],"sma_50":[0,0.20425958037376404],"sma_100":[0,0.2096556904911995],"ema_9":[0,0.21262134468858435],"ema_12":[0,0.21150179895733662],"ema_26":[0,0.20840795242039578],"ema_50":[0,0.20755298304159675],"ema_200":[0,0.22331998259973326],"ulcer_index":[0,2.7771493486875287],"force_index":[0,188.85090024661514],"easy_movement":[0,0.03279708130911476],"volume_weighted_avg":[0,0.21387784988825206],"channel_index":[0,48.65114348906781],"williams_r":[0,-11.417334383062903],"mass_index":[0,25.385058776703683],"obv":[0,-683622],"rsi":[0,68.84013837301829],"rsi_2":[0,97.86047775053545],"vwma":[0,0.20725508165837472],"macd":[0,0.0010026824512384919],"stoch":[0,88.58266561693709],"bb_middle":[0,0.20851894989609718],"bb_low":[0,0.19755086713393474],"bb_upper":[0,0.2194870326582596],"timestamp":[0,"2024-10-30T15:30:00Z"]}],[0,{"open":[0,0.2329],"low":[0,0.2314],"high":[0,0.2424],"close":[0,0.2368],"volume":[0,178017],"signal":[0,1],"sma_5":[0,0.21783999502658843],"sma_10":[0,0.2139899969100952],"sma_20":[0,0.21029394939541818],"sma_50":[0,0.20516158014535904],"sma_100":[0,0.20951369047164917],"ema_9":[0,0.21719707434370897],"ema_12":[0,0.21519382867152728],"ema_26":[0,0.2104136792130013],"ema_50":[0,0.20860501019981992],"ema_200":[0,0.22255827493141098],"ulcer_index":[0,2.6267772695017007],"force_index":[0,440.87234787869386],"easy_movement":[0,0.029595708926405458],"volume_weighted_avg":[0,0.2218524551718967],"channel_index":[0,152.13687291407408],"williams_r":[0,0],"mass_index":[0,25.89053885745258],"obv":[0,-495775],"rsi":[0,75.10966616322237],"rsi_2":[0,99.12856047551973],"vwma":[0,0.2135022731826019],"macd":[0,0.0021498025152886877],"stoch":[0,100],"bb_middle":[0,0.21029394939541818],"bb_low":[0,0.19484153235758173],"bb_upper":[0,0.22574636643325463],"timestamp":[0,"2024-10-30T16:30:00Z"]}],[0,{"open":[0,0.2439],"low":[0,0.2425],"high":[0,0.255],"close":[0,0.2525],"volume":[0,182595],"signal":[0,0],"sma_5":[0,0.22355999648571015],"sma_10":[0,0.21676999628543853],"sma_20":[0,0.21215394958853723],"sma_50":[0,0.20607958018779754],"sma_100":[0,0.209408690482378],"ema_9":[0,0.22111765948678713],"ema_12":[0,0.21851785436265886],"ema_26":[0,0.21236267544336904],"ema_50":[0,0.209487364491684],"ema_200":[0,0.21821189263029828],"ulcer_index":[0,2.601067822104121],"force_index":[0,410.9550144932167],"easy_movement":[0,0.03223298380429785],"volume_weighted_avg":[0,0.22602286404258695],"channel_index":[0,133.0752867347776],"williams_r":[0,-14.213207568577468],"mass_index":[0,26.37254860724558],"obv":[0,-239225],"rsi":[0,75.76078321957874],"rsi_2":[0,99.23650194025295],"vwma":[0,0.21874175709391],"macd":[0,0.0028128211733216496],"stoch":[0,85.78679243142253],"bb_middle":[0,0.21215394958853723],"bb_low":[0,0.19364501101885045],"bb_upper":[0,0.230662888158224],"timestamp":[0,"2024-10-30T17:30:00Z"]}],[0,{"open":[0,0.2495],"low":[0,0.2437],"high":[0,0.2509],"close":[0,0.2437],"volume":[0,79197],"signal":[0,1],"sma_5":[0,0.23205999732017518],"sma_10":[0,0.22101999670267106],"sma_20":[0,0.21467894911766053],"sma_50":[0,0.20736558020114898],"sma_100":[0,0.2095826904475689],"ema_9":[0,0.22739412711334625],"ema_12":[0,0.22374587660725898],"ema_26":[0,0.21533749242119446],"ema_50":[0,0.211241866195541],"ema_200":[0,0.2199142115074443],"ulcer_index":[0,2.558529932252399],"force_index":[0,761.7803217541937],"easy_movement":[0,0.037635190316930946],"volume_weighted_avg":[0,0.23187058310686945],"channel_index":[0,123.21741979811245],"williams_r":[0,-4.999995529651375],"mass_index":[0,26.74391311447715],"obv":[0,-100439],"rsi":[0,81.7369839497599],"rsi_2":[0,99.80873416413903],"vwma":[0,0.2247300490139182],"macd":[0,0.004054957572867012],"stoch":[0,95.00000447034861],"bb_middle":[0,0.21467894911766053],"bb_low":[0,0.1897386499035529],"bb_upper":[0,0.23961924833176815],"timestamp":[0,"2024-10-30T18:30:00Z"]}],[0,{"open":[0,0.2443],"low":[0,0.2428],"high":[0,0.2443],"close":[0,0.2442],"volume":[0,22353],"signal":[0,1],"sma_5":[0,0.23861999809741974],"sma_10":[0,0.224229995906353],"sma_20":[0,0.21636999920010566],"sma_50":[0,0.20830358028411866],"sma_100":[0,0.20963169038295745],"ema_9":[0,0.23065530122300995],"ema_12":[0,0.22681574128509446],"ema_26":[0,0.21743760046451896],"ema_50":[0,0.21248178351656916],"ema_200":[0,0.21948870827511796],"ulcer_index":[0,2.70292661251424],"force_index":[0,553.4021718182297],"easy_movement":[0,0.03497419291548626],"volume_weighted_avg":[0,0.23344624334402767],"channel_index":[0,18.91834017511794],"williams_r":[0,-22.59999648332575],"mass_index":[0,26.963795770524158],"obv":[0,29017],"rsi":[0,71.13862152474485],"rsi_2":[0,54.23827968330507],"vwma":[0,0.22690102940119208],"macd":[0,0.004018732026523754],"stoch":[0,77.40000351667426],"bb_middle":[0,0.21636999920010566],"bb_low":[0,0.18854166354837262],"bb_upper":[0,0.2441983348518387],"timestamp":[0,"2024-10-30T19:30:00Z"]}],[0,{"open":[0,0.237],"low":[0,0.232],"high":[0,0.2461],"close":[0,0.2442],"volume":[0,71479],"signal":[0,1],"sma_5":[0,0.24253999888896943],"sma_10":[0,0.22764999717473983],"sma_20":[0,0.2182299993932247],"sma_50":[0,0.20924758046865463],"sma_100":[0,0.20970369040966033],"ema_9":[0,0.23336424220387947],"ema_12":[0,0.22949024356851955],"ema_26":[0,0.2194200008839885],"ema_50":[0,0.2137256353836589],"ema_200":[0,0.2197345918358368],"ulcer_index":[0,2.842113964674331],"force_index":[0,475.94033027747315],"easy_movement":[0,0.022435290605918264],"volume_weighted_avg":[0,0.23432198996135872],"channel_index":[0,-33.26980331016956],"williams_r":[0,-21.90667157931453],"mass_index":[0,26.950387809537705],"obv":[0,51370],"rsi":[0,71.36248169339979],"rsi_2":[0,56.49549864150295],"vwma":[0,0.2291680673168374],"macd":[0,0.003768667112383441],"stoch":[0,78.09332842068547],"bb_middle":[0,0.2182299993932247],"bb_low":[0,0.1882646802580442],"bb_upper":[0,0.24819531852840523],"timestamp":[0,"2024-10-31T13:30:00Z"]}],[0,{"open":[0,0.2413],"low":[0,0.2367],"high":[0,0.2425],"close":[0,0.2368],"volume":[0,18615],"signal":[0,1],"sma_5":[0,0.24428000152111054],"sma_10":[0,0.2310599982738495],"sma_20":[0,0.22008999958634376],"sma_50":[0,0.2102535805106163],"sma_100":[0,0.2097756904363632],"ema_9":[0,0.23553139498877879],"ema_12":[0,0.23175328401776893],"ema_26":[0,0.22125601142365015],"ema_50":[0,0.2149390146540634],"ema_200":[0,0.22034590591496045],"ulcer_index":[0,2.798452823452262],"force_index":[0,407.9460369572932],"easy_movement":[0,0.012830082915772756],"volume_weighted_avg":[0,0.23576384181645785],"channel_index":[0,18.524212063522597],"williams_r":[0,-21.90667157931453],"mass_index":[0,27.154237789128004],"obv":[0,-34922],"rsi":[0,71.35795390611364],"rsi_2":[0,56.49549864150295],"vwma":[0,0.23296559611005793],"macd":[0,0.0033571350292989025],"stoch":[0,78.09332842068547],"bb_middle":[0,0.22008999958634376],"bb_low":[0,0.18856623663117467],"bb_upper":[0,0.25161376254151285],"timestamp":[0,"2024-10-31T14:30:00Z"]}],[0,{"open":[0,0.236999],"low":[0,0.232],"high":[0,0.236999],"close":[0,0.2366],"volume":[0,3866],"signal":[0,1],"sma_5":[0,0.24428000152111054],"sma_10":[0,0.23391999900341034],"sma_20":[0,0.22178999930620194],"sma_50":[0,0.2109955805540085],"sma_100":[0,0.2097636903822422],"ema_9":[0,0.23578511600573554],"ema_12":[0,0.2325297019833562],"ema_26":[0,0.22240832717480213],"ema_50":[0,0.21583291974288055],"ema_200":[0,0.22124537700508937],"ulcer_index":[0,3.131765215594115],"force_index":[0,329.9900461126694],"easy_movement":[0,0.021385336051725667],"volume_weighted_avg":[0,0.23595041008270995],"channel_index":[0,-35.70143780330822],"williams_r":[0,-36.91682582900177],"mass_index":[0,27.25952923449244],"obv":[0,-140158],"rsi":[0,62.860517548548096],"rsi_2":[0,14.412037753251383],"vwma":[0,0.23350346193325264],"macd":[0,0.00238614460982714],"stoch":[0,63.083174170998234],"bb_middle":[0,0.22178999930620194],"bb_low":[0,0.1905131119928637],"bb_upper":[0,0.2530668866195402],"timestamp":[0,"2024-10-31T15:30:00Z"]}],[0,{"open":[0,0.2366],"low":[0,0.232],"high":[0,0.2366],"close":[0,0.232],"volume":[0,1993],"signal":[0,1],"sma_5":[0,0.24110000133514403],"sma_10":[0,0.2365799993276596],"sma_20":[0,0.2232699990272522],"sma_50":[0,0.2118075805902481],"sma_100":[0,0.2097296904027462],"ema_9":[0,0.23594809214129595],"ema_12":[0,0.2331559010349792],"ema_26":[0,0.2234584709277723],"ema_50":[0,0.21660338090181136],"ema_200":[0,0.2205152574891449],"ulcer_index":[0,3.4879024348627854],"force_index":[0,282.7351003471853],"easy_movement":[0,-0.021821796704695084],"volume_weighted_avg":[0,0.2366041854917954],"channel_index":[0,-52.16666072987004],"williams_r":[0,-37.55102127703573],"mass_index":[0,27.29019065749885],"obv":[0,-123559],"rsi":[0,62.64438093370913],"rsi_2":[0,13.854192073087574],"vwma":[0,0.23378363948167824],"macd":[0,0.0015683741438137222],"stoch":[0,62.44897872296428],"bb_middle":[0,0.2232699990272522],"bb_low":[0,0.19213159050504308],"bb_upper":[0,0.2544084075494613],"timestamp":[0,"2024-10-31T16:30:00Z"]}],[0,{"open":[0,0.236],"low":[0,0.2301],"high":[0,0.236],"close":[0,0.2301],"volume":[0,9475],"signal":[0,1],"sma_5":[0,0.23876000046730042],"sma_10":[0,0.23868999928236007],"sma_20":[0,0.22455999851226807],"sma_50":[0,0.21261558055877686],"sma_100":[0,0.2096736903488636],"ema_9":[0,0.23515847237702697],"ema_12":[0,0.2329780688432637],"ema_26":[0,0.22408924426040958],"ema_50":[0,0.21712936958385323],"ema_200":[0,0.21906605707380444],"ulcer_index":[0,4.011082314154894],"force_index":[0,241.03634091494868],"easy_movement":[0,-0.025110879835779813],"volume_weighted_avg":[0,0.23660955204502204],"channel_index":[0,-55.62948057858882],"williams_r":[0,-46.938784198928694],"mass_index":[0,27.02162241023556],"obv":[0,-77703],"rsi":[0,57.71404199452223],"rsi_2":[0,4.982644519373579],"vwma":[0,0.23397179498373688],"macd":[0,0.0006053608979015388],"stoch":[0,53.061215801071306],"bb_middle":[0,0.22455999851226807],"bb_low":[0,0.1942299852896833],"bb_upper":[0,0.2548900117348528],"timestamp":[0,"2024-10-31T17:30:00Z"]}],[0,{"open":[0,0.2302],"low":[0,0.2302],"high":[0,0.2321],"close":[0,0.2321],"volume":[0,3028],"signal":[0,1],"sma_5":[0,0.23594000041484833],"sma_10":[0,0.23923999965190887],"sma_20":[0,0.2256999984383583],"sma_50":[0,0.21319958060979843],"sma_100":[0,0.209641190469265],"ema_9":[0,0.2341467790731438],"ema_12":[0,0.23253528951501903],"ema_26":[0,0.22453114459009038],"ema_50":[0,0.21750347387762192],"ema_200":[0,0.21647195707375141],"ulcer_index":[0,4.5767819312584725],"force_index":[0,204.03510759916088],"easy_movement":[0,-0.029085611998092637],"volume_weighted_avg":[0,0.2367575651585647],"channel_index":[0,-48.15734296946982],"williams_r":[0,-50.81631002203547],"mass_index":[0,26.427887709539327],"obv":[0,35311],"rsi":[0,55.76976208510353],"rsi_2":[0,3.258799022174969],"vwma":[0,0.23445675773670238],"macd":[0,-0.00022769897428080894],"stoch":[0,49.18368997796453],"bb_middle":[0,0.2256999984383583],"bb_low":[0,0.19635262751659652],"bb_upper":[0,0.2550473693601201],"timestamp":[0,"2024-10-31T18:30:00Z"]}],[0,{"open":[0,0.233],"low":[0,0.233],"high":[0,0.240677],"close":[0,0.240677],"volume":[0,27927],"signal":[0,1],"sma_5":[0,0.23351999819278718],"sma_10":[0,0.23889999985694885],"sma_20":[0,0.22644499838352203],"sma_50":[0,0.2136615803837776],"sma_100":[0,0.20970219045877456],"ema_9":[0,0.23373742226274022],"ema_12":[0,0.23246832135304438],"ema_26":[0,0.22509361856010615],"ema_50":[0,0.21814911010295113],"ema_200":[0,0.21809896842285495],"ulcer_index":[0,4.9379062901704485],"force_index":[0,175.74990569587027],"easy_movement":[0,-0.03752762691629674],"volume_weighted_avg":[0,0.23746402160470306],"channel_index":[0,-54.143548539153564],"williams_r":[0,-46.73469909078579],"mass_index":[0,25.666228960389287],"obv":[0,-19442],"rsi":[0,57.39688119333397],"rsi_2":[0,44.02712889817007],"vwma":[0,0.2350263354675059],"macd":[0,-0.0006834032381291769],"stoch":[0,53.26530090921421],"bb_middle":[0,0.22644499838352203],"bb_low":[0,0.19724242891293967],"bb_upper":[0,0.25564756785410436],"timestamp":[0,"2024-10-31T19:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.2306],"high":[0,0.2494],"close":[0,0.2307],"volume":[0,62944],"signal":[0,1],"sma_5":[0,0.23429539799690247],"sma_10":[0,0.2392876997590065],"sma_20":[0,0.2280288480222225],"sma_50":[0,0.21419712036848068],"sma_100":[0,0.20980896040797234],"ema_9":[0,0.23512533762863297],"ema_12":[0,0.23373119485691923],"ema_26":[0,0.2262479885042059],"ema_50":[0,0.21903438734804512],"ema_200":[0,0.21836041370471793],"ulcer_index":[0,5.016379012032907],"force_index":[0,184.86130934734706],"easy_movement":[0,-0.026145869981810486],"volume_weighted_avg":[0,0.237956327646055],"channel_index":[0,-26.72140114139963],"williams_r":[0,-29.230607353146],"mass_index":[0,25.23155675049093],"obv":[0,-40334],"rsi":[0,63.60531550229119],"rsi_2":[0,87.8702457280406],"vwma":[0,0.23585048463095296],"macd":[0,-0.00045986200065068275],"stoch":[0,70.769392646854],"bb_middle":[0,0.2280288480222225],"bb_low":[0,0.19935132783352122],"bb_upper":[0,0.2567063682109238],"timestamp":[0,"2024-11-01T13:30:00Z"]}],[0,{"open":[0,0.231],"low":[0,0.222],"high":[0,0.231],"close":[0,0.225],"volume":[0,49517],"signal":[0,1],"sma_5":[0,0.23311539888381957],"sma_10":[0,0.23710770010948182],"sma_20":[0,0.22906384840607644],"sma_50":[0,0.21451112031936645],"sma_100":[0,0.20981496036052705],"ema_9":[0,0.23424027032699948],"ema_12":[0,0.23326485735346064],"ema_26":[0,0.22657772175628074],"ema_50":[0,0.21949003177987947],"ema_200":[0,0.2184464074087763],"ulcer_index":[0,5.466937813476784],"force_index":[0,68.73834292522935],"easy_movement":[0,-0.03625676330866645],"volume_weighted_avg":[0,0.23940735554050258],"channel_index":[0,12.160592343664254],"williams_r":[0,-55.10202564553956],"mass_index":[0,25.25804588243555],"obv":[0,-80645],"rsi":[0,53.777894356888126],"rsi_2":[0,31.134350598452457],"vwma":[0,0.2356963228041326],"macd":[0,-0.0010048039469798603],"stoch":[0,44.89797435446043],"bb_middle":[0,0.22906384840607644],"bb_low":[0,0.20159505969441696],"bb_upper":[0,0.2565326371177359],"timestamp":[0,"2024-11-01T14:30:00Z"]}],[0,{"open":[0,0.223],"low":[0,0.2206],"high":[0,0.2247],"close":[0,0.2206],"volume":[0,14947],"signal":[0,1],"sma_5":[0,0.23171539902687072],"sma_10":[0,0.23523769974708558],"sma_20":[0,0.2297338478267193],"sma_50":[0,0.21469112008810043],"sma_100":[0,0.20976496025919913],"ema_9":[0,0.2323922150672863],"ema_12":[0,0.23199333931470623],"ema_26":[0,0.22645589795075202],"ema_50":[0,0.21950657463511425],"ema_200":[0,0.2145017626370724],"ulcer_index":[0,6.193542615725522],"force_index":[0,18.604647272809046],"easy_movement":[0,-0.057377260769138815],"volume_weighted_avg":[0,0.24008763347209439],"channel_index":[0,-6.693053542258878],"williams_r":[0,-90.6344609447698],"mass_index":[0,25.36714471174645],"obv":[0,26669],"rsi":[0,49.1217100639844],"rsi_2":[0,17.916256335433346],"vwma":[0,0.23576357627995062],"macd":[0,-0.0017298923224691991],"stoch":[0,9.365539055230196],"bb_middle":[0,0.2297338478267193],"bb_low":[0,0.20337014971873557],"bb_upper":[0,0.256097545934703],"timestamp":[0,"2024-11-01T15:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.2179],"high":[0,0.2244],"close":[0,0.218],"volume":[0,3972],"signal":[0,1],"sma_5":[0,0.22981539666652678],"sma_10":[0,0.23287769854068757],"sma_20":[0,0.2302638478577137],"sma_50":[0,0.21477111995220186],"sma_100":[0,0.2097799602150917],"ema_9":[0,0.23003377086588325],"ema_12":[0,0.23024051679882315],"ema_26":[0,0.2260207407785658],"ema_50":[0,0.21949362093201497],"ema_200":[0,0.21344041880449352],"ulcer_index":[0,7.0541227584408555],"force_index":[0,6.546189014342994],"easy_movement":[0,-0.07007119565089386],"volume_weighted_avg":[0,0.2408186845750178],"channel_index":[0,-56.067347122986476],"williams_r":[0,-100],"mass_index":[0,25.465175957750148],"obv":[0,42030],"rsi":[0,45.818336420977786],"rsi_2":[0,10.82262199766771],"vwma":[0,0.2355709510349472],"macd":[0,-0.0024398072348128935],"stoch":[0,0],"bb_middle":[0,0.2302638478577137],"bb_low":[0,0.20510989323924825],"bb_upper":[0,0.2554178024761791],"timestamp":[0,"2024-11-01T16:30:00Z"]}],[0,{"open":[0,0.218],"low":[0,0.2159],"high":[0,0.2185],"close":[0,0.2159],"volume":[0,19238],"signal":[0,2],"sma_5":[0,0.2269953966140747],"sma_10":[0,0.23025769740343094],"sma_20":[0,0.2306588478386402],"sma_50":[0,0.21491111993789672],"sma_100":[0,0.2097994601726532],"ema_9":[0,0.2276270156440621],"ema_12":[0,0.22835735966966425],"ema_26":[0,0.225427497901377],"ema_50":[0,0.21947074372682698],"ema_200":[0,0.21420314509038793],"ulcer_index":[0,7.943266171571541],"force_index":[0,4.13600936054931],"easy_movement":[0,-0.09122393655501429],"volume_weighted_avg":[0,0.24195068179791043],"channel_index":[0,-72.37603070122731],"williams_r":[0,-99.73045367405982],"mass_index":[0,25.37491875991279],"obv":[0,6352],"rsi":[0,43.93391937403297],"rsi_2":[0,7.372757518842832],"vwma":[0,0.23568264945686934],"macd":[0,-0.0029826512413008623],"stoch":[0,0.2695463259401889],"bb_middle":[0,0.2306588478386402],"bb_low":[0,0.2065577781470349],"bb_upper":[0,0.2547599175302455],"timestamp":[0,"2024-11-01T17:30:00Z"]}],[0,{"open":[0,0.2167],"low":[0,0.21665],"high":[0,0.2237],"close":[0,0.2237],"volume":[0,37324],"signal":[0,1],"sma_5":[0,0.22203999757766724],"sma_10":[0,0.22816769778728485],"sma_20":[0,0.23104384839534758],"sma_50":[0,0.21503111988306045],"sma_100":[0,0.20977846026420593],"ema_9":[0,0.2252816132973543],"ema_12":[0,0.2264408434239685],"ema_26":[0,0.22472196217345428],"ema_50":[0,0.21933895235932394],"ema_200":[0,0.21438557368810823],"ulcer_index":[0,8.525752634749514],"force_index":[0,-2.227074459207569],"easy_movement":[0,-0.10083149973245246],"volume_weighted_avg":[0,0.2357033287786761],"channel_index":[0,-51.38579178167529],"williams_r":[0,-100],"mass_index":[0,25.19626638572214],"obv":[0,-23488],"rsi":[0,42.418059790963085],"rsi_2":[0,4.866748562796573],"vwma":[0,0.23591756011814233],"macd":[0,-0.0033546455724144464],"stoch":[0,0],"bb_middle":[0,0.23104384839534758],"bb_low":[0,0.2081756757696019],"bb_upper":[0,0.2539120210210933],"timestamp":[0,"2024-11-01T18:30:00Z"]}],[0,{"open":[0,0.2218],"low":[0,0.2218],"high":[0,0.2236],"close":[0,0.2235],"volume":[0,15711],"signal":[0,1],"sma_5":[0,0.22063999772071838],"sma_10":[0,0.22687769830226898],"sma_20":[0,0.2317288488149643],"sma_50":[0,0.21530711978673936],"sma_100":[0,0.20983096033334733],"ema_9":[0,0.22496529100487492],"ema_12":[0,0.22601917544008654],"ema_26":[0,0.22464587500575484],"ema_50":[0,0.2194944140630076],"ema_200":[0,0.21416556257551123],"ulcer_index":[0,8.766674504102497],"force_index":[0,39.681955356088615],"easy_movement":[0,-0.09587606870001464],"volume_weighted_avg":[0,0.23258422586333025],"channel_index":[0,-27.605903512811203],"williams_r":[0,-76.71642468219383],"mass_index":[0,25.120931171573897],"obv":[0,48046],"rsi":[0,49.39774134350146],"rsi_2":[0,73.01177087760176],"vwma":[0,0.23582217172108366],"macd":[0,-0.0029606719052484983],"stoch":[0,23.283575317806175],"bb_middle":[0,0.2317288488149643],"bb_low":[0,0.2106742990180112],"bb_upper":[0,0.2527833986119174],"timestamp":[0,"2024-11-01T19:30:00Z"]}],[0,{"open":[0,0.2237],"low":[0,0.22],"high":[0,0.2432],"close":[0,0.2394],"volume":[0,20260],"signal":[0,0],"sma_5":[0,0.22033999860286713],"sma_10":[0,0.22602769881486892],"sma_20":[0,0.2323588490486145],"sma_50":[0,0.21559711962938308],"sma_100":[0,0.20988996028900148],"ema_9":[0,0.22467223249403728],"ema_12":[0,0.2256316097715793],"ema_26":[0,0.22456117709512377],"ema_50":[0,0.2196588180031803],"ema_200":[0,0.21440559009379268],"ulcer_index":[0,9.011947393226098],"force_index":[0,33.563380777242934],"easy_movement":[0,-0.09201227109830849],"volume_weighted_avg":[0,0.23140091046987704],"channel_index":[0,-54.265850681505135],"williams_r":[0,-77.31344969879639],"mass_index":[0,24.924549905189874],"obv":[0,19229],"rsi":[0,49.2316904231198],"rsi_2":[0,70.42474980469369],"vwma":[0,0.23719522850215966],"macd":[0,-0.002610600770973419],"stoch":[0,22.686550301203614],"bb_middle":[0,0.2323588490486145],"bb_low":[0,0.2131629895678968],"bb_upper":[0,0.2515547085293322],"timestamp":[0,"2024-11-04T14:30:00Z"]}],[0,{"open":[0,0.2357],"low":[0,0.2326],"high":[0,0.2389],"close":[0,0.238],"volume":[0,6816],"signal":[0,1],"sma_5":[0,0.224099999666214],"sma_10":[0,0.2269576981663704],"sma_20":[0,0.23309884890913962],"sma_50":[0,0.21625711947679518],"sma_100":[0,0.21010396033525466],"ema_9":[0,0.22761778587078366],"ema_12":[0,0.22774982342966937],"ema_26":[0,0.2256593035508465],"ema_50":[0,0.22039087858150636],"ema_200":[0,0.2138081771426583],"ulcer_index":[0,8.970145206231816],"force_index":[0,74.7876063352624],"easy_movement":[0,-0.012875212365815411],"volume_weighted_avg":[0,0.22879439832834905],"channel_index":[0,-43.210311702077675],"williams_r":[0,-29.85076153828019],"mass_index":[0,25.314903398512804],"obv":[0,47853],"rsi":[0,60.50994412777472],"rsi_2":[0,95.5416936072516],"vwma":[0,0.23835992758733915],"macd":[0,-0.0012737388958225298],"stoch":[0,70.1492384617198],"bb_middle":[0,0.23309884890913962],"bb_low":[0,0.21401570868932998],"bb_upper":[0,0.2521819891289493],"timestamp":[0,"2024-11-04T15:30:00Z"]}],[0,{"open":[0,0.2364],"low":[0,0.2338],"high":[0,0.2384],"close":[0,0.2338],"volume":[0,11215],"signal":[0,1],"sma_5":[0,0.2281000018119812],"sma_10":[0,0.22754769921302795],"sma_20":[0,0.2332238495349884],"sma_50":[0,0.2170471194386482],"sma_100":[0,0.21032696038484575],"ema_9":[0,0.22969422979276166],"ema_12":[0,0.2293267743537059],"ema_26":[0,0.2265721112930645],"ema_50":[0,0.221028345472017],"ema_200":[0,0.21298204874980003],"ulcer_index":[0,8.819883919174243],"force_index":[0,62.75159516213754],"easy_movement":[0,0.013299512657366393],"volume_weighted_avg":[0,0.22848294254540769],"channel_index":[0,-55.90703480613046],"williams_r":[0,-34.029847692343964],"mass_index":[0,25.649699448837147],"obv":[0,269742],"rsi":[0,59.26449162420556],"rsi_2":[0,83.11198345032115],"vwma":[0,0.23897489387906268],"macd":[0,-0.0004893510643364392],"stoch":[0,65.97015230765604],"bb_middle":[0,0.2332238495349884],"bb_low":[0,0.2140469126414274],"bb_upper":[0,0.2524007864285494],"timestamp":[0,"2024-11-04T16:30:00Z"]}],[0,{"open":[0,0.2336],"low":[0,0.2326],"high":[0,0.23395],"close":[0,0.2339],"volume":[0,991],"signal":[0,1],"sma_5":[0,0.23167999982833862],"sma_10":[0,0.22685999870300294],"sma_20":[0,0.23307384923100471],"sma_50":[0,0.2177611193060875],"sma_100":[0,0.21053696036338806],"ema_9":[0,0.23051538263198898],"ema_12":[0,0.23001496182915682],"ema_26":[0,0.22710619169139037],"ema_50":[0,0.2214761076007069],"ema_200":[0,0.21212235486261827],"ulcer_index":[0,8.691444245308345],"force_index":[0,47.0512210779729],"easy_movement":[0,0.06143427292643111],"volume_weighted_avg":[0,0.22858228670511824],"channel_index":[0,-40.331335405989826],"williams_r":[0,-46.56719511668943],"mass_index":[0,25.914175362034378],"obv":[0,318822],"rsi":[0,55.56510435801401],"rsi_2":[0,46.67668162701817],"vwma":[0,0.23947171724473135],"macd":[0,-0.00026986967429821996],"stoch":[0,53.43280488331057],"bb_middle":[0,0.23307384923100471],"bb_low":[0,0.21396433520762156],"bb_upper":[0,0.2521833632543879],"timestamp":[0,"2024-11-04T17:30:00Z"]}],[0,{"open":[0,0.23265],"low":[0,0.2311],"high":[0,0.2345],"close":[0,0.2311],"volume":[0,5421],"signal":[0,2],"sma_5":[0,0.23371999859809875],"sma_10":[0,0.22717999815940856],"sma_20":[0,0.2321438491344452],"sma_50":[0,0.21851911932229995],"sma_100":[0,0.2107769602537155],"ema_9":[0,0.23119230524249554],"ema_12":[0,0.23061265933982425],"ema_26":[0,0.22760939097138164],"ema_50":[0,0.2219614882800469],"ema_200":[0,0.21230225954584242],"ulcer_index":[0,8.449811854610761],"force_index":[0,40.34287615723378],"easy_movement":[0,0.03723495663864299],"volume_weighted_avg":[0,0.22857684623190067],"channel_index":[0,-49.18951126004655],"williams_r":[0,-46.268682608388154],"mass_index":[0,26.073368486576776],"obv":[0,353327],"rsi":[0,55.63679025554827],"rsi_2":[0,47.76709156784066],"vwma":[0,0.23451314143926302],"macd":[0,-0.0001403548969302641],"stoch":[0,53.731317391611846],"bb_middle":[0,0.2321438491344452],"bb_low":[0,0.2152212198803868],"bb_upper":[0,0.24906647838850357],"timestamp":[0,"2024-11-04T18:30:00Z"]}],[0,{"open":[0,0.23219],"low":[0,0.231],"high":[0,0.2323],"close":[0,0.2314],"volume":[0,2315],"signal":[0,0],"sma_5":[0,0.23523999750614166],"sma_10":[0,0.2277899980545044],"sma_20":[0,0.231513848900795],"sma_50":[0,0.21928911924362182],"sma_100":[0,0.21098996013402938],"ema_9":[0,0.23117384279050632],"ema_12":[0,0.23068763331408096],"ema_26":[0,0.22786440824551202],"ema_50":[0,0.2221770752594536],"ema_200":[0,0.2096198667040199],"ulcer_index":[0,8.17978691634904],"force_index":[0,32.4137521296312],"easy_movement":[0,0.04066666237446711],"volume_weighted_avg":[0,0.22857414687904237],"channel_index":[0,-32.068096076029015],"williams_r":[0,-54.62689939759278],"mass_index":[0,25.65448395345653],"obv":[0,430772],"rsi":[0,53.08938622076624],"rsi_2":[0,22.267719956752373],"vwma":[0,0.23268044973780116],"macd":[0,-0.0002608223585494288],"stoch":[0,45.37310060240723],"bb_middle":[0,0.231513848900795],"bb_low":[0,0.21544223438770252],"bb_upper":[0,0.24758546341388746],"timestamp":[0,"2024-11-04T19:30:00Z"]}],[0,{"open":[0,0.2315],"low":[0,0.2269],"high":[0,0.2315],"close":[0,0.2298],"volume":[0,9265],"signal":[0,2],"sma_5":[0,0.23363999724388124],"sma_10":[0,0.2288699984550476],"sma_20":[0,0.23087384849786757],"sma_50":[0,0.21999511927366255],"sma_100":[0,0.211283960044384],"ema_9":[0,0.2312190738440688],"ema_12":[0,0.2307972273192375],"ema_26":[0,0.22812162145692416],"ema_50":[0,0.2223502078463874],"ema_200":[0,0.20604745392000245],"ulcer_index":[0,7.95661758511018],"force_index":[0,27.89638663081643],"easy_movement":[0,0.04456974001567431],"volume_weighted_avg":[0,0.22855930677732741],"channel_index":[0,-37.593418725057624],"williams_r":[0,-53.73136187268893],"mass_index":[0,24.99642593963697],"obv":[0,813914],"rsi":[0,53.35400766509569],"rsi_2":[0,30.247000253504694],"vwma":[0,0.23200751808074693],"macd":[0,-0.0003327005865572676],"stoch":[0,46.26863812731107],"bb_middle":[0,0.23087384849786757],"bb_low":[0,0.21589141657372843],"bb_upper":[0,0.24585628042200672],"timestamp":[0,"2024-11-04T20:30:00Z"]}],[0,{"open":[0,0.2482],"low":[0,0.232],"high":[0,0.2482],"close":[0,0.2399],"volume":[0,27759],"signal":[0,1],"sma_5":[0,0.231999996304512],"sma_10":[0,0.2300499990582466],"sma_20":[0,0.2301538482308388],"sma_50":[0,0.22059111922979355],"sma_100":[0,0.21166496008634567],"ema_9":[0,0.23093525923224464],"ema_12":[0,0.23064380775265836],"ema_26":[0,0.22824512758080814],"ema_50":[0,0.222609406009472],"ema_200":[0,0.20562161994847944],"ulcer_index":[0,7.930341110228551],"force_index":[0,21.783216652941423],"easy_movement":[0,0.024711509968555638],"volume_weighted_avg":[0,0.22730162887477787],"channel_index":[0,-15.69468567520588],"williams_r":[0,-58.50747304335526],"mass_index":[0,24.38263577439372],"obv":[0,904730],"rsi":[0,51.78788464478956],"rsi_2":[0,14.438250559144763],"vwma":[0,0.22926167550959722],"macd":[0,-0.0004887403609949905],"stoch":[0,41.49252695664474],"bb_middle":[0,0.2301538482308388],"bb_low":[0,0.2164749228647343],"bb_upper":[0,0.24383277359694328],"timestamp":[0,"2024-11-05T14:30:00Z"]}],[0,{"open":[0,0.2442],"low":[0,0.2355],"high":[0,0.2442],"close":[0,0.2377],"volume":[0,2038],"signal":[0,1],"sma_5":[0,0.23321999609470367],"sma_10":[0,0.23244999796152116],"sma_20":[0,0.230308847874403],"sma_50":[0,0.2213891190290451],"sma_100":[0,0.21216496005654334],"ema_9":[0,0.2327282059764152],"ema_12":[0,0.2320678368048284],"ema_26":[0,0.22911304235151428],"ema_50":[0,0.22347235766650675],"ema_200":[0,0.20967825227521475],"ulcer_index":[0,7.5872271482155105],"force_index":[0,58.723112795651915],"easy_movement":[0,0.06340371479826655],"volume_weighted_avg":[0,0.2279059013608871],"channel_index":[0,25.900493872046574],"williams_r":[0,-25.696617851132302],"mass_index":[0,24.177043059757974],"obv":[0,860193],"rsi":[0,59.816974561311646],"rsi_2":[0,88.73969270151348],"vwma":[0,0.22972571912219023],"macd":[0,0.00005973098702309479],"stoch":[0,74.3033821488677],"bb_middle":[0,0.230308847874403],"bb_low":[0,0.21626676469188028],"bb_upper":[0,0.24435093105692574],"timestamp":[0,"2024-11-05T15:30:00Z"]}],[0,{"open":[0,0.2418],"low":[0,0.2418],"high":[0,0.2442],"close":[0,0.2442],"volume":[0,2193],"signal":[0,0],"sma_5":[0,0.23397999703884126],"sma_10":[0,0.23384999781847],"sma_20":[0,0.2303638480603695],"sma_50":[0,0.22216511905193329],"sma_100":[0,0.21254196003079415],"ema_9":[0,0.23372256486427226],"ema_12":[0,0.2329343240795299],"ema_26":[0,0.22975375018249433],"ema_50":[0,0.22421702421022224],"ema_200":[0,0.21370941240666994],"ulcer_index":[0,7.01095743870477],"force_index":[0,49.69337902372778],"easy_movement":[0,0.07330723331857393],"volume_weighted_avg":[0,0.22883019953930164],"channel_index":[0,-36.306008151404264],"williams_r":[0,-32.50774122353775],"mass_index":[0,24.020984832095635],"obv":[0,802961],"rsi":[0,57.55245693532416],"rsi_2":[0,64.3829736866422],"vwma":[0,0.22969463622196679],"macd":[0,0.00023429792867215877],"stoch":[0,67.49225877646225],"bb_middle":[0,0.2303638480603695],"bb_low":[0,0.21621541646898113],"bb_upper":[0,0.24451227965175787],"timestamp":[0,"2024-11-05T16:30:00Z"]}],[0,{"open":[0,0.2442],"low":[0,0.2439],"high":[0,0.2442],"close":[0,0.2439],"volume":[0,926],"signal":[0,1],"sma_5":[0,0.23659999966621398],"sma_10":[0,0.23591999858617782],"sma_20":[0,0.23097384870052337],"sma_50":[0,0.2230491191148758],"sma_100":[0,0.2128819601237774],"ema_9":[0,0.2358180531168078],"ema_12":[0,0.23466750591080954],"ema_26":[0,0.23082366138122823],"ema_50":[0,0.22499334836041845],"ema_200":[0,0.21386565383958714],"ulcer_index":[0,6.144334500089055],"force_index":[0,44.63241266423677],"easy_movement":[0,0.10547450518181035],"volume_weighted_avg":[0,0.22978281789775631],"channel_index":[0,-38.53976208732964],"williams_r":[0,-12.383881646933775],"mass_index":[0,23.84702972127499],"obv":[0,887500],"rsi":[0,62.09370039647563],"rsi_2":[0,86.41555327195681],"vwma":[0,0.2297765234137058],"macd":[0,0.0007178238894479986],"stoch":[0,87.61611835306623],"bb_middle":[0,0.23097384870052337],"bb_low":[0,0.21559717243033089],"bb_upper":[0,0.24635052497071586],"timestamp":[0,"2024-11-05T17:30:00Z"]}],[0,{"open":[0,0.2391],"low":[0,0.2377],"high":[0,0.2434],"close":[0,0.2401],"volume":[0,24288],"signal":[0,1],"sma_5":[0,0.23910000026226044],"sma_10":[0,0.23636999875307083],"sma_20":[0,0.2316638484597206],"sma_50":[0,0.22392111927270889],"sma_100":[0,0.21322296008467675],"ema_9":[0,0.23743444270270464],"ema_12":[0,0.23608788962815874],"ema_26":[0,0.23179105172801925],"ema_50":[0,0.22568535985124266],"ema_200":[0,0.21317123648339012],"ulcer_index":[0,4.9415680623718865],"force_index":[0,38.21455580921249],"easy_movement":[0,0.1254378579690421],"volume_weighted_avg":[0,0.23015361831592138],"channel_index":[0,-43.13098622892783],"williams_r":[0,-13.312690070566005],"mass_index":[0,23.708128697010853],"obv":[0,914758],"rsi":[0,61.767252224232536],"rsi_2":[0,81.74758917478442],"vwma":[0,0.22980744721727828],"macd":[0,0.0009350947989369392],"stoch":[0,86.687309929434],"bb_middle":[0,0.2316638484597206],"bb_low":[0,0.21529918723210162],"bb_upper":[0,0.24802850968733958],"timestamp":[0,"2024-11-05T18:30:00Z"]}],[0,{"open":[0,0.2377],"low":[0,0.2323],"high":[0,0.243],"close":[0,0.2332],"volume":[0,85610],"signal":[0,1],"sma_5":[0,0.24115999937057495],"sma_10":[0,0.2365799978375435],"sma_20":[0,0.23206384852528572],"sma_50":[0,0.22472311913967133],"sma_100":[0,0.2135529600083828],"ema_9":[0,0.23796755342840487],"ema_12":[0,0.23670513696843354],"ema_26":[0,0.23240780197245045],"ema_50":[0,0.2263018962006727],"ema_200":[0,0.21446923918498415],"ulcer_index":[0,3.876527290286763],"force_index":[0,19.57101960128282],"easy_movement":[0,0.12338388856499323],"volume_weighted_avg":[0,0.2332510388555848],"channel_index":[0,21.734001326426117],"williams_r":[0,-25.67353946209414],"mass_index":[0,23.498944156429694],"obv":[0,854097],"rsi":[0,57.60429596043264],"rsi_2":[0,34.51558581916299],"vwma":[0,0.2305117846302215],"macd":[0,0.0007500902669250967],"stoch":[0,74.32646053790586],"bb_middle":[0,0.23206384852528572],"bb_low":[0,0.2152901247200803],"bb_upper":[0,0.24883757233049114],"timestamp":[0,"2024-11-05T19:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.235],"high":[0,0.2429],"close":[0,0.2428],"volume":[0,6646],"signal":[0,1],"sma_5":[0,0.23982000052928926],"sma_10":[0,0.23651999831199647],"sma_20":[0,0.2316899985074997],"sma_50":[0,0.22539511919021607],"sma_100":[0,0.21378595992922783],"ema_9":[0,0.23701404248939928],"ema_12":[0,0.23616588476876602],"ema_26":[0,0.23246514215383512],"ema_50":[0,0.2265184074745278],"ema_200":[0,0.21357037492816303],"ulcer_index":[0,3.382761828709341],"force_index":[0,-67.6121953786584],"easy_movement":[0,0.11678107232670779],"volume_weighted_avg":[0,0.23489023926302116],"channel_index":[0,183.98254207876198],"williams_r":[0,-53.19149048597864],"mass_index":[0,23.537293540305814],"obv":[0,792176],"rsi":[0,50.907908345721545],"rsi_2":[0,11.140366570134645],"vwma":[0,0.23037833724437776],"macd":[0,0.00012109494024668821],"stoch":[0,46.80850951402136],"bb_middle":[0,0.2316899985074997],"bb_low":[0,0.21537375966782762],"bb_upper":[0,0.24800623734717175],"timestamp":[0,"2024-11-05T20:30:00Z"]}],[0,{"open":[0,0.2282],"low":[0,0.2282],"high":[0,0.245],"close":[0,0.2374],"volume":[0,4835],"signal":[0,1],"sma_5":[0,0.24083999991416932],"sma_10":[0,0.2374099984765053],"sma_20":[0,0.2322949983179569],"sma_50":[0,0.22621111899614335],"sma_100":[0,0.21414445996284484],"ema_9":[0,0.2381712334576757],"ema_12":[0,0.23718651752881156],"ema_26":[0,0.23323116431089733],"ema_50":[0,0.2271761225476692],"ema_200":[0,0.2142474909341396],"ulcer_index":[0,2.516771958810039],"force_index":[0,-48.83828190678572],"easy_movement":[0,0.12575251407738255],"volume_weighted_avg":[0,0.2360155282182722],"channel_index":[0,-29.935865011609643],"williams_r":[0,-19.14894291587185],"mass_index":[0,23.674968907535778],"obv":[0,768081],"rsi":[0,58.1894481520759],"rsi_2":[0,69.19393395398056],"vwma":[0,0.23055818190367905],"macd":[0,0.00030117072162430796],"stoch":[0,80.85105708412816],"bb_middle":[0,0.2322949983179569],"bb_low":[0,0.2152877661330502],"bb_upper":[0,0.24930223050286363],"timestamp":[0,"2024-11-06T14:30:00Z"]}],[0,{"open":[0,0.231],"low":[0,0.230001],"high":[0,0.2448],"close":[0,0.24],"volume":[0,2118],"signal":[0,1],"sma_5":[0,0.23947999775409698],"sma_10":[0,0.2380399987101555],"sma_20":[0,0.23291499838232993],"sma_50":[0,0.22676153898239135],"sma_100":[0,0.21443845987319946],"ema_9":[0,0.23801698583192682],"ema_12":[0,0.2372193603725994],"ema_26":[0,0.23354083033955467],"ema_50":[0,0.22761183993283815],"ema_200":[0,0.21517683009389757],"ulcer_index":[0,2.6206663568221833],"force_index":[0,-45.590737355699346],"easy_movement":[0,-0.005368616404908441],"volume_weighted_avg":[0,0.23569041190101275],"channel_index":[0,-28.436782473446446],"williams_r":[0,-50.70423717608343],"mass_index":[0,24.08620268314417],"obv":[0,726865],"rsi":[0,53.387135988947634],"rsi_2":[0,39.88162662881628],"vwma":[0,0.23157983732459742],"macd":[0,0.000020575110815224725],"stoch":[0,49.295762823916576],"bb_middle":[0,0.23291499838232993],"bb_low":[0,0.216113893428189],"bb_upper":[0,0.24971610333647085],"timestamp":[0,"2024-11-06T15:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.2302],"high":[0,0.24],"close":[0,0.2302],"volume":[0,3630],"signal":[0,1],"sma_5":[0,0.23869999647140502],"sma_10":[0,0.23889999836683273],"sma_20":[0,0.23388499841094018],"sma_50":[0,0.22742153882980345],"sma_100":[0,0.2147394597530365],"ema_9":[0,0.23841358759510228],"ema_12":[0,0.23764715092619446],"ema_26":[0,0.23402474208902754],"ema_50":[0,0.22831732027050167],"ema_200":[0,0.2198383412444217],"ulcer_index":[0,2.64401492852593],"force_index":[0,-38.28428659562771],"easy_movement":[0,0.007184582747358499],"volume_weighted_avg":[0,0.23565477730545578],"channel_index":[0,-36.306425831444706],"williams_r":[0,-38.49766933278486],"mass_index":[0,24.558354599418262],"obv":[0,568148],"rsi":[0,55.282239267714296],"rsi_2":[0,57.300329575278404],"vwma":[0,0.2322095493087399],"macd":[0,-0.00002150794459493486],"stoch":[0,61.50233066721514],"bb_middle":[0,0.23388499841094018],"bb_low":[0,0.217815739076281],"bb_upper":[0,0.24995425774559937],"timestamp":[0,"2024-11-06T16:30:00Z"]}],[0,{"open":[0,0.2395],"low":[0,0.2262],"high":[0,0.2395],"close":[0,0.2262],"volume":[0,20647],"signal":[0,1],"sma_5":[0,0.2367199957370758],"sma_10":[0,0.2389399975538254],"sma_20":[0,0.23449499830603598],"sma_50":[0,0.22788553863763808],"sma_100":[0,0.21482245966792107],"ema_9":[0,0.23677086860669005],"ema_12":[0,0.2365014340692555],"ema_26":[0,0.23373979077442258],"ema_50":[0,0.2283252494008049],"ema_200":[0,0.21861708681061678],"ulcer_index":[0,2.9589371518127168],"force_index":[0,-37.903866787255225],"easy_movement":[0,-0.03820323245559052],"volume_weighted_avg":[0,0.2356603971363155],"channel_index":[0,-34.911601362841395],"williams_r":[0,-84.50706196013905],"mass_index":[0,25.02893419222698],"obv":[0,573163],"rsi":[0,47.39385178865347],"rsi_2":[0,17.995229457163447],"vwma":[0,0.23237983978113036],"macd":[0,-0.0007078974683005388],"stoch":[0,15.49293803986095],"bb_middle":[0,0.23449499830603598],"bb_low":[0,0.22003879267222282],"bb_upper":[0,0.24895120393984915],"timestamp":[0,"2024-11-06T17:30:00Z"]}],[0,{"open":[0,0.2262],"low":[0,0.2227],"high":[0,0.23215],"close":[0,0.22795],"volume":[0,11931],"signal":[0,1],"sma_5":[0,0.23531999588012695],"sma_10":[0,0.2375699982047081],"sma_20":[0,0.23500999808311462],"sma_50":[0,0.2283535385131836],"sma_100":[0,0.21490145966410637],"ema_9":[0,0.23465669477404988],"ema_12":[0,0.23491659752958216],"ema_26":[0,0.23317765095458262],"ema_50":[0,0.2280954592750701],"ema_200":[0,0.21574952719148469],"ulcer_index":[0,3.4741631743043944],"force_index":[0,-44.28753607090688],"easy_movement":[0,-0.021067397454051305],"volume_weighted_avg":[0,0.2346811706001711],"channel_index":[0,21.39965033990374],"williams_r":[0,-100],"mass_index":[0,25.42726141700395],"obv":[0,555315],"rsi":[0,44.603003219814134],"rsi_2":[0,11.53571961383409],"vwma":[0,0.23303307665461148],"macd":[0,-0.0013890946356786013],"stoch":[0,0],"bb_middle":[0,0.23500999808311462],"bb_low":[0,0.2226597907922568],"bb_upper":[0,0.24736020537397244],"timestamp":[0,"2024-11-06T18:30:00Z"]}],[0,{"open":[0,0.2269],"low":[0,0.2227],"high":[0,0.2269],"close":[0,0.2258],"volume":[0,14881],"signal":[0,1],"sma_5":[0,0.23234999775886536],"sma_10":[0,0.23659499883651733],"sma_20":[0,0.23522249832749367],"sma_50":[0,0.22877253860235214],"sma_100":[0,0.21507795974612237],"ema_9":[0,0.2333153571636763],"ema_12":[0,0.23384481426193307],"ema_26":[0,0.23278987253236455],"ema_50":[0,0.22806778810939263],"ema_200":[0,0.21542947135621662],"ulcer_index":[0,3.7552262333883917],"force_index":[0,-34.97673134315527],"easy_movement":[0,-0.04963151075618378],"volume_weighted_avg":[0,0.23438295485983854],"channel_index":[0,-4.7412299088842165],"williams_r":[0,-79.41173720662242],"mass_index":[0,25.453508162605193],"obv":[0,595034],"rsi":[0,46.10211661207999],"rsi_2":[0,32.68014705725132],"vwma":[0,0.23412032256730436],"macd":[0,-0.0016591724806748415],"stoch":[0,20.588262793377574],"bb_middle":[0,0.23522249832749367],"bb_low":[0,0.22352923157740226],"bb_upper":[0,0.2469157650775851],"timestamp":[0,"2024-11-06T19:30:00Z"]}],[0,{"open":[0,0.2258],"low":[0,0.2227],"high":[0,0.2278],"close":[0,0.2227],"volume":[0,17880],"signal":[0,2],"sma_5":[0,0.23002999722957612],"sma_10":[0,0.23475499749183654],"sma_20":[0,0.2353374980390072],"sma_50":[0,0.22916453838348388],"sma_100":[0,0.21524495974183083],"ema_9":[0,0.2318122842676213],"ema_12":[0,0.23260714955888814],"ema_26":[0,0.23227337652108093],"ema_50":[0,0.22803011144290275],"ema_200":[0,0.21656271546556563],"ulcer_index":[0,4.134696668258778],"force_index":[0,-34.55097977937335],"easy_movement":[0,-0.05031076189511774],"volume_weighted_avg":[0,0.23382559365993835],"channel_index":[0,6.847683110234603],"williams_r":[0,-87.84316498332238],"mass_index":[0,25.36279594885537],"obv":[0,562657],"rsi":[0,44.50280348996082],"rsi_2":[0,20.588523432382146],"vwma":[0,0.23428348985565578],"macd":[0,-0.0019026561868482911],"stoch":[0,12.156835016677615],"bb_middle":[0,0.2353374980390072],"bb_low":[0,0.22407015987006595],"bb_upper":[0,0.24660483620794843],"timestamp":[0,"2024-11-06T20:30:00Z"]}],[0,{"open":[0,0.2231],"low":[0,0.2227],"high":[0,0.2262],"close":[0,0.2262],"volume":[0,3967],"signal":[0,1],"sma_5":[0,0.22656999826431273],"sma_10":[0,0.2326349973678589],"sma_20":[0,0.23450249806046486],"sma_50":[0,0.22947253823280334],"sma_100":[0,0.21535295978188515],"ema_9":[0,0.22998982737554272],"ema_12":[0,0.23108297256316757],"ema_26":[0,0.23156332832074816],"ema_50":[0,0.22778447591423567],"ema_200":[0,0.21588803421126024],"ulcer_index":[0,4.635073970171306],"force_index":[0,-37.53396955771035],"easy_movement":[0,-0.04070530127054545],"volume_weighted_avg":[0,0.23310846230037885],"channel_index":[0,21.068296693079706],"williams_r":[0,-100],"mass_index":[0,25.313164660530887],"obv":[0,548256],"rsi":[0,42.23631938438853],"rsi_2":[0,9.960752778355442],"vwma":[0,0.23309463239311703],"macd":[0,-0.00217458280062869],"stoch":[0,0],"bb_middle":[0,0.23450249806046486],"bb_low":[0,0.22214108639234648],"bb_upper":[0,0.24686390972858324],"timestamp":[0,"2024-11-07T14:30:00Z"]}],[0,{"open":[0,0.2295],"low":[0,0.2229],"high":[0,0.2295],"close":[0,0.2292],"volume":[0,16443],"signal":[0,1],"sma_5":[0,0.22576999962329863],"sma_10":[0,0.23124499768018722],"sma_20":[0,0.23391249775886536],"sma_50":[0,0.22965253829956056],"sma_100":[0,0.21551595970988274],"ema_9":[0,0.22923186179042346],"ema_12":[0,0.23033174583835828],"ema_26":[0,0.2311652900715317],"ema_50":[0,0.22769195175887755],"ema_200":[0,0.21537996448080202],"ulcer_index":[0,5.036343182754897],"force_index":[0,-30.187912302405792],"easy_movement":[0,-0.09118389600809462],"volume_weighted_avg":[0,0.23203731804111893],"channel_index":[0,-42.86916668510227],"williams_r":[0,-84.30493782942918],"mass_index":[0,25.209953332437426],"obv":[0,566661],"rsi":[0,45.60664452739188],"rsi_2":[0,58.42319962094687],"vwma":[0,0.23285953426403178],"macd":[0,-0.0020231755249518896],"stoch":[0,15.695062170570814],"bb_middle":[0,0.23391249775886536],"bb_low":[0,0.22115507317550823],"bb_upper":[0,0.2466699223422225],"timestamp":[0,"2024-11-07T15:30:00Z"]}],[0,{"open":[0,0.228835],"low":[0,0.2264],"high":[0,0.2419],"close":[0,0.2419],"volume":[0,7915],"signal":[0,0],"sma_5":[0,0.2263700008392334],"sma_10":[0,0.23084499835968017],"sma_20":[0,0.23368249833583832],"sma_50":[0,0.2300565382838249],"sma_100":[0,0.21572555974125862],"ema_9":[0,0.22922549053590396],"ema_12":[0,0.2301576312090617],"ema_26":[0,0.23101369459960186],"ema_50":[0,0.22750872121824356],"ema_200":[0,0.21064679060391964],"ulcer_index":[0,5.291475268143387],"force_index":[0,-18.81027359052661],"easy_movement":[0,-0.07854363645304895],"volume_weighted_avg":[0,0.23176789293286645],"channel_index":[0,16.682988726939342],"williams_r":[0,-70.851998759796],"mass_index":[0,25.215706001687295],"obv":[0,985557],"rsi":[0,48.403016666110695],"rsi_2":[0,78.3757559824983],"vwma":[0,0.23259143276128852],"macd":[0,-0.0016442006670727455],"stoch":[0,29.148001240203993],"bb_middle":[0,0.23368249833583832],"bb_low":[0,0.22076045251324863],"bb_upper":[0,0.246604544158428],"timestamp":[0,"2024-11-07T16:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.2327],"high":[0,0.24],"close":[0,0.2327],"volume":[0,27505],"signal":[0,1],"sma_5":[0,0.22915999889373778],"sma_10":[0,0.23075499832630159],"sma_20":[0,0.23408249840140344],"sma_50":[0,0.23069453835487366],"sma_100":[0,0.21619455978274346],"ema_9":[0,0.2317603918273176],"ema_12":[0,0.23196414886123853],"ema_26":[0,0.23181876904959706],"ema_50":[0,0.22801999814135882],"ema_200":[0,0.20989093016101623],"ulcer_index":[0,5.296011729560635],"force_index":[0,-1.7690505683675486],"easy_movement":[0,0.008036267412320457],"volume_weighted_avg":[0,0.23200662960810378],"channel_index":[0,-30.887757897163592],"williams_r":[0,-13.901377054087863],"mass_index":[0,25.373918388852257],"obv":[0,1210172],"rsi":[0,58.15602204729322],"rsi_2":[0,95.72906052694604],"vwma":[0,0.23285880757126876],"macd":[0,-0.0005158804564420353],"stoch":[0,86.09862294591214],"bb_middle":[0,0.23408249840140344],"bb_low":[0,0.22067223129527735],"bb_upper":[0,0.24749276550752952],"timestamp":[0,"2024-11-07T17:30:00Z"]}],[0,{"open":[0,0.2327],"low":[0,0.2327],"high":[0,0.2327],"close":[0,0.2327],"volume":[0,238],"signal":[0,2],"sma_5":[0,0.2305400013923645],"sma_10":[0,0.2302849993109703],"sma_20":[0,0.2341624990105629],"sma_50":[0,0.23111653834581375],"sma_100":[0,0.21660055980086326],"ema_9":[0,0.23194831449677406],"ema_12":[0,0.23207735757471526],"ema_26":[0,0.23188445493498946],"ema_50":[0,0.22822000311873897],"ema_200":[0,0.2104489749920122],"ulcer_index":[0,5.411345221079005],"force_index":[0,-37.66892023409774],"easy_movement":[0,0.009777078241775986],"volume_weighted_avg":[0,0.232039082941935],"channel_index":[0,71.31167480892401],"williams_r":[0,-55.15693658922519],"mass_index":[0,25.584927700701037],"obv":[0,1067958],"rsi":[0,50.68419098914395],"rsi_2":[0,44.264359872377256],"vwma":[0,0.23287645379758912],"macd":[0,-0.00037416643299683966],"stoch":[0,44.84306341077481],"bb_middle":[0,0.2341624990105629],"bb_low":[0,0.22080537157733457],"bb_upper":[0,0.24751962644379125],"timestamp":[0,"2024-11-07T18:30:00Z"]}],[0,{"open":[0,0.2444],"low":[0,0.2327],"high":[0,0.2449],"close":[0,0.2395],"volume":[0,3367],"signal":[0,1],"sma_5":[0,0.2325400024652481],"sma_10":[0,0.22955500036478044],"sma_20":[0,0.23422749936580659],"sma_50":[0,0.23157053858041762],"sma_100":[0,0.21699755981564522],"ema_9":[0,0.23209865263303184],"ema_12":[0,0.23217314975202002],"ema_26":[0,0.23194682082058576],"ema_50":[0,0.22847440468688762],"ema_200":[0,0.21225224606044804],"ulcer_index":[0,5.506115016715909],"force_index":[0,-32.28941786312613],"easy_movement":[0,0.015644176944051714],"volume_weighted_avg":[0,0.23116670990144292],"channel_index":[0,-80.16415035631633],"williams_r":[0,-55.15693658922519],"mass_index":[0,25.204693599367193],"obv":[0,1009709],"rsi":[0,50.67897595603693],"rsi_2":[0,44.264359872377256],"vwma":[0,0.23288806654629363],"macd":[0,-0.0002701092486491963],"stoch":[0,44.84306341077481],"bb_middle":[0,0.23422749936580659],"bb_low":[0,0.22091219056590544],"bb_upper":[0,0.24754280816570773],"timestamp":[0,"2024-11-07T19:30:00Z"]}],[0,{"open":[0,0.2355],"low":[0,0.2355],"high":[0,0.245],"close":[0,0.24],"volume":[0,15757],"signal":[0,1],"sma_5":[0,0.23520000278949738],"sma_10":[0,0.230485001206398],"sma_20":[0,0.23471249938011168],"sma_50":[0,0.2321585386991501],"sma_100":[0,0.2174195598065853],"ema_9":[0,0.2335789223211448],"ema_12":[0,0.23330035768644464],"ema_26":[0,0.23250663386905301],"ema_50":[0,0.22891959506945114],"ema_200":[0,0.21278088034103393],"ulcer_index":[0,5.385157614341573],"force_index":[0,-24.405489112035777],"easy_movement":[0,0.1761099758926255],"volume_weighted_avg":[0,0.23013848045710122],"channel_index":[0,-59.98415255206042],"williams_r":[0,-24.66368821699293],"mass_index":[0,25.07200514011936],"obv":[0,955650],"rsi":[0,55.570105891919084],"rsi_2":[0,78.47587659156805],"vwma":[0,0.23306668408953338],"macd":[0,0.00023823269547071087],"stoch":[0,75.33631178300708],"bb_middle":[0,0.23471249938011168],"bb_low":[0,0.22137099067614516],"bb_upper":[0,0.2480540080840782],"timestamp":[0,"2024-11-07T20:30:00Z"]}],[0,{"open":[0,0.244],"low":[0,0.233],"high":[0,0.245],"close":[0,0.242612],"volume":[0,24026],"signal":[0,1],"sma_5":[0,0.23736000061035156],"sma_10":[0,0.2318650007247925],"sma_20":[0,0.2347174994647503],"sma_50":[0,0.23279453873634337],"sma_100":[0,0.21783955976366998],"ema_9":[0,0.2348631367837674],"ema_12":[0,0.23433107099097897],"ema_26":[0,0.23306110665985755],"ema_50":[0,0.22933032305329945],"ema_200":[0,0.21257348087913966],"ulcer_index":[0,5.387068966660666],"force_index":[0,-19.794982776272064],"easy_movement":[0,0.17131656615363816],"volume_weighted_avg":[0,0.2306099089003623],"channel_index":[0,12.122643122919735],"williams_r":[0,-22.421565116055294],"mass_index":[0,25.08073374154964],"obv":[0,989060],"rsi":[0,55.91806310887485],"rsi_2":[0,80.25791895210901],"vwma":[0,0.23277184089475295],"macd":[0,0.0005708279381447425],"stoch":[0,77.57843488394471],"bb_middle":[0,0.2347174994647503],"bb_low":[0,0.22136814525500254],"bb_upper":[0,0.24806685367449804],"timestamp":[0,"2024-11-08T14:30:00Z"]}],[0,{"open":[0,0.2445],"low":[0,0.2444],"high":[0,0.258599],"close":[0,0.250599],"volume":[0,62597],"signal":[0,1],"sma_5":[0,0.23750240206718445],"sma_10":[0,0.23333120048046113],"sma_20":[0,0.23496309965848922],"sma_50":[0,0.23344677895307542],"sma_100":[0,0.21829867973923683],"ema_9":[0,0.236412910281657],"ema_12":[0,0.2356050603525875],"ema_26":[0,0.2337655120417016],"ema_50":[0,0.22972760862370245],"ema_200":[0,0.21038920520384413],"ulcer_index":[0,5.3354149109758255],"force_index":[0,-7.997625728538779],"easy_movement":[0,0.2251817100779341],"volume_weighted_avg":[0,0.2321103479697999],"channel_index":[0,54.428046326462514],"williams_r":[0,-10.70851998759796],"mass_index":[0,25.298069397887172],"obv":[0,1125121],"rsi":[0,57.78072868656027],"rsi_2":[0,89.4146236928957],"vwma":[0,0.23353973055806573],"macd":[0,0.0009084320116572544],"stoch":[0,89.29148001240203],"bb_middle":[0,0.23496309965848922],"bb_low":[0,0.22122812390749197],"bb_upper":[0,0.24869807540948646],"timestamp":[0,"2024-11-08T15:30:00Z"]}],[0,{"open":[0,0.2506],"low":[0,0.2462],"high":[0,0.2566],"close":[0,0.2564],"volume":[0,53363],"signal":[0,1],"sma_5":[0,0.24108220040798187],"sma_10":[0,0.23581110090017318],"sma_20":[0,0.23528304919600487],"sma_50":[0,0.23424075901508332],"sma_100":[0,0.21890516966581344],"ema_9":[0,0.23925012760089023],"ema_12":[0,0.23791181982632187],"ema_26":[0,0.2350125050313513],"ema_50":[0,0.230548840228297],"ema_200":[0,0.2108444822829596],"ulcer_index":[0,5.315577201870672],"force_index":[0,64.57431186153889],"easy_movement":[0,0.20548178773649536],"volume_weighted_avg":[0,0.23705273428794948],"channel_index":[0,231.81367756828965],"williams_r":[0,-22.284780224660896],"mass_index":[0,25.640278398937657],"obv":[0,950906],"rsi":[0,62.911975320447254],"rsi_2":[0,97.24088612472735],"vwma":[0,0.23648021571034264],"macd":[0,0.0015746454053403782],"stoch":[0,77.71521977533911],"bb_middle":[0,0.23528304919600487],"bb_low":[0,0.22044821666573855],"bb_upper":[0,0.2501178817262712],"timestamp":[0,"2024-11-08T16:30:00Z"]}],[0,{"open":[0,0.2562],"low":[0,0.2461],"high":[0,0.2764],"close":[0,0.2574],"volume":[0,278808],"signal":[0,0],"sma_5":[0,0.2458221971988678],"sma_10":[0,0.23918109983205796],"sma_20":[0,0.23590804859995843],"sma_50":[0,0.2348767587542534],"sma_100":[0,0.2195681695640087],"ema_9":[0,0.24268009990639586],"ema_12":[0,0.24075615358173377],"ema_26":[0,0.2365968994933376],"ema_50":[0,0.23156810262759334],"ema_200":[0,0.21140813568911973],"ulcer_index":[0,5.089959567002696],"force_index":[0,99.56371514686907],"easy_movement":[0,0.24970569003588608],"volume_weighted_avg":[0,0.24082185705825232],"channel_index":[0,159.55563147346385],"williams_r":[0,-6.125583298950414],"mass_index":[0,26.034917987280537],"obv":[0,986956],"rsi":[0,66.13134605342769],"rsi_2":[0,98.66965405596558],"vwma":[0,0.2390709766381837],"macd":[0,0.0022678409851106273],"stoch":[0,93.8744167010496],"bb_middle":[0,0.23590804859995843],"bb_low":[0,0.2187953510407478],"bb_upper":[0,0.25302074615916903],"timestamp":[0,"2024-11-08T17:30:00Z"]}],[0,{"open":[0,0.26],"low":[0,0.242801],"high":[0,0.26],"close":[0,0.242801],"volume":[0,39400],"signal":[0,1],"sma_5":[0,0.24940219819545745],"sma_10":[0,0.2423011004924774],"sma_20":[0,0.23677304908633232],"sma_50":[0,0.235314759016037],"sma_100":[0,0.220238169580698],"ema_9":[0,0.24562408113638495],"ema_12":[0,0.2433167462978471],"ema_26":[0,0.2381380976442859],"ema_50":[0,0.23259027126587253],"ema_200":[0,0.21204970205963922],"ulcer_index":[0,4.693276728278456],"force_index":[0,125.17377458548538],"easy_movement":[0,0.26770445714900554],"volume_weighted_avg":[0,0.24996278737231928],"channel_index":[0,637.0179747999863],"williams_r":[0,-35.38173889058774],"mass_index":[0,26.685655587421046],"obv":[0,1182937],"rsi":[0,66.66865968256303],"rsi_2":[0,98.87118821421613],"vwma":[0,0.2467507768140326],"macd":[0,0.002630077141779476],"stoch":[0,64.61826110941226],"bb_middle":[0,0.23677304908633232],"bb_low":[0,0.21731237396205114],"bb_upper":[0,0.2562337242106135],"timestamp":[0,"2024-11-08T18:30:00Z"]}],[0,{"open":[0,0.2536],"low":[0,0.2483],"high":[0,0.2543],"close":[0,0.2543],"volume":[0,5709],"signal":[0,1],"sma_5":[0,0.24996239840984344],"sma_10":[0,0.24366119951009751],"sma_20":[0,0.23725309893488883],"sma_50":[0,0.23543477892875672],"sma_100":[0,0.22075717955827712],"ema_9":[0,0.24505946405006038],"ema_12":[0,0.24323739990310908],"ema_26":[0,0.23848227009444073],"ema_50":[0,0.23294126596269737],"ema_200":[0,0.21136241849884932],"ulcer_index":[0,4.600182296929929],"force_index":[0,25.11802060601906],"easy_movement":[0,0.267685622818232],"volume_weighted_avg":[0,0.24992827318135613],"channel_index":[0,25.075980076027765],"williams_r":[0,-62.56797787635422],"mass_index":[0,26.940921680533002],"obv":[0,1165591],"rsi":[0,53.3718575975141],"rsi_2":[0,18.231373376772837],"vwma":[0,0.2483815166673833],"macd":[0,0.0017636876284412273],"stoch":[0,37.43202212364579],"bb_middle":[0,0.23725309893488883],"bb_low":[0,0.21769523670003957],"bb_upper":[0,0.25681096116973806],"timestamp":[0,"2024-11-08T19:30:00Z"]}],[0,{"open":[0,0.2543],"low":[0,0.2485],"high":[0,0.2544],"close":[0,0.2499],"volume":[0,42583],"signal":[0,1],"sma_5":[0,0.2522999972105026],"sma_10":[0,0.24490119963884355],"sma_20":[0,0.23782809898257257],"sma_50":[0,0.23547077894210816],"sma_100":[0,0.22141817957162857],"ema_9":[0,0.24690757089847742],"ema_12":[0,0.24493933859346345],"ema_26":[0,0.23965786317760054],"ema_50":[0,0.2339362937347125],"ema_200":[0,0.2149533936647877],"ulcer_index":[0,4.148498391159398],"force_index":[0,30.911238542998014],"easy_movement":[0,0.27222321035038927],"volume_weighted_avg":[0,0.25061773163234585],"channel_index":[0,-70.77470986813327],"williams_r":[0,-41.154565277353065],"mass_index":[0,26.97693161610689],"obv":[0,1082619],"rsi":[0,60.11451978296056],"rsi_2":[0,64.21241992238691],"vwma":[0,0.2484967710246839],"macd":[0,0.0018369923172716325],"stoch":[0,58.84543472264694],"bb_middle":[0,0.23782809898257257],"bb_low":[0,0.21701576576169035],"bb_upper":[0,0.2586404322034548],"timestamp":[0,"2024-11-08T20:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.244],"high":[0,0.25],"close":[0,0.2467],"volume":[0,7303],"signal":[0,1],"sma_5":[0,0.25216019749641416],"sma_10":[0,0.24662119895219803],"sma_20":[0,0.23845309913158416],"sma_50":[0,0.23559477895498276],"sma_100":[0,0.2219491796195507],"ema_9":[0,0.2475060563802683],"ema_12":[0,0.24570251702208223],"ema_26":[0,0.24041663077436576],"ema_50":[0,0.2345659826011443],"ema_200":[0,0.21537469759472203],"ulcer_index":[0,3.5042372620844477],"force_index":[0,-0.2738058681974245],"easy_movement":[0,0.2714548438334806],"volume_weighted_avg":[0,0.2514233419645454],"channel_index":[0,28.124928633902243],"williams_r":[0,-49.348233754543195],"mass_index":[0,27.02635408204056],"obv":[0,1022177],"rsi":[0,56.73078285590783],"rsi_2":[0,44.893025102373706],"vwma":[0,0.24867050358980441],"macd":[0,0.0014732380033653783],"stoch":[0,50.651766245456805],"bb_middle":[0,0.23845309913158416],"bb_low":[0,0.2169891710319812],"bb_upper":[0,0.25991702723118715],"timestamp":[0,"2024-11-11T14:30:00Z"]}],[0,{"open":[0,0.2467],"low":[0,0.223],"high":[0,0.2467],"close":[0,0.2364],"volume":[0,72080],"signal":[0,2],"sma_5":[0,0.25022020041942594],"sma_10":[0,0.2480211988091469],"sma_20":[0,0.23878809958696365],"sma_50":[0,0.23564477890729904],"sma_100":[0,0.22244617968797684],"ema_9":[0,0.24734484585221753],"ema_12":[0,0.245855976345331],"ema_26":[0,0.24088065656849278],"ema_50":[0,0.234985078498489],"ema_200":[0,0.21454597804177347],"ulcer_index":[0,3.103730363014035],"force_index":[0,-3.5711001648714324],"easy_movement":[0,0.2503818786538375],"volume_weighted_avg":[0,0.2515354187023979],"channel_index":[0,-70.40310131929606],"williams_r":[0,-55.514014891135176],"mass_index":[0,27.14190096727431],"obv":[0,1076228],"rsi":[0,54.33980555424152],"rsi_2":[0,31.227238752259765],"vwma":[0,0.24867654292042998],"macd":[0,0.0009283472573953502],"stoch":[0,44.48598510886483],"bb_middle":[0,0.23878809958696365],"bb_low":[0,0.21703091644578032],"bb_upper":[0,0.260545282728147],"timestamp":[0,"2024-11-11T15:30:00Z"]}],[0,{"open":[0,0.2383],"low":[0,0.237899],"high":[0,0.2383],"close":[0,0.2383],"volume":[0,3871],"signal":[0,1],"sma_5":[0,0.24602019786834717],"sma_10":[0,0.2477111980319023],"sma_20":[0,0.23909809961915016],"sma_50":[0,0.23548877865076065],"sma_100":[0,0.22287117958068847],"ema_9":[0,0.24515587534304306],"ema_12":[0,0.24440121004541435],"ema_26":[0,0.24055139223265362],"ema_50":[0,0.23514673929199065],"ema_200":[0,0.21689711165357145],"ulcer_index":[0,3.419429156738738],"force_index":[0,-109.11708028826672],"easy_movement":[0,0.21682930210431334],"volume_weighted_avg":[0,0.2504057860877589],"channel_index":[0,93.54837368479436],"williams_r":[0,-74.90638637598424],"mass_index":[0,27.41160484001259],"obv":[0,855962],"rsi":[0,47.396652656497515],"rsi_2":[0,10.551060157186598],"vwma":[0,0.2475506841385581],"macd":[0,-0.00015437478768332014],"stoch":[0,25.093613624015767],"bb_middle":[0,0.23909809961915016],"bb_low":[0,0.21766494510663809],"bb_upper":[0,0.2605312541316622],"timestamp":[0,"2024-11-11T16:30:00Z"]}],[0,{"open":[0,0.242299],"low":[0,0.2383],"high":[0,0.2423],"close":[0,0.2383],"volume":[0,2323],"signal":[0,1],"sma_5":[0,0.24511999785900115],"sma_10":[0,0.2475411981344223],"sma_20":[0,0.23970309942960738],"sma_50":[0,0.23551877856254577],"sma_100":[0,0.22325717955827712],"ema_9":[0,0.24378469940583716],"ema_12":[0,0.2434625614728947],"ema_26":[0,0.24038294011412994],"ema_50":[0,0.2352026646270718],"ema_200":[0,0.215748931970383],"ulcer_index":[0,3.9468277137877816],"force_index":[0,-92.47556969440856],"easy_movement":[0,0.10802983031127741],"volume_weighted_avg":[0,0.2504379280621937],"channel_index":[0,-78.7577816150098],"williams_r":[0,-71.34832918621514],"mass_index":[0,27.31132268458619],"obv":[0,1046227],"rsi":[0,48.702573913679],"rsi_2":[0,28.11173379479517],"vwma":[0,0.24812143452416147],"macd":[0,-0.0007417934141334273],"stoch":[0,28.651670813784857],"bb_middle":[0,0.23970309942960738],"bb_low":[0,0.21909312102898748],"bb_upper":[0,0.2603130778302273],"timestamp":[0,"2024-11-11T17:30:00Z"]}],[0,{"open":[0,0.2423],"low":[0,0.2384],"high":[0,0.2423],"close":[0,0.2422],"volume":[0,2127],"signal":[0,1],"sma_5":[0,0.24191999733448027],"sma_10":[0,0.24710999727249144],"sma_20":[0,0.2402205988764763],"sma_50":[0,0.2355527785420418],"sma_100":[0,0.22368017956614494],"ema_9":[0,0.24268775865592981],"ema_12":[0,0.24266832033416316],"ema_26":[0,0.24022664771534802],"ema_50":[0,0.2352435827580567],"ema_200":[0,0.21435466462049527],"ulcer_index":[0,4.274861057807933],"force_index":[0,-79.27039685287419],"easy_movement":[0,0.13092396697750738],"volume_weighted_avg":[0,0.25118975396411136],"channel_index":[0,-76.90825510347372],"williams_r":[0,-71.34832918621514],"mass_index":[0,27.095203291935064],"obv":[0,1085000],"rsi":[0,48.708020709340595],"rsi_2":[0,28.11173379479517],"vwma":[0,0.24843264184315303],"macd":[0,-0.0011063343296805394],"stoch":[0,28.651670813784857],"bb_middle":[0,0.2402205988764763],"bb_low":[0,0.22030912757551327],"bb_upper":[0,0.2601320701774393],"timestamp":[0,"2024-11-11T18:30:00Z"]}],[0,{"open":[0,0.2423],"low":[0,0.2422],"high":[0,0.249],"close":[0,0.2485],"volume":[0,38859],"signal":[0,0],"sma_5":[0,0.240379998087883],"sma_10":[0,0.2462700977921486],"sma_20":[0,0.2410405993461609],"sma_50":[0,0.235756778717041],"sma_100":[0,0.22418617963790893],"ema_9":[0,0.24259020734148665],"ema_12":[0,0.24259627188801033],"ema_26":[0,0.2403770498476491],"ema_50":[0,0.23568662826813958],"ema_200":[0,0.21805298604290196],"ulcer_index":[0,4.419192424359723],"force_index":[0,-66.75480079577622],"easy_movement":[0,0.13157882499881043],"volume_weighted_avg":[0,0.2511657521606997],"channel_index":[0,-71.98747186827514],"williams_r":[0,-64.04494570144712],"mass_index":[0,26.59884752012507],"obv":[0,923199],"rsi":[0,51.55021110731083],"rsi_2":[0,72.47660202638686],"vwma":[0,0.2489034079082057],"macd":[0,-0.0010576580035162992],"stoch":[0,35.95505429855289],"bb_middle":[0,0.2410405993461609],"bb_low":[0,0.2222531057112931],"bb_upper":[0,0.2598280929810287],"timestamp":[0,"2024-11-11T19:30:00Z"]}],[0,{"open":[0,0.2485],"low":[0,0.2446],"high":[0,0.249],"close":[0,0.2446],"volume":[0,3253],"signal":[0,1],"sma_5":[0,0.2407399982213974],"sma_10":[0,0.24548009932041168],"sma_20":[0,0.24233059957623482],"sma_50":[0,0.23612477868795395],"sma_100":[0,0.2246621796488762],"ema_9":[0,0.24377216675698807],"ema_12":[0,0.24350453888018272],"ema_26":[0,0.24098243240479728],"ema_50":[0,0.23633739121560707],"ema_200":[0,0.22133574119603247],"ulcer_index":[0,4.500141017029143],"force_index":[0,-22.239563533417794],"easy_movement":[0,-0.019735811124139184],"volume_weighted_avg":[0,0.25106663207256413],"channel_index":[0,7.7151208814161185],"williams_r":[0,-52.24718740555969],"mass_index":[0,26.058899186351386],"obv":[0,709370],"rsi":[0,55.81562584905896],"rsi_2":[0,90.80660438396833],"vwma":[0,0.24954279630890713],"macd":[0,-0.0005991418275895599],"stoch":[0,47.7528125944403],"bb_middle":[0,0.24233059957623482],"bb_low":[0,0.22529632409370245],"bb_upper":[0,0.2593648750587672],"timestamp":[0,"2024-11-11T20:30:00Z"]}],[0,{"open":[0,0.2439],"low":[0,0.226],"high":[0,0.2439],"close":[0,0.2265],"volume":[0,17458],"signal":[0,1],"sma_5":[0,0.2423799991607666],"sma_10":[0,0.24420009851455687],"sma_20":[0,0.24325059950351716],"sma_50":[0,0.2363747787475586],"sma_100":[0,0.2250181795656681],"ema_9":[0,0.24393773300604538],"ema_12":[0,0.2436730713243954],"ema_26":[0,0.2412526277379825],"ema_50":[0,0.23675111365965223],"ema_200":[0,0.22336981820126503],"ulcer_index":[0,4.687595002846793],"force_index":[0,-20.867735441726634],"easy_movement":[0,-0.0143865125142007],"volume_weighted_avg":[0,0.25130761991394707],"channel_index":[0,-69.20876562942381],"williams_r":[0,-59.55057089032773],"mass_index":[0,25.577427651865456],"obv":[0,351752],"rsi":[0,52.70732278528305],"rsi_2":[0,49.76941475122585],"vwma":[0,0.2496509504178317],"macd":[0,-0.0005578144652767063],"stoch":[0,40.44942910967228],"bb_middle":[0,0.24325059950351716],"bb_low":[0,0.2278957395721226],"bb_upper":[0,0.2586054594349117],"timestamp":[0,"2024-11-12T14:30:00Z"]}],[0,{"open":[0,0.2419],"low":[0,0.234],"high":[0,0.2419],"close":[0,0.2419],"volume":[0,3159],"signal":[0,1],"sma_5":[0,0.24002000093460082],"sma_10":[0,0.242569999396801],"sma_20":[0,0.24311559945344924],"sma_50":[0,0.2360912388563156],"sma_100":[0,0.22514417961239816],"ema_9":[0,0.240450187311051],"ema_12":[0,0.24103106110946756],"ema_26":[0,0.24016034088964067],"ema_50":[0,0.23636924590603123],"ema_200":[0,0.2238056297151661],"ulcer_index":[0,5.680427386134084],"force_index":[0,-63.040287796763565],"easy_movement":[0,-0.0967129156266924],"volume_weighted_avg":[0,0.2509516434410955],"channel_index":[0,-37.81476466794974],"williams_r":[0,-93.4456929361513],"mass_index":[0,25.323434037062395],"obv":[0,274316],"rsi":[0,41.24928740044765],"rsi_2":[0,9.580764280433684],"vwma":[0,0.24955512783209716],"macd":[0,-0.0016853951117355632],"stoch":[0,6.554307063848691],"bb_middle":[0,0.24311559945344924],"bb_low":[0,0.2272306546421503],"bb_upper":[0,0.25900054426474817],"timestamp":[0,"2024-11-12T15:30:00Z"]}],[0,{"open":[0,0.2313],"low":[0,0.2313],"high":[0,0.24],"close":[0,0.2313],"volume":[0,32116],"signal":[0,1],"sma_5":[0,0.24074000120162964],"sma_10":[0,0.24132999926805496],"sma_20":[0,0.24311559945344924],"sma_50":[0,0.2363152387738228],"sma_100":[0,0.22541317954659462],"ema_9":[0,0.24074014924822967],"ema_12":[0,0.24116474360912007],"ema_26":[0,0.2402896589006294],"ema_50":[0,0.23660444401354142],"ema_200":[0,0.2243535502916952],"ulcer_index":[0,5.904012922930264],"force_index":[0,-47.07123537550925],"easy_movement":[0,-0.06337663145126955],"volume_weighted_avg":[0,0.25094021159835145],"channel_index":[0,-64.70831556775751],"williams_r":[0,-64.60675301713663],"mass_index":[0,25.12465120898369],"obv":[0,-39138],"rsi":[0,51.00427554662706],"rsi_2":[0,61.91403808970119],"vwma":[0,0.2496068591854586],"macd":[0,-0.0013442470867354814],"stoch":[0,35.39324698286339],"bb_middle":[0,0.24311559945344924],"bb_low":[0,0.2272306546421503],"bb_upper":[0,0.25900054426474817],"timestamp":[0,"2024-11-12T17:30:00Z"]}],[0,{"open":[0,0.2316],"low":[0,0.2316],"high":[0,0.2316],"close":[0,0.2316],"volume":[0,5671],"signal":[0,1],"sma_5":[0,0.23856000006198883],"sma_10":[0,0.2394699990749359],"sma_20":[0,0.24304559901356698],"sma_50":[0,0.23644123882055282],"sma_100":[0,0.22556617945432664],"ema_9":[0,0.2388521186739135],"ema_12":[0,0.2396470902219947],"ema_26":[0,0.23962403072759728],"ema_50":[0,0.23640740989476197],"ema_200":[0,0.22464339323809124],"ulcer_index":[0,6.49626263653511],"force_index":[0,-88.99246061709957],"easy_movement":[0,-0.06768849296520961],"volume_weighted_avg":[0,0.24926073442891758],"channel_index":[0,-6.772657471461898],"williams_r":[0,-84.45694331391252],"mass_index":[0,25.07105375083651],"obv":[0,-89460],"rsi":[0,45.41242298432012],"rsi_2":[0,34.45854015891308],"vwma":[0,0.24943334040094442],"macd":[0,-0.0017566713970714463],"stoch":[0,15.543056686087475],"bb_middle":[0,0.24304559901356698],"bb_low":[0,0.22696652423334118],"bb_upper":[0,0.2591246737937928],"timestamp":[0,"2024-11-12T18:30:00Z"]}],[0,{"open":[0,0.238632],"low":[0,0.2316],"high":[0,0.238632],"close":[0,0.2316],"volume":[0,10202],"signal":[0,1],"sma_5":[0,0.23517999947071075],"sma_10":[0,0.23795999884605407],"sma_20":[0,0.2429905988276005],"sma_50":[0,0.23666123896837235],"sma_100":[0,0.2257161794602871],"ema_9":[0,0.23740169522886073],"ema_12":[0,0.23840907625417565],"ema_26":[0,0.23902711245558117],"ema_50":[0,0.23611637109840455],"ema_200":[0,0.22265250353546231],"ulcer_index":[0,6.920475562391154],"force_index":[0,-76.03587207181306],"easy_movement":[0,-0.07533469566099522],"volume_weighted_avg":[0,0.24067303958253364],"channel_index":[0,-60.087169090271104],"williams_r":[0,-76.75675697445095],"mass_index":[0,24.93741283727249],"obv":[0,-61160],"rsi":[0,45.59800792265778],"rsi_2":[0,36.0634192275553],"vwma":[0,0.24929724310693602],"macd":[0,-0.0019214471765008293],"stoch":[0,23.243243025549056],"bb_middle":[0,0.2429905988276005],"bb_low":[0,0.2267635034613984],"bb_upper":[0,0.2592176941938026],"timestamp":[0,"2024-11-12T19:30:00Z"]}],[0,{"open":[0,0.242],"low":[0,0.2409],"high":[0,0.242],"close":[0,0.2409],"volume":[0,3614],"signal":[0,1],"sma_5":[0,0.23258000016212463],"sma_10":[0,0.23747999966144562],"sma_20":[0,0.24259559884667398],"sma_50":[0,0.23693323910236358],"sma_100":[0,0.22592217952013016],"ema_9":[0,0.2362413564737352],"ema_12":[0,0.23736152622383275],"ema_26":[0,0.23847645603593726],"ema_50":[0,0.23591912231014744],"ema_200":[0,0.2223368734660088],"ulcer_index":[0,7.161479700970982],"force_index":[0,-65.17355693212433],"easy_movement":[0,-0.027313101920493736],"volume_weighted_avg":[0,0.23995802297906632],"channel_index":[0,-50.56682254813942],"williams_r":[0,-72.61148461550508],"mass_index":[0,24.913942714522392],"obv":[0,-40713],"rsi":[0,45.59840925727088],"rsi_2":[0,36.0634192275553],"vwma":[0,0.24909248785253765],"macd":[0,-0.0019353077749102617],"stoch":[0,27.388515384494923],"bb_middle":[0,0.24259559884667398],"bb_low":[0,0.22567795092354617],"bb_upper":[0,0.2595132467698018],"timestamp":[0,"2024-11-12T20:30:00Z"]}],[0,{"open":[0,0.242],"low":[0,0.23],"high":[0,0.242],"close":[0,0.24005],"volume":[0,15020],"signal":[0,1],"sma_5":[0,0.23545999825000763],"sma_10":[0,0.23773999959230424],"sma_20":[0,0.24264059886336325],"sma_50":[0,0.23743323892354964],"sma_100":[0,0.22623217940330506],"ema_9":[0,0.23717308417286176],"ema_12":[0,0.23790590603083817],"ema_26":[0,0.2386559774384136],"ema_50":[0,0.23611445064972472],"ema_200":[0,0.22252158114265916],"ulcer_index":[0,7.218700892700986],"force_index":[0,-51.060655158126444],"easy_movement":[0,-0.012788004789408733],"volume_weighted_avg":[0,0.23963722185470798],"channel_index":[0,-59.67311222909133],"williams_r":[0,-42.99368029616286],"mass_index":[0,24.783805351082744],"obv":[0,-37099],"rsi":[0,51.41382430668385],"rsi_2":[0,84.15948438205533],"vwma":[0,0.2492529101772358],"macd":[0,-0.0012563594963049514],"stoch":[0,57.006319703837136],"bb_middle":[0,0.24264059886336325],"bb_low":[0,0.22574603484109382],"bb_upper":[0,0.2595351628856327],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,0.2381],"low":[0,0.231],"high":[0,0.24],"close":[0,0.2349],"volume":[0,2618],"signal":[0,1],"sma_5":[0,0.23508999943733216],"sma_10":[0,0.2379150003194809],"sma_20":[0,0.2425124987959862],"sma_50":[0,0.23776023894548415],"sma_100":[0,0.22653367936611177],"ema_9":[0,0.2377484679246158],"ema_12":[0,0.23823576704261606],"ema_26":[0,0.23875882945066723],"ema_50":[0,0.23625231074352693],"ema_200":[0,0.22236490443905188],"ulcer_index":[0,7.233887332378753],"force_index":[0,-45.59097523930516],"easy_movement":[0,-0.04403781267493772],"volume_weighted_avg":[0,0.23765238919452583],"channel_index":[0,-36.879497672017486],"williams_r":[0,-36.85184766153827],"mass_index":[0,24.63908683046013],"obv":[0,-38132],"rsi":[0,50.87863197675829],"rsi_2":[0,73.98595526101295],"vwma":[0,0.24928339802636237],"macd":[0,-0.0008240000671138882],"stoch":[0,63.14815233846173],"bb_middle":[0,0.2425124987959862],"bb_low":[0,0.22558020040153345],"bb_upper":[0,0.2594447971904389],"timestamp":[0,"2024-11-13T15:30:00Z"]}],[0,{"open":[0,0.2309],"low":[0,0.2309],"high":[0,0.2399],"close":[0,0.2351],"volume":[0,4388],"signal":[0,1],"sma_5":[0,0.23580999970436095],"sma_10":[0,0.2371849998831749],"sma_20":[0,0.24172754883766173],"sma_50":[0,0.2379882389307022],"sma_100":[0,0.22679267928004265],"ema_9":[0,0.23717877388139932],"ema_12":[0,0.23772257161634403],"ema_26":[0,0.23847180811642504],"ema_50":[0,0.23615168360846006],"ema_200":[0,0.2215331534134087],"ulcer_index":[0,7.296180322230777],"force_index":[0,-41.00390264031532],"easy_movement":[0,-0.03020091086624888],"volume_weighted_avg":[0,0.23730733035903437],"channel_index":[0,-55.44636288323366],"williams_r":[0,-54.23078466096983],"mass_index":[0,24.59083867296776],"obv":[0,-24977],"rsi":[0,47.64370522983757],"rsi_2":[0,30.016486019298128],"vwma":[0,0.24909574933157153],"macd":[0,-0.0008416405943504018],"stoch":[0,45.76921533903016],"bb_middle":[0,0.24172754883766173],"bb_low":[0,0.22491238046268683],"bb_upper":[0,0.2585427172126366],"timestamp":[0,"2024-11-13T16:30:00Z"]}],[0,{"open":[0,0.236181],"low":[0,0.2351],"high":[0,0.2399],"close":[0,0.2351],"volume":[0,3940],"signal":[0,1],"sma_5":[0,0.2365099996328354],"sma_10":[0,0.23584499955177307],"sma_20":[0,0.2406625494360924],"sma_50":[0,0.23790223896503448],"sma_100":[0,0.22707967922091485],"ema_9":[0,0.23676301932285532],"ema_12":[0,0.23731909878961352],"ema_26":[0,0.23821845333483965],"ema_50":[0,0.23596582478461475],"ema_200":[0,0.21876192369676706],"ulcer_index":[0,7.11033264934654],"force_index":[0,-35.0130807772126],"easy_movement":[0,-0.003130718143534201],"volume_weighted_avg":[0,0.23769242490890422],"channel_index":[0,-48.012156929733784],"williams_r":[0,-60.43476401745639],"mass_index":[0,24.751254566380585],"obv":[0,158090],"rsi":[0,47.79093592120297],"rsi_2":[0,33.10435902327629],"vwma":[0,0.24833174912241932],"macd":[0,-0.0007979684547353305],"stoch":[0,39.56523598254362],"bb_middle":[0,0.2406625494360924],"bb_low":[0,0.22504391410602514],"bb_upper":[0,0.25628118476615963],"timestamp":[0,"2024-11-13T17:30:00Z"]}],[0,{"open":[0,0.2351],"low":[0,0.231],"high":[0,0.2355],"close":[0,0.2352],"volume":[0,11299],"signal":[0,1],"sma_5":[0,0.2372099995613098],"sma_10":[0,0.23489499986171722],"sma_20":[0,0.23954754918813706],"sma_50":[0,0.23784423887729644],"sma_100":[0,0.22744567915797234],"ema_9":[0,0.2364304156775479],"ema_12":[0,0.2369776991223207],"ema_26":[0,0.23798727503176414],"ema_50":[0,0.23592454844222732],"ema_200":[0,0.21877733858998127],"ulcer_index":[0,6.978596666897182],"force_index":[0,-30.016574703705338],"easy_movement":[0,0.012738992384925167],"volume_weighted_avg":[0,0.23760561157676488],"channel_index":[0,-34.01418994006606],"williams_r":[0,-60.43476401745639],"mass_index":[0,24.710659201016995],"obv":[0,196667],"rsi":[0,47.79249628212094],"rsi_2":[0,33.10435902327629],"vwma":[0,0.240157898284861],"macd":[0,-0.0007267828232925406],"stoch":[0,39.56523598254362],"bb_middle":[0,0.23954754918813706],"bb_low":[0,0.22579513975022739],"bb_upper":[0,0.2532999586260467],"timestamp":[0,"2024-11-13T18:30:00Z"]}],[0,{"open":[0,0.2355],"low":[0,0.23],"high":[0,0.2398],"close":[0,0.2316],"volume":[0,28737],"signal":[0,1],"sma_5":[0,0.2360700011253357],"sma_10":[0,0.23576499968767167],"sma_20":[0,0.23916749954223632],"sma_50":[0,0.23787223905324936],"sma_100":[0,0.2278166791796684],"ema_9":[0,0.23618433309951],"ema_12":[0,0.23670420726208716],"ema_26":[0,0.23777985576956093],"ema_50":[0,0.2358576924533368],"ema_200":[0,0.21816820568172995],"ulcer_index":[0,6.842068999026541],"force_index":[0,-25.564699684211465],"easy_movement":[0,-0.02641596327898345],"volume_weighted_avg":[0,0.2374183016712556],"channel_index":[0,-8.953146893757562],"williams_r":[0,-59.9999740849392],"mass_index":[0,24.587270393964204],"obv":[0,292697],"rsi":[0,47.876307958462704],"rsi_2":[0,38.528919185405],"vwma":[0,0.23960100955789423],"macd":[0,-0.0006354969025347847],"stoch":[0,40.000025915060796],"bb_middle":[0,0.23916749954223632],"bb_low":[0,0.22537568082600726],"bb_upper":[0,0.25295931825846535],"timestamp":[0,"2024-11-13T19:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.23],"high":[0,0.2322],"close":[0,0.232],"volume":[0,7403],"signal":[0,1],"sma_5":[0,0.23438000082969665],"sma_10":[0,0.2347350001335144],"sma_20":[0,0.2380324997007847],"sma_50":[0,0.23782623916864395],"sma_100":[0,0.22817267924547197],"ema_9":[0,0.2352674667697861],"ema_12":[0,0.2359189446411498],"ema_26":[0,0.2373205431619051],"ema_50":[0,0.23562848425565192],"ema_200":[0,0.21705107646858465],"ulcer_index":[0,6.9012121195942395],"force_index":[0,-36.693651771068595],"easy_movement":[0,-0.023051598213250504],"volume_weighted_avg":[0,0.2364347313512368],"channel_index":[0,39.396003275797455],"williams_r":[0,-75.65215250494978],"mass_index":[0,24.48288318390755],"obv":[0,293332],"rsi":[0,45.189869215452816],"rsi_2":[0,5.634221124868574],"vwma":[0,0.2385906416287932],"macd":[0,-0.0007711207273452824],"stoch":[0,24.347847495050225],"bb_middle":[0,0.2380324997007847],"bb_low":[0,0.22575584434304308],"bb_upper":[0,0.2503091550585263],"timestamp":[0,"2024-11-13T20:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.2227],"high":[0,0.23],"close":[0,0.2254],"volume":[0,26877],"signal":[0,1],"sma_5":[0,0.2337999999523163],"sma_10":[0,0.23480499982833863],"sma_20":[0,0.23713749945163726],"sma_50":[0,0.23784423917531966],"sma_100":[0,0.22856667920947074],"ema_9":[0,0.23461397208139784],"ema_12":[0,0.2353160292484756],"ema_26":[0,0.23692801944071037],"ema_50":[0,0.23555026103492077],"ema_200":[0,0.21848738909253884],"ulcer_index":[0,6.976257728250288],"force_index":[0,-31.027692839837442],"easy_movement":[0,-0.03767999058802722],"volume_weighted_avg":[0,0.2330650272214598],"channel_index":[0,-19.15343981190763],"williams_r":[0,-73.91305756253304],"mass_index":[0,24.19165693789966],"obv":[0,254495],"rsi":[0,45.55201820276822],"rsi_2":[0,20.68249307651861],"vwma":[0,0.23666508622913918],"macd":[0,-0.0007831889823349716],"stoch":[0,26.08694243746696],"bb_middle":[0,0.23713749945163726],"bb_low":[0,0.22588481590545093],"bb_upper":[0,0.2483901829978236],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,0.2254],"low":[0,0.225],"high":[0,0.2299],"close":[0,0.225],"volume":[0,2263],"signal":[0,1],"sma_5":[0,0.23185999989509581],"sma_10":[0,0.23418499976396562],"sma_20":[0,0.23607249930500984],"sma_50":[0,0.23772423923015595],"sma_100":[0,0.22885967925190925],"ema_9":[0,0.23277117782803733],"ema_12":[0,0.23379048662865265],"ema_26":[0,0.2360758650573632],"ema_50":[0,0.2352236046279176],"ema_200":[0,0.21999089152240653],"ulcer_index":[0,7.086967987008976],"force_index":[0,-51.93122863131539],"easy_movement":[0,-0.05848892812209139],"volume_weighted_avg":[0,0.2316532396782556],"channel_index":[0,37.60919744976234],"williams_r":[0,-87.26414696480234],"mass_index":[0,23.977411929185955],"obv":[0,80574],"rsi":[0,40.711864302394325],"rsi_2":[0,3.30257921215906],"vwma":[0,0.23539038255848369],"macd":[0,-0.0011630098701934568],"stoch":[0,12.735853035197664],"bb_middle":[0,0.23607249930500984],"bb_low":[0,0.2246116327171044],"bb_upper":[0,0.24753336589291527],"timestamp":[0,"2024-11-14T15:30:00Z"]}],[0,{"open":[0,0.2299],"low":[0,0.2263],"high":[0,0.2299],"close":[0,0.229348],"volume":[0,2949],"signal":[0,1],"sma_5":[0,0.22983999848365783],"sma_10":[0,0.23352499902248383],"sma_20":[0,0.2355024993419647],"sma_50":[0,0.23762823909521102],"sma_100":[0,0.2291096791625023],"ema_9":[0,0.231216941070337],"ema_12":[0,0.23243810315340385],"ema_26":[0,0.23525543016715375],"ema_50":[0,0.23482267872249088],"ema_200":[0,0.22004073333849739],"ulcer_index":[0,6.589216908643696],"force_index":[0,-44.646385547887476],"easy_movement":[0,0.04530971531867454],"volume_weighted_avg":[0,0.23212943517075524],"channel_index":[0,-29.75614697041937],"williams_r":[0,-88.08293075746543],"mass_index":[0,23.454247187765684],"obv":[0,78311],"rsi":[0,40.43288553566576],"rsi_2":[0,2.9972798341643454],"vwma":[0,0.23496282018449083],"macd":[0,-0.0013559667641862491],"stoch":[0,11.917069242534556],"bb_middle":[0,0.2355024993419647],"bb_low":[0,0.22307066571929735],"bb_upper":[0,0.24793433296463208],"timestamp":[0,"2024-11-14T16:30:00Z"]}],[0,{"open":[0,0.2298],"low":[0,0.228],"high":[0,0.2298],"close":[0,0.228],"volume":[0,10406],"signal":[0,1],"sma_5":[0,0.22866959869861603],"sma_10":[0,0.23236979991197587],"sma_20":[0,0.23505489975214006],"sma_50":[0,0.23741719931364058],"sma_100":[0,0.22940315917134285],"ema_9":[0,0.23084315362890323],"ema_12":[0,0.2319627032016304],"ema_26":[0,0.23481734297765156],"ema_50":[0,0.2345878490648216],"ema_200":[0,0.21972867761419307],"ulcer_index":[0,6.516915795692769],"force_index":[0,-36.41449487973521],"easy_movement":[0,-0.0026108306032804262],"volume_weighted_avg":[0,0.23188075030899158],"channel_index":[0,-29.015041937567688],"williams_r":[0,-65.55438113466559],"mass_index":[0,22.955417010547837],"obv":[0,576714],"rsi":[0,44.87559923644897],"rsi_2":[0,67.76970345040341],"vwma":[0,0.2348313915002045],"macd":[0,-0.0011152587749205267],"stoch":[0,34.44561886533442],"bb_middle":[0,0.23505489975214006],"bb_low":[0,0.22241530041368818],"bb_upper":[0,0.24769449909059194],"timestamp":[0,"2024-11-14T17:30:00Z"]}],[0,{"open":[0,0.225],"low":[0,0.22],"high":[0,0.225],"close":[0,0.2224],"volume":[0,12391],"signal":[0,1],"sma_5":[0,0.2279495984315872],"sma_10":[0,0.23116479963064193],"sma_20":[0,0.23453989997506142],"sma_50":[0,0.23722319930791855],"sma_100":[0,0.22969415917992592],"ema_9":[0,0.23027452292718853],"ema_12":[0,0.23135305663470587],"ema_26":[0,0.23431285467372356],"ema_50":[0,0.23434963857332164],"ema_200":[0,0.22021564471193825],"ulcer_index":[0,6.097077649666194],"force_index":[0,-33.23394135112019],"easy_movement":[0,0.002827996391755878],"volume_weighted_avg":[0,0.23172023568673003],"channel_index":[0,-4.6391532604756796],"williams_r":[0,-72.53885690329146],"mass_index":[0,22.585508538454835],"obv":[0,517648],"rsi":[0,43.78649026027012],"rsi_2":[0,47.926476045980976],"vwma":[0,0.2344907762187837],"macd":[0,-0.0009756984765790671],"stoch":[0,27.46114309670854],"bb_middle":[0,0.23453989997506142],"bb_low":[0,0.22163460010911748],"bb_upper":[0,0.24744519984100535],"timestamp":[0,"2024-11-14T18:30:00Z"]}],[0,{"open":[0,0.224697],"low":[0,0.22],"high":[0,0.2247],"close":[0,0.2222],"volume":[0,22981],"signal":[0,1],"sma_5":[0,0.22602959871292114],"sma_10":[0,0.2299147993326187],"sma_20":[0,0.2335498996078968],"sma_50":[0,0.23678719907999038],"sma_100":[0,0.2299181590974331],"ema_9":[0,0.22869961728800176],"ema_12":[0,0.22997566251234045],"ema_26":[0,0.2334305569778592],"ema_50":[0,0.2338865166707339],"ema_200":[0,0.22034773883704817],"ulcer_index":[0,5.974556124387631],"force_index":[0,-38.394963039774],"easy_movement":[0,-0.015618565991525021],"volume_weighted_avg":[0,0.23091235671277893],"channel_index":[0,1.0950926479542933],"williams_r":[0,-89.09092756342307],"mass_index":[0,22.384854966290444],"obv":[0,377103],"rsi":[0,39.49731597851707],"rsi_2":[0,13.961389869121874],"vwma":[0,0.2338057035059316],"macd":[0,-0.001176462704970357],"stoch":[0,10.909072436576931],"bb_middle":[0,0.2335498996078968],"bb_low":[0,0.22011984418153174],"bb_upper":[0,0.24697995503426184],"timestamp":[0,"2024-11-14T19:30:00Z"]}],[0,{"open":[0,0.2221],"low":[0,0.22],"high":[0,0.2247],"close":[0,0.2215],"volume":[0,4646],"signal":[0,1],"sma_5":[0,0.22538959980010986],"sma_10":[0,0.22862479984760284],"sma_20":[0,0.23223489969968797],"sma_50":[0,0.23635319918394088],"sma_100":[0,0.2301371592283249],"ema_9":[0,0.2273996950796537],"ema_12":[0,0.22877940768554741],"ema_26":[0,0.23259852795712604],"ema_50":[0,0.2334227305628691],"ema_200":[0,0.22025581005948594],"ulcer_index":[0,5.857290706313654],"force_index":[0,-33.563485000784624],"easy_movement":[0,-0.03314833494485214],"volume_weighted_avg":[0,0.22957437989294005],"channel_index":[0,47.83549752398711],"williams_r":[0,-89.99996613372437],"mass_index":[0,22.29233448820725],"obv":[0,528715],"rsi":[0,39.35158145055891],"rsi_2":[0,13.288742202747173],"vwma":[0,0.23011117278826393],"macd":[0,-0.0012327240263179697],"stoch":[0,10.000033866275624],"bb_middle":[0,0.23223489969968797],"bb_low":[0,0.2198045988642163],"bb_upper":[0,0.24466520053515964],"timestamp":[0,"2024-11-14T20:30:00Z"]}],[0,{"open":[0,0.22],"low":[0,0.22],"high":[0,0.242],"close":[0,0.2201],"volume":[0,63444],"signal":[0,1],"sma_5":[0,0.22468959987163545],"sma_10":[0,0.22726479917764664],"sma_20":[0,0.23107989951968194],"sma_50":[0,0.23598119914531707],"sma_100":[0,0.2303521591424942],"ema_9":[0,0.2262197549430742],"ema_12":[0,0.2276594979266398],"ema_26":[0,0.2317762325190989],"ema_50":[0,0.23294784980958697],"ema_200":[0,0.22012103696203061],"ulcer_index":[0,6.135696285980715],"force_index":[0,-29.23522001704873],"easy_movement":[0,-0.04691903386882858],"volume_weighted_avg":[0,0.22907126692394617],"channel_index":[0,-30.1302073478478],"williams_r":[0,-93.18183819370832],"mass_index":[0,22.024772660399325],"obv":[0,633366],"rsi":[0,38.80568163955011],"rsi_2":[0,9.937149669869157],"vwma":[0,0.22972921238179944],"macd":[0,-0.0012245016458890976],"stoch":[0,6.818161806291677],"bb_middle":[0,0.23107989951968194],"bb_low":[0,0.21917843808059473],"bb_upper":[0,0.24298136095876915],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,0.231],"low":[0,0.22],"high":[0,0.231],"close":[0,0.229349],"volume":[0,3295],"signal":[0,1],"sma_5":[0,0.22283999919891356],"sma_10":[0,0.2257547989487648],"sma_20":[0,0.23075989931821822],"sma_50":[0,0.23571919918060302],"sma_100":[0,0.23055715918540953],"ema_9":[0,0.22499580405508401],"ema_12":[0,0.22649649845604303],"ema_26":[0,0.23091241747607],"ema_50":[0,0.23248794686987373],"ema_200":[0,0.22100373492711892],"ulcer_index":[0,6.305945661320004],"force_index":[0,-37.74897148690921],"easy_movement":[0,0.0056072764622847925],"volume_weighted_avg":[0,0.22547888923454817],"channel_index":[0,200.38064994327667],"williams_r":[0,-99.54544684857373],"mass_index":[0,22.44551727165119],"obv":[0,508061],"rsi":[0,37.67110402903397],"rsi_2":[0,4.946734452598321],"vwma":[0,0.22770625850724532],"macd":[0,-0.0012175630671913537],"stoch":[0,0.45455315142627817],"bb_middle":[0,0.23075989931821822],"bb_low":[0,0.218065344078255],"bb_upper":[0,0.24345445455818143],"timestamp":[0,"2024-11-15T15:30:00Z"]}],[0,{"open":[0,0.22995],"low":[0,0.2175],"high":[0,0.230999],"close":[0,0.2211],"volume":[0,58402],"signal":[0,1],"sma_5":[0,0.22310979962348937],"sma_10":[0,0.2255296990275383],"sma_20":[0,0.23013234958052636],"sma_50":[0,0.23545017927885056],"sma_100":[0,0.23083064913749696],"ema_9":[0,0.22586644369408987],"ema_12":[0,0.22693534563028672],"ema_26":[0,0.23080019068753801],"ema_50":[0,0.2325090827565106],"ema_200":[0,0.2239852663216783],"ulcer_index":[0,6.16989140579769],"force_index":[0,-28.00144961405521],"easy_movement":[0,-0.11326616941369747],"volume_weighted_avg":[0,0.2254207851581846],"channel_index":[0,-44.90379814556152],"williams_r":[0,-57.50452961436472],"mass_index":[0,22.92338494124663],"obv":[0,436174],"rsi":[0,48.371629915948354],"rsi_2":[0,87.55113845341194],"vwma":[0,0.22756250739778922],"macd":[0,-0.0005286418721572985],"stoch":[0,42.49547038563528],"bb_middle":[0,0.23013234958052636],"bb_low":[0,0.2185067644810379],"bb_upper":[0,0.24175793468001483],"timestamp":[0,"2024-11-15T16:30:00Z"]}],[0,{"open":[0,0.2212],"low":[0,0.2038],"high":[0,0.2212],"close":[0,0.2093],"volume":[0,29204],"signal":[0,2],"sma_5":[0,0.2228498011827469],"sma_10":[0,0.22443969994783403],"sma_20":[0,0.22962234988808633],"sma_50":[0,0.23512417942285538],"sma_100":[0,0.23094285920262336],"ema_9":[0,0.22491315546013282],"ema_12":[0,0.2260376003774899],"ema_26":[0,0.23008034945566877],"ema_50":[0,0.2320089653579194],"ema_200":[0,0.22289744344356788],"ulcer_index":[0,6.209480914002876],"force_index":[0,-92.82172390633858],"easy_movement":[0,-0.11386568936043232],"volume_weighted_avg":[0,0.22428264929614802],"channel_index":[0,165.5140438406172],"williams_r":[0,-85.3061154979999],"mass_index":[0,23.475787438763643],"obv":[0,485980],"rsi":[0,41.52107451699161],"rsi_2":[0,34.331815105275794],"vwma":[0,0.2259073317991274],"macd":[0,-0.0005668990758374687],"stoch":[0,14.6938845020001],"bb_middle":[0,0.22962234988808633],"bb_low":[0,0.2173684603418779],"bb_upper":[0,0.24187623943429476],"timestamp":[0,"2024-11-15T17:30:00Z"]}],[0,{"open":[0,0.205],"low":[0,0.205],"high":[0,0.2149],"close":[0,0.21],"volume":[0,5271],"signal":[0,1],"sma_5":[0,0.2202697992324829],"sma_10":[0,0.2228296995162964],"sma_20":[0,0.228507349640131],"sma_50":[0,0.23451017946004868],"sma_100":[0,0.23096585914492607],"ema_9":[0,0.22179052366715565],"ema_12":[0,0.22346258439560635],"ema_26":[0,0.22854106405119307],"ema_50":[0,0.23111841755938323],"ema_200":[0,0.22276214546398262],"ulcer_index":[0,6.718799591388974],"force_index":[0,-128.7891421385491],"easy_movement":[0,-0.1821430347692047],"volume_weighted_avg":[0,0.22259366292453034],"channel_index":[0,52.14710051115435],"williams_r":[0,-85.60208678637784],"mass_index":[0,24.073295917945188],"obv":[0,456776],"rsi":[0,34.08247062060401],"rsi_2":[0,12.53408771693897],"vwma":[0,0.22431116620422825],"macd":[0,-0.0012821037225962595],"stoch":[0,14.397913213622157],"bb_middle":[0,0.228507349640131],"bb_low":[0,0.21344075430010442],"bb_upper":[0,0.24357394498015758],"timestamp":[0,"2024-11-15T18:30:00Z"]}],[0,{"open":[0,0.2098],"low":[0,0.2051],"high":[0,0.2149],"close":[0,0.2149],"volume":[0,10608],"signal":[0,1],"sma_5":[0,0.21796979904174804],"sma_10":[0,0.22132969945669173],"sma_20":[0,0.2274273492395878],"sma_50":[0,0.2341061794757843],"sma_100":[0,0.2309958590567112],"ema_9":[0,0.21943241762156684],"ema_12":[0,0.22139141632337536],"ema_26":[0,0.2271657421170294],"ema_50":[0,0.23021335946965799],"ema_200":[0,0.22109007935394634],"ulcer_index":[0,7.036990785862114],"force_index":[0,-109.86836068578675],"easy_movement":[0,-0.20426297043488167],"volume_weighted_avg":[0,0.22184323702021175],"channel_index":[0,-44.9129847762781],"williams_r":[0,-83.76963432478051],"mass_index":[0,24.57366773755463],"obv":[0,478600],"rsi":[0,34.83398935947878],"rsi_2":[0,18.661203760797463],"vwma":[0,0.22384180750906604],"macd":[0,-0.0015847850108797737],"stoch":[0,16.230365675219492],"bb_middle":[0,0.2274273492395878],"bb_low":[0,0.21042945997919774],"bb_upper":[0,0.24442523849997785],"timestamp":[0,"2024-11-15T19:30:00Z"]}],[0,{"open":[0,0.211],"low":[0,0.21],"high":[0,0.211],"close":[0,0.21],"volume":[0,3935],"signal":[0,1],"sma_5":[0,0.2169297993183136],"sma_10":[0,0.2198848992586136],"sma_20":[0,0.22612734958529473],"sma_50":[0,0.2338801795244217],"sma_100":[0,0.23111685901880263],"ema_9":[0,0.2185259344748104],"ema_12":[0,0.22039273741222395],"ema_26":[0,0.22625907806295403],"ema_50":[0,0.22968972023773443],"ema_200":[0,0.22257356606606285],"ulcer_index":[0,7.077859868008378],"force_index":[0,-86.74742576549994],"easy_movement":[0,-0.20795224820199248],"volume_weighted_avg":[0,0.2204823006864142],"channel_index":[0,-26.100701623426065],"williams_r":[0,-70.94238907706044],"mass_index":[0,24.760054209071622],"obv":[0,478515],"rsi":[0,39.95280958052363],"rsi_2":[0,58.93486943523854],"vwma":[0,0.22336194608809767],"macd":[0,-0.0013390147720157685],"stoch":[0,29.057610922939553],"bb_middle":[0,0.22612734958529473],"bb_low":[0,0.2094764429232601],"bb_upper":[0,0.24277825624732938],"timestamp":[0,"2024-11-15T20:30:00Z"]}],[0,{"open":[0,0.205],"low":[0,0.205],"high":[0,0.242],"close":[0,0.2265],"volume":[0,35674],"signal":[0,0],"sma_5":[0,0.21305999755859376],"sma_10":[0,0.21808489859104158],"sma_20":[0,0.22462484911084174],"sma_50":[0,0.2335211792588234],"sma_100":[0,0.23114685893058776],"ema_9":[0,0.21682074626838316],"ema_12":[0,0.21879385368026083],"ema_26":[0,0.22505433774926323],"ema_50":[0,0.228902929417171],"ema_200":[0,0.2221541552902717],"ulcer_index":[0,7.299629224587333],"force_index":[0,-77.10953406725527],"easy_movement":[0,-0.19897844167510828],"volume_weighted_avg":[0,0.2199894017430194],"channel_index":[0,-55.679507519563714],"williams_r":[0,-83.76963432478051],"mass_index":[0,24.761933795180642],"obv":[0,481864],"rsi":[0,36.83939542901952],"rsi_2":[0,29.611501663529225],"vwma":[0,0.22239947295637807],"macd":[0,-0.0013869884798871938],"stoch":[0,16.230365675219492],"bb_middle":[0,0.22462484911084174],"bb_low":[0,0.20784769410934445],"bb_upper":[0,0.24140200411233903],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,0.234],"low":[0,0.224],"high":[0,0.24],"close":[0,0.224],"volume":[0,7181],"signal":[0,1],"sma_5":[0,0.21413999795913696],"sma_10":[0,0.21849489957094193],"sma_20":[0,0.22420484945178032],"sma_50":[0,0.23353517949581146],"sma_100":[0,0.23134985893964768],"ema_9":[0,0.21875659792092117],"ema_12":[0,0.21997941541058452],"ema_26":[0,0.22516192423341913],"ema_50":[0,0.2288288335946277],"ema_200":[0,0.222602062952541],"ulcer_index":[0,7.076123214354772],"force_index":[0,17.995569633361654],"easy_movement":[0,-0.09345451114879688],"volume_weighted_avg":[0,0.220316515540416],"channel_index":[0,89.58128633005482],"williams_r":[0,-40.57589468391404],"mass_index":[0,25.21780950596912],"obv":[0,497286],"rsi":[0,50.77303304605855],"rsi_2":[0,83.82201023220071],"vwma":[0,0.2227256773484796],"macd":[0,-0.00024657543322092936],"stoch":[0,59.424105316085964],"bb_middle":[0,0.22420484945178032],"bb_low":[0,0.20806933468133854],"bb_upper":[0,0.2403403642222221],"timestamp":[0,"2024-11-18T15:30:00Z"]}],[0,{"open":[0,0.218],"low":[0,0.212],"high":[0,0.2224],"close":[0,0.2224],"volume":[0,32818],"signal":[0,1],"sma_5":[0,0.21708000004291533],"sma_10":[0,0.21867489963769912],"sma_20":[0,0.22364984974265098],"sma_50":[0,0.23356117963790893],"sma_100":[0,0.23151685893535615],"ema_9":[0,0.21980527972158143],"ema_12":[0,0.22059796849985294],"ema_26":[0,0.22508035676713026],"ema_50":[0,0.22882069575789077],"ema_200":[0,0.2262579448288474],"ulcer_index":[0,6.853734418247969],"force_index":[0,12.860997590985896],"easy_movement":[0,0.024810253113014238],"volume_weighted_avg":[0,0.22037514424560967],"channel_index":[0,-53.743140183058955],"williams_r":[0,-47.120390051487014],"mass_index":[0,25.74001499895939],"obv":[0,456437],"rsi":[0,49.001116152902746],"rsi_2":[0,67.9611169345332],"vwma":[0,0.22259701733127754],"macd":[0,0.00036855245584779296],"stoch":[0,52.879609948512986],"bb_middle":[0,0.22364984974265098],"bb_low":[0,0.20830741628447996],"bb_upper":[0,0.238992283200822],"timestamp":[0,"2024-11-18T16:30:00Z"]}],[0,{"open":[0,0.2188],"low":[0,0.215],"high":[0,0.2213],"close":[0,0.215],"volume":[0,24866],"signal":[0,1],"sma_5":[0,0.2195600003004074],"sma_10":[0,0.21876489967107773],"sma_20":[0,0.22301484942436217],"sma_50":[0,0.23348517954349518],"sma_100":[0,0.23156885892152787],"ema_9":[0,0.22032422272178465],"ema_12":[0,0.22087520284886608],"ema_26":[0,0.22487808375850138],"ema_50":[0,0.22841879560692419],"ema_200":[0,0.22320297474070577],"ulcer_index":[0,6.781362568402589],"force_index":[0,3.522203895038599],"easy_movement":[0,-0.014358341641863883],"volume_weighted_avg":[0,0.22050833252565202],"channel_index":[0,71.15894756652376],"williams_r":[0,-51.30890297434153],"mass_index":[0,26.093309418886676],"obv":[0,449524],"rsi":[0,47.86752054448188],"rsi_2":[0,54.710061636745266],"vwma":[0,0.22245028222992141],"macd":[0,0.0006737130901591937],"stoch":[0,48.69109702565847],"bb_middle":[0,0.22301484942436217],"bb_low":[0,0.2085972006179406],"bb_upper":[0,0.23743249823078375],"timestamp":[0,"2024-11-18T17:30:00Z"]}],[0,{"open":[0,0.2198],"low":[0,0.2145],"high":[0,0.2199],"close":[0,0.2145],"volume":[0,26794],"signal":[0,2],"sma_5":[0,0.2195800006389618],"sma_10":[0,0.2182548999786377],"sma_20":[0,0.22200484946370125],"sma_50":[0,0.23320117950439453],"sma_100":[0,0.23162885889410972],"ema_9":[0,0.21925937889288716],"ema_12":[0,0.21997132609327996],"ema_26":[0,0.2241468287043082],"ema_50":[0,0.2279108741035953],"ema_200":[0,0.22348922477629352],"ulcer_index":[0,6.8362674784543485],"force_index":[0,-23.268638817792816],"easy_movement":[0,-0.0136275498150453],"volume_weighted_avg":[0,0.21982540442338308],"channel_index":[0,26.53281890716855],"williams_r":[0,-70.6806045813652],"mass_index":[0,26.400144885487478],"obv":[0,418476],"rsi":[0,42.87538892465116],"rsi_2":[0,19.514575342508792],"vwma":[0,0.22161307138870293],"macd":[0,0.00040145051413085706],"stoch":[0,29.319395418634798],"bb_middle":[0,0.22200484946370125],"bb_low":[0,0.20833224343154716],"bb_upper":[0,0.23567745549585534],"timestamp":[0,"2024-11-18T18:30:00Z"]}],[0,{"open":[0,0.2208],"low":[0,0.2194],"high":[0,0.2237],"close":[0,0.2194],"volume":[0,11660],"signal":[0,1],"sma_5":[0,0.2204800009727478],"sma_10":[0,0.21676999926567078],"sma_20":[0,0.22114984914660454],"sma_50":[0,0.2326531794667244],"sma_100":[0,0.23167385891079903],"ema_9":[0,0.21830750213711947],"ema_12":[0,0.21912958295438692],"ema_26":[0,0.2234329757954401],"ema_50":[0,0.22741424689672957],"ema_200":[0,0.2239883863876806],"ulcer_index":[0,6.746568092423526],"force_index":[0,-21.857452832026983],"easy_movement":[0,0.003451422673732944],"volume_weighted_avg":[0,0.2192949252788213],"channel_index":[0,37.73328387638605],"williams_r":[0,-71.98952705984142],"mass_index":[0,26.430488887349814],"obv":[0,366657],"rsi":[0,42.553918538316374],"rsi_2":[0,17.953760638042866],"vwma":[0,0.2203929068160745],"macd":[0,0.00021977209120230875],"stoch":[0,28.010472940158582],"bb_middle":[0,0.22114984914660454],"bb_low":[0,0.207850705077771],"bb_upper":[0,0.23444899321543808],"timestamp":[0,"2024-11-18T19:30:00Z"]}],[0,{"open":[0,0.2233],"low":[0,0.2233],"high":[0,0.2233],"close":[0,0.2233],"volume":[0,504],"signal":[0,1],"sma_5":[0,0.21906000077724458],"sma_10":[0,0.21659999936819077],"sma_20":[0,0.22051984965801238],"sma_50":[0,0.23238717943429946],"sma_100":[0,0.23175185889005662],"ema_9":[0,0.21852600241985703],"ema_12":[0,0.219171186034386],"ema_26":[0,0.2231335097535754],"ema_50":[0,0.22707067322769459],"ema_200":[0,0.22335412415441172],"ulcer_index":[0,6.523512129180045],"force_index":[0,-10.573988630977729],"easy_movement":[0,0.01512914219088386],"volume_weighted_avg":[0,0.21908870480843004],"channel_index":[0,-42.143138853448086],"williams_r":[0,-59.16228181212135],"mass_index":[0,0],"obv":[0,378851],"rsi":[0,46.789808886104936],"rsi_2":[0,68.04584252528412],"vwma":[0,0.2201464748256931],"macd":[0,0.00044774910653527615],"stoch":[0,40.83771818787865],"bb_middle":[0,0.22051984965801238],"bb_low":[0,0.20817696094724064],"bb_upper":[0,0.23286273836878413],"timestamp":[0,"2024-11-18T20:30:00Z"]}],[0,{"open":[0,0.2205],"low":[0,0.2204],"high":[0,0.227566],"close":[0,0.2206],"volume":[0,12185],"signal":[0,1],"sma_5":[0,0.2189199984073639],"sma_10":[0,0.21799999922513963],"sma_20":[0,0.220414849370718],"sma_50":[0,0.23219917923212052],"sma_100":[0,0.2318848589062691],"ema_9":[0,0.2194808009488531],"ema_12":[0,0.21980638742922878],"ema_26":[0,0.22314588745909472],"ema_50":[0,0.2269246341138823],"ema_200":[0,0.22339037381678292],"ulcer_index":[0,6.227978340561897],"force_index":[0,-8.782267272828214],"easy_movement":[0,0.015129142190883987],"volume_weighted_avg":[0,0.21905975474485698],"channel_index":[0,-91.11061337591316],"williams_r":[0,-48.95288152135372],"mass_index":[0,26.047865477856003],"obv":[0,371784],"rsi":[0,49.95179752525762],"rsi_2":[0,83.7949805331544],"vwma":[0,0.2197684280667693],"macd":[0,0.0008565159787195693],"stoch":[0,51.04711847864629],"bb_middle":[0,0.220414849370718],"bb_low":[0,0.20820479334598066],"bb_upper":[0,0.23262490539545536],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,0.2206],"low":[0,0.2206],"high":[0,0.2246],"close":[0,0.2246],"volume":[0,10853],"signal":[0,1],"sma_5":[0,0.21855999827384948],"sma_10":[0,0.21905999928712844],"sma_20":[0,0.22019484937191008],"sma_50":[0,0.2318211790919304],"sma_100":[0,0.23198985889554025],"ema_9":[0,0.21970463957137096],"ema_12":[0,0.2199284806519536],"ema_26":[0,0.2229564390319472],"ema_50":[0,0.22664182781611805],"ema_200":[0,0.22266364286239262],"ulcer_index":[0,6.073142019212026],"force_index":[0,-12.22676806450308],"easy_movement":[0,-0.0034266918121368434],"volume_weighted_avg":[0,0.21887976207864432],"channel_index":[0,-34.66472844740714],"williams_r":[0,-56.020945880317164],"mass_index":[0,25.8714925179971],"obv":[0,382829],"rsi":[0,47.83913393022759],"rsi_2":[0,49.80585103628939],"vwma":[0,0.2197639282272916],"macd":[0,0.0009333490214622842],"stoch":[0,43.97905411968283],"bb_middle":[0,0.22019484937191008],"bb_low":[0,0.2081659669003753],"bb_upper":[0,0.23222373184344486],"timestamp":[0,"2024-11-19T15:30:00Z"]}],[0,{"open":[0,0.224377],"low":[0,0.222799],"high":[0,0.2246],"close":[0,0.2246],"volume":[0,17436],"signal":[0,1],"sma_5":[0,0.22047999799251555],"sma_10":[0,0.2200299993157387],"sma_20":[0,0.21995744928717614],"sma_50":[0,0.23151317924261094],"sma_100":[0,0.23215385898947716],"ema_9":[0,0.22068371209138526],"ema_12":[0,0.2206471763701019],"ema_26":[0,0.22307900272047212],"ema_50":[0,0.22659470680181326],"ema_200":[0,0.22334508784062207],"ulcer_index":[0,6.040801312620266],"force_index":[0,-4.278671341271384],"easy_movement":[0,0.12408351385620517],"volume_weighted_avg":[0,0.21898194807026772],"channel_index":[0,-43.4614620104076],"williams_r":[0,-45.54972208558492],"mass_index":[0,25.715740317082066],"obv":[0,380215],"rsi":[0,51.1427224166503],"rsi_2":[0,77.20361048941348],"vwma":[0,0.21982649951419242],"macd":[0,0.0012246241802472526],"stoch":[0,54.45027791441508],"bb_middle":[0,0.21995744928717614],"bb_low":[0,0.20848602369508118],"bb_upper":[0,0.2314288748792711],"timestamp":[0,"2024-11-19T16:30:00Z"]}],[0,{"open":[0,0.224597],"low":[0,0.224597],"high":[0,0.2286],"close":[0,0.2286],"volume":[0,12699],"signal":[0,1],"sma_5":[0,0.22249999940395354],"sma_10":[0,0.2214900001883507],"sma_20":[0,0.21978744938969613],"sma_50":[0,0.2311529392004013],"sma_100":[0,0.23229985907673836],"ema_9":[0,0.22146697010721333],"ema_12":[0,0.22125530346620365],"ema_26":[0,0.2231920784817942],"ema_50":[0,0.22653295838058446],"ema_200":[0,0.2236886634110838],"ulcer_index":[0,5.82876364932278],"force_index":[0,-3.664688795147243],"easy_movement":[0,0.12695930555246535],"volume_weighted_avg":[0,0.2188695312069258],"channel_index":[0,-11.562976654840973],"williams_r":[0,-45.54972208558492],"mass_index":[0,25.413194497520816],"obv":[0,313472],"rsi":[0,51.14357830446159],"rsi_2":[0,77.20361048941348],"vwma":[0,0.21982187522332713],"macd":[0,0.0013762600817108393],"stoch":[0,54.45027791441508],"bb_middle":[0,0.21978744938969613],"bb_low":[0,0.2087035809345735],"bb_upper":[0,0.23087131784481876],"timestamp":[0,"2024-11-19T17:30:00Z"]}],[0,{"open":[0,0.2286],"low":[0,0.228151],"high":[0,0.229451],"close":[0,0.228947],"volume":[0,12791],"signal":[0,1],"sma_5":[0,0.2243399977684021],"sma_10":[0,0.22169999927282333],"sma_20":[0,0.22009744942188264],"sma_50":[0,0.2307129591703415],"sma_100":[0,0.2324768590927124],"ema_9":[0,0.22289357516349734],"ema_12":[0,0.22238525682897997],"ema_26":[0,0.22359889287070261],"ema_50":[0,0.2268648092385695],"ema_200":[0,0.2287774418172116],"ulcer_index":[0,5.031193389870826],"force_index":[0,4.117227550698971],"easy_movement":[0,0.183489903075062],"volume_weighted_avg":[0,0.22076631334669244],"channel_index":[0,-34.85582329167589],"williams_r":[0,-36.216224706286035],"mass_index":[0,25.227587914155755],"obv":[0,237095],"rsi":[0,54.47063127689417],"rsi_2":[0,92.83883370157238],"vwma":[0,0.22002348926642212],"macd":[0,0.0016874297738683616],"stoch":[0,63.783775293713965],"bb_middle":[0,0.22009744942188264],"bb_low":[0,0.20840835815839645],"bb_upper":[0,0.23178654068536883],"timestamp":[0,"2024-11-19T18:30:00Z"]}],[0,{"open":[0,0.2304],"low":[0,0.2304],"high":[0,0.234],"close":[0,0.234],"volume":[0,3986],"signal":[0,1],"sma_5":[0,0.22546939849853515],"sma_10":[0,0.22219469845294954],"sma_20":[0,0.22043479904532431],"sma_50":[0,0.23016389936208725],"sma_100":[0,0.23252032905817033],"ema_9":[0,0.22410425987609836],"ema_12":[0,0.223394756186579],"ema_26":[0,0.22400000393819453],"ema_50":[0,0.2271459975512026],"ema_200":[0,0.23278897805766718],"ulcer_index":[0,4.346246177607714],"force_index":[0,4.168963090477917],"easy_movement":[0,0.219298919299273],"volume_weighted_avg":[0,0.22149988373068968],"channel_index":[0,-32.50248143204399],"williams_r":[0,-35.27837785155866],"mass_index":[0,24.94362020082255],"obv":[0,70711],"rsi":[0,54.74439612740495],"rsi_2":[0,93.60038045479826],"vwma":[0,0.22019035823906397],"macd":[0,0.0018429482208810362],"stoch":[0,64.72162214844134],"bb_middle":[0,0.22043479904532431],"bb_low":[0,0.2081482864810587],"bb_upper":[0,0.23272131160958992],"timestamp":[0,"2024-11-19T19:30:00Z"]}],[0,{"open":[0,0.232],"low":[0,0.232],"high":[0,0.2337],"close":[0,0.2337],"volume":[0,1728],"signal":[0,1],"sma_5":[0,0.2281493991613388],"sma_10":[0,0.22335469871759414],"sma_20":[0,0.22105979919433594],"sma_50":[0,0.22969589918851852],"sma_100":[0,0.23250532910227775],"ema_9":[0,0.22608340737662266],"ema_12":[0,0.22502633182665382],"ema_26":[0,0.22474133516940323],"ema_50":[0,0.22743857962022418],"ema_200":[0,0.23327926990298148],"ulcer_index":[0,3.8741908553870825],"force_index":[0,6.452121714279982],"easy_movement":[0,0.24089643974638011],"volume_weighted_avg":[0,0.22206149154967483],"channel_index":[0,-74.51145567915033],"williams_r":[0,-21.62162488703309],"mass_index":[0,24.704970233202143],"obv":[0,-103320],"rsi":[0,58.84132451006355],"rsi_2":[0,98.43802080952649],"vwma":[0,0.22031799089344073],"macd":[0,0.0021873047416174694],"stoch":[0,78.3783751129669],"bb_middle":[0,0.22105979919433594],"bb_low":[0,0.20742264834905366],"bb_upper":[0,0.2346969500396182],"timestamp":[0,"2024-11-19T20:30:00Z"]}],[0,{"open":[0,0.2228],"low":[0,0.2226],"high":[0,0.2319],"close":[0,0.231753],"volume":[0,13760],"signal":[0,1],"sma_5":[0,0.2299694001674652],"sma_10":[0,0.22522469907999038],"sma_20":[0,0.22173979952931405],"sma_50":[0,0.22951387941837312],"sma_100":[0,0.23247432917356492],"ema_9":[0,0.2276067273445445],"ema_12":[0,0.22636074429522582],"ema_26":[0,0.22541207764206206],"ema_50":[0,0.2279715279265738],"ema_200":[0,0.2390591145353287],"ulcer_index":[0,3.1506577056152407],"force_index":[0,5.458588925335298],"easy_movement":[0,0.24455653176351902],"volume_weighted_avg":[0,0.22238147900127667],"channel_index":[0,-80.98799878182618],"williams_r":[0,-22.432409139163955],"mass_index":[0,24.482683963351295],"obv":[0,-287643],"rsi":[0,58.477772302423816],"rsi_2":[0,90.33026682580098],"vwma":[0,0.22043279503975322],"macd":[0,0.0022898451342697234],"stoch":[0,77.56759086083605],"bb_middle":[0,0.22173979952931405],"bb_low":[0,0.20704650138578276],"bb_upper":[0,0.23643309767284534],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,0.2287],"low":[0,0.227],"high":[0,0.2295],"close":[0,0.227],"volume":[0,22554],"signal":[0,1],"sma_5":[0,0.23140000104904174],"sma_10":[0,0.22695000022649764],"sma_20":[0,0.22185999974608422],"sma_50":[0,0.22906293958425522],"sma_100":[0,0.2322668592631817],"ema_9":[0,0.22843598318934139],"ema_12":[0,0.22719032261876151],"ema_26":[0,0.22587777564761866],"ema_50":[0,0.22795872954475918],"ema_200":[0,0.23574910485705927],"ulcer_index":[0,3.1436104499748208],"force_index":[0,0.8468025451015437],"easy_movement":[0,0.12121296656504917],"volume_weighted_avg":[0,0.22228651986938325],"channel_index":[0,-16.641854434698292],"williams_r":[0,-29.453531788437548],"mass_index":[0,24.543077965314158],"obv":[0,-222206],"rsi":[0,56.2256856184612],"rsi_2":[0,43.656354396890286],"vwma":[0,0.22081307277900067],"macd":[0,0.002117899148970789],"stoch":[0,70.54646821156246],"bb_middle":[0,0.22185999974608422],"bb_low":[0,0.20688308124262147],"bb_upper":[0,0.23683691824954697],"timestamp":[0,"2024-11-20T15:30:00Z"]}],[0,{"open":[0,0.2319],"low":[0,0.2319],"high":[0,0.2319],"close":[0,0.2319],"volume":[0,660],"signal":[0,1],"sma_5":[0,0.23108000159263611],"sma_10":[0,0.2277099996805191],"sma_20":[0,0.22215499952435494],"sma_50":[0,0.2286049395799637],"sma_100":[0,0.23209985926747323],"ema_9":[0,0.22814878617010528],"ema_12":[0,0.2271610419502283],"ema_26":[0,0.22596113053738076],"ema_50":[0,0.22793028532325446],"ema_200":[0,0.23584599036975076],"ulcer_index":[0,3.18323068158762],"force_index":[0,-14.590975030674306],"easy_movement":[0,-0.01327283859703597],"volume_weighted_avg":[0,0.22274589239486386],"channel_index":[0,53.306455406458824],"williams_r":[0,-31.818178739429488],"mass_index":[0,24.519590108733258],"obv":[0,-267113],"rsi":[0,51.0269146210893],"rsi_2":[0,12.392708090324746],"vwma":[0,0.22122716972230247],"macd":[0,0.0016044995827033657],"stoch":[0,68.1818212605705],"bb_middle":[0,0.22215499952435494],"bb_low":[0,0.2070180121811384],"bb_upper":[0,0.23729198686757147],"timestamp":[0,"2024-11-20T16:30:00Z"]}],[0,{"open":[0,0.22945],"low":[0,0.227],"high":[0,0.232],"close":[0,0.2318],"volume":[0,13490],"signal":[0,1],"sma_5":[0,0.23167060315608978],"sma_10":[0,0.22857000082731246],"sma_20":[0,0.22328500002622603],"sma_50":[0,0.22830893963575363],"sma_100":[0,0.23197685927152634],"ema_9":[0,0.22889903024261804],"ema_12":[0,0.22789011342444995],"ema_26":[0,0.2264010472777725],"ema_50":[0,0.22808596066480014],"ema_200":[0,0.2358067268489838],"ulcer_index":[0,3.087840164548118],"force_index":[0,-12.04153847630261],"easy_movement":[0,0.02022794223394331],"volume_weighted_avg":[0,0.22284673764211738],"channel_index":[0,-87.97716663171212],"williams_r":[0,-10.769182568241579],"mass_index":[0,24.36233395814573],"obv":[0,-266453],"rsi":[0,55.579306093187476],"rsi_2":[0,64.62537696991784],"vwma":[0,0.2225533425118957],"macd":[0,0.0015149234532266342],"stoch":[0,89.23081743175842],"bb_middle":[0,0.22328500002622603],"bb_low":[0,0.20879487949413528],"bb_upper":[0,0.2377751205583168],"timestamp":[0,"2024-11-20T17:30:00Z"]}],[0,{"open":[0,0.2333],"low":[0,0.2333],"high":[0,0.234799],"close":[0,0.234799],"volume":[0,453],"signal":[0,1],"sma_5":[0,0.23123060464859008],"sma_10":[0,0.22969000190496444],"sma_20":[0,0.22437500059604645],"sma_50":[0,0.22821693986654282],"sma_100":[0,0.23185285925865173],"ema_9":[0,0.22947922516056646],"ema_12":[0,0.2284916347693663],"ema_26":[0,0.22679760605597463],"ema_50":[0,0.22809614590113952],"ema_200":[0,0.23304457156197478],"ulcer_index":[0,2.6080634421048066],"force_index":[0,-10.516518549485902],"easy_movement":[0,0.012154775436406948],"volume_weighted_avg":[0,0.22480760954639542],"channel_index":[0,-2.328887004443321],"williams_r":[0,-11.28201170237723],"mass_index":[0,24.27725299284039],"obv":[0,-261328],"rsi":[0,55.47686000643858],"rsi_2":[0,63.090041464493076],"vwma":[0,0.2232445757484727],"macd":[0,0.0013716359743727365],"stoch":[0,88.71798829762277],"bb_middle":[0,0.22437500059604645],"bb_low":[0,0.2107950900852817],"bb_upper":[0,0.23795491110681122],"timestamp":[0,"2024-11-20T18:30:00Z"]}],[0,{"open":[0,0.235],"low":[0,0.22],"high":[0,0.235],"close":[0,0.2266],"volume":[0,44494],"signal":[0,1],"sma_5":[0,0.2314504027366638],"sma_10":[0,0.23070990145206452],"sma_20":[0,0.2253699503839016],"sma_50":[0,0.22814691990613936],"sma_100":[0,0.23183284923434258],"ema_9":[0,0.2305431796565344],"ema_12":[0,0.22946199827690256],"ema_26":[0,0.22739021080841407],"ema_50":[0,0.22835534159596205],"ema_200":[0,0.2329884520173249],"ulcer_index":[0,1.9513708374112766],"force_index":[0,-8.820755865783667],"easy_movement":[0,0.12105457598699208],"volume_weighted_avg":[0,0.22689064904617384],"channel_index":[0,-90.24260452735595],"williams_r":[0,0],"mass_index":[0,23.657780419637113],"obv":[0,-257009],"rsi":[0,58.22859016054254],"rsi_2":[0,84.77905681433903],"vwma":[0,0.22359699633990401],"macd":[0,0.001399400299510427],"stoch":[0,100],"bb_middle":[0,0.2253699503839016],"bb_low":[0,0.21179677492951898],"bb_upper":[0,0.2389431258382842],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.23],"high":[0,0.2348],"close":[0,0.2347],"volume":[0,2838],"signal":[0,1],"sma_5":[0,0.23041980266571044],"sma_10":[0,0.2309099018573761],"sma_20":[0,0.2261999510228634],"sma_50":[0,0.22791292011737824],"sma_100":[0,0.23173284932971],"ema_9":[0,0.22975454496883546],"ema_12":[0,0.2290216915513522],"ema_26":[0,0.2273295859978512],"ema_50":[0,0.2282022978474002],"ema_200":[0,0.23123265282862168],"ulcer_index":[0,1.826114909624704],"force_index":[0,-59.67585539398901],"easy_movement":[0,0.09382458607434203],"volume_weighted_avg":[0,0.2273346357560629],"channel_index":[0,187.69246905652764],"williams_r":[0,-55.99995231628607],"mass_index":[0,23.510467408645056],"obv":[0,-299510],"rsi":[0,49.27120228503438],"rsi_2":[0,20.123183909598495],"vwma":[0,0.22420733121535047],"macd":[0,0.0008131186171390733],"stoch":[0,44.00004768371393],"bb_middle":[0,0.2261999510228634],"bb_low":[0,0.21460120195772558],"bb_upper":[0,0.2377987000880012],"timestamp":[0,"2024-11-21T15:30:00Z"]}],[0,{"open":[0,0.2305],"low":[0,0.2201],"high":[0,0.2348],"close":[0,0.2348],"volume":[0,13384],"signal":[0,1],"sma_5":[0,0.23195980191230775],"sma_10":[0,0.23151990175247192],"sma_20":[0,0.22660995051264762],"sma_50":[0,0.22776291996240616],"sma_100":[0,0.2317598493397236],"ema_9":[0,0.23074363483980898],"ema_12":[0,0.2298952764879451],"ema_26":[0,0.22787467844588533],"ema_50":[0,0.228422328549032],"ema_200":[0,0.23056819323910518],"ulcer_index":[0,1.6846211585889472],"force_index":[0,-47.86634561307724],"easy_movement":[0,0.15302111480459674],"volume_weighted_avg":[0,0.22746961340251629],"channel_index":[0,-72.41612914993294],"williams_r":[0,-2.0000337759640305],"mass_index":[0,23.27843769527925],"obv":[0,-287197],"rsi":[0,56.4135637516037],"rsi_2":[0,68.1367258029754],"vwma":[0,0.2240173379736404],"macd":[0,0.0009121918117510558],"stoch":[0,97.99996622403597],"bb_middle":[0,0.22660995051264762],"bb_low":[0,0.21443248269877324],"bb_upper":[0,0.238787418326522],"timestamp":[0,"2024-11-21T16:30:00Z"]}],[0,{"open":[0,0.2343],"low":[0,0.2275],"high":[0,0.2348],"close":[0,0.232],"volume":[0,3123],"signal":[0,1],"sma_5":[0,0.23253979980945588],"sma_10":[0,0.23210520148277283],"sma_20":[0,0.22714994996786117],"sma_50":[0,0.22748891979455949],"sma_100":[0,0.23180684924125672],"ema_9":[0,0.2315549070759365],"ema_12":[0,0.23064984883456435],"ema_26":[0,0.22838857411738167],"ema_50":[0,0.22870904469870854],"ema_200":[0,0.23134604948965948],"ulcer_index":[0,1.3410879493323933],"force_index":[0,-40.83736796153944],"easy_movement":[0,0.11131830205996765],"volume_weighted_avg":[0,0.22853208288452675],"channel_index":[0,-4.306044443581556],"williams_r":[0,-1.333355850642687],"mass_index":[0,23.228916321992827],"obv":[0,-276841],"rsi":[0,56.4916673749554],"rsi_2":[0,68.60272791157183],"vwma":[0,0.22453328011253326],"macd":[0,0.0009234496043389424],"stoch":[0,98.66664414935731],"bb_middle":[0,0.22714994996786117],"bb_low":[0,0.21453340001665683],"bb_upper":[0,0.2397664999190655],"timestamp":[0,"2024-11-21T17:30:00Z"]}],[0,{"open":[0,0.229],"low":[0,0.229],"high":[0,0.2499],"close":[0,0.2499],"volume":[0,104861],"signal":[0,1],"sma_5":[0,0.2325797975063324],"sma_10":[0,0.23190520107746124],"sma_20":[0,0.2276299498975277],"sma_50":[0,0.22723691970109938],"sma_100":[0,0.231805849224329],"ema_9":[0,0.23164392432735237],"ema_12":[0,0.23085756384816974],"ema_26":[0,0.22865998571256746],"ema_50":[0,0.2289951110360772],"ema_200":[0,0.23450783356506083],"ulcer_index":[0,1.3600848466497282],"force_index":[0,-36.251225577631466],"easy_movement":[0,0.17673583101075252],"volume_weighted_avg":[0,0.22885953983758772],"channel_index":[0,-67.4661592124997],"williams_r":[0,-20.00003973642827],"mass_index":[0,23.216508466616787],"obv":[0,-307891],"rsi":[0,53.466518508498474],"rsi_2":[0,37.714737117144104],"vwma":[0,0.22490621006887074],"macd":[0,0.000692754870862525],"stoch":[0,79.99996026357172],"bb_middle":[0,0.2276299498975277],"bb_low":[0,0.21504234082738968],"bb_upper":[0,0.2402175589676657],"timestamp":[0,"2024-11-21T18:30:00Z"]}],[0,{"open":[0,0.2498],"low":[0,0.2429],"high":[0,0.2498],"close":[0,0.24295],"volume":[0,19043],"signal":[0,1],"sma_5":[0,0.23559999763965606],"sma_10":[0,0.23352520018815995],"sma_20":[0,0.22937494963407518],"sma_50":[0,0.2277049195766449],"sma_100":[0,0.23189807921648026],"ema_9":[0,0.23529513912129515],"ema_12":[0,0.23378716859502296],"ema_26":[0,0.23022878448756984],"ema_50":[0,0.22963227290098212],"ema_200":[0,0.23099068758124033],"ulcer_index":[0,1.3414798997526833],"force_index":[0,237.07423815654553],"easy_movement":[0,0.18774093584045434],"volume_weighted_avg":[0,0.23795205128744173],"channel_index":[0,438.3626720471005],"williams_r":[0,0],"mass_index":[0,23.535809280923974],"obv":[0,-140086],"rsi":[0,65.97524658190179],"rsi_2":[0,90.78169235044285],"vwma":[0,0.23358804296397595],"macd":[0,0.0016370878502667602],"stoch":[0,100],"bb_middle":[0,0.22937494963407518],"bb_low":[0,0.21476140426688517],"bb_upper":[0,0.24398849500126518],"timestamp":[0,"2024-11-21T19:30:00Z"]}],[0,{"open":[0,0.2459],"low":[0,0.243],"high":[0,0.2459],"close":[0,0.2459],"volume":[0,347],"signal":[0,1],"sma_5":[0,0.23886999785900115],"sma_10":[0,0.2346449002623558],"sma_20":[0,0.23079745024442672],"sma_50":[0,0.22772591978311538],"sma_100":[0,0.23202057927846909],"ema_9":[0,0.23682611275976512],"ema_12":[0,0.23519683577427158],"ema_26":[0,0.23116850609642586],"ema_50":[0,0.23005019340259053],"ema_200":[0,0.22901278784243187],"ulcer_index":[0,1.5336353398135252],"force_index":[0,184.29923767761187],"easy_movement":[0,0.1990716860484465],"volume_weighted_avg":[0,0.23878396011933453],"channel_index":[0,14.713816591393137],"williams_r":[0,-23.24411740520444],"mass_index":[0,23.862923502537654],"obv":[0,-109612],"rsi":[0,59.32241835419984],"rsi_2":[0,54.63488286987771],"vwma":[0,0.2357267119996902],"macd":[0,0.0016823354922935801],"stoch":[0,76.75588259479555],"bb_middle":[0,0.23079745024442672],"bb_low":[0,0.21672388423999314],"bb_upper":[0,0.2448710162488603],"timestamp":[0,"2024-11-21T20:30:00Z"]}],[0,{"open":[0,0.24],"low":[0,0.24],"high":[0,0.2599],"close":[0,0.254],"volume":[0,95249],"signal":[0,0],"sma_5":[0,0.2411100000143051],"sma_10":[0,0.23653490096330643],"sma_20":[0,0.23212245032191275],"sma_50":[0,0.2280179199576378],"sma_100":[0,0.2322295793890953],"ema_9":[0,0.23864089122734733],"ema_12":[0,0.23684347696477062],"ema_26":[0,0.2322577280279462],"ema_50":[0,0.23059120881458942],"ema_200":[0,0.2275621638116419],"ulcer_index":[0,1.5921809735851071],"force_index":[0,158.11553959153466],"easy_movement":[0,0.08405173158043858],"volume_weighted_avg":[0,0.23930820544738876],"channel_index":[0,-74.70642602358426],"williams_r":[0,-13.37790391990252],"mass_index":[0,23.529864295074827],"obv":[0,-94318],"rsi":[0,61.1239639818115],"rsi_2":[0,66.09527278485206],"vwma":[0,0.23634980456787713],"macd":[0,0.0017892631946037018],"stoch":[0,86.62209608009748],"bb_middle":[0,0.23212245032191275],"bb_low":[0,0.21760763603834082],"bb_upper":[0,0.24663726460548469],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,0.2536],"low":[0,0.2466],"high":[0,0.2571],"close":[0,0.254],"volume":[0,19764],"signal":[0,1],"sma_5":[0,0.2449500024318695],"sma_10":[0,0.23874490112066268],"sma_20":[0,0.23365745097398757],"sma_50":[0,0.22846592009067535],"sma_100":[0,0.23256357952952386],"ema_9":[0,0.2417127146025946],"ema_12":[0,0.23948294314971333],"ema_26":[0,0.23386708534687226],"ema_50":[0,0.23146160569222804],"ema_200":[0,0.22686874861706793],"ulcer_index":[0,1.5921809735851071],"force_index":[0,245.7438846271134],"easy_movement":[0,0.07033207414224955],"volume_weighted_avg":[0,0.24353619853283068],"channel_index":[0,304.2227950187869],"williams_r":[0,-14.786954501793367],"mass_index":[0,23.498658861806522],"obv":[0,4903],"rsi":[0,65.61415326942915],"rsi_2":[0,85.7978861140897],"vwma":[0,0.24050747882234785],"macd":[0,0.0022539963814608957],"stoch":[0,85.21304549820663],"bb_middle":[0,0.23365745097398757],"bb_low":[0,0.21688207350439292],"bb_upper":[0,0.2504328284435822],"timestamp":[0,"2024-11-22T15:30:00Z"]}],[0,{"open":[0,0.254],"low":[0,0.2504],"high":[0,0.254057],"close":[0,0.254],"volume":[0,4313],"signal":[0,1],"sma_5":[0,0.24935000538825988],"sma_10":[0,0.24096490144729615],"sma_20":[0,0.23532745167613028],"sma_50":[0,0.22891392022371293],"sma_100":[0,0.23292357966303825],"ema_9":[0,0.24417017330289423],"ema_12":[0,0.24171633764168698],"ema_26":[0,0.23535745831378568],"ema_50":[0,0.23230702244932136],"ema_200":[0,0.22636617437756346],"ulcer_index":[0,1.5918122658988405],"force_index":[0,210.6384206253539],"easy_movement":[0,0.07297443488095076],"volume_weighted_avg":[0,0.2441683765765328],"channel_index":[0,-3.767383804956234],"williams_r":[0,-14.786954501793367],"mass_index":[0,23.53326235733765],"obv":[0,24141],"rsi":[0,65.61859840317197],"rsi_2":[0,85.7978861140897],"vwma":[0,0.24173897348044746],"macd":[0,0.002396401768344489],"stoch":[0,85.21304549820663],"bb_middle":[0,0.23532745167613028],"bb_low":[0,0.21746905953663462],"bb_upper":[0,0.2531858438156259],"timestamp":[0,"2024-11-22T16:30:00Z"]}],[0,{"open":[0,0.254],"low":[0,0.2476],"high":[0,0.2545],"close":[0,0.25],"volume":[0,27823],"signal":[0,1],"sma_5":[0,0.2501700073480606],"sma_10":[0,0.24288500249385833],"sma_20":[0,0.23679745197296143],"sma_50":[0,0.2291759204864502],"sma_100":[0,0.23330457970499993],"ema_9":[0,0.24613614026515065],"ema_12":[0,0.2436061335313094],"ema_26":[0,0.23674193376643735],"ema_50":[0,0.23330051352353653],"ema_200":[0,0.2295105728629017],"ulcer_index":[0,1.5709879333630927],"force_index":[0,180.54833646591572],"easy_movement":[0,0.10230171210151774],"volume_weighted_avg":[0,0.2447872274962926],"channel_index":[0,-64.75774989982646],"williams_r":[0,-14.786954501793367],"mass_index":[0,23.537172423995898],"obv":[0,-13183],"rsi":[0,65.61217675999109],"rsi_2":[0,85.7978861140897],"vwma":[0,0.24232596843583154],"macd":[0,0.002325881565358451],"stoch":[0,85.21304549820663],"bb_middle":[0,0.23679745197296143],"bb_low":[0,0.21790311937132392],"bb_upper":[0,0.25569178457459896],"timestamp":[0,"2024-11-22T17:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.25],"high":[0,0.2541],"close":[0,0.254],"volume":[0,9159],"signal":[0,1],"sma_5":[0,0.2515800058841705],"sma_10":[0,0.24522500187158586],"sma_20":[0,0.23806745186448097],"sma_50":[0,0.22937492042779922],"sma_100":[0,0.23356757968664169],"ema_9":[0,0.24690891221207978],"ema_12":[0,0.2445898052846068],"ema_26":[0,0.23772392182620478],"ema_50":[0,0.23395173411000597],"ema_200":[0,0.2296408712392314],"ulcer_index":[0,1.416314853423333],"force_index":[0,138.85596872115084],"easy_movement":[0,0.09942237800029181],"volume_weighted_avg":[0,0.2463485270010415],"channel_index":[0,27.694123406193704],"williams_r":[0,-24.81203625276549],"mass_index":[0,23.594747917518767],"obv":[0,-25295],"rsi":[0,61.25349298101227],"rsi_2":[0,26.032691836302305],"vwma":[0,0.24357808777651516],"macd":[0,0.0018619367230454957],"stoch":[0,75.1879637472345],"bb_middle":[0,0.23806745186448097],"bb_low":[0,0.21920876410250625],"bb_upper":[0,0.2569261396264557],"timestamp":[0,"2024-11-22T18:30:00Z"]}],[0,{"open":[0,0.2541],"low":[0,0.2481],"high":[0,0.2541],"close":[0,0.2497],"volume":[0,8228],"signal":[0,1],"sma_5":[0,0.25320000648498536],"sma_10":[0,0.24715500324964523],"sma_20":[0,0.2393374525010586],"sma_50":[0,0.22975692063570022],"sma_100":[0,0.23387257978320122],"ema_9":[0,0.24832713139414905],"ema_12":[0,0.24603752967937806],"ema_26":[0,0.23893678590448514],"ema_50":[0,0.23502900429626544],"ema_200":[0,0.23573248542268016],"ulcer_index":[0,1.3958582743951777],"force_index":[0,124.25354951473318],"easy_movement":[0,0.10261983612842315],"volume_weighted_avg":[0,0.24657070626311747],"channel_index":[0,-45.30896667748516],"williams_r":[0,-14.786954501793367],"mass_index":[0,23.651211549028627],"obv":[0,-36396],"rsi":[0,63.82367483602234],"rsi_2":[0,69.09223197728298],"vwma":[0,0.24426839071912496],"macd":[0,0.0016866184599395222],"stoch":[0,85.21304549820663],"bb_middle":[0,0.2393374525010586],"bb_low":[0,0.21979157772303778],"bb_upper":[0,0.25888332727907937],"timestamp":[0,"2024-11-22T19:30:00Z"]}],[0,{"open":[0,0.2497],"low":[0,0.2478],"high":[0,0.2497],"close":[0,0.2494],"volume":[0,6694],"signal":[0,1],"sma_5":[0,0.25234000384807587],"sma_10":[0,0.24864500313997268],"sma_20":[0,0.24037510231137277],"sma_50":[0,0.2300489205121994],"sma_100":[0,0.23397557973861693],"ema_9":[0,0.24860170409937093],"ema_12":[0,0.24660098579268774],"ema_26":[0,0.23973342421657254],"ema_50":[0,0.23557870915456622],"ema_200":[0,0.23535644093637265],"ulcer_index":[0,1.4456818019499096],"force_index":[0,101.44808700060184],"easy_movement":[0,0.10402550749510533],"volume_weighted_avg":[0,0.24720797030114275],"channel_index":[0,-47.26098322394634],"williams_r":[0,-25.56392858796763],"mass_index":[0,23.8147735105212],"obv":[0,-37808],"rsi":[0,59.2443912988675],"rsi_2":[0,30.685722525159377],"vwma":[0,0.2448564494804859],"macd":[0,0.0011619406376812188],"stoch":[0,74.43607141203236],"bb_middle":[0,0.24037510231137277],"bb_low":[0,0.2209426937259155],"bb_upper":[0,0.25980751089683],"timestamp":[0,"2024-11-22T20:30:00Z"]}],[0,{"open":[0,0.247],"low":[0,0.24],"high":[0,0.259],"close":[0,0.2401],"volume":[0,27566],"signal":[0,2],"sma_5":[0,0.2514200031757355],"sma_10":[0,0.25038500428199767],"sma_20":[0,0.24114510267972947],"sma_50":[0,0.23033492058515548],"sma_100":[0,0.23408957973122596],"ema_9":[0,0.24876136422754713],"ema_12":[0,0.2470316038595266],"ema_26":[0,0.2404475579153135],"ema_50":[0,0.23604383587856648],"ema_200":[0,0.23395109288513471],"ulcer_index":[0,1.5245550488799215],"force_index":[0,86.66891863570778],"easy_movement":[0,-0.008271108757209489],"volume_weighted_avg":[0,0.24726445127403393],"channel_index":[0,-53.911095583724396],"williams_r":[0,-26.315783576905666],"mass_index":[0,23.850805368420694],"obv":[0,-33287],"rsi":[0,58.93307682813272],"rsi_2":[0,28.47701919100453],"vwma":[0,0.24503531995982378],"macd":[0,0.0007003148736702356],"stoch":[0,73.68421642309433],"bb_middle":[0,0.24114510267972947],"bb_low":[0,0.22156428856578492],"bb_upper":[0,0.260725916793674],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,0.2401],"low":[0,0.2401],"high":[0,0.26],"close":[0,0.26],"volume":[0,3116],"signal":[0,0],"sma_5":[0,0.2486400008201599],"sma_10":[0,0.24940500408411026],"sma_20":[0,0.2414651021361351],"sma_50":[0,0.2304329204559326],"sma_100":[0,0.234152579754591],"ema_9":[0,0.24702909064772888],"ema_12":[0,0.2459652027064429],"ema_26":[0,0.24042185807282404],"ema_50":[0,0.23620473161231292],"ema_200":[0,0.2340490642642512],"ulcer_index":[0,1.8953686408156372],"force_index":[0,37.66373640064231],"easy_movement":[0,0.011192744182460525],"volume_weighted_avg":[0,0.24937299485297365],"channel_index":[0,22.577722075264465],"williams_r":[0,-49.74875820546603],"mass_index":[0,24.209522584046283],"obv":[0,-61844],"rsi":[0,49.983397628088625],"rsi_2":[0,5.21289886708351],"vwma":[0,0.24476931056569778],"macd":[0,-0.00027225140750655654],"stoch":[0,50.251241794533975],"bb_middle":[0,0.2414651021361351],"bb_low":[0,0.22217439860117075],"bb_upper":[0,0.2607558056710994],"timestamp":[0,"2024-11-25T15:30:00Z"]}],[0,{"open":[0,0.2554],"low":[0,0.2471],"high":[0,0.26],"close":[0,0.25],"volume":[0,18037],"signal":[0,1],"sma_5":[0,0.2506399989128113],"sma_10":[0,0.2511100023984909],"sma_20":[0,0.24287745133042335],"sma_50":[0,0.23100092023611069],"sma_100":[0,0.2344135797023773],"ema_9":[0,0.24962327061026413],"ema_12":[0,0.2481244006672464],"ema_26":[0,0.24187081723511633],"ema_50":[0,0.23708662253064985],"ema_200":[0,0.23327722759294534],"ulcer_index":[0,1.8953351397121925],"force_index":[0,41.141791788089435],"easy_movement":[0,-0.022914646653497968],"volume_weighted_avg":[0,0.24959115137037588],"channel_index":[0,-69.37927585889668],"williams_r":[0,0],"mass_index":[0,24.806324537728923],"obv":[0,-53307],"rsi":[0,62.95111338038037],"rsi_2":[0,78.91822544078006],"vwma":[0,0.24529970590195083],"macd":[0,0.00034877316170304606],"stoch":[0,100],"bb_middle":[0,0.24287745133042335],"bb_low":[0,0.22253056510871416],"bb_upper":[0,0.26322433755213254],"timestamp":[0,"2024-11-25T16:30:00Z"]}],[0,{"open":[0,0.24905],"low":[0,0.24905],"high":[0,0.26],"close":[0,0.26],"volume":[0,9951],"signal":[0,1],"sma_5":[0,0.24983999729156495],"sma_10":[0,0.25152000188827517],"sma_20":[0,0.2440274514257908],"sma_50":[0,0.23136092036962508],"sma_100":[0,0.23460257977247237],"ema_9":[0,0.2496986164882724],"ema_12":[0,0.2484129544274218],"ema_26":[0,0.2424731153021487],"ema_50":[0,0.23759852134443782],"ema_200":[0,0.23355398811912437],"ulcer_index":[0,2.156137524832465],"force_index":[0,9.49714784332868],"easy_movement":[0,0.03379894246249458],"volume_weighted_avg":[0,0.25018235674970074],"channel_index":[0,-11.929135023669863],"williams_r":[0,-30.769216661615552],"mass_index":[0,25.35985268117341],"obv":[0,-73659],"rsi":[0,55.205722719501345],"rsi_2":[0,44.2988728264713],"vwma":[0,0.2464768506593991],"macd":[0,0.000028196309974676433],"stoch":[0,69.23078333838446],"bb_middle":[0,0.2440274514257908],"bb_low":[0,0.2248328372413817],"bb_upper":[0,0.2632220656101999],"timestamp":[0,"2024-11-25T17:30:00Z"]}],[0,{"open":[0,0.2499],"low":[0,0.2481],"high":[0,0.25495],"close":[0,0.2496],"volume":[0,32334],"signal":[0,1],"sma_5":[0,0.2518999963998795],"sma_10":[0,0.25212000012397767],"sma_20":[0,0.24543245062232016],"sma_50":[0,0.23205292016267776],"sma_100":[0,0.23488857969641685],"ema_9":[0,0.2517588912829434],"ema_12":[0,0.2501955752670809],"ema_26":[0,0.24377067500069588],"ema_50":[0,0.23844772098595057],"ema_200":[0,0.23322853122017181],"ulcer_index":[0,2.1324522632648284],"force_index":[0,22.356507184858494],"easy_movement":[0,-0.020314224294196444],"volume_weighted_avg":[0,0.2506185514634279],"channel_index":[0,-45.027097104934576],"williams_r":[0,0],"mass_index":[0,25.900759757637594],"obv":[0,-54443],"rsi":[0,60.44627929453495],"rsi_2":[0,70.32987865147456],"vwma":[0,0.24681067438046655],"macd":[0,0.00040968210555582165],"stoch":[0,100],"bb_middle":[0,0.24543245062232016],"bb_low":[0,0.22588388189075062],"bb_upper":[0,0.26498101935388974],"timestamp":[0,"2024-11-25T18:30:00Z"]}],[0,{"open":[0,0.2496],"low":[0,0.248],"high":[0,0.26],"close":[0,0.254],"volume":[0,172992],"signal":[0,1],"sma_5":[0,0.251939994096756],"sma_10":[0,0.25167999863624574],"sma_20":[0,0.24632245004177095],"sma_50":[0,0.2325449201464653],"sma_100":[0,0.23508657962083818],"ema_9":[0,0.25132711167419464],"ema_12":[0,0.2501039478225855],"ema_26":[0,0.24420706775471804],"ema_50":[0,0.23906995414705468],"ema_200":[0,0.2371069798463599],"ulcer_index":[0,2.385415954076688],"force_index":[0,-28.875222695841607],"easy_movement":[0,-0.03667021630966371],"volume_weighted_avg":[0,0.25076915702459257],"channel_index":[0,36.859525258019204],"williams_r":[0,-51.99999701976714],"mass_index":[0,26.308004588228947],"obv":[0,-114536],"rsi":[0,53.435245868225664],"rsi_2":[0,35.66325368444356],"vwma":[0,0.24745996165055337],"macd":[0,-0.00008883863232552261],"stoch":[0,48.00000298023286],"bb_middle":[0,0.24632245004177095],"bb_low":[0,0.22774065491159573],"bb_upper":[0,0.26490424517194616],"timestamp":[0,"2024-11-25T19:30:00Z"]}],[0,{"open":[0,0.248],"low":[0,0.2351],"high":[0,0.2595],"close":[0,0.2351],"volume":[0,36536],"signal":[0,2],"sma_5":[0,0.25471999645233157],"sma_10":[0,0.25167999863624574],"sma_20":[0,0.24728250056505202],"sma_50":[0,0.23303796023130416],"sma_100":[0,0.23522757977247238],"ema_9":[0,0.2518616909601539],"ema_12":[0,0.25070334159009744],"ema_26":[0,0.24493147063857984],"ema_50":[0,0.23961517368000795],"ema_200":[0,0.2364657443990218],"ulcer_index":[0,2.3490693630991615],"force_index":[0,83.98677456057725],"easy_movement":[0,-0.053301968537123386],"volume_weighted_avg":[0,0.25239416926857905],"channel_index":[0,391.27012492383886],"williams_r":[0,-29.999918043596335],"mass_index":[0,26.754236931815967],"obv":[0,60494],"rsi":[0,55.77046575045367],"rsi_2":[0,54.59917239340138],"vwma":[0,0.24928425483917233],"macd":[0,-0.00017234849784528682],"stoch":[0,70.00008195640366],"bb_middle":[0,0.24728250056505202],"bb_low":[0,0.2292041347442948],"bb_upper":[0,0.26536086638580925],"timestamp":[0,"2024-11-25T20:30:00Z"]}],[0,{"open":[0,0.23],"low":[0,0.23],"high":[0,0.2598],"close":[0,0.2545],"volume":[0,55849],"signal":[0,0],"sma_5":[0,0.24973999857902526],"sma_10":[0,0.2501899987459183],"sma_20":[0,0.24770750030875205],"sma_50":[0,0.2331799602508545],"sma_100":[0,0.23520157977938652],"ema_9":[0,0.24850935298879231],"ema_12":[0,0.24830282802932283],"ema_26":[0,0.24420616850419685],"ema_50":[0,0.23955709635350958],"ema_200":[0,0.2388433534590277],"ulcer_index":[0,3.4476609013707096],"force_index":[0,-26.65854480707013],"easy_movement":[0,0.02815844389963453],"volume_weighted_avg":[0,0.2510595847675784],"channel_index":[0,16.72257282047013],"williams_r":[0,-100],"mass_index":[0,27.17817784324009],"obv":[0,21765],"rsi":[0,45.26529429316064],"rsi_2":[0,15.473708137639647],"vwma":[0,0.250082289581885],"macd":[0,-0.0014742947674989352],"stoch":[0,0],"bb_middle":[0,0.24770750030875205],"bb_low":[0,0.23126869390939267],"bb_upper":[0,0.26414630670811146],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,0.254],"low":[0,0.2469],"high":[0,0.254],"close":[0,0.25],"volume":[0,112363],"signal":[0,1],"sma_5":[0,0.2506399989128113],"sma_10":[0,0.2502399981021881],"sma_20":[0,0.24869750067591667],"sma_50":[0,0.23382196038961411],"sma_100":[0,0.23530457973480223],"ema_9":[0,0.2497074827247588],"ema_12":[0,0.24925623934181834],"ema_26":[0,0.24496853828380277],"ema_50":[0,0.2401376007861833],"ema_200":[0,0.23888877622256968],"ulcer_index":[0,3.493708159340333],"force_index":[0,131.93128264945761],"easy_movement":[0,0.010803514442283292],"volume_weighted_avg":[0,0.25085621689746074],"channel_index":[0,63.4321403104222],"williams_r":[0,-18.333304358839992],"mass_index":[0,27.792411643952885],"obv":[0,78540],"rsi":[0,54.6927721274727],"rsi_2":[0,65.79411052736157],"vwma":[0,0.25051674982209154],"macd":[0,-0.0010267758137853097],"stoch":[0,81.66669564116],"bb_middle":[0,0.24869750067591667],"bb_low":[0,0.2331507156226307],"bb_upper":[0,0.26424428572920267],"timestamp":[0,"2024-11-26T15:30:00Z"]}],[0,{"open":[0,0.2529],"low":[0,0.235201],"high":[0,0.2537],"close":[0,0.235201],"volume":[0,11929],"signal":[0,1],"sma_5":[0,0.2486400008201599],"sma_10":[0,0.2502699986100197],"sma_20":[0,0.24945750087499619],"sma_50":[0,0.23437796026468277],"sma_100":[0,0.23536557972431182],"ema_9":[0,0.2497659861790329],"ema_12":[0,0.24937066384725023],"ema_26":[0,0.24533951168933227],"ema_50":[0,0.24045479914417733],"ema_200":[0,0.23760140369970192],"ulcer_index":[0,3.641789455309578],"force_index":[0,40.851904318292895],"easy_movement":[0,0.006098426794471646],"volume_weighted_avg":[0,0.25055459260784774],"channel_index":[0,181.07272980871622],"williams_r":[0,-33.33331677648],"mass_index":[0,28.29489632619619],"obv":[0,-9535],"rsi":[0,52.439392787432155],"rsi_2":[0,51.555484371419766],"vwma":[0,0.250715211892298],"macd":[0,-0.001028853933928881],"stoch":[0,66.66668322352001],"bb_middle":[0,0.24945750087499619],"bb_low":[0,0.23527641142321448],"bb_upper":[0,0.2636385903267779],"timestamp":[0,"2024-11-26T16:30:00Z"]}],[0,{"open":[0,0.2395],"low":[0,0.2395],"high":[0,0.244],"close":[0,0.244],"volume":[0,924],"signal":[0,1],"sma_5":[0,0.24576020240783691],"sma_10":[0,0.24885009825229645],"sma_20":[0,0.24961755126714708],"sma_50":[0,0.23465198040008545],"sma_100":[0,0.23531658977270126],"ema_9":[0,0.2468529891752803],"ema_12":[0,0.24719071535912718],"ema_26":[0,0.24458537420698595],"ema_50":[0,0.24012245738646804],"ema_200":[0,0.23503917299245997],"ulcer_index":[0,4.445315878574764],"force_index":[0,9.799856408832081],"easy_movement":[0,-0.06264959582733401],"volume_weighted_avg":[0,0.2501827908414574],"channel_index":[0,-63.728676409871824],"williams_r":[0,-82.66333542777528],"mass_index":[0,28.703191230652102],"obv":[0,64146],"rsi":[0,45.75929827060998],"rsi_2":[0,21.27392176915994],"vwma":[0,0.2505520723708234],"macd":[0,-0.00196771608318141],"stoch":[0,17.33666457222472],"bb_middle":[0,0.24961755126714708],"bb_low":[0,0.23617517512549124],"bb_upper":[0,0.2630599274088029],"timestamp":[0,"2024-11-26T17:30:00Z"]}],[0,{"open":[0,0.244],"low":[0,0.240401],"high":[0,0.248815],"close":[0,0.2421],"volume":[0,19816],"signal":[0,1],"sma_5":[0,0.2437602013349533],"sma_10":[0,0.24924009889364243],"sma_20":[0,0.24932255148887633],"sma_50":[0,0.23512998044490815],"sma_100":[0,0.23542458981275557],"ema_9":[0,0.24628239189054252],"ema_12":[0,0.24669983702851112],"ema_26":[0,0.24454637746703062],"ema_50":[0,0.24045025432265069],"ema_200":[0,0.23865994816461936],"ulcer_index":[0,4.721088085319545],"force_index":[0,9.557690741295888],"easy_movement":[0,-0.15450311607740735],"volume_weighted_avg":[0,0.25018155071113296],"channel_index":[0,-86.01314011110566],"williams_r":[0,-53.33331677648],"mass_index":[0,28.988177088147776],"obv":[0,58424],"rsi":[0,49.845481131122064],"rsi_2":[0,53.64824278759871],"vwma":[0,0.25064478503064225],"macd":[0,-0.0019301349985887612],"stoch":[0,46.66668322352],"bb_middle":[0,0.24932255148887633],"bb_low":[0,0.2356607510263501],"bb_upper":[0,0.2629843519514026],"timestamp":[0,"2024-11-26T19:30:00Z"]}],[0,{"open":[0,0.2422],"low":[0,0.222],"high":[0,0.25],"close":[0,0.222],"volume":[0,124083],"signal":[0,2],"sma_5":[0,0.24516020119190216],"sma_10":[0,0.2474500998854637],"sma_20":[0,0.24928005114197732],"sma_50":[0,0.23538500040769578],"sma_100":[0,0.23541758984327316],"ema_9":[0,0.24544591358762796],"ema_12":[0,0.24599216955190095],"ema_26":[0,0.24436270953682093],"ema_50":[0,0.24041609850749804],"ema_200":[0,0.2367076443755879],"ulcer_index":[0,5.066974991315153],"force_index":[0,2.8136165272468867],"easy_movement":[0,-0.14903254401886232],"volume_weighted_avg":[0,0.24980366183547217],"channel_index":[0,-35.63423111790865],"williams_r":[0,-59.666660871767995],"mass_index":[0,28.764222637573127],"obv":[0,43443],"rsi":[0,48.98976491420129],"rsi_2":[0,45.55743227144575],"vwma":[0,0.2506109185532001],"macd":[0,-0.0019664256541274865],"stoch":[0,40.333339128232],"bb_middle":[0,0.24928005114197732],"bb_low":[0,0.23553418806170984],"bb_upper":[0,0.2630259142222448],"timestamp":[0,"2024-11-26T20:30:00Z"]}],[0,{"open":[0,0.2415],"low":[0,0.2415],"high":[0,0.25],"close":[0,0.242],"volume":[0,14928],"signal":[0,1],"sma_5":[0,0.23866020143032074],"sma_10":[0,0.24465010017156602],"sma_20":[0,0.24808505102992057],"sma_50":[0,0.23540300041437148],"sma_100":[0,0.23526358991861343],"ema_9":[0,0.24075673144283657],"ema_12":[0,0.2423010671285864],"ema_26":[0,0.2427073946921532],"ema_50":[0,0.23974149392966992],"ema_200":[0,0.237517778005784],"ulcer_index":[0,6.381797040328861],"force_index":[0,-353.88386841151987],"easy_movement":[0,-0.15795885993388697],"volume_weighted_avg":[0,0.24434785196002345],"channel_index":[0,191.4766166752147],"williams_r":[0,-100],"mass_index":[0,28.805197075412217],"obv":[0,-82758],"rsi":[0,40.94286446356583],"rsi_2":[0,10.870652160870407],"vwma":[0,0.24615707423926422],"macd":[0,-0.0032002693191839574],"stoch":[0,0],"bb_middle":[0,0.24808505102992057],"bb_low":[0,0.22992487715007462],"bb_upper":[0,0.26624522490976654],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,0.2493],"low":[0,0.2461],"high":[0,0.2568],"close":[0,0.249337],"volume":[0,274039],"signal":[0,1],"sma_5":[0,0.2370602011680603],"sma_10":[0,0.2428501009941101],"sma_20":[0,0.24748505055904388],"sma_50":[0,0.23605700045824052],"sma_100":[0,0.23528358995914458],"ema_9":[0,0.24100538489001255],"ema_12":[0,0.24225474836236255],"ema_26":[0,0.24265053995838037],"ema_50":[0,0.23965066517360017],"ema_200":[0,0.2339571880089113],"ulcer_index":[0,6.6269569139236735],"force_index":[0,-260.67751495382765],"easy_movement":[0,-0.11353984571739602],"volume_weighted_avg":[0,0.24424031716374187],"channel_index":[0,-52.303986284853494],"williams_r":[0,-47.36841486101133],"mass_index":[0,28.494074772236658],"obv":[0,-64200],"rsi":[0,49.78666220066033],"rsi_2":[0,64.56364881108436],"vwma":[0,0.24502770128442214],"macd":[0,-0.0025574453058582287],"stoch":[0,52.63158513898867],"bb_middle":[0,0.24748505055904388],"bb_low":[0,0.229353306516008],"bb_upper":[0,0.26561679460207976],"timestamp":[0,"2024-11-27T15:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.2494],"high":[0,0.2501],"close":[0,0.2494],"volume":[0,15640],"signal":[0,1],"sma_5":[0,0.23988740146160126],"sma_10":[0,0.24282380193471909],"sma_20":[0,0.2472519002854824],"sma_50":[0,0.23684374064207078],"sma_100":[0,0.23547496005892754],"ema_9":[0,0.24267170843819563],"ema_12":[0,0.2433443257204414],"ema_26":[0,0.2431440151139225],"ema_50":[0,0.23995729818578823],"ema_200":[0,0.2326387179880545],"ulcer_index":[0,6.555823900038392],"force_index":[0,63.79523952464055],"easy_movement":[0,-0.11564260076026255],"volume_weighted_avg":[0,0.24594380998647888],"channel_index":[0,397.0968666396439],"williams_r":[0,-28.060503439816543],"mass_index":[0,28.22495390403983],"obv":[0,230486],"rsi":[0,52.59325287259909],"rsi_2":[0,75.42544101648781],"vwma":[0,0.24606160325086354],"macd":[0,-0.001571384120940863],"stoch":[0,71.93949656018346],"bb_middle":[0,0.2472519002854824],"bb_low":[0,0.22934269268793978],"bb_upper":[0,0.26516110788302505],"timestamp":[0,"2024-11-27T16:30:00Z"]}],[0,{"open":[0,0.249],"low":[0,0.2478],"high":[0,0.249],"close":[0,0.2478],"volume":[0,2224],"signal":[0,1],"sma_5":[0,0.24096740186214446],"sma_10":[0,0.2423638015985489],"sma_20":[0,0.2470219001173973],"sma_50":[0,0.23753374069929123],"sma_100":[0,0.23570696011185646],"ema_9":[0,0.24401736769981897],"ema_12":[0,0.24427596874449292],"ema_26":[0,0.24360821729740986],"ema_50":[0,0.24035963581080916],"ema_200":[0,0.23344928329295025],"ulcer_index":[0,6.645755016353816],"force_index":[0,54.822095434730606],"easy_movement":[0,-0.14127520264908486],"volume_weighted_avg":[0,0.24595521268627163],"channel_index":[0,-57.595651782978365],"williams_r":[0,-27.89470836065214],"mass_index":[0,27.55512272176015],"obv":[0,234195],"rsi":[0,52.61790649760319],"rsi_2":[0,75.55412497577632],"vwma":[0,0.24607990684668285],"macd":[0,-0.0008821441516369249],"stoch":[0,72.10529163934785],"bb_middle":[0,0.2470219001173973],"bb_low":[0,0.22934865493763618],"bb_upper":[0,0.26469514529715843],"timestamp":[0,"2024-11-27T17:30:00Z"]}],[0,{"open":[0,0.2495],"low":[0,0.2495],"high":[0,0.2496],"close":[0,0.2496],"volume":[0,681],"signal":[0,0],"sma_5":[0,0.24210740029811859],"sma_10":[0,0.24363380074501037],"sma_20":[0,0.24691189974546432],"sma_50":[0,0.23828974068164827],"sma_100":[0,0.23590545997023582],"ema_9":[0,0.2447738926716853],"ema_12":[0,0.24481812613527532],"ema_26":[0,0.24391774178363607],"ema_50":[0,0.24061205662760332],"ema_200":[0,0.23280113704669064],"ulcer_index":[0,6.684468723235258],"force_index":[0,46.48226434461403],"easy_movement":[0,-0.1643581130636609],"volume_weighted_avg":[0,0.2458772900799399],"channel_index":[0,-74.75632228793907],"williams_r":[0,-32.10526811119093],"mass_index":[0,26.98409886352501],"obv":[0,246852],"rsi":[0,51.88886580148771],"rsi_2":[0,59.680695944572],"vwma":[0,0.24596986669522516],"macd":[0,-0.0005208504384594324],"stoch":[0,67.89473188880906],"bb_middle":[0,0.24691189974546432],"bb_low":[0,0.22928684755703754],"bb_upper":[0,0.2645369519338911],"timestamp":[0,"2024-11-27T18:30:00Z"]}],[0,{"open":[0,0.2479],"low":[0,0.2415],"high":[0,0.248],"close":[0,0.2415],"volume":[0,30261],"signal":[0,1],"sma_5":[0,0.24762739837169648],"sma_10":[0,0.2431437999010086],"sma_20":[0,0.24669189900159835],"sma_50":[0,0.23875174045562744],"sma_100":[0,0.23614345997571945],"ema_9":[0,0.24573911278249924],"ema_12":[0,0.24555379782353143],"ema_26":[0,0.24433724005750165],"ema_50":[0,0.24090777666060614],"ema_200":[0,0.2318278757030335],"ulcer_index":[0,6.704245302579884],"force_index":[0,40.017316714524405],"easy_movement":[0,-0.17081553279178358],"volume_weighted_avg":[0,0.24571945657542568],"channel_index":[0,-73.41494681467681],"williams_r":[0,-27.36842270373031],"mass_index":[0,26.52844935840595],"obv":[0,265413],"rsi":[0,52.689741205512355],"rsi_2":[0,72.62231615471492],"vwma":[0,0.24589488652895344],"macd":[0,-0.00016553158784949284],"stoch":[0,72.63157729626968],"bb_middle":[0,0.24669189900159835],"bb_low":[0,0.2293181896502846],"bb_upper":[0,0.2640656083529121],"timestamp":[0,"2024-11-27T19:30:00Z"]}],[0,{"open":[0,0.2416],"low":[0,0.2416],"high":[0,0.2423],"close":[0,0.2416],"volume":[0,4611],"signal":[0,1],"sma_5":[0,0.2475273996591568],"sma_10":[0,0.24229380041360854],"sma_20":[0,0.24628189951181412],"sma_50":[0,0.23910174041986465],"sma_100":[0,0.2363314600288868],"ema_9":[0,0.24489129125191228],"ema_12":[0,0.24493013760306306],"ema_26":[0,0.2441286655886123],"ema_50":[0,0.24099507184759125],"ema_200":[0,0.23321168297939834],"ulcer_index":[0,6.757793861165587],"force_index":[0,-0.716284677929508],"easy_movement":[0,-0.1736403487255998],"volume_weighted_avg":[0,0.24542922586289576],"channel_index":[0,-28.458956624939425],"williams_r":[0,-48.68418782370823],"mass_index":[0,25.90160313414959],"obv":[0,231185],"rsi":[0,48.77073528423401],"rsi_2":[0,18.67474123784899],"vwma":[0,0.24572549662646212],"macd":[0,-0.00046247293481801663],"stoch":[0,51.31581217629177],"bb_middle":[0,0.24628189951181412],"bb_low":[0,0.22882467171105428],"bb_upper":[0,0.263739127312574],"timestamp":[0,"2024-11-27T20:30:00Z"]}],[0,{"open":[0,0.25],"low":[0,0.2375],"high":[0,0.25],"close":[0,0.2377],"volume":[0,31675],"signal":[0,2],"sma_5":[0,0.24598000049591065],"sma_10":[0,0.24293370097875594],"sma_20":[0,0.2458918996155262],"sma_50":[0,0.2394857406616211],"sma_100":[0,0.23648546010255814],"ema_9":[0,0.24423303436589522],"ema_12":[0,0.24441780995684115],"ema_26":[0,0.2439427213187121],"ema_50":[0,0.24107371251135704],"ema_200":[0,0.23439878025124497],"ulcer_index":[0,6.864587218428216],"force_index":[0,-0.5473805581172584],"easy_movement":[0,-0.17790286396374497],"volume_weighted_avg":[0,0.2432977194060767],"channel_index":[0,-66.0146069299171],"williams_r":[0,-48.14811602726993],"mass_index":[0,25.28148942447669],"obv":[0,219353],"rsi":[0,48.82028525066815],"rsi_2":[0,20.139568617695275],"vwma":[0,0.24568042927219755],"macd":[0,-0.0006293528137459778],"stoch":[0,51.85188397273007],"bb_middle":[0,0.2458918996155262],"bb_low":[0,0.2283823048000953],"bb_upper":[0,0.2634014944309571],"timestamp":[0,"2024-11-29T14:30:00Z"]}],[0,{"open":[0,0.2379],"low":[0,0.2379],"high":[0,0.249],"close":[0,0.241],"volume":[0,111604],"signal":[0,1],"sma_5":[0,0.243639999628067],"sma_10":[0,0.24230370074510574],"sma_20":[0,0.24577189981937408],"sma_50":[0,0.23993974059820175],"sma_100":[0,0.23657046005129814],"ema_9":[0,0.24292642757636554],"ema_12":[0,0.24338430150095683],"ema_26":[0,0.24348607089726515],"ema_50":[0,0.24117389447884746],"ema_200":[0,0.2391036550415583],"ulcer_index":[0,6.609376406676787],"force_index":[0,-18.117025786872738],"easy_movement":[0,-0.1408684128825971],"volume_weighted_avg":[0,0.24347254067347593],"channel_index":[0,-25.1976299828308],"williams_r":[0,-58.465597619597645],"mass_index":[0,25.018150101562846],"obv":[0,179763],"rsi":[0,46.86554054451522],"rsi_2":[0,8.374349245678218],"vwma":[0,0.2455786278425223],"macd":[0,-0.0009576355694673185],"stoch":[0,41.53440238040236],"bb_middle":[0,0.24577189981937408],"bb_low":[0,0.2280732974849311],"bb_upper":[0,0.26347050215381707],"timestamp":[0,"2024-11-29T15:30:00Z"]}],[0,{"open":[0,0.24041],"low":[0,0.24041],"high":[0,0.249],"close":[0,0.2405],"volume":[0,2445],"signal":[0,1],"sma_5":[0,0.24228000044822692],"sma_10":[0,0.24219370037317275],"sma_20":[0,0.24482190012931823],"sma_50":[0,0.24046974062919615],"sma_100":[0,0.23656146004796028],"ema_9":[0,0.24254114139164634],"ema_12":[0,0.24301748486055513],"ema_26":[0,0.24329773498189505],"ema_50":[0,0.24099866109488544],"ema_200":[0,0.23573806446643225],"ulcer_index":[0,6.655068778434582],"force_index":[0,37.08550540828794],"easy_movement":[0,-0.13193441595871785],"volume_weighted_avg":[0,0.2422909767288773],"channel_index":[0,82.11982219787706],"williams_r":[0,-45.402305741058875],"mass_index":[0,24.917265476936254],"obv":[0,318872],"rsi":[0,48.734491964341515],"rsi_2":[0,53.924933820173386],"vwma":[0,0.2450641046086343],"macd":[0,-0.0009142052079536787],"stoch":[0,54.59769425894113],"bb_middle":[0,0.24482190012931823],"bb_low":[0,0.2282781089609486],"bb_upper":[0,0.26136569129768783],"timestamp":[0,"2024-11-29T16:30:00Z"]}],[0,{"open":[0,0.2405],"low":[0,0.2405],"high":[0,0.2423],"close":[0,0.2423],"volume":[0,400],"signal":[0,1],"sma_5":[0,0.24046000242233276],"sma_10":[0,0.24404370039701462],"sma_20":[0,0.24434690028429032],"sma_50":[0,0.24089174062013627],"sma_100":[0,0.23663946002721786],"ema_9":[0,0.2421329137332054],"ema_12":[0,0.24263017997422995],"ema_26":[0,0.2430904955831948],"ema_50":[0,0.24097910587937785],"ema_200":[0,0.23578544694039255],"ulcer_index":[0,6.647009889211709],"force_index":[0,31.611655713223126],"easy_movement":[0,-0.1029452740184644],"volume_weighted_avg":[0,0.24094093499526517],"channel_index":[0,-68.93171276681056],"williams_r":[0,-46.839069139688995],"mass_index":[0,0],"obv":[0,316427],"rsi":[0,48.45807560920575],"rsi_2":[0,46.86491755779912],"vwma":[0,0.24497002123497041],"macd":[0,-0.0008754165564628787],"stoch":[0,53.160930860311005],"bb_middle":[0,0.24434690028429032],"bb_low":[0,0.22787972864054137],"bb_upper":[0,0.26081407192803924],"timestamp":[0,"2024-11-29T17: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 KNW 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 KNW stocks ML model?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
To train our stocks KNW 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 KNW 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 KNW 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#731a1d151c33151a1d02061c07125d101c1e"><span class="__cf_email__" data-cfemail="82ebece4edc2e4ebecf3f7edf6e3ace1edef">[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="zmkwg" prefix="r0" component-url="/_astro/ShareInSocialNetworks.ib6O3XB5.js" component-export="default" renderer-url="/_astro/client.BCQpdM9d.js" props="{"url":[0,"https://finquota.com/KNW/forecast/"],"title":[0,"KNW Forecast & Prediction for December 13, 2024 Know Labs 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 KNW ML model is developed exclusively for educational purposes. Any information presented on this page
regarding the '<a href="https://finquota.com/KNW/forecast/" title="KNW Forecast & Prediction for December 13, 2024 Know Labs Inc." class="font-bold">"KNW Forecast & Prediction for December 13, 2024 Know Labs 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://finquota.tumblr.com" aria-label="Tumblr FinQuota"> <svg viewBox="0 0 128 128" width="16" height="16" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:currentColor;stroke:#062b31;stroke-miterlimit:10;stroke-width:6.5px;}</style></defs><title></title><path class="cls-1" d="M42.39,57.54V93.3s1.69,24.2,32.27,24.2c12.47,0,18.56-4.53,20.31-6.12a1.35,1.35,0,0,0,.43-1.24C94.94,107.64,93.2,99,90,93a1.36,1.36,0,0,0-1.9-.5c-1.16.69-3.42,1.52-7.53,1.52a8.77,8.77,0,0,1-8.61-6.26V57.54H90.52a1.36,1.36,0,0,0,1.36-1.36V37.1a1.36,1.36,0,0,0-1.36-1.36H71.94V10.86A1.36,1.36,0,0,0,70.59,9.5h-18a1.36,1.36,0,0,0-1.35,1.26c-.36,4.65-2.84,20.93-19.73,27A1.36,1.36,0,0,0,30.59,39V56.18a1.36,1.36,0,0,0,1.36,1.36Z"></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.CtimEId7.js" component-export="ToastContainer" renderer-url="/_astro/client.BCQpdM9d.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.C4Bm52EK.js" component-export="default" renderer-url="/_astro/client.BCQpdM9d.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>