<!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>WKHS Forecast & Prediction for December 27, 2024 Workhorse Group Inc.</title><link rel="canonical" href="https://finquota.com/WKHS/forecast/"><meta name="description" content="WKHS Workhorse Group Inc. Forecast & Prediction for December 27, 2024 – Essential Stocks Market Insights and Trends."><meta name="robots" content="index, follow"><meta property="og:title" content="WKHS Forecast & Prediction for December 27, 2024 Workhorse Group Inc."><meta property="og:type" content="article"><meta property="og:image" content="https://cdn.finquota.com/graph/WKHS_graph.png?1735327800"><meta property="og:url" content="https://finquota.com/WKHS/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/WKHS_graph.png?1735327800"><meta name="twitter:title" content="WKHS Forecast & Prediction for December 27, 2024 Workhorse Group Inc."><meta name="twitter:description" content="WKHS Workhorse Group Inc. Forecast & Prediction for December 27, 2024 – Essential Stocks Market Insights and Trends."><link rel="stylesheet" href="/_astro/@astrojs.B8LXVWhN.css">
<link rel="stylesheet" href="/_astro/react-toastify.BE4BdE5o.css">
<style>._37H-w{display:inline-flex}._1H33u{display:flex;justify-content:center;align-items:center;align-self:center}
</style><script type="module" src="/_astro/hoisted.YjtFZ5sq.js"></script>
<script type="module" src="/_astro/page.D4HYt2AD.js"></script>
<script>!(function(w,p,f,c){if(!window.crossOriginIsolated && !navigator.serviceWorker) return;c=w[p]=Object.assign(w[p]||{},{"lib":"/~partytown/","debug":false});c[f]=(c[f]||[]).concat(["dataLayer.push"])})(window,'partytown','forward');/* Partytown 0.10.2 - MIT builder.io */
const t={preserveBehavior:!1},e=e=>{if("string"==typeof e)return[e,t];const[n,r=t]=e;return[n,{...t,...r}]},n=Object.freeze((t=>{const e=new Set;let n=[];do{Object.getOwnPropertyNames(n).forEach((t=>{"function"==typeof n[t]&&e.add(t)}))}while((n=Object.getPrototypeOf(n))!==Object.prototype);return Array.from(e)})());!function(t,r,o,i,a,s,c,d,l,p,u=t,f){function h(){f||(f=1,"/"==(c=(s.lib||"/~partytown/")+(s.debug?"debug/":""))[0]&&(l=r.querySelectorAll('script[type="text/partytown"]'),i!=t?i.dispatchEvent(new CustomEvent("pt1",{detail:t})):(d=setTimeout(v,1e4),r.addEventListener("pt0",w),a?y(1):o.serviceWorker?o.serviceWorker.register(c+(s.swPath||"partytown-sw.js"),{scope:c}).then((function(t){t.active?y():t.installing&&t.installing.addEventListener("statechange",(function(t){"activated"==t.target.state&&y()}))}),console.error):v())))}function y(e){p=r.createElement(e?"script":"iframe"),t._pttab=Date.now(),e||(p.style.display="block",p.style.width="0",p.style.height="0",p.style.border="0",p.style.visibility="hidden",p.setAttribute("aria-hidden",!0)),p.src=c+"partytown-"+(e?"atomics.js?v=0.10.2":"sandbox-sw.html?"+t._pttab),r.querySelector(s.sandboxParent||"body").appendChild(p)}function v(n,o){for(w(),i==t&&(s.forward||[]).map((function(n){const[r]=e(n);delete t[r.split(".")[0]]})),n=0;n<l.length;n++)(o=r.createElement("script")).innerHTML=l[n].innerHTML,o.nonce=s.nonce,r.head.appendChild(o);p&&p.parentNode.removeChild(p)}function w(){clearTimeout(d)}s=t.partytown||{},i==t&&(s.forward||[]).map((function(r){const[o,{preserveBehavior:i}]=e(r);u=t,o.split(".").map((function(e,r,o){var a;u=u[o[r]]=r+1<o.length?u[o[r]]||(a=o[r+1],n.includes(a)?[]:{}):(()=>{let e=null;if(i){const{methodOrProperty:n,thisObject:r}=((t,e)=>{let n=t;for(let t=0;t<e.length-1;t+=1)n=n[e[t]];return{thisObject:n,methodOrProperty:e.length>0?n[e[e.length-1]]:void 0}})(t,o);"function"==typeof n&&(e=(...t)=>n.apply(r,...t))}return function(){let n;return e&&(n=e(arguments)),(t._ptf=t._ptf||[]).push(o,arguments),n}})()}))})),"complete"==r.readyState?h():(t.addEventListener("DOMContentLoaded",h),t.addEventListener("load",h))}(window,document,navigator,top,window.crossOriginIsolated);;(e=>{e.addEventListener("astro:before-swap",e=>{let r=document.body.querySelector("iframe[src*='/~partytown/']");if(r)e.newDocument.body.append(r)})})(document);</script></head> <body class="bg-gray-50 dark:bg-slate-900"> <script>
const HSThemeAppearance = {
init() {
const defaultTheme = 'auto'
let theme = localStorage.getItem('hs_theme') || defaultTheme
if (document.querySelector('html').classList.contains('dark')) return
this.setAppearance(theme)
},
setCookie(name, value, days) {
let expires = "";
if (days) {
let date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/; SameSite=None; Secure";
},
_resetStylesOnLoad() {
const $resetStyles = document.createElement('style')
$resetStyles.innerText = `*{transition: unset !important;}`
$resetStyles.setAttribute('data-hs-appearance-onload-styles', '')
document.head.appendChild($resetStyles)
return $resetStyles
},
setAppearance(theme, saveInStore = true, dispatchEvent = true) {
const $resetStylesEl = this._resetStylesOnLoad()
if (theme === 'auto') {
theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default'
}
if (saveInStore) {
this.setCookie("hs_theme", theme)
localStorage.setItem('hs_theme', theme)
}
document.querySelector('html').classList.remove('dark')
document.querySelector('html').classList.remove('default')
document.querySelector('html').classList.remove('auto')
document.querySelector('html').classList.add(this.getOriginalAppearance())
setTimeout(() => {
$resetStylesEl.remove()
})
if (dispatchEvent) {
window.dispatchEvent(new CustomEvent('on-hs-appearance-change', {detail: theme}))
}
},
getAppearance() {
let theme = this.getOriginalAppearance()
if (theme === 'auto') {
theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'default'
}
return theme
},
getOriginalAppearance() {
const defaultTheme = 'default'
return localStorage.getItem('hs_theme') || defaultTheme
}
}
HSThemeAppearance.init()
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => {
if (HSThemeAppearance.getOriginalAppearance() === 'auto') {
HSThemeAppearance.setAppearance('auto', true)
}
})
window.addEventListener('load', () => {
const $clickableThemes = document.querySelectorAll('[data-hs-theme-click-value]')
const $switchableThemes = document.querySelectorAll('[data-hs-theme-switch]')
$clickableThemes.forEach($item => {
$item.addEventListener('click', () => HSThemeAppearance.setAppearance($item.getAttribute('data-hs-theme-click-value'), true, $item))
})
$switchableThemes.forEach($item => {
$item.addEventListener('change', (e) => {
HSThemeAppearance.setAppearance(e.target.checked ? 'dark' : 'default')
})
$item.checked = HSThemeAppearance.getAppearance() === 'dark'
})
window.addEventListener('on-hs-appearance-change', e => {
$switchableThemes.forEach($item => {
$item.checked = e.detail === 'dark'
})
})
})
</script> <header class="flex flex-wrap sm:justify-start sm:flex-nowrap bg-gray-100 z-50 w-full dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7] border-b border-gray-700 text-sm py-2.5 sm:py-4"> <nav class="flex basis-full items-center w-full mx-auto px-4 sm:px-6 lg:px-8" aria-label="Global"> <div class="me-5 md:me-8 flex items-center justify-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 dark:text-slate-100 text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl ml-1 dark:text-slate-100 font-semibold text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
FinQuota.com
</a> </div> <div id="navbar-offcanvas-example" class="hidden lg:block xl:block md:block hs-overlay mr-4 hs-overlay-open:translate-x-0 -translate-x-full fixed top-0 start-0 transition-all duration-300 transform h-full max-w-xs w-full z-[60] border-e basis-full grow sm:order-2 sm:static sm:h-auto sm:max-w-none sm:w-auto sm:border-r-transparent sm:transition-none sm:translate-x-0 sm:z-40 sm:basis-auto dark:border-r-gray-700 sm:dark:border-r-transparent" tabindex="-1" data-hs-overlay-close-on-resize> <div class="flex flex-col gap-y-4 gap-x-0 mt-5 sm:flex-row sm:items-center sm:justify-end sm:gap-y-0 sm:gap-x-7 sm:mt-0 sm:ps-7"> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/" aria-current="page">Home</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/news/" aria-current="page">News</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/screener/" aria-current="page">Screener</a> <a class="font-medium text-gray-500 hover:text-gray-400 px-6 sm:px-0 dark:text-gray-400 dark:hover:text-gray-500" href="/backtest/" aria-current="page">Backtests</a> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-tools" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
Tools
<svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/compare/">
Compare Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/dividend/">
Dividend Calculator
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/option/">
Options Calculator
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/holidays/nyse/">
NYSE Holidays
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/holidays/nasdaq/">
NASDAQ Holidays
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/earning-calendar/">
Earnings Calendar
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/widgets/">
Widgets
</a> </div> </div> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-basic-dr" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
Filter
<svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Dividend Stocks
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/dividend-stocks/united-states/">
US Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/monthly-dividend-stocks/">
Monthly Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/annual-dividend-stocks/">
Annual Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/quarterly-dividend-stocks/">
Quarterly Dividend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/semi-annual-dividend-stocks/">
Semi-Annual Dividend Stocks
</a> </div> </div> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/penny/">
Best Penny Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/undervalued/">
Undervalued Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/new/">
New Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/uptrend-stocks/">
Uptrend Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/uptrend-stocks/penny/">
Uptrend Penny Stocks
</a> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Blue Chip
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/high-dividends/">
Blue Chip Stocks With High Dividends
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-10/">
Blue Chip Under $10
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-20/">
Blue Chip Under $20
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/under-50/">
Blue Chip Under $50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/blue-chip/undervalued/">
Undervalued Blue Chip Stocks
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Cap
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/small-cap/">
Best Small Cap
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/micro-cap/">
Best Micro Cap
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/mid-cap/">
Best Mid Cap
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/large-cap/">
Best Large Cap
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Sector
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/oil/">
Oil Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/energy/">
Energy Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/technology/">
Technology Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/ai/">
AI Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pharma/">
Pharma Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/financial/">
Financial Stocks
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Price
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-200/">
Under $200
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-100/">
Under $100
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-50/">
Under $50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-20/">
Under $20
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-10/">
Under $10
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-5/">
Under $5
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/under-1/">
Under $1
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By 52 Week Range
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low/">
Best 52 Week Low
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-nasdaq/">
Best 52 Week Nasdaq Low
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-nyse/">
Best 52 Week NYSE Low
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-low-penny/">
Best 52 Week Low Penny
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/blue-chip-52-week-low/">
Best 52 Week Low Blue Chip
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high/">
Best 52 Week High
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-nasdaq/">
Best 52 Week Nasdaq High
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-nyse/">
Best 52 Week NYSE High
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/52-week/52-week-high-penny/">
Best 52 Week High Penny
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Exchange
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/nasdaq/">
Best Nasdaq Stocks
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/nyse/">
Best NYSE Stocks
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Insider Activity
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/insider-buy/">
Insider Buying
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/insider-sell/">
Insider Selling
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Indicator
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/macd-crossed-up/daily/">
MACD Crossed Above Signal Line
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/macd-crossed-above-zero/daily/">
MACD Crossed Above Zero
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-90/">
RSI Above 90
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-80/">
RSI Above 80
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-70/">
RSI Above 70
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/above-50/">
RSI Above 50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-50/">
RSI Below 50
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-30/">
RSI Below 30
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-20/">
RSI Below 20
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/rsi/below-10/">
RSI Below 10
</a> </div> </div> <div class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By P/E Ratio
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/tech-low-pe/">
Tech Stocks with Low PE
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-1-pe/">
PE Ratio Less Than 1
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-10-pe/">
PE Ratio Less Than 10
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/under-15-pe/">
PE Ratio Less Than 15
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/us-low-pe/">
US stocks With Low PE
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/low-pe-high-dividends/">
Low PE & High Dividends
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/low-pe-high-eps/">
Low PE & High EPS
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/pe-ratio/large-cap-low-pe/">
Large Cap & Lowest PE
</a> </div> </div> </div> </div> <div class="hs-dropdown [--strategy:static] sm:[--strategy:fixed] [--adaptive:none]"> <button id="hs-mega-menu-basic-learning" type="button" class="flex items-center w-full text-gray-600 hover:text-gray-400 font-medium dark:text-gray-400 dark:hover:text-gray-500 ">
Learning
<svg class="ms-1 flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden" style=""> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/stock-market-books/">
Books
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="/best/trading-platforms/">
Trading Platforms
</a> <a target="_blank" class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" href="https://forum.finquota.com">Forum</a> </div> </div> </div> </div> <div class="flex items-center justify-end ms-auto sm:justify-between sm:gap-x-3 sm:order-3"> <div class="flex flex-row items-center justify-end gap-2"> <div class="hs-dropdown z-20" data-hs-dropdown-placement="bottom-right" data-hs-dropdown-offset="30"> <button type="button" aria-label="Toggle light/dark mode" class="w-[2.375rem] h-[2.375rem] hs-dropdown-toggle dark:text-slate-100 hs-dark-mode group inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <svg class="hs-dark-mode-active:hidden block w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path> </svg> <svg class="hs-dark-mode-active:block hidden w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="4"></circle> <path d="M12 8a2 2 0 1 0 4 4"></path> <path d="M12 2v2"></path> <path d="M12 20v2"></path> <path d="m4.93 4.93 1.41 1.41"></path> <path d="m17.66 17.66 1.41 1.41"></path> <path d="M2 12h2"></path> <path d="M20 12h2"></path> <path d="m6.34 17.66-1.41 1.41"></path> <path d="m19.07 4.93-1.41 1.41"></path> </svg> </button> <div id="selectThemeDropdown" class="hs-dropdown-menu hs-dropdown-open:opacity-100 mt-2 hidden z-10 transition-[margin,opacity] opacity-0 duration-300 mb-2 origin-bottom-left bg-white shadow-md rounded-lg p-2 space-y-1 dark:bg-gray-800 dark:border dark:border-gray-700 dark:divide-gray-700"> <button type="button" class="hs-auto-mode-active:bg-gray-100 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="auto">
Auto (Default)
</button> <button type="button" class="hs-default-mode-active:bg-gray-100 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="default">
Light mode
</button> <button type="button" class="hs-dark-mode-active:bg-gray-700 w-full flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300" data-hs-theme-click-value="dark">
Dark
</button> </div> </div> <div class="hs-dropdown relative inline-flex z-20" data-hs-dropdown-placement="bottom-right"> <button id="hs-dropdown-with-header" type="button" aria-label="Login and Profile Menu" class="w-[2.375rem] h-[2.375rem] inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <span class="w-[2.375rem] h-[2.375rem] dark:text-slate-100 hs-dark-mode group inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-transparent text-gray-500 hover:bg-white/20 disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> <path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.735 14c.618 0 1.093-.561.872-1.139a6.002 6.002 0 0 0-11.215 0c-.22.578.254 1.139.872 1.139h9.47Z"></path> </svg> </span> </button> <div class="hs-dropdown-menu transition-[opacity,margin] duration hs-dropdown-open:opacity-100 opacity-0 hidden min-w-[15rem] z-10 bg-white shadow-md rounded-lg p-2 dark:bg-gray-800 dark:border dark:border-gray-700" aria-labelledby="hs-dropdown-with-header"> <div class="mt-2 py-2 first:pt-0 last:pb-0"> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/login/"> <svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"></path> <path d="M10.3 21a1.94 1.94 0 0 0 3.4 0"></path> </svg>
Sign In
</a> <a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-gray-800 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-300 dark:hover:bg-gray-700 dark:hover:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/signup/"> <svg class="flex-shrink-0 w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z"></path> <path d="M3 6h18"></path> <path d="M16 10a4 4 0 0 1-8 0"></path> </svg>
Sign Up
</a> </div> </div> </div> <div class="flex md:hidden"> <!-- Mobile menu icon --> <button type="button" class="p-2 inline-flex justify-center items-center gap-x-2 rounded-lg border border-gray-200 bg-white text-gray-800 shadow-sm hover:bg-gray-50 disabled:opacity-50 disabled:pointer-events-none dark:bg-transparent dark:border-gray-700 dark:text-white dark:hover:bg-white/10 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" data-hs-overlay="#menu-sidebar" aria-controls="menu-sidebar" aria-label="Toggle Menu Navigation"> <svg class="hs-collapse-open:hidden flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" x2="21" y1="6" y2="6"></line><line x1="3" x2="21" y1="12" y2="12"></line><line x1="3" x2="21" y1="18" y2="18"></line></svg> <svg class="hs-collapse-open:block hidden flex-shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg> </button> </div> </div> </div> </nav> <!-- Mobile menu --> <div id="menu-sidebar" class="hs-overlay hs-overlay-open:translate-x-0 -translate-x-full transition-all duration-300 transform hidden fixed top-0 start-0 bottom-0 z-[60] w-64 bg-white border-e border-gray-200 pt-7 pb-10 overflow-y-auto lg:translate-x-0 lg:end-auto lg:bottom-0 [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-slate-700 dark:[&::-webkit-scrollbar-thumb]:bg-slate-500 dark:bg-gray-800 dark:border-gray-700"> <div class="px-6 flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 dark:text-slate-100 text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl ml-1 dark:text-slate-100 font-semibold text-gray-500 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
FinQuota.com
</a> </div> <nav class="hs-accordion-group p-6 w-full flex flex-col flex-wrap" data-hs-accordion-always-open> <ul class="space-y-1.5"> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/"> <svg class="size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
Home
</a> </li> <li class="hs-accordion" id="account-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg class="size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="15" r="3"></circle><circle cx="9" cy="7" r="4"></circle><path d="M10 15H6a4 4 0 0 0-4 4v2"></path><path d="m21.7 16.4-.9-.3"></path><path d="m15.2 13.9-.9-.3"></path><path d="m16.6 18.7.3-.9"></path><path d="m19.1 12.2.3-.9"></path><path d="m19.6 18.7-.4-1"></path><path d="m16.8 12.3-.4-1"></path><path d="m14.3 16.6 1-.4"></path><path d="m20.7 13.8 1-.4"></path></svg>
Account
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="account-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/login/">
Sign In
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/signup/">
Sign Up
</a> </li> </ul> </div> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/news/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v11.75A2.75 2.75 0 0 0 16.75 18h-12A2.75 2.75 0 0 1 2 15.25V3.5Zm3.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Zm0 3a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5ZM5 5.75A.75.75 0 0 1 5.75 5h4.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 5 8.25v-2.5Z" clip-rule="evenodd"></path> <path d="M16.5 6.5h-1v8.75a1.25 1.25 0 1 0 2.5 0V8a1.5 1.5 0 0 0-1.5-1.5Z"></path> </svg>
News
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/screener/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path d="M10 3.75a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM17.25 4.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM5 3.75a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 .75.75ZM4.25 17a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM17.25 17a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5h5.5ZM9 10a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5A.75.75 0 0 1 9 10ZM17.25 10.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5h1.5ZM14 10a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM10 16.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z"></path> </svg>
Screener
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/backtest/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 2 10Z" clip-rule="evenodd"></path> </svg>
Backtests
</a> </li> <li class="hs-accordion" id="tools-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path fill-rule="evenodd" d="M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.752-.15L15.34 6.66a.454.454 0 0 1-.493.11 3.01 3.01 0 0 1-1.618-1.616.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8.096.007.193.01.291.01ZM5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" clip-rule="evenodd"></path> <path d="M14.5 11.5c.173 0 .345-.007.514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41 2.172-2.607c.052-.063.147-.138.342-.196.202-.06.469-.087.777-.067.128.008.257.012.387.012ZM6 4.586l2.33 2.33a.452.452 0 0 1-.08.09L6.8 8.214 4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31v1.277Z"></path> </svg>
Tools
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="tools-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a href="/compare/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Compare Stocks
</a> </li> <li> <a href="/dividend/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Dividend Calculator
</a> </li> <li> <a href="/option/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Options Calculator
</a> </li> <li> <a href="/holidays/nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
NYSE Holidays
</a> </li> <li> <a href="/holidays/nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
NASDAQ Holidays
</a> </li> <li> <a href="/earning-calendar/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Earnings Calendar
</a> </li> <li> <a href="/widgets/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Widgets
</a> </li> </ul> </div> </li> <li class="hs-accordion" id="quick-filter-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path fill-rule="evenodd" d="M2.628 1.601C5.028 1.206 7.49 1 10 1s4.973.206 7.372.601a.75.75 0 0 1 .628.74v2.288a2.25 2.25 0 0 1-.659 1.59l-4.682 4.683a2.25 2.25 0 0 0-.659 1.59v3.037c0 .684-.31 1.33-.844 1.757l-1.937 1.55A.75.75 0 0 1 8 18.25v-5.757a2.25 2.25 0 0 0-.659-1.591L2.659 6.22A2.25 2.25 0 0 1 2 4.629V2.34a.75.75 0 0 1 .628-.74Z" clip-rule="evenodd"></path> </svg>
Filter
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="quick-filter-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Dividend Stocks
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/dividend-stocks/united-states/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
US Dividend Stocks
</a> </li> <li> <a href="/best/monthly-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Monthly Dividend Stocks
</a> </li> <li> <a href="/best/annual-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Annual Dividend Stocks
</a> </li> <li> <a href="/best/quarterly-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Quarterly Dividend Stocks
</a> </li> <li> <a href="/best/semi-annual-dividend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Semi-Annual Dividend Stocks
</a> </li> </ul> </li> <li> <a href="/best/penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Penny Stocks
</a> </li> <li> <a href="/best/undervalued/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Undervalued Stocks
</a> </li> <li> <a href="/best/new/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
New Stocks
</a> </li> <li> <a href="/best/uptrend-stocks/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Uptrend Stocks
</a> </li> <li> <a href="/best/uptrend-stocks/penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Uptrend Penny Stocks
</a> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
Blue Chip
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/blue-chip/high-dividends/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Stocks With High Dividends
</a> </li> <li> <a href="/best/blue-chip/under-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Under $10
</a> </li> <li> <a href="/best/blue-chip/under-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Under $20
</a> </li> <li> <a href="/best/blue-chip/under-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Blue Chip Under $50
</a> </li> <li> <a href="/best/blue-chip/undervalued/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Undervalued Blue Chip Stocks
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Cap
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/small-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Small Cap
</a> </li> <li> <a href="/best/micro-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Micro Cap
</a> </li> <li> <a href="/best/mid-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Mid Cap
</a> </li> <li> <a href="/best/large-cap/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best Large Cap
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Sector
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/oil/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Oil Stocks
</a> </li> <li> <a href="/best/energy/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Energy Stocks
</a> </li> <li> <a href="/best/technology/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Technology Stocks
</a> </li> <li> <a href="/best/ai/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
AI Stocks
</a> </li> <li> <a href="/best/pharma/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Pharma Stocks
</a> </li> <li> <a href="/best/financial/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Financial Stocks
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Price
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/under-200/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $200
</a> </li> <li> <a href="/best/under-100/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $100
</a> </li> <li> <a href="/best/under-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $50
</a> </li> <li> <a href="/best/under-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $20
</a> </li> <li> <a href="/best/under-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $10
</a> </li> <li> <a href="/best/under-5/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $5
</a> </li> <li> <a href="/best/under-1/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Under $1
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By 52 Week Range
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/52-week/52-week-low/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Low
</a> </li> <li> <a href="/best/52-week/52-week-low-nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Nasdaq Low
</a> </li> <li> <a href="/best/52-week/52-week-low-nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week NYSE Low
</a> </li> <li> <a href="/best/52-week/52-week-low-penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Low Penny
</a> </li> <li> <a href="/best/52-week/blue-chip-52-week-low/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Low Blue Chip
</a> </li> <li> <a href="/best/52-week/52-week-high/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
UBest 52 Week High
</a> </li> <li> <a href="/best/52-week/52-week-high-nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week Nasdaq High
</a> </li> <li> <a href="/best/52-week/52-week-high-nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week NYSE High
</a> </li> <li> <a href="/best/52-week/52-week-high-penny/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Best 52 Week High Penny
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Exchange
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/nasdaq/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Nasdaq Stocks
</a> </li> <li> <a href="/best/nyse/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
NYSE Stocks
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Insider Activity
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/insider-buy/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Insider Buying
</a> </li> <li> <a href="/best/insider-sell/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Insider Selling
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By Indicator
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/macd-crossed-up/daily/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
MACD Crossed Above Signal Line
</a> </li> <li> <a href="/best/macd-crossed-above-zero/daily/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
MACD Crossed Above Zero
</a> </li> <li> <a href="/best/rsi/above-90/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 90
</a> </li> <li> <a href="/best/rsi/above-80/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 80
</a> </li> <li> <a href="/best/rsi/above-70/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 70
</a> </li> <li> <a href="/best/rsi/above-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Above 50
</a> </li> <li> <a href="/best/rsi/below-50/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 50
</a> </li> <li> <a href="/best/rsi/below-30/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 30
</a> </li> <li> <a href="/best/rsi/below-20/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 20
</a> </li> <li> <a href="/best/rsi/below-10/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
RSI Below 10
</a> </li> </ul> </li> <li class="hs-dropdown relative [--strategy:static] sm:[--strategy:absolute] [--adaptive:none]"> <button type="button" class="w-full flex justify-between items-center text-sm text-gray-800 rounded-lg py-2 px-3 hover:bg-gray-100 focus:ring-2 focus:ring-blue-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300">
By P/E Ratio
<svg class="sm:-rotate-90 ms-2 flex-shrink-0 size-4 text-gray-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"></path></svg> </button> <ul class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 hidden z-10 sm:mt-2 bg-white sm:shadow-md rounded-lg p-2 dark:bg-gray-800 sm:dark:border dark:border-gray-700 dark:divide-gray-700 before:absolute sm:border before:-end-5 before:top-0 before:h-full before:w-5 top-0 end-full !mx-[10px]"> <li> <a href="/best/pe-ratio/tech-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Tech Stocks with Low PE
</a> </li> <li> <a href="/best/pe-ratio/under-1-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
PE Ratio Less Than 1
</a> </li> <li> <a href="/best/pe-ratio/under-10-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
PE Ratio Less Than 10
</a> </li> <li> <a href="/best/pe-ratio/under-15-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
PE Ratio Less Than 15
</a> </li> <li> <a href="/best/pe-ratio/us-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
US stocks With Low PE
</a> </li> <li> <a href="/best/pe-ratio/low-pe-high-dividends/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Low PE & High Dividends
</a> </li> <li> <a href="/best/pe-ratio/low-pe-high-eps/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Low PE & High EPS
</a> </li> <li> <a href="/best/pe-ratio/large-cap-low-pe/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Large Cap & Lowest PE
</a> </li> </ul> </li> </ul> </div> </li> <li class="hs-accordion" id="quick-filter-accordion"> <button type="button" class="hs-accordion-toggle hs-accordion-active:text-blue-600 hs-accordion-active:hover:bg-transparent w-full text-start flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:hs-accordion-active:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5"> <path d="M10.75 16.82A7.462 7.462 0 0 1 15 15.5c.71 0 1.396.098 2.046.282A.75.75 0 0 0 18 15.06v-11a.75.75 0 0 0-.546-.721A9.006 9.006 0 0 0 15 3a8.963 8.963 0 0 0-4.25 1.065V16.82ZM9.25 4.065A8.963 8.963 0 0 0 5 3c-.85 0-1.673.118-2.454.339A.75.75 0 0 0 2 4.06v11a.75.75 0 0 0 .954.721A7.506 7.506 0 0 1 5 15.5c1.579 0 3.042.487 4.25 1.32V4.065Z"></path> </svg>
Learning
<svg class="hs-accordion-active:block ms-auto hidden size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m18 15-6-6-6 6"></path></svg> <svg class="hs-accordion-active:hidden ms-auto block size-4 text-gray-600 group-hover:text-gray-500 dark:text-gray-400" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5L8.16086 10.6869C8.35239 10.8637 8.64761 10.8637 8.83914 10.6869L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path> </svg> </button> <div id="quick-filter-accordion" class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden"> <ul class="pt-2 ps-2"> <li> <a href="/best/stock-market-books/" class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-800 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600">
Books
</a> </li> </ul> </div> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/best/trading-platforms/"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="24" height="24" class="size-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"></path> </svg>
Trading Platforms
</a> </li> <li> <a class="flex items-center gap-x-3.5 py-2 px-2.5 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-900 dark:text-slate-400 dark:hover:text-slate-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" target="_blank" href="https://forum.finquota.com"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24" class="size-4"> <path d="M3.505 2.365A41.369 41.369 0 0 1 9 2c1.863 0 3.697.124 5.495.365 1.247.167 2.18 1.108 2.435 2.268a4.45 4.45 0 0 0-.577-.069 43.141 43.141 0 0 0-4.706 0C9.229 4.696 7.5 6.727 7.5 8.998v2.24c0 1.413.67 2.735 1.76 3.562l-2.98 2.98A.75.75 0 0 1 5 17.25v-3.443c-.501-.048-1-.106-1.495-.172C2.033 13.438 1 12.162 1 10.72V5.28c0-1.441 1.033-2.717 2.505-2.914Z"></path> <path d="M14 6c-.762 0-1.52.02-2.271.062C10.157 6.148 9 7.472 9 8.998v2.24c0 1.519 1.147 2.839 2.71 2.935.214.013.428.024.642.034.2.009.385.09.518.224l2.35 2.35a.75.75 0 0 0 1.28-.531v-2.07c1.453-.195 2.5-1.463 2.5-2.915V8.998c0-1.526-1.157-2.85-2.729-2.936A41.645 41.645 0 0 0 14 6Z"></path> </svg>
Forum
</a> </li> </ul> </nav> </div> </header> <nav class="sticky -top-px text-sm z-10 font-medium text-black bg-gray-100 ring-1 ring-gray-900 ring-opacity-5 border-t shadow-sm shadow-gray-100 pt-6 pb-6 -mt-px dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7]" aria-label="Jump links"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var l=(o,t)=>{let i=async()=>{await(await o())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();;(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="Z1MH0JK" prefix="r2" component-url="/_astro/SearchTicker.BHyFZuOX.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{}" ssr="" client="idle" opts="{"name":"SearchTicker","value":true}" await-children=""><div class="mx-auto sm:block"><form><label for="icon" class="sr-only">Search Ticker</label><div class="flex items-center justify-center"><div class="relative w-10/12"><div class="absolute inset-y-0 start-0 flex items-center pointer-events-none z-20 ps-4"><svg class="flex-shrink-0 h-4 w-4 dark:text-gray-300 text-gray-500" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg></div><input type="text" id="icon" autoComplete="off" name="icon" class="py-2 px-4 ps-11 pe-20 block dark:bg-gray-800 bg-slate-50 w-full shadow-sm rounded-lg text-sm dark:text-gray-300 dark:border-gray-800 focus:z-10 border focus:border-slate-400 focus:ring-slate-400 placeholder:dark:text-gray-300 border-slate-300 text-gray-500" placeholder="Search Ticker"/><div id="autocomplete-list" class="hidden"></div></div></div></form></div><!--astro:end--></astro-island> </nav> <div class="flex flex-col flex-1 bg-gray-100 overflow-auto p-6 dark:bg-slate-900 dark:border-gray-800 dark:shadow-slate-700/[.7] dark:text-gray-300"> <ol class="flex items-center mb-5 whitespace-nowrap" aria-label="Breadcrumb"> <li class="inline-flex items-center"> <a class="flex items-center text-sm text-gray-500 hover:text-blue-600 focus:outline-none focus:text-blue-600 dark:focus:text-blue-500" href="/">
Home
</a> <svg class="flex-shrink-0 mx-2 overflow-visible size-4 text-gray-400 dark:text-neutral-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="m9 18 6-6-6-6"></path> </svg> </li> <li class="inline-flex items-center"> <a class="flex items-center text-sm text-gray-500 hover:text-blue-600 focus:outline-none focus:text-blue-600 dark:focus:text-blue-500" href="/WKHS/"> WKHS </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"> WKHS 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/WKHS.svg" class="max-h-14 w-20 py-2" alt="Logo Workhorse Group Inc." width="100" height="100" loading="lazy" decoding="async"> <div class="sm:ml-3 ml-0"> <h1 class="mb-0 text-2xl">WKHS</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.workhorse.com" title="Workhorse Group Inc.">Workhorse Group Inc.</a> </h2> </div> </div> <astro-island uid="C56Be" prefix="r3" component-url="/_astro/PriceStockBlock.Cv7vZ9vD.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"lastUpdate":[0,"12-27-2024 1:42pm"],"lastPrice":[0,0.7931],"dayBefore":[0,0.838]}" ssr="" client="idle" opts="{"name":"PriceStockBlock","value":true}" await-children=""><div class="flex flex-col items-end price-block"><p class="mb text-sm text-gray-700 dark:text-slate-200">as <!-- -->12-27-2024 1:42pm<!-- --> 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>Consumer Discretionary</p> <p>Auto Manufacturing</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>Workhorse Group Inc is a technology company with a vision to pioneer the transition to zero-emission commercial vehicles. Its focus is to provide sustainable and cost-effective solutions to the commercial transportation sector. It designs and manufactures all-electric delivery trucks and drone systems, including the technology that optimizes the way these vehicles operate. It's focused on a core competency of bringing electric delivery vehicle platforms to serve the last-mile delivery market. Its products are marketed under the Workhorse brand.</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="6p2ED" component-url="/_astro/MLSpeedometer.Bmzszq1c.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"base":[0,{"id":[0,0],"ticker":[0,"WKHS"],"company_name":[0,"Workhorse Group Inc."],"company_founded":[0,2007],"short_description":[0,"Workhorse Group Inc is a technology company with a vision to pioneer the transition to zero-emission commercial vehicles. Its focus is to provide sustainable and cost-effective solutions to the commercial transportation sector. It designs and manufactures all-electric delivery trucks and drone systems, including the technology that optimizes the way these vehicles operate. It's focused on a core competency of bringing electric delivery vehicle platforms to serve the last-mile delivery market. Its products are marketed under the Workhorse brand."],"description":[0,""],"company_url":[0,"https://www.workhorse.com"],"logo_url":[0,"/company-logo/WKHS.svg"],"country":[0,"United States"],"city":[0,"LOVELAND"],"employees":[0,0],"industry":[0,"Auto Manufacturing"],"sector":[0,"Consumer Discretionary"],"market":[0,"stocks"],"exchange":[0,"Nasdaq"],"market_cap":[0,44260077],"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,"WKHS"],"accuracy":[0,0.8885542],"rsi":[0,41.91782162020176],"supports":[0,0.731],"resistances":[0,0.931],"rsi_range":[0,"{\"percent_5\":19.59215061108918,\"percent_10\":24.420620948629136,\"percent_15\":30.701400218954745,\"percent_20\":32.860129980786695,\"percent_25\":34.19222277599455,\"percent_30\":37.28512465512845,\"percent_35\":39.193504432243905,\"percent_40\":42.13031425670537,\"percent_65\":49.51931706532698,\"percent_70\":50.01779749043451,\"percent_75\":52.42769954964166,\"percent_80\":52.81752712511989,\"percent_85\":54.64653508396925,\"percent_90\":56.55421680974225,\"percent_max\":78.7651917711718,\"percent_median\":44.75067437180798}"],"atr":[0,0.08845000181879316],"macd":[0,-0.020758686348665963],"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.1940000057220459],"stoch_oscillator":[0,19.34599374453074],"stoch_oscillator_range":[0,"{\"percent_5\":1.0869555358399505,\"percent_10\":2.8754002127866616,\"percent_15\":4.153357978804742,\"percent_20\":6.909088505201155,\"percent_25\":12.068955594944867,\"percent_75\":48.08509310752221,\"percent_80\":56.10859911563975,\"percent_85\":63.56877611719381,\"percent_90\":73.73737495367094,\"percent_max\":97.87234258414273,\"percent_median\":26.235223949424764}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-27T14:30:00Z"]}],"hourly":[0,{"ticker":[0,"WKHS"],"accuracy":[0,0.90182185],"rsi":[0,50.80746605739025],"rsi_range":[0,"{\"percent_5\":8.35920925939503,\"percent_10\":21.705525349445466,\"percent_15\":27.170363591094954,\"percent_20\":29.63268107875402,\"percent_25\":33.601267984258186,\"percent_30\":36.244922893513866,\"percent_35\":37.482556261376736,\"percent_40\":38.48600043975608,\"percent_65\":48.284371232093044,\"percent_70\":48.69319011296578,\"percent_75\":49.50244178510124,\"percent_80\":50.270261662527275,\"percent_85\":50.80746605739025,\"percent_90\":53.53026976103457,\"percent_max\":61.9694327060287,\"percent_median\":46.386037278260865}"],"atr":[0,0.037207147904804776],"supports":[0,0.77],"resistances":[0,0.7985],"macd":[0,0.007121509624219265],"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.012400031089782715],"stoch_oscillator":[0,85.16052965380729],"stoch_oscillator_range":[0,"{\"percent_5\":0.6409791055177847,\"percent_10\":4.753726314323345,\"percent_15\":7.142844978653039,\"percent_20\":10.428680711961128,\"percent_25\":13.11916620520276,\"percent_75\":56.729156776982656,\"percent_80\":75.7831280742631,\"percent_85\":85.89069136460974,\"percent_90\":91.8552007398096,\"percent_max\":99.47359711513651,\"percent_median\":31.8181695031586}"],"ai_decision":[0,"hold"],"timestamp":[0,"2024-12-27T18:30:00Z"]}]}],"sample":[0,{"daily":[1,[[0,{"open":[0,3.6],"low":[0,3.44],"high":[0,3.8],"close":[0,3.64],"volume":[0,488835],"signal":[0,1],"sma_5":[0,3.899999904632568],"sma_10":[0,3.5639999389648436],"sma_20":[0,3.424999988079071],"sma_50":[0,4.320799975395203],"sma_100":[0,5.271399972438812],"ema_9":[0,3.6765008181498833],"ema_12":[0,3.6365309804746877],"ema_26":[0,3.7492051603357273],"ema_50":[0,4.20765790735925],"ema_200":[0,5.768141147801545],"ulcer_index":[0,16.994237419170098],"force_index":[0,87264.56015472778],"easy_movement":[0,1.9776771263503528],"volume_weighted_avg":[0,3.4914997540341033],"channel_index":[0,-19.051223514342837],"williams_r":[0,-57.746487859457964],"mass_index":[0,25.05524424101685],"obv":[0,-7005295],"rsi":[0,47.03189101276307],"rsi_2":[0,26.518309193022006],"vwma":[0,3.462345566039265],"macd":[0,0.14080004188797574],"stoch":[0,42.253512140542036],"bb_middle":[0,3.424999988079071],"bb_low":[0,2.7656822527513114],"bb_upper":[0,4.084317723406831],"timestamp":[0,"2024-05-13T14:30:00Z"]}],[0,{"open":[0,3.84],"low":[0,3.72],"high":[0,4.22],"close":[0,4.18],"volume":[0,1136735],"signal":[0,1],"sma_5":[0,3.8559999465942383],"sma_10":[0,3.59399995803833],"sma_20":[0,3.42299998998642],"sma_50":[0,4.258799982070923],"sma_100":[0,5.235799975395203],"ema_9":[0,3.6692006754600013],"ema_12":[0,3.637064680809011],"ema_26":[0,3.7410249780997136],"ema_50":[0,4.18173564639674],"ema_200":[0,5.673390410108],"ulcer_index":[0,16.205358092018265],"force_index":[0,77592.28733028057],"easy_movement":[0,0.556650761710774],"volume_weighted_avg":[0,3.508656672017084],"channel_index":[0,-91.64236793290215],"williams_r":[0,-54.9295724987206],"mass_index":[0,25.398789325074027],"obv":[0,-5800935],"rsi":[0,47.78341167623533],"rsi_2":[0,32.752504843145985],"vwma":[0,3.454114470843037],"macd":[0,0.11949565756642455],"stoch":[0,45.070427501279404],"bb_middle":[0,3.42299998998642],"bb_low":[0,2.7665520650372777],"bb_upper":[0,4.079447914935562],"timestamp":[0,"2024-05-14T14:30:00Z"]}],[0,{"open":[0,4.16],"low":[0,3.72],"high":[0,4.6],"close":[0,4.54],"volume":[0,1505255],"signal":[0,1],"sma_5":[0,3.8959999084472656],"sma_10":[0,3.709999942779541],"sma_20":[0,3.452999985218048],"sma_50":[0,4.217599983215332],"sma_100":[0,5.2075999736785885],"ema_9":[0,3.7713605061172064],"ema_12":[0,3.7205931872770956],"ema_26":[0,3.7737234716311603],"ema_50":[0,4.18898992516957],"ema_200":[0,5.805681387603113],"ulcer_index":[0,14.95797288416503],"force_index":[0,154199.978779927],"easy_movement":[0,1.712276053116076],"volume_weighted_avg":[0,3.5788861465247344],"channel_index":[0,46.57978948160972],"williams_r":[0,-16.90142500426467],"mass_index":[0,25.782477186333455],"obv":[0,-6036645],"rsi":[0,56.64445328324141],"rsi_2":[0,79.5641976999449],"vwma":[0,3.4946706641287086],"macd":[0,0.13649150067823254],"stoch":[0,83.09857499573533],"bb_middle":[0,3.452999985218048],"bb_low":[0,2.720194530455391],"bb_upper":[0,4.185805439980705],"timestamp":[0,"2024-05-15T14:30:00Z"]}],[0,{"open":[0,4.6],"low":[0,4.34],"high":[0,5.42],"close":[0,5.06],"volume":[0,1677125],"signal":[0,0],"sma_5":[0,4.031999921798706],"sma_10":[0,3.8339999437332155],"sma_20":[0,3.506999981403351],"sma_50":[0,4.1907999801635745],"sma_100":[0,5.178999972343445],"ema_9":[0,3.9250883972847412],"ema_12":[0,3.846655773539269],"ema_26":[0,3.830530152564432],"ema_50":[0,4.204585609982427],"ema_200":[0,5.82987514503497],"ulcer_index":[0,13.350795014987613],"force_index":[0,209583.50536039844],"easy_movement":[0,2.6520775746793532],"volume_weighted_avg":[0,3.700674187076704],"channel_index":[0,117.8631288725544],"williams_r":[0,-3.7499966472385315],"mass_index":[0,26.25686062898952],"obv":[0,-5100190],"rsi":[0,61.35347107282832],"rsi_2":[0,89.40133249683602],"vwma":[0,3.579347822366577],"macd":[0,0.1646556658058196],"stoch":[0,96.25000335276147],"bb_middle":[0,3.506999981403351],"bb_low":[0,2.634277903150179],"bb_upper":[0,4.379722059656523],"timestamp":[0,"2024-05-16T14:30:00Z"]}],[0,{"open":[0,5],"low":[0,4.34],"high":[0,5.44],"close":[0,4.8],"volume":[0,1236440],"signal":[0,1],"sma_5":[0,4.203999948501587],"sma_10":[0,4.011999940872192],"sma_20":[0,3.6079999804496765],"sma_50":[0,4.170799980163574],"sma_100":[0,5.1545999717712405],"ema_9":[0,4.1520707063633315],"ema_12":[0,4.033324101710358],"ema_26":[0,3.921556529441306],"ema_50":[0,4.236300684757042],"ema_200":[0,5.785427092797088],"ulcer_index":[0,11.521566831860147],"force_index":[0,304229.3691761529],"easy_movement":[0,5.978686974661203],"volume_weighted_avg":[0,3.874158282532566],"channel_index":[0,132.65237282340283],"williams_r":[0,-14.876038105987105],"mass_index":[0,26.859392123101465],"obv":[0,-2963895],"rsi":[0,66.94418202591814],"rsi_2":[0,95.5665559598671],"vwma":[0,3.7234587175449017],"macd":[0,0.20818035267991475],"stoch":[0,85.1239618940129],"bb_middle":[0,3.6079999804496765],"bb_low":[0,2.5311602528225783],"bb_upper":[0,4.684839708076774],"timestamp":[0,"2024-05-17T14:30:00Z"]}],[0,{"open":[0,5.1],"low":[0,4.56],"high":[0,5.12],"close":[0,4.7],"volume":[0,708605],"signal":[0,1],"sma_5":[0,4.444000005722046],"sma_10":[0,4.1719999551773075],"sma_20":[0,3.6869999885559084],"sma_50":[0,4.14479998588562],"sma_100":[0,5.128599972724914],"ema_9":[0,4.28165660327023],"ema_12":[0,4.151274278145683],"ema_26":[0,3.9866991653744366],"ema_50":[0,4.261335484272688],"ema_200":[0,5.834482013933216],"ulcer_index":[0,10.4923390918219],"force_index":[0,214843.07289656042],"easy_movement":[0,5.862581785896043],"volume_weighted_avg":[0,3.9937889770771378],"channel_index":[0,40.60417337702468],"williams_r":[0,-26.229502109711238],"mass_index":[0,27.445799894709022],"obv":[0,-4537575],"rsi":[0,62.101111044759044],"rsi_2":[0,60.42025056522445],"vwma":[0,3.8029530830377976],"macd":[0,0.20888270014586902],"stoch":[0,73.77049789028877],"bb_middle":[0,3.6869999885559084],"bb_low":[0,2.5085756585239123],"bb_upper":[0,4.8654243185879045],"timestamp":[0,"2024-05-20T14:30:00Z"]}],[0,{"open":[0,4.54],"low":[0,4.12],"high":[0,4.56],"close":[0,4.26],"volume":[0,676765],"signal":[0,1],"sma_5":[0,4.655999946594238],"sma_10":[0,4.255999946594239],"sma_20":[0,3.7639999747276307],"sma_50":[0,4.11479998588562],"sma_100":[0,5.099999971389771],"ema_9":[0,4.365325244465138],"ema_12":[0,4.2356935895139625],"ema_26":[0,4.039527158220009],"ema_50":[0,4.278171889754392],"ema_200":[0,5.8158361132944245],"ulcer_index":[0,8.175307433077657],"force_index":[0,174028.39009153162],"easy_movement":[0,5.760562254745144],"volume_weighted_avg":[0,4.094327982134265],"channel_index":[0,-59.708786653679226],"williams_r":[0,-30.833342439598145],"mass_index":[0,27.759273132278125],"obv":[0,-4870980],"rsi":[0,60.29384732890684],"rsi_2":[0,47.096629092967],"vwma":[0,3.8592153618418528],"macd":[0,0.19236766673483735],"stoch":[0,69.16665756040186],"bb_middle":[0,3.7639999747276307],"bb_low":[0,2.533286418295229],"bb_upper":[0,4.994713531160032],"timestamp":[0,"2024-05-21T14:30:00Z"]}],[0,{"open":[0,4.22],"low":[0,4.1],"high":[0,4.62],"close":[0,4.24],"volume":[0,504615],"signal":[0,1],"sma_5":[0,4.6720000267028805],"sma_10":[0,4.283999967575073],"sma_20":[0,3.815999984741211],"sma_50":[0,4.073599987030029],"sma_100":[0,5.067199974060059],"ema_9":[0,4.344260241319959],"ema_12":[0,4.239433064712179],"ema_26":[0,4.055794853578053],"ema_50":[0,4.274896456133424],"ema_200":[0,5.748852515770793],"ulcer_index":[0,8.233109577859262],"force_index":[0,106628.05226354132],"easy_movement":[0,3.284644207300141],"volume_weighted_avg":[0,4.127532765375364],"channel_index":[0,-65.4787657252274],"williams_r":[0,-50.86205780293596],"mass_index":[0,27.93100098202351],"obv":[0,-5029655],"rsi":[0,52.997582961364095],"rsi_2":[0,16.016374196269766],"vwma":[0,3.89086188708689],"macd":[0,0.14379071985985023],"stoch":[0,49.137942197064035],"bb_middle":[0,3.815999984741211],"bb_low":[0,2.59376599897175],"bb_upper":[0,5.038233970510672],"timestamp":[0,"2024-05-22T14:30:00Z"]}],[0,{"open":[0,4.66],"low":[0,3.84],"high":[0,4.66],"close":[0,3.92],"volume":[0,1352905],"signal":[0,1],"sma_5":[0,4.611999988555908],"sma_10":[0,4.321999955177307],"sma_20":[0,3.8669999718666075],"sma_50":[0,4.047999982833862],"sma_100":[0,5.035599970817566],"ema_9":[0,4.32340814723886],"ema_12":[0,4.239520239196706],"ema_26":[0,4.0693487431972475],"ema_50":[0,4.269866779282772],"ema_200":[0,5.660263675279471],"ulcer_index":[0,8.837619433348552],"force_index":[0,89954.02932874276],"easy_movement":[0,3.3797838885512435],"volume_weighted_avg":[0,4.192643415285063],"channel_index":[0,-89.3725240056668],"williams_r":[0,-52.17392656438095],"mass_index":[0,27.891970042716167],"obv":[0,-4876480],"rsi":[0,52.68790509792221],"rsi_2":[0,15.10986345032434],"vwma":[0,3.9248026293052405],"macd":[0,0.10414372150458945],"stoch":[0,47.82607343561905],"bb_middle":[0,3.8669999718666075],"bb_low":[0,2.663520061169856],"bb_upper":[0,5.070479882563359],"timestamp":[0,"2024-05-23T14:30:00Z"]}],[0,{"open":[0,3.94],"low":[0,3.8],"high":[0,4.4],"close":[0,4.3],"volume":[0,571555],"signal":[0,1],"sma_5":[0,4.384000015258789],"sma_10":[0,4.293999981880188],"sma_20":[0,3.9059999704360964],"sma_50":[0,4.018799982070923],"sma_100":[0,5.002799973487854],"ema_9":[0,4.242726533053951],"ema_12":[0,4.190363292169456],"ema_26":[0,4.058294970869259],"ema_50":[0,4.256512633487483],"ema_200":[0,5.650305140061018],"ulcer_index":[0,10.310763896182566],"force_index":[0,15256.220152046946],"easy_movement":[0,2.8231259949044523],"volume_weighted_avg":[0,4.238311696796256],"channel_index":[0,51.87494723926874],"williams_r":[0,-68.4684667269157],"mass_index":[0,27.807718033402345],"obv":[0,-6670255],"rsi":[0,47.8304239330352],"rsi_2":[0,5.375024093828131],"vwma":[0,3.954195933146989],"macd":[0,0.052843985644285565],"stoch":[0,31.531533273084317],"bb_middle":[0,3.9059999704360964],"bb_low":[0,2.749654028774109],"bb_upper":[0,5.062345912098084],"timestamp":[0,"2024-05-24T14:30:00Z"]}],[0,{"open":[0,4.24],"low":[0,4.06],"high":[0,4.34],"close":[0,4.2],"volume":[0,363870],"signal":[0,1],"sma_5":[0,4.284000015258789],"sma_10":[0,4.364000010490417],"sma_20":[0,3.9639999747276304],"sma_50":[0,4.00399998664856],"sma_100":[0,4.973599977493286],"ema_9":[0,4.254181264557541],"ema_12":[0,4.207230498440271],"ema_26":[0,4.076126326133103],"ema_50":[0,4.255289091353217],"ema_200":[0,5.578009105975748],"ulcer_index":[0,11.064612392554263],"force_index":[0,44103.96647813512],"easy_movement":[0,0.5613785513913265],"volume_weighted_avg":[0,4.324141757414166],"channel_index":[0,-73.69208815013803],"williams_r":[0,-56.999993324279785],"mass_index":[0,27.781064291544602],"obv":[0,-5758085],"rsi":[0,53.3310467915101],"rsi_2":[0,62.60095785700022],"vwma":[0,3.994108345995681],"macd":[0,0.04141148372082332],"stoch":[0,43.000006675720215],"bb_middle":[0,3.9639999747276304],"bb_low":[0,2.8516259320931376],"bb_upper":[0,5.076374017362124],"timestamp":[0,"2024-05-28T14:30:00Z"]}],[0,{"open":[0,4.2],"low":[0,3.8],"high":[0,4.2],"close":[0,3.8],"volume":[0,379205],"signal":[0,1],"sma_5":[0,4.184000015258789],"sma_10":[0,4.419999980926514],"sma_20":[0,4.006999969482422],"sma_50":[0,3.981599979400635],"sma_100":[0,4.944999976158142],"ema_9":[0,4.243344973523505],"ema_12":[0,4.20611809139084],"ema_26":[0,4.085356691020867],"ema_50":[0,4.255317586614599],"ema_200":[0,5.608442693642135],"ulcer_index":[0,11.960723783824221],"force_index":[0,32605.14502764538],"easy_movement":[0,0.6538851986286479],"volume_weighted_avg":[0,4.350541754697619],"channel_index":[0,-97.70913207632813],"williams_r":[0,-62.00001239776611],"mass_index":[0,27.697079722832115],"obv":[0,-6355140],"rsi":[0,51.779481013930216],"rsi_2":[0,47.48616689047511],"vwma":[0,4.042238422325471],"macd":[0,0.02492425862703883],"stoch":[0,37.99998760223389],"bb_middle":[0,4.006999969482422],"bb_low":[0,2.92846207872645],"bb_upper":[0,5.085537860238394],"timestamp":[0,"2024-05-29T14:30:00Z"]}],[0,{"open":[0,3.84],"low":[0,3.84],"high":[0,4.12],"close":[0,3.96],"volume":[0,357995],"signal":[0,1],"sma_5":[0,4.091999959945679],"sma_10":[0,4.38199999332428],"sma_20":[0,4.045999968051911],"sma_50":[0,3.957999978065491],"sma_100":[0,4.911199977397919],"ema_9":[0,4.154675969249468],"ema_12":[0,4.143638368793969],"ema_26":[0,4.064146419723957],"ema_50":[0,4.234533056576584],"ema_200":[0,5.53158807456185],"ulcer_index":[0,13.663829068182052],"force_index":[0,6278.55752413793],"easy_movement":[0,-0.7043987744062372],"volume_weighted_avg":[0,4.351997157800798],"channel_index":[0,-86.3295800507541],"williams_r":[0,-82.00000524520874],"mass_index":[0,27.629576500276507],"obv":[0,-6446375],"rsi":[0,46.03049186108659],"rsi_2":[0,16.198230583257754],"vwma":[0,4.094021918228833],"macd":[0,-0.013168539738519502],"stoch":[0,17.99999475479126],"bb_middle":[0,4.045999968051911],"bb_low":[0,3.0606594237820013],"bb_upper":[0,5.031340512321821],"timestamp":[0,"2024-05-30T14:30:00Z"]}],[0,{"open":[0,4.02],"low":[0,3.9],"high":[0,4.12],"close":[0,3.9],"volume":[0,325710],"signal":[0,1],"sma_5":[0,4.03600001335144],"sma_10":[0,4.324000000953674],"sma_20":[0,4.0789999723434445],"sma_50":[0,3.9391999769210817],"sma_100":[0,4.880599977970124],"ema_9":[0,4.115740783061563],"ema_12":[0,4.115386326818293],"ema_26":[0,4.056504608037048],"ema_50":[0,4.226695992389975],"ema_200":[0,5.574810546599939],"ulcer_index":[0,14.847782104858638],"force_index":[0,13564.396397676985],"easy_movement":[0,-2.637900080097065],"volume_weighted_avg":[0,4.347935373505863],"channel_index":[0,-86.02326223458866],"williams_r":[0,-74.00000095367432],"mass_index":[0,27.595227467336365],"obv":[0,-6347330],"rsi":[0,48.48829978790754],"rsi_2":[0,45.12389999992459],"vwma":[0,4.112541140653263],"macd":[0,-0.0269306304216472],"stoch":[0,25.999999046325684],"bb_middle":[0,4.0789999723434445],"bb_low":[0,3.1534104413188073],"bb_upper":[0,5.004589503368082],"timestamp":[0,"2024-05-31T14:30:00Z"]}],[0,{"open":[0,4],"low":[0,3.72],"high":[0,4],"close":[0,3.82],"volume":[0,561215],"signal":[0,1],"sma_5":[0,4.032000017166138],"sma_10":[0,4.208000016212464],"sma_20":[0,4.109999978542328],"sma_50":[0,3.9231999826431276],"sma_100":[0,4.847799980640412],"ema_9":[0,4.072592645441255],"ema_12":[0,4.082249961285428],"ema_26":[0,4.044729843431204],"ema_50":[0,4.206562047244864],"ema_200":[0,5.410995356133872],"ulcer_index":[0,15.601882326350756],"force_index":[0,8835.30705570569],"easy_movement":[0,-0.9763264201461629],"volume_weighted_avg":[0,4.391182953902554],"channel_index":[0,-82.14617711485283],"williams_r":[0,-76.99999809265137],"mass_index":[0,27.530444616807905],"obv":[0,-6142710],"rsi":[0,47.61781583087804],"rsi_2":[0,35.84461071328978],"vwma":[0,4.157804860701452],"macd":[0,-0.03886474907938779],"stoch":[0,23.000001907348633],"bb_middle":[0,4.109999978542328],"bb_low":[0,3.254663805279587],"bb_upper":[0,4.96533615180507],"timestamp":[0,"2024-06-03T14:30:00Z"]}],[0,{"open":[0,3.8],"low":[0,3.52],"high":[0,3.82],"close":[0,3.6],"volume":[0,480045],"signal":[0,1],"sma_5":[0,3.9359999656677247],"sma_10":[0,4.1099999904632565],"sma_20":[0,4.140999972820282],"sma_50":[0,3.910799980163574],"sma_100":[0,4.818199977874756],"ema_9":[0,4.022074102903786],"ema_12":[0,4.041903776445715],"ema_26":[0,4.02786497791077],"ema_50":[0,4.1826159303192645],"ema_200":[0,5.218583888660833],"ulcer_index":[0,16.541344770305983],"force_index":[0,1159.2206455034084],"easy_movement":[0,-0.24840489702083804],"volume_weighted_avg":[0,4.395290015848836],"channel_index":[0,-44.82441107752189],"williams_r":[0,-94.18605215295439],"mass_index":[0,27.474958732169423],"obv":[0,-6220640],"rsi":[0,46.42201652942698],"rsi_2":[0,23.149816492109963],"vwma":[0,4.204904859887003],"macd":[0,-0.050154011794805775],"stoch":[0,5.813947847045613],"bb_middle":[0,4.140999972820282],"bb_low":[0,3.380108389785592],"bb_upper":[0,4.901891555854972],"timestamp":[0,"2024-06-04T14:30:00Z"]}],[0,{"open":[0,3.62],"low":[0,3.48],"high":[0,3.64],"close":[0,3.58],"volume":[0,490500],"signal":[0,1],"sma_5":[0,3.815999984741211],"sma_10":[0,4],"sma_20":[0,4.127999973297119],"sma_50":[0,3.8987999820709227],"sma_100":[0,4.791199975013733],"ema_9":[0,3.9376592632739866],"ema_12":[0,3.973918572067359],"ema_26":[0,3.9962258201014795],"ema_50":[0,4.161964945439525],"ema_200":[0,5.246623698343953],"ulcer_index":[0,18.25012269018909],"force_index":[0,-14093.661630684843],"easy_movement":[0,-2.196179604179263],"volume_weighted_avg":[0,4.382483432900365],"channel_index":[0,-47.74702655928398],"williams_r":[0,-95.83333747254461],"mass_index":[0,27.357541187564888],"obv":[0,-7009660],"rsi":[0,43.17710032752068],"rsi_2":[0,7.853021459885781],"vwma":[0,4.249466337223503],"macd":[0,-0.06913075749096144],"stoch":[0,4.166662527455388],"bb_middle":[0,4.127999973297119],"bb_low":[0,3.339949208941026],"bb_upper":[0,4.9160507376532125],"timestamp":[0,"2024-06-05T14:30:00Z"]}],[0,{"open":[0,3.46],"low":[0,3.46],"high":[0,4],"close":[0,3.6],"volume":[0,587695],"signal":[0,1],"sma_5":[0,3.771999979019165],"sma_10":[0,3.9319999694824217],"sma_20":[0,4.107999968528747],"sma_50":[0,3.886399984359741],"sma_100":[0,4.762799973487854],"ema_9":[0,3.8661273953563273],"ema_12":[0,3.913315701977061],"ema_26":[0,3.9653851803332647],"ema_50":[0,4.138776670657471],"ema_200":[0,5.2226828567104375],"ulcer_index":[0,19.853827322546767],"force_index":[0,-13481.765153263168],"easy_movement":[0,-3.245888755718702],"volume_weighted_avg":[0,4.31737039430061],"channel_index":[0,-40.37586317644963],"williams_r":[0,-94.89796414865836],"mass_index":[0,27.087660884648056],"obv":[0,-7272075],"rsi":[0,42.88306142766255],"rsi_2":[0,7.01074631175139],"vwma":[0,4.246611464530995],"macd":[0,-0.07912593845045948],"stoch":[0,5.10203585134164],"bb_middle":[0,4.107999968528747],"bb_low":[0,3.2863528301417038],"bb_upper":[0,4.929647106915791],"timestamp":[0,"2024-06-06T14:30:00Z"]}],[0,{"open":[0,3.64],"low":[0,3.46],"high":[0,3.94],"close":[0,3.6],"volume":[0,374655],"signal":[0,1],"sma_5":[0,3.699999952316284],"sma_10":[0,3.8679999828338625],"sma_20":[0,4.094999969005585],"sma_50":[0,3.871999979019165],"sma_100":[0,4.734799971580506],"ema_9":[0,3.8129018971830564],"ema_12":[0,3.865113263834912],"ema_26":[0,3.9382559611459365],"ema_50":[0,4.115085350559936],"ema_200":[0,5.155034114234909],"ulcer_index":[0,20.947967305584577],"force_index":[0,-9876.708385160255],"easy_movement":[0,-5.441940416757231],"volume_weighted_avg":[0,4.1234592203937455],"channel_index":[0,-26.589964458982912],"williams_r":[0,-92.92929974055724],"mass_index":[0,26.879775578519652],"obv":[0,-6509910],"rsi":[0,43.299789954188945],"rsi_2":[0,23.434745926670914],"vwma":[0,4.233042323730904],"macd":[0,-0.08024016332438196],"stoch":[0,7.070700259442761],"bb_middle":[0,4.094999969005585],"bb_low":[0,3.250168609639492],"bb_upper":[0,4.939831328371677],"timestamp":[0,"2024-06-07T14:30:00Z"]}],[0,{"open":[0,3.6],"low":[0,3.44],"high":[0,3.7],"close":[0,3.44],"volume":[0,339590],"signal":[0,1],"sma_5":[0,3.6399999141693113],"sma_10":[0,3.8359999656677246],"sma_20":[0,4.064999973773956],"sma_50":[0,3.8511999797821046],"sma_100":[0,4.708199968338013],"ema_9":[0,3.77032149869333],"ema_12":[0,3.8243265987465813],"ema_26":[0,3.9132454163951182],"ema_50":[0,4.096716506642959],"ema_200":[0,5.176348739489136],"ulcer_index":[0,21.81873262726887],"force_index":[0,-8465.648532407495],"easy_movement":[0,-5.780024884483841],"volume_weighted_avg":[0,3.9899654586736553],"channel_index":[0,-60.81473687582868],"williams_r":[0,-91.5662723280456],"mass_index":[0,26.762724979111695],"obv":[0,-6725320],"rsi":[0,43.2945064085763],"rsi_2":[0,23.434745926670914],"vwma":[0,4.218200844857177],"macd":[0,-0.07675528592940185],"stoch":[0,8.433727671954388],"bb_middle":[0,4.064999973773956],"bb_low":[0,3.194976958924503],"bb_upper":[0,4.935022988623409],"timestamp":[0,"2024-06-10T14:30:00Z"]}],[0,{"open":[0,3.54],"low":[0,3.36],"high":[0,3.58],"close":[0,3.58],"volume":[0,280060],"signal":[0,1],"sma_5":[0,3.5639999389648436],"sma_10":[0,3.7499999523162844],"sma_20":[0,4.056999981403351],"sma_50":[0,3.8259999847412107],"sma_100":[0,4.6789999675750735],"ema_9":[0,3.704257210317274],"ema_12":[0,3.7651994162790325],"ema_26":[0,3.878008366646208],"ema_50":[0,4.063640570321872],"ema_200":[0,5.011921052899113],"ulcer_index":[0,22.38331884718509],"force_index":[0,-15018.063813550514],"easy_movement":[0,-6.208720437691022],"volume_weighted_avg":[0,3.89630992352444],"channel_index":[0,-60.27857586726326],"williams_r":[0,-100],"mass_index":[0,26.602577961273056],"obv":[0,-6689140],"rsi":[0,40.57334480907826],"rsi_2":[0,3.5230038359644453],"vwma":[0,4.236596670539162],"macd":[0,-0.08074729919421564],"stoch":[0,0],"bb_middle":[0,4.056999981403351],"bb_low":[0,3.1673011485761533],"bb_upper":[0,4.946698814230548],"timestamp":[0,"2024-06-11T14:30:00Z"]}],[0,{"open":[0,3.6],"low":[0,3.5],"high":[0,3.78],"close":[0,3.54],"volume":[0,542435],"signal":[0,1],"sma_5":[0,3.559999942779541],"sma_10":[0,3.687999963760376],"sma_20":[0,4.053999972343445],"sma_50":[0,3.8067999839782716],"sma_100":[0,4.655199966430664],"ema_9":[0,3.6794057529298456],"ema_12":[0,3.7367071688662077],"ema_26":[0,3.8557881967592516],"ema_50":[0,4.038816388653423],"ema_200":[0,4.8799525781618005],"ulcer_index":[0,22.43177712611269],"force_index":[0,-7271.432621921353],"easy_movement":[0,-4.447854460149451],"volume_weighted_avg":[0,3.8482845092003584],"channel_index":[0,-68.3284954455577],"williams_r":[0,-83.07692025540133],"mass_index":[0,26.027518244110365],"obv":[0,-6072315],"rsi":[0,43.91613507865436],"rsi_2":[0,61.206203418218706],"vwma":[0,4.2443426528837795],"macd":[0,-0.06980027285175902],"stoch":[0,16.923079744598674],"bb_middle":[0,4.053999972343445],"bb_low":[0,3.1583125020028087],"bb_upper":[0,4.949687442684081],"timestamp":[0,"2024-06-12T14:30:00Z"]}],[0,{"open":[0,3.2],"low":[0,3],"high":[0,3.26],"close":[0,3],"volume":[0,1242645],"signal":[0,1],"sma_5":[0,3.5519999504089355],"sma_10":[0,3.66199996471405],"sma_20":[0,4.021999979019165],"sma_50":[0,3.7923999786376954],"sma_100":[0,4.634199967384339],"ema_9":[0,3.6515245948285555],"ema_12":[0,3.706444552759264],"ema_26":[0,3.83265104870985],"ema_50":[0,4.029506246756792],"ema_200":[0,5.072630465524612],"ulcer_index":[0,22.51087126082617],"force_index":[0,-9332.287421150186],"easy_movement":[0,-3.9682635414155465],"volume_weighted_avg":[0,3.7962127132674666],"channel_index":[0,-20.502331049146804],"williams_r":[0,-86.15384051080267],"mass_index":[0,25.576480831113685],"obv":[0,-6877110],"rsi":[0,43.14671539462539],"rsi_2":[0,45.6199341685371],"vwma":[0,4.221143958135868],"macd":[0,-0.06121724285147846],"stoch":[0,13.846159489197346],"bb_middle":[0,4.021999979019165],"bb_low":[0,3.1012263609952546],"bb_upper":[0,4.942773597043076],"timestamp":[0,"2024-06-13T14:30:00Z"]}],[0,{"open":[0,3.02],"low":[0,3],"high":[0,3.12],"close":[0,3],"volume":[0,688460],"signal":[0,1],"sma_5":[0,3.4319999694824217],"sma_10":[0,3.565999960899353],"sma_20":[0,3.9449999809265135],"sma_50":[0,3.7671999740600586],"sma_100":[0,4.602199969291687],"ema_9":[0,3.5212196758384007],"ema_12":[0,3.5977607687418653],"ema_26":[0,3.7709186419274356],"ema_50":[0,3.9869367503642392],"ema_200":[0,5.007862153855887],"ulcer_index":[0,23.14669606818017],"force_index":[0,-103860.34037581897],"easy_movement":[0,-4.254238627119483],"volume_weighted_avg":[0,3.628479940146067],"channel_index":[0,97.60071539597575],"williams_r":[0,-100],"mass_index":[0,25.276009106302986],"obv":[0,-7931400],"rsi":[0,34.60670356694436],"rsi_2":[0,5.792562941046512],"vwma":[0,4.068128434658259],"macd":[0,-0.08660418526930411],"stoch":[0,0],"bb_middle":[0,3.9449999809265135],"bb_low":[0,2.955383867575658],"bb_upper":[0,4.934616094277369],"timestamp":[0,"2024-06-14T14:30:00Z"]}],[0,{"open":[0,2.66],"low":[0,2.12],"high":[0,2.83],"close":[0,2.21],"volume":[0,2523300],"signal":[0,1],"sma_5":[0,3.3119999885559084],"sma_10":[0,3.47599995136261],"sma_20":[0,3.8419999837875367],"sma_50":[0,3.7451999759674073],"sma_100":[0,4.571399970054626],"ema_9":[0,3.4169757405933137],"ema_12":[0,3.505797552429686],"ema_26":[0,3.713640811269094],"ema_50":[0,3.9412771153869595],"ema_200":[0,4.84809036117575],"ulcer_index":[0,24.040897825559224],"force_index":[0,-89023.03457021827],"easy_movement":[0,-3.2166392977257137],"volume_weighted_avg":[0,3.512072078185804],"channel_index":[0,15.217325656967185],"williams_r":[0,-100],"mass_index":[0,24.84302890978369],"obv":[0,-7676505],"rsi":[0,34.61440639200427],"rsi_2":[0,5.792562941046512],"vwma":[0,3.869300157478613],"macd":[0,-0.09725107281427511],"stoch":[0,0],"bb_middle":[0,3.8419999837875367],"bb_low":[0,2.9109446342164684],"bb_upper":[0,4.773055333358605],"timestamp":[0,"2024-06-17T14:30:00Z"]}],[0,{"open":[0,2.22],"low":[0,1.84],"high":[0,2.22],"close":[0,1.88],"volume":[0,2058500],"signal":[0,1],"sma_5":[0,3.065999984741211],"sma_10":[0,3.3149999618530273],"sma_20":[0,3.712499976158142],"sma_50":[0,3.706999979019165],"sma_100":[0,4.536499972343445],"ema_9":[0,3.1755806001081193],"ema_12":[0,3.3064440898055203],"ema_26":[0,3.60226910514712],"ema_50":[0,3.873750013738684],"ema_200":[0,4.82919822671308],"ulcer_index":[0,26.3974656729565],"force_index":[0,-361077.9789390799],"easy_movement":[0,-4.9420430699489435],"volume_weighted_avg":[0,3.126632410911465],"channel_index":[0,271.44588434192644],"williams_r":[0,-95.67306942840978],"mass_index":[0,24.58438521247129],"obv":[0,-10339015],"rsi":[0,25.91068098317301],"rsi_2":[0,0.9482299487333563],"vwma":[0,3.4695295837758504],"macd":[0,-0.14817471525315035],"stoch":[0,4.326930571590225],"bb_middle":[0,3.712499976158142],"bb_low":[0,2.640625477313808],"bb_upper":[0,4.784374475002476],"timestamp":[0,"2024-06-18T14:30:00Z"]}],[0,{"open":[0,1.87],"low":[0,1.64],"high":[0,1.87],"close":[0,1.7],"volume":[0,1135200],"signal":[0,1],"sma_5":[0,2.7259999990463255],"sma_10":[0,3.1429999709129333],"sma_20":[0,3.571499985456467],"sma_50":[0,3.662199981212616],"sma_100":[0,4.498099974393845],"ema_9":[0,2.9164644791205996],"ema_12":[0,3.0869911488438584],"ema_26":[0,3.474666339862537],"ema_50":[0,3.7944653873020684],"ema_200":[0,4.777780409199917],"ulcer_index":[0,29.147898566100263],"force_index":[0,-406538.9665367607],"easy_movement":[0,-4.021895835781534],"volume_weighted_avg":[0,2.8666501145175505],"channel_index":[0,174.32506174457572],"williams_r":[0,-98.24561559445833],"mass_index":[0,24.44601034306729],"obv":[0,-12256125],"rsi":[0,23.278931580128372],"rsi_2":[0,0.5582147897777219],"vwma":[0,3.1876602506535274],"macd":[0,-0.19205455734425114],"stoch":[0,1.754384405541664],"bb_middle":[0,3.571499985456467],"bb_low":[0,2.328129162369823],"bb_upper":[0,4.814870808543111],"timestamp":[0,"2024-06-20T14:30:00Z"]}],[0,{"open":[0,1.69],"low":[0,1.64],"high":[0,1.72],"close":[0,1.71],"volume":[0,789500],"signal":[0,1],"sma_5":[0,2.3580000162124635],"sma_10":[0,2.9549999833106995],"sma_20":[0,3.4434999763965606],"sma_50":[0,3.6121999859809875],"sma_100":[0,4.458499976396561],"ema_9":[0,2.6731715928780377],"ema_12":[0,2.873607914739558],"ema_26":[0,3.3433095884534714],"ema_50":[0,3.716356788096847],"ema_200":[0,4.828088629824185],"ulcer_index":[0,32.29764162250132],"force_index":[0,-377652.6751706746],"easy_movement":[0,-4.308141593442754],"volume_weighted_avg":[0,2.719118430384907],"channel_index":[0,49.563239675903354],"williams_r":[0,-97.58064256405349],"mass_index":[0,24.26493235829156],"obv":[0,-13613660],"rsi":[0,21.95976345236025],"rsi_2":[0,0.3853211423393219],"vwma":[0,3.0283931437026417],"macd":[0,-0.2191378015560096],"stoch":[0,2.4193574359465146],"bb_middle":[0,3.4434999763965606],"bb_low":[0,1.9991555296653984],"bb_upper":[0,4.8878444231277225],"timestamp":[0,"2024-06-21T14:30:00Z"]}],[0,{"open":[0,1.71],"low":[0,1.71],"high":[0,1.968],"close":[0,1.76],"volume":[0,1397600],"signal":[0,1],"sma_5":[0,2.100000023841858],"sma_10":[0,2.76599999666214],"sma_20":[0,3.316999989748001],"sma_50":[0,3.564399988651276],"sma_100":[0,4.416799975633621],"ema_9":[0,2.4805372818870097],"ema_12":[0,2.694591306112669],"ema_26":[0,3.2222236848636236],"ema_50":[0,3.6336488347699794],"ema_200":[0,4.716129971854713],"ulcer_index":[0,34.97891991229666],"force_index":[0,-322574.43572513014],"easy_movement":[0,-4.5071645643918234],"volume_weighted_avg":[0,2.621438301908059],"channel_index":[0,2.3819824113541017],"williams_r":[0,-97.03389610051768],"mass_index":[0,23.856809990715142],"obv":[0,-12626370],"rsi":[0,22.22708648880213],"rsi_2":[0,3.6994077859589822],"vwma":[0,2.921416001841598],"macd":[0,-0.2217818357500203],"stoch":[0,2.9661038994823237],"bb_middle":[0,3.316999989748001],"bb_low":[0,1.7370493839065537],"bb_upper":[0,4.896950595589448],"timestamp":[0,"2024-06-24T14:30:00Z"]}],[0,{"open":[0,1.78],"low":[0,1.7],"high":[0,1.82],"close":[0,1.72],"volume":[0,845400],"signal":[0,1],"sma_5":[0,1.8520000219345092],"sma_10":[0,2.5820000052452086],"sma_20":[0,3.2089999854564666],"sma_50":[0,3.51839998960495],"sma_100":[0,4.377799977064132],"ema_9":[0,2.3364298235289263],"ema_12":[0,2.55080800677253],"ema_26":[0,3.1137471646444608],"ema_50":[0,3.553582302296776],"ema_200":[0,4.554280374313037],"ulcer_index":[0,36.97600837717972],"force_index":[0,-266509.28893973137],"easy_movement":[0,-3.762954818369093],"volume_weighted_avg":[0,2.4763052701683907],"channel_index":[0,83.3548744897918],"williams_r":[0,-94.91525406605963],"mass_index":[0,23.35598558707051],"obv":[0,-10861590],"rsi":[0,23.61780899802929],"rsi_2":[0,27.739722314649597],"vwma":[0,2.7294059768315306],"macd":[0,-0.20587875949720347],"stoch":[0,5.084745933940375],"bb_middle":[0,3.2089999854564666],"bb_low":[0,1.5173392949305786],"bb_upper":[0,4.900660675982355],"timestamp":[0,"2024-06-25T14:30:00Z"]}],[0,{"open":[0,1.79],"low":[0,1.7],"high":[0,1.889],"close":[0,1.71],"volume":[0,972200],"signal":[0,1],"sma_5":[0,1.7540000200271606],"sma_10":[0,2.410000002384186],"sma_20":[0,3.079999977350235],"sma_50":[0,3.474799988269806],"sma_100":[0,4.341999975442886],"ema_9":[0,2.2131438645533352],"ema_12":[0,2.422991396970834],"ema_26":[0,3.0105248198234746],"ema_50":[0,3.4824093492274137],"ema_200":[0,4.540793620814112],"ulcer_index":[0,38.76280781814065],"force_index":[0,-233267.48841414152],"easy_movement":[0,-2.9949172574563008],"volume_weighted_avg":[0,2.3876436255857243],"channel_index":[0,7.978767150047344],"williams_r":[0,-96.61016769362607],"mass_index":[0,22.76338173830925],"obv":[0,-11938150],"rsi":[0,23.26921142153266],"rsi_2":[0,19.82228170904807],"vwma":[0,2.618325069794309],"macd":[0,-0.18435532318228565],"stoch":[0,3.389832306373934],"bb_middle":[0,3.079999977350235],"bb_low":[0,1.3477991321192302],"bb_upper":[0,4.812200822581239],"timestamp":[0,"2024-06-26T14:30:00Z"]}],[0,{"open":[0,1.69],"low":[0,1.58],"high":[0,1.7],"close":[0,1.61],"volume":[0,906300],"signal":[0,1],"sma_5":[0,1.7200000286102295],"sma_10":[0,2.2230000138282775],"sma_20":[0,2.955499988794327],"sma_50":[0,3.4353999876976014],"sma_100":[0,4.305699974298477],"ema_9":[0,2.1125150992516923],"ema_12":[0,2.3133004131320307],"ema_26":[0,2.9141441911582766],"ema_50":[0,3.4110725076700668],"ema_200":[0,4.4758387426077455],"ulcer_index":[0,40.476200061454236],"force_index":[0,-201332.41411476504],"easy_movement":[0,-2.6907123105124033],"volume_weighted_avg":[0,2.297374757515198],"channel_index":[0,22.521620673474317],"williams_r":[0,-97.03389610051768],"mass_index":[0,22.31941318772258],"obv":[0,-12706395],"rsi":[0,23.1857323418362],"rsi_2":[0,17.346738352030087],"vwma":[0,2.529233596458651],"macd":[0,-0.1581902839601565],"stoch":[0,2.9661038994823237],"bb_middle":[0,2.955499988794327],"bb_low":[0,1.205351760328283],"bb_upper":[0,4.705648217260371],"timestamp":[0,"2024-06-27T14:30:00Z"]}],[0,{"open":[0,1.61],"low":[0,1.51],"high":[0,1.62],"close":[0,1.57],"volume":[0,2260000],"signal":[0,1],"sma_5":[0,1.7020000219345093],"sma_10":[0,2.030000019073486],"sma_20":[0,2.8459999918937684],"sma_50":[0,3.3959999895095825],"sma_100":[0,4.269399976730346],"ema_9":[0,2.0120120822542282],"ema_12":[0,2.20510034955077],"ema_26":[0,2.8175227350246406],"ema_50":[0,3.3397099796785867],"ema_200":[0,4.432607893380247],"ulcer_index":[0,42.56688106681988],"force_index":[0,-185517.66258543116],"easy_movement":[0,-3.9525710721489418],"volume_weighted_avg":[0,2.1988695585997418],"channel_index":[0,9.530817383578487],"williams_r":[0,-98.72881477932516],"mass_index":[0,21.966382847515895],"obv":[0,-13335620],"rsi":[0,22.228379201962454],"rsi_2":[0,4.959411873553705],"vwma":[0,2.4514194084944045],"macd":[0,-0.13583820952627007],"stoch":[0,1.2711852206748306],"bb_middle":[0,2.8459999918937684],"bb_low":[0,1.0475295798740658],"bb_upper":[0,4.644470403913471],"timestamp":[0,"2024-06-28T14:30:00Z"]}],[0,{"open":[0,1.54],"low":[0,1.46],"high":[0,1.58],"close":[0,1.52],"volume":[0,853400],"signal":[0,1],"sma_5":[0,1.6740000247955322],"sma_10":[0,1.887000024318695],"sma_20":[0,2.726499992609024],"sma_50":[0,3.358199989795685],"sma_100":[0,4.233099979162216],"ema_9":[0,1.9236096763100967],"ema_12":[0,2.1073926159821617],"ema_26":[0,2.7251500151917263],"ema_50":[0,3.2717740673725677],"ema_200":[0,4.433554490659992],"ulcer_index":[0,44.698738365861935],"force_index":[0,-171929.36629484023],"easy_movement":[0,-3.704107642644206],"volume_weighted_avg":[0,2.077089792907285],"channel_index":[0,188.92432105960697],"williams_r":[0,-97.35682544083805],"mass_index":[0,21.645700817345887],"obv":[0,-15867445],"rsi":[0,21.841235508735636],"rsi_2":[0,3.156287244391052],"vwma":[0,2.3167419594016105],"macd":[0,-0.11289238553415049],"stoch":[0,2.643174559161943],"bb_middle":[0,2.726499992609024],"bb_low":[0,0.9223905801634513],"bb_upper":[0,4.530609405054596],"timestamp":[0,"2024-07-01T14:30:00Z"]}],[0,{"open":[0,1.53],"low":[0,1.36],"high":[0,1.53],"close":[0,1.36],"volume":[0,1321900],"signal":[0,1],"sma_5":[0,1.6260000228881837],"sma_10":[0,1.7390000224113464],"sma_20":[0,2.607499986886978],"sma_50":[0,3.3277999901771547],"sma_100":[0,4.195499976873398],"ema_9":[0,1.842887737151899],"ema_12":[0,2.0170244960485326],"ema_26":[0,2.6356978043249986],"ema_50":[0,3.1957546943054593],"ema_200":[0,4.257413313249425],"ulcer_index":[0,46.967124536198696],"force_index":[0,-153463.64916425187],"easy_movement":[0,-3.038363670068566],"volume_weighted_avg":[0,2.020208850670092],"channel_index":[0,-17.03630939703048],"williams_r":[0,-97.41379549543022],"mass_index":[0,21.277838853027326],"obv":[0,-16383920],"rsi":[0,21.353675601187064],"rsi_2":[0,1.6534214867330377],"vwma":[0,2.2548845860709634],"macd":[0,-0.0912775999566241],"stoch":[0,2.5862045045697752],"bb_middle":[0,2.607499986886978],"bb_low":[0,0.8147716962554903],"bb_upper":[0,4.400228277518466],"timestamp":[0,"2024-07-02T14:30:00Z"]}],[0,{"open":[0,1.4],"low":[0,1.36],"high":[0,1.4],"close":[0,1.36],"volume":[0,670300],"signal":[0,1],"sma_5":[0,1.5540000200271606],"sma_10":[0,1.6540000200271607],"sma_20":[0,2.484499990940094],"sma_50":[0,3.290599989891052],"sma_100":[0,4.160299975872039],"ema_9":[0,1.746310192566246],"ema_12":[0,1.9159438021029986],"ema_26":[0,2.5411653041826483],"ema_50":[0,3.122299846429542],"ema_200":[0,4.199153248203997],"ulcer_index":[0,49.56576868363547],"force_index":[0,-161755.0303859204],"easy_movement":[0,-2.5461529080699097],"volume_weighted_avg":[0,1.9455337581958883],"channel_index":[0,47.86059043373004],"williams_r":[0,-100],"mass_index":[0,20.982768470298023],"obv":[0,-17332505],"rsi":[0,19.789802274781877],"rsi_2":[0,0.4085191013465703],"vwma":[0,2.152277456734734],"macd":[0,-0.07830682780793596],"stoch":[0,0],"bb_middle":[0,2.484499990940094],"bb_low":[0,0.7038880903973239],"bb_upper":[0,4.265111891482864],"timestamp":[0,"2024-07-03T14:30:00Z"]}],[0,{"open":[0,1.38],"low":[0,1.285],"high":[0,1.41],"close":[0,1.34],"volume":[0,968700],"signal":[0,2],"sma_5":[0,1.484000015258789],"sma_10":[0,1.6020000219345092],"sma_20":[0,2.3724999964237212],"sma_50":[0,3.2545999884605408],"sma_100":[0,4.1258999741077425],"ema_9":[0,1.6690481569425384],"ema_12":[0,1.8304139963770887],"ema_26":[0,2.453735222216033],"ema_50":[0,3.055752868560437],"ema_200":[0,4.222405610719554],"ulcer_index":[0,51.45787119552262],"force_index":[0,-138647.15477470658],"easy_movement":[0,-3.2006624537013413],"volume_weighted_avg":[0,1.8743535407107537],"channel_index":[0,-51.479197397946876],"williams_r":[0,-100],"mass_index":[0,20.72776392740605],"obv":[0,-17656870],"rsi":[0,19.796770737689258],"rsi_2":[0,0.4085191013465703],"vwma":[0,2.09182098452114],"macd":[0,-0.06104440385362686],"stoch":[0,0],"bb_middle":[0,2.3724999964237212],"bb_low":[0,0.6048929209488871],"bb_upper":[0,4.140107071898555],"timestamp":[0,"2024-07-05T14:30:00Z"]}],[0,{"open":[0,1.34],"low":[0,1.33],"high":[0,1.5],"close":[0,1.47],"volume":[0,1631500],"signal":[0,1],"sma_5":[0,1.4300000190734863],"sma_10":[0,1.566000020503998],"sma_20":[0,2.2605000019073485],"sma_50":[0,3.216999988555908],"sma_100":[0,4.089899973869324],"ema_9":[0,1.6032385322664178],"ema_12":[0,1.7549657043820517],"ema_26":[0,2.3713181463228286],"ema_50":[0,2.991763497254481],"ema_200":[0,4.259942642644254],"ulcer_index":[0,52.92754144482935],"force_index":[0,-121608.06792042252],"easy_movement":[0,-2.4684189204079012],"volume_weighted_avg":[0,1.7641566782989822],"channel_index":[0,-10.574592972942478],"williams_r":[0,-97.00272102523891],"mass_index":[0,20.535788527320943],"obv":[0,-18946910],"rsi":[0,19.59056373536562],"rsi_2":[0,0.2967891849368556],"vwma":[0,2.0215708657688043],"macd":[0,-0.043156562164164414],"stoch":[0,2.997278974761086],"bb_middle":[0,2.2605000019073485],"bb_low":[0,0.5296450692101291],"bb_upper":[0,3.991354934604568],"timestamp":[0,"2024-07-08T14:30:00Z"]}],[0,{"open":[0,1.49],"low":[0,1.37],"high":[0,1.51],"close":[0,1.49],"volume":[0,1014900],"signal":[0,1],"sma_5":[0,1.4100000143051148],"sma_10":[0,1.5420000195503234],"sma_20":[0,2.1540000081062316],"sma_50":[0,3.181999988555908],"sma_100":[0,4.053399975299835],"ema_9":[0,1.5765908314374024],"ema_12":[0,1.7111248045070802],"ema_26":[0,2.3043356358006015],"ema_50":[0,2.9232996801468327],"ema_200":[0,4.0556013523737695],"ulcer_index":[0,53.132857615401086],"force_index":[0,-73936.0325001014],"easy_movement":[0,-2.331029271331912],"volume_weighted_avg":[0,1.6915724204132474],"channel_index":[0,79.2357021817355],"williams_r":[0,-88.02588562281146],"mass_index":[0,20.466963558632237],"obv":[0,-16862980],"rsi":[0,25.1737879021387],"rsi_2":[0,78.11366925266702],"vwma":[0,1.9377458757362056],"macd":[0,-0.01628911828940005],"stoch":[0,11.974114377188542],"bb_middle":[0,2.1540000081062316],"bb_low":[0,0.5057840492585708],"bb_upper":[0,3.8022159669538924],"timestamp":[0,"2024-07-09T14:30:00Z"]}],[0,{"open":[0,1.51],"low":[0,1.44],"high":[0,1.52],"close":[0,1.47],"volume":[0,571400],"signal":[0,1],"sma_5":[0,1.4040000200271607],"sma_10":[0,1.5150000214576722],"sma_20":[0,2.0485000133514406],"sma_50":[0,3.1489999866485596],"sma_100":[0,4.021899976730347],"ema_9":[0,1.5592726670980115],"ema_12":[0,1.6771056163972675],"ema_26":[0,2.244105397387056],"ema_50":[0,2.8707530293259],"ema_200":[0,4.103648361148771],"ulcer_index":[0,52.09937200559609],"force_index":[0,-60474.12463295407],"easy_movement":[0,-1.1306399511547964],"volume_weighted_avg":[0,1.6016652415273918],"channel_index":[0,-16.129751764837263],"williams_r":[0,-78.07486317388145],"mass_index":[0,20.480184156910628],"obv":[0,-16139145],"rsi":[0,26.021556974999484],"rsi_2":[0,82.35185490213692],"vwma":[0,1.8897468407707014],"macd":[0,0.008053027887023223],"stoch":[0,21.92513682611854],"bb_middle":[0,2.0485000133514406],"bb_low":[0,0.518110876270192],"bb_upper":[0,3.578889150432689],"timestamp":[0,"2024-07-10T14:30:00Z"]}],[0,{"open":[0,1.51],"low":[0,1.5],"high":[0,1.78],"close":[0,1.73],"volume":[0,2240900],"signal":[0,1],"sma_5":[0,1.4260000228881835],"sma_10":[0,1.490000021457672],"sma_20":[0,1.9500000119209289],"sma_50":[0,3.1155999851226808],"sma_100":[0,3.98819997549057],"ema_9":[0,1.5414181395226776],"ema_12":[0,1.6452432516253115],"ema_26":[0,2.1870370157880497],"ema_50":[0,2.826805059841134],"ema_200":[0,4.29816869530592],"ulcer_index":[0,50.365394952285214],"force_index":[0,-53467.159744844634],"easy_movement":[0,-0.503872466302939],"volume_weighted_avg":[0,1.5594059563940303],"channel_index":[0,-82.77705957754566],"williams_r":[0,-72.91361080179145],"mass_index":[0,20.47670897021269],"obv":[0,-17232560],"rsi":[0,25.676395724216192],"rsi_2":[0,59.361644800179995],"vwma":[0,1.8559502474382208],"macd":[0,0.026953682047267336],"stoch":[0,27.086389198208543],"bb_middle":[0,1.9500000119209289],"bb_low":[0,0.5418239285348097],"bb_upper":[0,3.358176095307048],"timestamp":[0,"2024-07-11T14:30:00Z"]}],[0,{"open":[0,1.78],"low":[0,1.65],"high":[0,1.78],"close":[0,1.72],"volume":[0,1116300],"signal":[0,1],"sma_5":[0,1.5000000238418578],"sma_10":[0,1.4920000195503236],"sma_20":[0,1.8575000166893005],"sma_50":[0,3.0833999872207642],"sma_100":[0,3.9510999751091003],"ema_9":[0,1.579134515522469],"ema_12":[0,1.6582827787656793],"ema_26":[0,2.1533824451711596],"ema_50":[0,2.7918476816613436],"ema_200":[0,4.434480404389071],"ulcer_index":[0,48.05815716467594],"force_index":[0,37404.71848217705],"easy_movement":[0,0.0369063010508186],"volume_weighted_avg":[0,1.5729477845761237],"channel_index":[0,139.42593464905912],"williams_r":[0,-34.84626716142297],"mass_index":[0,20.652309456538553],"obv":[0,-15619480],"rsi":[0,36.383422060286975],"rsi_2":[0,95.07917301355323],"vwma":[0,1.8248930724685195],"macd":[0,0.05917228451944878],"stoch":[0,65.15373283857703],"bb_middle":[0,1.8575000166893005],"bb_low":[0,0.6629143386251717],"bb_upper":[0,3.0520856947534294],"timestamp":[0,"2024-07-12T14:30:00Z"]}],[0,{"open":[0,1.75],"low":[0,1.62],"high":[0,1.76],"close":[0,1.65],"volume":[0,788900],"signal":[0,1],"sma_5":[0,1.5760000228881836],"sma_10":[0,1.503000020980835],"sma_20":[0,1.7665000200271606],"sma_50":[0,3.0573999881744385],"sma_100":[0,3.9094999742507937],"ema_9":[0,1.60730761840891],"ema_12":[0,1.6677778136482992],"ema_26":[0,2.1218801089246666],"ema_50":[0,2.773978184246065],"ema_200":[0,4.893067352767854],"ulcer_index":[0,45.73870221032801],"force_index":[0,30468.20145039388],"easy_movement":[0,0.15357743725716996],"volume_weighted_avg":[0,1.576284039603975],"channel_index":[0,-19.86878364755397],"williams_r":[0,-36.31039442037763],"mass_index":[0,20.849783945736643],"obv":[0,-18232285],"rsi":[0,36.08742699547889],"rsi_2":[0,89.05808628946198],"vwma":[0,1.783342402745374],"macd":[0,0.0808979062710029],"stoch":[0,63.689605579622366],"bb_middle":[0,1.7665000200271606],"bb_low":[0,0.8546168142847483],"bb_upper":[0,2.678383225769573],"timestamp":[0,"2024-07-15T14:30:00Z"]}],[0,{"open":[0,1.7],"low":[0,1.65],"high":[0,2.25],"close":[0,2.08],"volume":[0,7424000],"signal":[0,1],"sma_5":[0,1.612000012397766],"sma_10":[0,1.5110000133514405],"sma_20":[0,1.6990000188350678],"sma_50":[0,3.024399988651276],"sma_100":[0,3.8539999759197237],"ema_9":[0,1.6158460897835714],"ema_12":[0,1.6650427139263329],"ema_26":[0,2.0865350736552],"ema_50":[0,2.7141575648477287],"ema_200":[0,4.544424469028186],"ulcer_index":[0,43.668755346484204],"force_index":[0,18226.087407519393],"easy_movement":[0,-0.08776761602686024],"volume_weighted_avg":[0,1.563995604897263],"channel_index":[0,-62.79348956661982],"williams_r":[0,-39.56954400479995],"mass_index":[0,20.926416445513308],"obv":[0,-17925670],"rsi":[0,34.570293365423254],"rsi_2":[0,47.20608417091289],"vwma":[0,1.7180186487420814],"macd":[0,0.09030970057849952],"stoch":[0,60.43045599520005],"bb_middle":[0,1.6990000188350678],"bb_low":[0,0.9836567500493583],"bb_upper":[0,2.4143432876207775],"timestamp":[0,"2024-07-16T14:30:00Z"]}],[0,{"open":[0,2.16],"low":[0,1.87],"high":[0,2.2],"close":[0,2.09],"volume":[0,4163600],"signal":[0,0],"sma_5":[0,1.7299999952316285],"sma_10":[0,1.5670000076293946],"sma_20":[0,1.6530000150203705],"sma_50":[0,3.0003999876976013],"sma_100":[0,3.811399973630905],"ema_9":[0,1.7086768564376977],"ema_12":[0,1.7288822490892484],"ema_26":[0,2.0857600476539644],"ema_50":[0,2.677572874141806],"ema_200":[0,4.284461825156187],"ulcer_index":[0,41.378291781462835],"force_index":[0,471667.2527825325],"easy_movement":[0,0.14242208174755083],"volume_weighted_avg":[0,1.7266524238619179],"channel_index":[0,509.9383888556644],"williams_r":[0,-17.61658760764506],"mass_index":[0,21.35390196692693],"obv":[0,-10035360],"rsi":[0,49.07371233922882],"rsi_2":[0,92.20587170156188],"vwma":[0,1.775330323620155],"macd":[0,0.12356986644273549],"stoch":[0,82.38341239235494],"bb_middle":[0,1.6530000150203705],"bb_low":[0,1.2128137066266118],"bb_upper":[0,2.0931863234141295],"timestamp":[0,"2024-07-17T14:30:00Z"]}],[0,{"open":[0,1.95],"low":[0,1.75],"high":[0,2.08],"close":[0,1.89],"volume":[0,3500400],"signal":[0,1],"sma_5":[0,1.8539999723434448],"sma_10":[0,1.6399999976158142],"sma_20":[0,1.6470000088214873],"sma_50":[0,2.978199985027313],"sma_100":[0,3.775299974679947],"ema_9":[0,1.784941467992169],"ema_12":[0,1.7844388151709927],"ema_26":[0,2.086092295614429],"ema_50":[0,2.6552630314141723],"ema_200":[0,4.277341424241497],"ulcer_index":[0,38.926700966516066],"force_index":[0,410234.19643887924],"easy_movement":[0,0.14263642510981536],"volume_weighted_avg":[0,1.7856149860931267],"channel_index":[0,209.63044229116755],"williams_r":[0,-16.580319201700505],"mass_index":[0,21.799572134089118],"obv":[0,-6258290],"rsi":[0,49.35206645941732],"rsi_2":[0,92.50308639275227],"vwma":[0,1.7817701967444648],"macd":[0,0.14305844405125745],"stoch":[0,83.4196807982995],"bb_middle":[0,1.6470000088214873],"bb_low":[0,1.234975782569669],"bb_upper":[0,2.0590242350733057],"timestamp":[0,"2024-07-18T14:30:00Z"]}],[0,{"open":[0,1.89],"low":[0,1.622],"high":[0,1.89],"close":[0,1.67],"volume":[0,1208800],"signal":[0,1],"sma_5":[0,1.8859999656677247],"sma_10":[0,1.6929999947547913],"sma_20":[0,1.6475000083446503],"sma_50":[0,2.938799986839294],"sma_100":[0,3.736799976825714],"ema_9":[0,1.805953171634564],"ema_12":[0,1.8006790230425351],"ema_26":[0,2.071794236717643],"ema_50":[0,2.6344056513000678],"ema_200":[0,4.43752497080004],"ulcer_index":[0,36.10497895019787],"force_index":[0,251618.3282012728],"easy_movement":[0,0.20794933905473606],"volume_weighted_avg":[0,1.804003313369016],"channel_index":[0,144.09663973154875],"williams_r":[0,-37.30569967388539],"mass_index":[0,22.253443127536684],"obv":[0,-10348880],"rsi":[0,44.08996199427194],"rsi_2":[0,36.63014117338932],"vwma":[0,1.7868795184304405],"macd":[0,0.13916607393156455],"stoch":[0,62.69430032611461],"bb_middle":[0,1.6475000083446503],"bb_low":[0,1.2343233366423558],"bb_upper":[0,2.060676680046945],"timestamp":[0,"2024-07-19T14:30:00Z"]}],[0,{"open":[0,1.7],"low":[0,1.57],"high":[0,1.76],"close":[0,1.66],"volume":[0,1346700],"signal":[0,1],"sma_5":[0,1.8759999513626098],"sma_10":[0,1.7259999871253968],"sma_20":[0,1.6460000038146974],"sma_50":[0,2.8925999855995177],"sma_100":[0,3.691099978685379],"ema_9":[0,1.778762528818286],"ema_12":[0,1.7805745769243777],"ema_26":[0,2.042240811104979],"ema_50":[0,2.6050065214246363],"ema_200":[0,4.579210555226947],"ulcer_index":[0,33.27538874317434],"force_index":[0,177681.81176073023],"easy_movement":[0,-0.01777237622235281],"volume_weighted_avg":[0,1.817355965328824],"channel_index":[0,-42.19896352346203],"williams_r":[0,-60.10362931125323],"mass_index":[0,22.629685029557415],"obv":[0,-11919060],"rsi":[0,39.13965909480486],"rsi_2":[0,15.729013475817581],"vwma":[0,1.7856482525249073],"macd":[0,0.11915765161670855],"stoch":[0,39.89637068874678],"bb_middle":[0,1.6460000038146974],"bb_low":[0,1.233379160064453],"bb_upper":[0,2.0586208475649417],"timestamp":[0,"2024-07-22T14:30:00Z"]}],[0,{"open":[0,1.67],"low":[0,1.55],"high":[0,1.68],"close":[0,1.665],"volume":[0,946400],"signal":[0,1],"sma_5":[0,1.8779999494552613],"sma_10":[0,1.7449999809265138],"sma_20":[0,1.6435000002384186],"sma_50":[0,2.8485999870300294],"sma_100":[0,3.6406999802589417],"ema_9":[0,1.7550100163789089],"ema_12":[0,1.7620246368777654],"ema_26":[0,2.0139266744765654],"ema_50":[0,2.5679474408441174],"ema_200":[0,4.550163683698534],"ulcer_index":[0,30.016360892364204],"force_index":[0,150375.06500918203],"easy_movement":[0,-0.06428063724346193],"volume_weighted_avg":[0,1.8188523835462216],"channel_index":[0,-32.549048557679356],"williams_r":[0,-61.139897717197776],"mass_index":[0,22.902867606219036],"obv":[0,-13265760],"rsi":[0,38.924344063530626],"rsi_2":[0,14.953344690584345],"vwma":[0,1.7825381295424831],"macd":[0,0.10313747855880778],"stoch":[0,38.86010228280223],"bb_middle":[0,1.6435000002384186],"bb_low":[0,1.2318557854868304],"bb_upper":[0,2.055144214990007],"timestamp":[0,"2024-07-23T14:30:00Z"]}],[0,{"open":[0,1.62],"low":[0,1.48],"high":[0,1.67],"close":[0,1.51],"volume":[0,1252000],"signal":[0,1],"sma_5":[0,1.7949999570846558],"sma_10":[0,1.7624999761581421],"sma_20":[0,1.638749998807907],"sma_50":[0,2.797899990081787],"sma_100":[0,3.5903499817848203],"ema_9":[0,1.7370080054737327],"ema_12":[0,1.7470977637970364],"ema_26":[0,1.9880802513192661],"ema_50":[0,2.5325377357856436],"ema_200":[0,4.521455586963753],"ulcer_index":[0,25.683406626107242],"force_index":[0,129568.80123575023],"easy_movement":[0,-0.044444423587156556],"volume_weighted_avg":[0,1.8355578652301892],"channel_index":[0,-61.67401777544397],"williams_r":[0,-60.6217635142255],"mass_index":[0,23.128768577559082],"obv":[0,-12319360],"rsi":[0,39.09904335729328],"rsi_2":[0,18.95027324507592],"vwma":[0,1.7802436193351807],"macd":[0,0.0912456229083024],"stoch":[0,39.3782364857745],"bb_middle":[0,1.638749998807907],"bb_low":[0,1.2304134836522078],"bb_upper":[0,2.047086513963606],"timestamp":[0,"2024-07-24T14:30:00Z"]}],[0,{"open":[0,1.51],"low":[0,1.48],"high":[0,1.565],"close":[0,1.5],"volume":[0,874300],"signal":[0,1],"sma_5":[0,1.6789999723434448],"sma_10":[0,1.766499972343445],"sma_20":[0,1.6282499969005584],"sma_50":[0,2.756099991798401],"sma_100":[0,3.5384499835968017],"ema_9":[0,1.6916064024797857],"ema_12":[0,1.7106211855074207],"ema_26":[0,1.952685082437408],"ema_50":[0,2.4931704504952656],"ema_200":[0,4.506205895645945],"ulcer_index":[0,22.387189608974918],"force_index":[0,83336.15807053301],"easy_movement":[0,-0.06009744787275933],"volume_weighted_avg":[0,1.832404942135436],"channel_index":[0,-38.42913135566654],"williams_r":[0,-76.68393615965991],"mass_index":[0,23.085992535099116],"obv":[0,-13865475],"rsi":[0,35.62197171112396],"rsi_2":[0,4.8418996236338785],"vwma":[0,1.772068803166483],"macd":[0,0.07215446720048063],"stoch":[0,23.3160638403401],"bb_middle":[0,1.6282499969005584],"bb_low":[0,1.2180150533493557],"bb_upper":[0,2.038484940451761],"timestamp":[0,"2024-07-25T14:30:00Z"]}],[0,{"open":[0,1.53],"low":[0,1.44],"high":[0,1.53],"close":[0,1.49],"volume":[0,1022500],"signal":[0,1],"sma_5":[0,1.6009999752044677],"sma_10":[0,1.7434999704360963],"sma_20":[0,1.61774999499321],"sma_50":[0,2.7132999897003174],"sma_100":[0,3.48604998588562],"ema_9":[0,1.653285121881977],"ema_12":[0,1.6782178984076432],"ema_26":[0,1.9189255567151604],"ema_50":[0,2.44506965428723],"ema_200":[0,4.292355211433745],"ulcer_index":[0,18.42309069239344],"force_index":[0,70182.15603114828],"easy_movement":[0,-0.06659967757504659],"volume_weighted_avg":[0,1.8390420621671928],"channel_index":[0,-64.09855849103761],"williams_r":[0,-81.52174293318876],"mass_index":[0,22.94438396949261],"obv":[0,-14361495],"rsi":[0,35.41830390482366],"rsi_2":[0,4.4175347630732205],"vwma":[0,1.7670053988061454],"macd":[0,0.05851985938246507],"stoch":[0,18.47825706681124],"bb_middle":[0,1.61774999499321],"bb_low":[0,1.20567632774125],"bb_upper":[0,2.0298236622451697],"timestamp":[0,"2024-07-26T14:30:00Z"]}],[0,{"open":[0,1.51],"low":[0,1.451],"high":[0,1.52],"close":[0,1.49],"volume":[0,625200],"signal":[0,1],"sma_5":[0,1.5649999856948853],"sma_10":[0,1.7204999685287476],"sma_20":[0,1.6117499947547913],"sma_50":[0,2.65949999332428],"sma_100":[0,3.438549988269806],"ema_9":[0,1.620628099339597],"ema_12":[0,1.6492612801103523],"ema_26":[0,1.8869896399939203],"ema_50":[0,2.4010258355221135],"ema_200":[0,4.132035711200477],"ulcer_index":[0,17.83798394282228],"force_index":[0,58695.30699805988],"easy_movement":[0,-0.14041497205754402],"volume_weighted_avg":[0,1.8479676814155503],"channel_index":[0,-51.79921688246962],"williams_r":[0,-86.36363574788591],"mass_index":[0,22.808754942938602],"obv":[0,-15124340],"rsi":[0,35.196783665959686],"rsi_2":[0,3.7586809139883997],"vwma":[0,1.7629986776182442],"macd":[0,0.04899145864472482],"stoch":[0,13.636364252114102],"bb_middle":[0,1.6117499947547913],"bb_low":[0,1.1959222581285207],"bb_upper":[0,2.027577731381062],"timestamp":[0,"2024-07-29T14:30:00Z"]}],[0,{"open":[0,1.5],"low":[0,1.46],"high":[0,1.56],"close":[0,1.47],"volume":[0,719700],"signal":[0,1],"sma_5":[0,1.5309999942779542],"sma_10":[0,1.7044999718666076],"sma_20":[0,1.607749992609024],"sma_50":[0,2.598499994277954],"sma_100":[0,3.394649987220764],"ema_9":[0,1.594502481415693],"ema_12":[0,1.6247595561806811],"ema_26":[0,1.8576648276844374],"ema_50":[0,2.3685943861454306],"ema_200":[0,4.171964483181667],"ulcer_index":[0,18.60976395722074],"force_index":[0,50310.2504557858],"easy_movement":[0,-0.1646537837666314],"volume_weighted_avg":[0,1.8531188184221736],"channel_index":[0,-75.05919157749497],"williams_r":[0,-93.82716594464097],"mass_index":[0,22.73061487864594],"obv":[0,-15332290],"rsi":[0,35.179462857303974],"rsi_2":[0,3.7586809139883997],"vwma":[0,1.7709140474248741],"macd":[0,0.04315557141983212],"stoch":[0,6.172834055359032],"bb_middle":[0,1.607749992609024],"bb_low":[0,1.188864916815283],"bb_upper":[0,2.026635068402765],"timestamp":[0,"2024-07-30T14:30:00Z"]}],[0,{"open":[0,1.46],"low":[0,1.41],"high":[0,1.5],"close":[0,1.46],"volume":[0,670000],"signal":[0,1],"sma_5":[0,1.4920000076293944],"sma_10":[0,1.643499982357025],"sma_20":[0,1.6052499949932098],"sma_50":[0,2.526699995994568],"sma_100":[0,3.348749988079071],"ema_9":[0,1.5696019908627485],"ema_12":[0,1.6009504003161927],"ema_26":[0,1.8289671004160466],"ema_50":[0,2.334087625866317],"ema_200":[0,4.1597943057138975],"ulcer_index":[0,19.743067836065467],"force_index":[0,41066.838308510334],"easy_movement":[0,-0.18034009096938894],"volume_weighted_avg":[0,1.8510322542466922],"channel_index":[0,-64.92835072532527],"williams_r":[0,-96.29629956678458],"mass_index":[0,22.630291488221253],"obv":[0,-16264215],"rsi":[0,34.644429404106475],"rsi_2":[0,1.7138188588462384],"vwma":[0,1.7708410790998061],"macd":[0,0.03845841065903327],"stoch":[0,3.703700433215419],"bb_middle":[0,1.6052499949932098],"bb_low":[0,1.1837114980837469],"bb_upper":[0,2.0267884919026726],"timestamp":[0,"2024-07-31T14:30:00Z"]}],[0,{"open":[0,1.41],"low":[0,1.33],"high":[0,1.43],"close":[0,1.34],"volume":[0,1272800],"signal":[0,1],"sma_5":[0,1.4820000171661376],"sma_10":[0,1.5804999947547913],"sma_20":[0,1.6102499961853027],"sma_50":[0,2.4598999929428103],"sma_100":[0,3.302349989414215],"ema_9":[0,1.5476816003399638],"ema_12":[0,1.579265734771419],"ema_26":[0,1.8016816663499902],"ema_50":[0,2.301640266584949],"ema_200":[0,4.169718283625189],"ulcer_index":[0,21.31861942317471],"force_index":[0,34243.28298411369],"easy_movement":[0,-0.37591169598335755],"volume_weighted_avg":[0,1.8513919573899733],"channel_index":[0,-63.9656016654612],"williams_r":[0,-94.04761076919648],"mass_index":[0,22.578448720475276],"obv":[0,-17304185],"rsi":[0,34.35406457372815],"rsi_2":[0,1.1099596003755892],"vwma":[0,1.7810627849021266],"macd":[0,0.035305084344365856],"stoch":[0,5.952389230803509],"bb_middle":[0,1.6102499961853027],"bb_low":[0,1.1982006014323567],"bb_upper":[0,2.0222993909382487],"timestamp":[0,"2024-08-01T14:30:00Z"]}],[0,{"open":[0,1.32],"low":[0,1.25],"high":[0,1.338],"close":[0,1.29],"volume":[0,1062500],"signal":[0,1],"sma_5":[0,1.450000023841858],"sma_10":[0,1.5254999995231628],"sma_20":[0,1.609249997138977],"sma_50":[0,2.3926999974250793],"sma_100":[0,3.25374999165535],"ema_9":[0,1.506145286972136],"ema_12":[0,1.5424556335346784],"ema_26":[0,1.7675375784098235],"ema_50":[0,2.266125596021593],"ema_200":[0,4.185707181499389],"ulcer_index":[0,23.36870486419048],"force_index":[0,7532.27143729409],"easy_movement":[0,-0.4803882916703209],"volume_weighted_avg":[0,1.83185986476332],"channel_index":[0,-26.049864179051344],"williams_r":[0,-98.91304446416005],"mass_index":[0,22.534197790306752],"obv":[0,-19101320],"rsi":[0,31.12123618550237],"rsi_2":[0,0.11737728218612631],"vwma":[0,1.7726948393699473],"macd":[0,0.026180546313699815],"stoch":[0,1.0869555358399505],"bb_middle":[0,1.609249997138977],"bb_low":[0,1.194686731138365],"bb_upper":[0,2.023813263139589],"timestamp":[0,"2024-08-02T14:30:00Z"]}],[0,{"open":[0,1.2],"low":[0,1.1],"high":[0,1.21],"close":[0,1.16],"volume":[0,1092400],"signal":[0,1],"sma_5":[0,1.4100000143051148],"sma_10":[0,1.4875],"sma_20":[0,1.6067499935626983],"sma_50":[0,2.3332999920845032],"sma_100":[0,3.2034499895572663],"ema_9":[0,1.4629162217853513],"ema_12":[0,1.5036162549642889],"ema_26":[0,1.7318007457114502],"ema_50":[0,2.213201459249084],"ema_200":[0,3.8625930037908978],"ulcer_index":[0,25.47987026431304],"force_index":[0,-1132.668385496264],"easy_movement":[0,-0.499575955416956],"volume_weighted_avg":[0,1.815291252030642],"channel_index":[0,-39.1750811095387],"williams_r":[0,-96.00000381469727],"mass_index":[0,22.524571926328626],"obv":[0,-19361795],"rsi":[0,29.8965244155672],"rsi_2":[0,0.06725682114414155],"vwma":[0,1.7698935238209377],"macd":[0,0.01800047180178077],"stoch":[0,3.9999961853027344],"bb_middle":[0,1.6067499935626983],"bb_low":[0,1.1851782797884058],"bb_upper":[0,2.028321707336991],"timestamp":[0,"2024-08-05T14:30:00Z"]}],[0,{"open":[0,1.21],"low":[0,1.14],"high":[0,1.22],"close":[0,1.16],"volume":[0,680600],"signal":[0,1],"sma_5":[0,1.3440000057220458],"sma_10":[0,1.4375],"sma_20":[0,1.5912499904632569],"sma_50":[0,2.271699995994568],"sma_100":[0,3.159849989414215],"ema_9":[0,1.4023329707240426],"ema_12":[0,1.4507522028223874],"ema_26":[0,1.6893814892360213],"ema_50":[0,2.1693366204612436],"ema_200":[0,3.784198887334362],"ulcer_index":[0,28.118588244320847],"force_index":[0,-21258.734229477912],"easy_movement":[0,-0.7496447931222053],"volume_weighted_avg":[0,1.6795926809354356],"channel_index":[0,-35.50433478875293],"williams_r":[0,-94.54545986553843],"mass_index":[0,22.573026123610884],"obv":[0,-20103360],"rsi":[0,26.864977791523955],"rsi_2":[0,0.02088453442738114],"vwma":[0,1.7645166903306735],"macd":[0,0.0059637035080883916],"stoch":[0,5.454540134461573],"bb_middle":[0,1.5912499904632569],"bb_low":[0,1.1297971584188853],"bb_upper":[0,2.0527028225076287],"timestamp":[0,"2024-08-06T14:30:00Z"]}],[0,{"open":[0,1.2],"low":[0,1.11],"high":[0,1.2],"close":[0,1.15],"volume":[0,870000],"signal":[0,1],"sma_5":[0,1.2819999933242798],"sma_10":[0,1.3870000004768372],"sma_20":[0,1.5747499883174896],"sma_50":[0,2.2164999938011167],"sma_100":[0,3.1176499879360198],"ema_9":[0,1.3538663698342546],"ema_12":[0,1.4060210706628469],"ema_26":[0,1.65001348081944],"ema_50":[0,2.12353079203072],"ema_200":[0,3.6330094314920696],"ulcer_index":[0,29.95354701469255],"force_index":[0,-18221.794282225837],"easy_movement":[0,-0.7767760782960488],"volume_weighted_avg":[0,1.5528648734319055],"channel_index":[0,-58.489070905514716],"williams_r":[0,-93.87755623364293],"mass_index":[0,22.622663501030168],"obv":[0,-19803840],"rsi":[0,26.87871526908529],"rsi_2":[0,0.02088453442738114],"vwma":[0,1.7604396630429158],"macd":[0,0.0002841441363887476],"stoch":[0,6.122443766357067],"bb_middle":[0,1.5747499883174896],"bb_low":[0,1.0777643539137087],"bb_upper":[0,2.0717356227212704],"timestamp":[0,"2024-08-07T14:30:00Z"]}],[0,{"open":[0,1.13],"low":[0,1.125],"high":[0,1.2],"close":[0,1.19],"volume":[0,684500],"signal":[0,1],"sma_5":[0,1.2199999809265136],"sma_10":[0,1.3509999990463257],"sma_20":[0,1.5587499856948852],"sma_50":[0,2.1534999895095823],"sma_100":[0,3.078749988079071],"ema_9":[0,1.313093091156069],"ema_12":[0,1.3666332255327551],"ema_26":[0,1.6131027300728882],"ema_50":[0,2.090478760644025],"ema_200":[0,3.7113083320643296],"ulcer_index":[0,30.982707889614936],"force_index":[0,-16860.906637517302],"easy_movement":[0,-0.7144418578332914],"volume_weighted_avg":[0,1.4406828574692037],"channel_index":[0,-47.26629405114071],"williams_r":[0,-93.67089180624717],"mass_index":[0,22.648799134217754],"obv":[0,-21425345],"rsi":[0,26.60745424237659],"rsi_2":[0,0.017229363782107043],"vwma":[0,1.7493342028423284],"macd":[0,-0.0015926851220731675],"stoch":[0,6.329108193752829],"bb_middle":[0,1.5587499856948852],"bb_low":[0,1.0297332333871965],"bb_upper":[0,2.087766738002574],"timestamp":[0,"2024-08-08T14:30:00Z"]}],[0,{"open":[0,1.19],"low":[0,1.14],"high":[0,1.22],"close":[0,1.15],"volume":[0,645900],"signal":[0,1],"sma_5":[0,1.1899999856948853],"sma_10":[0,1.3200000047683715],"sma_20":[0,1.5317499876022338],"sma_50":[0,2.0932999944686888],"sma_100":[0,3.037449986934662],"ema_9":[0,1.288474484299688],"ema_12":[0,1.3394588730483983],"ema_26":[0,1.5816072290460983],"ema_50":[0,2.0489418714455114],"ema_200":[0,3.561142663743125],"ulcer_index":[0,31.451816238465284],"force_index":[0,-10540.704086240201],"easy_movement":[0,-0.45677576594251196],"volume_weighted_avg":[0,1.4064751920841747],"channel_index":[0,-54.15942498380255],"williams_r":[0,-86.36363061663175],"mass_index":[0,22.738224855368763],"obv":[0,-20004425],"rsi":[0,29.356550775606536],"rsi_2":[0,58.34309204706709],"vwma":[0,1.7384938163272534],"macd":[0,0.0019864510605724917],"stoch":[0,13.636369383368244],"bb_middle":[0,1.5317499876022338],"bb_low":[0,0.9856064974847502],"bb_upper":[0,2.0778934777197176],"timestamp":[0,"2024-08-09T14:30:00Z"]}],[0,{"open":[0,1.15],"low":[0,1.09],"high":[0,1.16],"close":[0,1.16],"volume":[0,735800],"signal":[0,1],"sma_5":[0,1.1619999885559082],"sma_10":[0,1.2860000014305115],"sma_20":[0,1.5032499849796295],"sma_50":[0,2.040299994945526],"sma_100":[0,2.9991499865055085],"ema_9":[0,1.2607795826550827],"ema_12":[0,1.3103113460033504],"ema_26":[0,1.5495999538764833],"ema_50":[0,2.0122247798328474],"ema_200":[0,3.507721112243558],"ulcer_index":[0,32.05181163061291],"force_index":[0,-12725.755164498905],"easy_movement":[0,-0.34958791807780143],"volume_weighted_avg":[0,1.365643617710169],"channel_index":[0,-53.239817861473206],"williams_r":[0,-91.37931743218223],"mass_index":[0,22.811849884640072],"obv":[0,-20011440],"rsi":[0,28.22710392327528],"rsi_2":[0,26.926939605567668],"vwma":[0,1.7268422904178329],"macd":[0,0.0038307665480216135],"stoch":[0,8.620682567817763],"bb_middle":[0,1.5032499849796295],"bb_low":[0,0.9401490083694274],"bb_upper":[0,2.0663509615898317],"timestamp":[0,"2024-08-12T14:30:00Z"]}],[0,{"open":[0,1.15],"low":[0,1.11],"high":[0,1.21],"close":[0,1.16],"volume":[0,1047300],"signal":[0,1],"sma_5":[0,1.1619999885559082],"sma_10":[0,1.2529999971389771],"sma_20":[0,1.4787499845027923],"sma_50":[0,1.9842999935150147],"sma_100":[0,2.961749985218048],"ema_9":[0,1.2406236594076052],"ema_12":[0,1.287186507289734],"ema_26":[0,1.520649776473811],"ema_50":[0,1.9751430195235233],"ema_200":[0,3.4107853224888642],"ulcer_index":[0,32.189404616389226],"force_index":[0,-9856.251380957017],"easy_movement":[0,-0.33790402063510777],"volume_weighted_avg":[0,1.3300426738717719],"channel_index":[0,-47.00071283498438],"williams_r":[0,-87.93104440505513],"mass_index":[0,22.817366173902535],"obv":[0,-18351975],"rsi":[0,28.97520369705434],"rsi_2":[0,42.427498665360794],"vwma":[0,1.7152681452553085],"macd":[0,0.007609401914104863],"stoch":[0,12.068955594944867],"bb_middle":[0,1.4787499845027923],"bb_low":[0,0.900875679134999],"bb_upper":[0,2.0566242898705855],"timestamp":[0,"2024-08-13T14:30:00Z"]}],[0,{"open":[0,1.15],"low":[0,1.06],"high":[0,1.16],"close":[0,1.1],"volume":[0,899700],"signal":[0,1],"sma_5":[0,1.1619999885559082],"sma_10":[0,1.221999990940094],"sma_20":[0,1.4327499866485596],"sma_50":[0,1.929499990940094],"sma_100":[0,2.9263499867916107],"ema_9":[0,1.224498920797401],"ema_12":[0,1.2676193327356362],"ema_26":[0,1.4938167812120753],"ema_50":[0,1.9384171034208695],"ema_200":[0,3.2927416818942135],"ulcer_index":[0,31.90371440849639],"force_index":[0,-8448.365081006521],"easy_movement":[0,-0.27067394970034925],"volume_weighted_avg":[0,1.29643645171358],"channel_index":[0,-13.521335511207269],"williams_r":[0,-85.2631726885759],"mass_index":[0,22.845621437771353],"obv":[0,-17662660],"rsi":[0,28.990896512634833],"rsi_2":[0,42.427498665360794],"vwma":[0,1.5805788528027203],"macd":[0,0.011750051497100206],"stoch":[0,14.736827311424088],"bb_middle":[0,1.4327499866485596],"bb_low":[0,0.9097827501074516],"bb_upper":[0,1.9557172231896676],"timestamp":[0,"2024-08-14T14:30:00Z"]}],[0,{"open":[0,1.09],"low":[0,1.07],"high":[0,1.15],"close":[0,1.14],"volume":[0,667100],"signal":[0,1],"sma_5":[0,1.1519999980926514],"sma_10":[0,1.1859999895095825],"sma_20":[0,1.3832499921321868],"sma_50":[0,1.8750999927520753],"sma_100":[0,2.8929499864578245],"ema_9":[0,1.1995991413574036],"ema_12":[0,1.2418317334123117],"ema_26":[0,1.4645360666933982],"ema_50":[0,1.9011445887278062],"ema_200":[0,3.182632935607271],"ulcer_index":[0,31.7783038011815],"force_index":[0,-14952.724922028136],"easy_movement":[0,-0.27391206834460274],"volume_weighted_avg":[0,1.2669483468641753],"channel_index":[0,-14.26301961819665],"williams_r":[0,-91.99998378753662],"mass_index":[0,22.946989769491346],"obv":[0,-17504060],"rsi":[0,27.06915273592395],"rsi_2":[0,6.965628763825251],"vwma":[0,1.4598934077585504],"macd":[0,0.012055954678360042],"stoch":[0,8.000016212463379],"bb_middle":[0,1.3832499921321868],"bb_low":[0,0.936659859268365],"bb_upper":[0,1.8298401249960086],"timestamp":[0,"2024-08-15T14:30:00Z"]}],[0,{"open":[0,1.14],"low":[0,1.115],"high":[0,1.2],"close":[0,1.18],"volume":[0,872500],"signal":[0,1],"sma_5":[0,1.1419999837875365],"sma_10":[0,1.165999984741211],"sma_20":[0,1.345749992132187],"sma_50":[0,1.8258999943733216],"sma_100":[0,2.8623499882221224],"ema_9":[0,1.1876793102249],"ema_12":[0,1.2261653106865538],"ema_26":[0,1.4404963569898048],"ema_50":[0,1.871295780765731],"ema_200":[0,3.162308229637994],"ulcer_index":[0,31.470699011715986],"force_index":[0,-9004.888863624989],"easy_movement":[0,-0.25033535695203124],"volume_weighted_avg":[0,1.240156247081014],"channel_index":[0,-25.041502535054406],"williams_r":[0,-83.99999141693115],"mass_index":[0,22.86925513772472],"obv":[0,-16836960],"rsi":[0,30.41021229121027],"rsi_2":[0,56.000267313706935],"vwma":[0,1.3660859854827063],"macd":[0,0.016343393324956407],"stoch":[0,16.000008583068848],"bb_middle":[0,1.345749992132187],"bb_low":[0,0.9529488354351694],"bb_upper":[0,1.7385511488292045],"timestamp":[0,"2024-08-16T14:30:00Z"]}],[0,{"open":[0,1.2],"low":[0,1.16],"high":[0,1.23],"close":[0,1.22],"volume":[0,1306600],"signal":[0,1],"sma_5":[0,1.1479999780654908],"sma_10":[0,1.1549999833106994],"sma_20":[0,1.3212499916553497],"sma_50":[0,1.7778999948501586],"sma_100":[0,2.83214998960495],"ema_9":[0,1.186143437713947],"ema_12":[0,1.2190629537966096],"ema_26":[0,1.4212548781999714],"ema_50":[0,1.8463828513783958],"ema_200":[0,3.186729067493847],"ulcer_index":[0,30.973146984928512],"force_index":[0,-2732.2058113052326],"easy_movement":[0,-0.21767584061586276],"volume_weighted_avg":[0,1.2226499814251894],"channel_index":[0,-2.808779594410105],"williams_r":[0,-75.99999904632568],"mass_index":[0,22.827084265111772],"obv":[0,-17053445],"rsi":[0,33.664348078220726],"rsi_2":[0,78.57975239785499],"vwma":[0,1.3366366736135864],"macd":[0,0.02285530165534283],"stoch":[0,24.000000953674316],"bb_middle":[0,1.3212499916553497],"bb_low":[0,0.9519821266702443],"bb_upper":[0,1.6905178566404553],"timestamp":[0,"2024-08-19T14:30:00Z"]}],[0,{"open":[0,1.08],"low":[0,0.861],"high":[0,1.1],"close":[0,0.964],"volume":[0,5365800],"signal":[0,1],"sma_5":[0,1.1599999904632567],"sma_10":[0,1.1609999895095826],"sma_20":[0,1.2992499947547913],"sma_50":[0,1.730299997329712],"sma_100":[0,2.8011499881744384],"ema_9":[0,1.1929147559583888],"ema_12":[0,1.2192071369387378],"ema_26":[0,1.406492581756835],"ema_50":[0,1.8276766921852217],"ema_200":[0,3.2848799522063077],"ulcer_index":[0,30.261839487443464],"force_index":[0,5124.891201700544],"easy_movement":[0,-0.22764129780545123],"volume_weighted_avg":[0,1.2081404986819912],"channel_index":[0,42.749530121542044],"williams_r":[0,-63.63634885835445],"mass_index":[0,22.7753176450184],"obv":[0,-17068865],"rsi":[0,36.815292746067435],"rsi_2":[0,89.42914470801523],"vwma":[0,1.3038821974630272],"macd":[0,0.030394196192847722],"stoch":[0,36.36365114164554],"bb_middle":[0,1.2992499947547913],"bb_low":[0,0.9623186092301024],"bb_upper":[0,1.6361813802794802],"timestamp":[0,"2024-08-20T14:30:00Z"]}],[0,{"open":[0,0.979],"low":[0,0.872],"high":[0,0.979],"close":[0,0.88],"volume":[0,2772600],"signal":[0,1],"sma_5":[0,1.120799994468689],"sma_10":[0,1.1413999915122985],"sma_20":[0,1.2641999959945678],"sma_50":[0,1.6775799989700317],"sma_100":[0,2.764389989376068],"ema_9":[0,1.147131802108645],"ema_12":[0,1.1799445017674666],"ema_26":[0,1.3737426281507696],"ema_50":[0,1.7949053686593393],"ema_200":[0,3.2838591806941966],"ulcer_index":[0,30.118360858807634],"force_index":[0,-191842.68040449393],"easy_movement":[0,-0.24311313461525044],"volume_weighted_avg":[0,1.1221838589917814],"channel_index":[0,349.16841095550694],"williams_r":[0,-81.898067667515],"mass_index":[0,22.577940001212916],"obv":[0,-23156775],"rsi":[0,27.62913880698737],"rsi_2":[0,11.950639500709158],"vwma":[0,1.2070662428953134],"macd":[0,0.019139856302181346],"stoch":[0,18.101932332485006],"bb_middle":[0,1.2641999959945678],"bb_low":[0,0.9411943384592931],"bb_upper":[0,1.5872056535298424],"timestamp":[0,"2024-08-21T14:30:00Z"]}],[0,{"open":[0,0.884],"low":[0,0.78],"high":[0,0.89],"close":[0,0.793],"volume":[0,3296900],"signal":[0,1],"sma_5":[0,1.076799988746643],"sma_10":[0,1.1143999934196471],"sma_20":[0,1.2326999962329865],"sma_50":[0,1.626379997730255],"sma_100":[0,2.7261899912357332],"ema_9":[0,1.0937054407006492],"ema_12":[0,1.1337991841765518],"ema_26":[0,1.3370963646898184],"ema_50":[0,1.7560977900280135],"ema_200":[0,3.2010800198812106],"ulcer_index":[0,29.787377295614952],"force_index":[0,-197707.6736188937],"easy_movement":[0,-0.21618487652724722],"volume_weighted_avg":[0,1.071459366125766],"channel_index":[0,121.69416348363126],"williams_r":[0,-96.01677326983169],"mass_index":[0,22.35365994445574],"obv":[0,-25193065],"rsi":[0,25.39631844097582],"rsi_2":[0,7.618891740617755],"vwma":[0,1.1532271731514527],"macd":[0,0.007620256137593651],"stoch":[0,3.9832267301683064],"bb_middle":[0,1.2326999962329865],"bb_low":[0,0.8894769557462481],"bb_upper":[0,1.575923036719725],"timestamp":[0,"2024-08-22T14:30:00Z"]}],[0,{"open":[0,0.81],"low":[0,0.701],"high":[0,0.817],"close":[0,0.784],"volume":[0,2630700],"signal":[0,1],"sma_5":[0,1.0073999881744384],"sma_10":[0,1.0746999859809876],"sma_20":[0,1.1973499953746796],"sma_50":[0,1.5706399989128113],"sma_100":[0,2.6887199914455415],"ema_9":[0,1.033564349070255],"ema_12":[0,1.0813685222532246],"ema_26":[0,1.2966656425777858],"ema_50":[0,1.713203609631206],"ema_200":[0,3.0741137375879526],"ulcer_index":[0,29.498017104853925],"force_index":[0,-210439.38271623084],"easy_movement":[0,-0.1868754336350949],"volume_weighted_avg":[0,1.0165224760310902],"channel_index":[0,143.62362543628169],"williams_r":[0,-97.11110887409752],"mass_index":[0,22.132110255587783],"obv":[0,-27724425],"rsi":[0,23.300319907876812],"rsi_2":[0,4.351586527527957],"vwma":[0,1.0965645414061447],"macd":[0,-0.0036654217392775856],"stoch":[0,2.8888911259024805],"bb_middle":[0,1.1973499953746796],"bb_low":[0,0.8269705585371271],"bb_upper":[0,1.5677294322122322],"timestamp":[0,"2024-08-23T14:30:00Z"]}],[0,{"open":[0,0.82],"low":[0,0.751],"high":[0,0.82],"close":[0,0.786],"volume":[0,1151900],"signal":[0,1],"sma_5":[0,0.9281999945640564],"sma_10":[0,1.0380999863147735],"sma_20":[0,1.1620499938726425],"sma_50":[0,1.5155199992656707],"sma_100":[0,2.653959988951683],"ema_9":[0,0.9836514751554045],"ema_12":[0,1.0356195156751904],"ema_26":[0,1.2586904082754313],"ema_50":[0,1.6767642515866883],"ema_200":[0,3.0513265360148987],"ulcer_index":[0,28.634406050314432],"force_index":[0,-183759.03216122853],"easy_movement":[0,-0.11083609967001685],"volume_weighted_avg":[0,0.9823334858924665],"channel_index":[0,87.14303213758419],"williams_r":[0,-84.31001939347941],"mass_index":[0,21.974523638781815],"obv":[0,-30355125],"rsi":[0,23.08615684612279],"rsi_2":[0,3.9969526218139464],"vwma":[0,1.0527030526788967],"macd":[0,-0.009151355211965806],"stoch":[0,15.68998060652059],"bb_middle":[0,1.1620499938726425],"bb_low":[0,0.7757348274922677],"bb_upper":[0,1.5483651602530173],"timestamp":[0,"2024-08-26T14:30:00Z"]}],[0,{"open":[0,0.799],"low":[0,0.753],"high":[0,0.8],"close":[0,0.778],"volume":[0,951000],"signal":[0,1],"sma_5":[0,0.8413999915122986],"sma_10":[0,1.0006999909877776],"sma_20":[0,1.1268499940633774],"sma_50":[0,1.4712399995326997],"sma_100":[0,2.619219986796379],"ema_9":[0,0.9441211827620192],"ema_12":[0,0.9972165064245705],"ema_26":[0,1.22360356963439],"ema_50":[0,1.638903375410461],"ema_200":[0,2.9699256342404987],"ulcer_index":[0,28.3506896866053],"force_index":[0,-157178.05024094347],"easy_movement":[0,-0.12048755597757212],"volume_weighted_avg":[0,0.9672085546890518],"channel_index":[0,-19.90427240015417],"williams_r":[0,-83.93194119129056],"mass_index":[0,21.843642168195526],"obv":[0,-28111730],"rsi":[0,23.25958901366387],"rsi_2":[0,7.352706052875234],"vwma":[0,1.0322914806993844],"macd":[0,-0.010066406532747152],"stoch":[0,16.06805880870944],"bb_middle":[0,1.1268499940633774],"bb_low":[0,0.7381911168401882],"bb_upper":[0,1.5155088712865665],"timestamp":[0,"2024-08-27T14:30:00Z"]}],[0,{"open":[0,0.781],"low":[0,0.68],"high":[0,0.785],"close":[0,0.718],"volume":[0,1813000],"signal":[0,1],"sma_5":[0,0.8041999936103821],"sma_10":[0,0.9624999940395356],"sma_20":[0,1.0922499924898148],"sma_50":[0,1.4267999994754792],"sma_100":[0,2.585999987721443],"ema_9":[0,0.9108969456414849],"ema_12":[0,0.963490890723039],"ema_26":[0,1.1906049894847643],"ema_50":[0,1.6055085756825158],"ema_200":[0,2.955472949389044],"ulcer_index":[0,28.779558718576855],"force_index":[0,-135811.04901846737],"easy_movement":[0,-0.10519175718983349],"volume_weighted_avg":[0,0.9524890193821368],"channel_index":[0,-36.488564804660435],"williams_r":[0,-85.44423146521049],"mass_index":[0,21.737147314561792],"obv":[0,-29843290],"rsi":[0,23.039541274162573],"rsi_2":[0,5.745948735072275],"vwma":[0,1.0128732078637837],"macd":[0,-0.008623205467699596],"stoch":[0,14.555768534789504],"bb_middle":[0,1.0922499924898148],"bb_low":[0,0.7087712352714305],"bb_upper":[0,1.4757287497081992],"timestamp":[0,"2024-08-28T14:30:00Z"]}],[0,{"open":[0,0.7],"low":[0,0.695],"high":[0,0.73],"close":[0,0.695],"volume":[0,759500],"signal":[0,1],"sma_5":[0,0.7717999935150146],"sma_10":[0,0.9242999911308288],"sma_20":[0,1.0551499903202057],"sma_50":[0,1.3969599986076355],"sma_100":[0,2.5519799888134003],"ema_9":[0,0.8723175554641462],"ema_12":[0,0.9257230605740778],"ema_26":[0,1.1555972120973588],"ema_50":[0,1.5707043176069189],"ema_200":[0,2.9332095369051214],"ulcer_index":[0,29.850730582081265],"force_index":[0,-131949.29136055475],"easy_movement":[0,-0.12926340325967872],"volume_weighted_avg":[0,0.9281602627980814],"channel_index":[0,25.260327007225445],"williams_r":[0,-93.09091149479885],"mass_index":[0,21.697102389930773],"obv":[0,-31656290],"rsi":[0,21.42720538998877],"rsi_2":[0,1.3431756836692301],"vwma":[0,0.9848989858200159],"macd":[0,-0.00910660658340412],"stoch":[0,6.909088505201155],"bb_middle":[0,1.0551499903202057],"bb_low":[0,0.6776385209069155],"bb_upper":[0,1.4326614597334961],"timestamp":[0,"2024-08-29T14:30:00Z"]}],[0,{"open":[0,0.719],"low":[0,0.674],"high":[0,0.719],"close":[0,0.68],"volume":[0,718300],"signal":[0,1],"sma_5":[0,0.7521999955177308],"sma_10":[0,0.8797999918460846],"sma_20":[0,1.0228999882936478],"sma_50":[0,1.3732599985599518],"sma_100":[0,2.5177299898862837],"ema_9":[0,0.8368540429571019],"ema_12":[0,0.8902272084472959],"ema_26":[0,1.121515267108613],"ema_50":[0,1.5378274398059808],"ema_200":[0,2.940368877144561],"ulcer_index":[0,30.903102088370993],"force_index":[0,-115595.16615773256],"easy_movement":[0,-0.15132895653479056],"volume_weighted_avg":[0,0.9149601714981122],"channel_index":[0,-54.37286627578021],"williams_r":[0,-97.27272993276921],"mass_index":[0,21.664493961053775],"obv":[0,-32859105],"rsi":[0,20.812291258401018],"rsi_2":[0,0.8461213920242443],"vwma":[0,0.9619636136135198],"macd":[0,-0.008370218177061794],"stoch":[0,2.7272700672307866],"bb_middle":[0,1.0228999882936478],"bb_low":[0,0.638103478764804],"bb_upper":[0,1.4076964978224917],"timestamp":[0,"2024-08-30T14:30:00Z"]}],[0,{"open":[0,0.68],"low":[0,0.604],"high":[0,0.685],"close":[0,0.617],"volume":[0,1261100],"signal":[0,1],"sma_5":[0,0.7314000010490418],"sma_10":[0,0.8297999978065491],"sma_20":[0,0.9923999905586243],"sma_50":[0,1.3528599977493285],"sma_100":[0,2.482529991865158],"ema_9":[0,0.8054832357758227],"ema_12":[0,0.8578845565360758],"ema_26":[0,1.0887649736024378],"ema_50":[0,1.5023565629943005],"ema_200":[0,2.881090042143131],"ulcer_index":[0,32.5048542237349],"force_index":[0,-100620.27666296565],"easy_movement":[0,-0.12111445730868832],"volume_weighted_avg":[0,0.9005671641752301],"channel_index":[0,-55.83491238170409],"williams_r":[0,-98.92086647144359],"mass_index":[0,21.650416134918462],"obv":[0,-32666420],"rsi":[0,20.41326478527961],"rsi_2":[0,0.5706682690426277],"vwma":[0,0.9429362268382036],"macd":[0,-0.0064278022657982825],"stoch":[0,1.079133528556414],"bb_middle":[0,0.9923999905586243],"bb_low":[0,0.6004880686469987],"bb_upper":[0,1.3843119124702499],"timestamp":[0,"2024-09-03T14:30:00Z"]}],[0,{"open":[0,0.616],"low":[0,0.605],"high":[0,0.639],"close":[0,0.622],"volume":[0,1028400],"signal":[0,1],"sma_5":[0,0.697599995136261],"sma_10":[0,0.7694999933242798],"sma_20":[0,0.9652499914169311],"sma_50":[0,1.33099999666214],"sma_100":[0,2.4476999926567076],"ema_9":[0,0.7677865853700173],"ema_12":[0,0.8208253892745656],"ema_26":[0,1.0538012350271915],"ema_50":[0,1.4669044630090238],"ema_200":[0,2.843846741870332],"ulcer_index":[0,34.559567836700325],"force_index":[0,-97595.5306844924],"easy_movement":[0,-0.16884212692476694],"volume_weighted_avg":[0,0.8748460597684735],"channel_index":[0,-15.265948575259882],"williams_r":[0,-97.92332101059763],"mass_index":[0,21.73457023803663],"obv":[0,-32800925],"rsi":[0,18.775555959208234],"rsi_2":[0,0.15280544973408894],"vwma":[0,0.9206862843220228],"macd":[0,-0.006841681161694729],"stoch":[0,2.076678989402371],"bb_middle":[0,0.9652499914169311],"bb_low":[0,0.5490606747059099],"bb_upper":[0,1.3814393081279523],"timestamp":[0,"2024-09-04T14:30:00Z"]}],[0,{"open":[0,0.626],"low":[0,0.613],"high":[0,0.648],"close":[0,0.63],"volume":[0,916400],"signal":[0,1],"sma_5":[0,0.6663999915122986],"sma_10":[0,0.7352999925613404],"sma_20":[0,0.9383499920368195],"sma_50":[0,1.308239996433258],"sma_100":[0,2.413319993019104],"ema_9":[0,0.7386292640672544],"ema_12":[0,0.7902368557267954],"ema_26":[0,1.021743221707804],"ema_50":[0,1.430842017296829],"ema_200":[0,2.7628786499390476],"ulcer_index":[0,36.29108027286582],"force_index":[0,-82918.84935403657],"easy_movement":[0,-0.1344596663616194],"volume_weighted_avg":[0,0.856037748827427],"channel_index":[0,-35.856842520578994],"williams_r":[0,-97.12459978721334],"mass_index":[0,21.772626034032573],"obv":[0,-30890015],"rsi":[0,19.338219181198596],"rsi_2":[0,10.54942210660343],"vwma":[0,0.9047409582703645],"macd":[0,-0.0043901467122431925],"stoch":[0,2.8754002127866616],"bb_middle":[0,0.9383499920368195],"bb_low":[0,0.5067278064258711],"bb_upper":[0,1.3699721776477678],"timestamp":[0,"2024-09-05T14:30:00Z"]}],[0,{"open":[0,0.63],"low":[0,0.577],"high":[0,0.632],"close":[0,0.579],"volume":[0,906000],"signal":[0,2],"sma_5":[0,0.648799991607666],"sma_10":[0,0.7102999925613404],"sma_20":[0,0.9123499929904938],"sma_50":[0,1.286439995765686],"sma_100":[0,2.380619992017746],"ema_9":[0,0.7169034102553145],"ema_12":[0,0.7655850188072145],"ema_26":[0,0.9926251940656226],"ema_50":[0,1.3954091557024488],"ema_200":[0,2.6607231636280813],"ulcer_index":[0,38.00899448666336],"force_index":[0,-70025.73318312496],"easy_movement":[0,-0.13214086474948328],"volume_weighted_avg":[0,0.8400757043829592],"channel_index":[0,-45.64722250161858],"williams_r":[0,-95.84664202119527],"mass_index":[0,21.787404888432654],"obv":[0,-28893065],"rsi":[0,20.292243859347394],"rsi_2":[0,32.90545148401718],"vwma":[0,0.8889865818405233],"macd":[0,-0.00006619512962818819],"stoch":[0,4.153357978804742],"bb_middle":[0,0.9123499929904938],"bb_low":[0,0.47229259643843347],"bb_upper":[0,1.3524073895425541],"timestamp":[0,"2024-09-06T14:30:00Z"]}],[0,{"open":[0,0.621],"low":[0,0.573],"high":[0,0.808],"close":[0,0.75],"volume":[0,24866800],"signal":[0,1],"sma_5":[0,0.625599992275238],"sma_10":[0,0.6888999938964844],"sma_20":[0,0.881799989938736],"sma_50":[0,1.2638199949264526],"sma_100":[0,2.349609991312027],"ema_9":[0,0.6893227274209417],"ema_12":[0,0.7368796251533392],"ema_26":[0,0.9619408309751917],"ema_50":[0,1.3615625205316522],"ema_200":[0,2.6032218100976805],"ulcer_index":[0,40.17545135551074],"force_index":[0,-66623.2395273283],"easy_movement":[0,-0.17646854372067775],"volume_weighted_avg":[0,0.8186465618489938],"channel_index":[0,-48.284730069928976],"williams_r":[0,-99.69372522824564],"mass_index":[0,21.8182635157921],"obv":[0,-29235085],"rsi":[0,18.80365682026681],"rsi_2":[0,7.859800280028168],"vwma":[0,0.8726185529799448],"macd":[0,0.001472478307763453],"stoch":[0,0.3062747717543719],"bb_middle":[0,0.881799989938736],"bb_low":[0,0.43826438375254617],"bb_upper":[0,1.3253355961249258],"timestamp":[0,"2024-09-09T14:30:00Z"]}],[0,{"open":[0,0.743],"low":[0,0.66],"high":[0,0.768],"close":[0,0.695],"volume":[0,7974400],"signal":[0,1],"sma_5":[0,0.6395999908447265],"sma_10":[0,0.6854999959468842],"sma_20":[0,0.8617999911308288],"sma_50":[0,1.2466199946403504],"sma_100":[0,2.3213099920749665],"ema_9":[0,0.7014581819123089],"ema_12":[0,0.7388981376906978],"ema_26":[0,0.9461869588397867],"ema_50":[0,1.335382974187144],"ema_200":[0,2.5406366691297233],"ulcer_index":[0,40.372833889969506],"force_index":[0,550355.2543871681],"easy_movement":[0,-0.1850135467859529],"volume_weighted_avg":[0,0.7725792110724035],"channel_index":[0,791.9174562009633],"williams_r":[0,-66.41366550122811],"mass_index":[0,22.24728312748394],"obv":[0,-3291220],"rsi":[0,35.91776335092028],"rsi_2":[0,84.90523116751481],"vwma":[0,0.8127992603241473],"macd":[0,0.015326601184286054],"stoch":[0,33.58633449877188],"bb_middle":[0,0.8617999911308288],"bb_low":[0,0.43260092881400813],"bb_upper":[0,1.2909990534476496],"timestamp":[0,"2024-09-10T14:30:00Z"]}],[0,{"open":[0,0.687],"low":[0,0.614],"high":[0,0.705],"close":[0,0.656],"volume":[0,3650900],"signal":[0,1],"sma_5":[0,0.6551999926567078],"sma_10":[0,0.6763999938964844],"sma_20":[0,0.838549992442131],"sma_50":[0,1.2291199934482575],"sma_100":[0,2.293659991621971],"ema_9":[0,0.7001665440137802],"ema_12":[0,0.7321445536011849],"ema_26":[0,0.9273895870691625],"ema_50":[0,1.3025814489591516],"ema_200":[0,2.367764019320359],"ulcer_index":[0,40.06613113888057],"force_index":[0,409076.84863215697],"easy_movement":[0,-0.11449648324455723],"volume_weighted_avg":[0,0.740338857762715],"channel_index":[0,158.13240915448463],"williams_r":[0,-69.95074101353451],"mass_index":[0,22.62857172351746],"obv":[0,-10534190],"rsi":[0,33.513871722116576],"rsi_2":[0,55.20887078334777],"vwma":[0,0.7932775017014673],"macd":[0,0.021653798616512565],"stoch":[0,30.04925898646549],"bb_middle":[0,0.838549992442131],"bb_low":[0,0.4264463790795536],"bb_upper":[0,1.2506536058047084],"timestamp":[0,"2024-09-11T14:30:00Z"]}],[0,{"open":[0,0.642],"low":[0,0.603],"high":[0,0.65],"close":[0,0.61],"volume":[0,2628500],"signal":[0,1],"sma_5":[0,0.6620000004768372],"sma_10":[0,0.6641999959945679],"sma_20":[0,0.8133499950170517],"sma_50":[0,1.2118399941921234],"sma_100":[0,2.269819992184639],"ema_9":[0,0.6913332388716533],"ema_12":[0,0.7204300196857168],"ema_26":[0,0.9073684831279031],"ema_50":[0,1.280520372384029],"ema_200":[0,2.4169493138405924],"ulcer_index":[0,39.42663924827159],"force_index":[0,330296.59221892897],"easy_movement":[0,-0.10903844169818137],"volume_weighted_avg":[0,0.7269516045470652],"channel_index":[0,14.714199574347285],"williams_r":[0,-73.81703102281016],"mass_index":[0,22.968665976177427],"obv":[0,-14793415],"rsi":[0,31.845137661839487],"rsi_2":[0,36.90379924161497],"vwma":[0,0.7794041221109526],"macd":[0,0.024072228851712035],"stoch":[0,26.182968977189848],"bb_middle":[0,0.8133499950170517],"bb_low":[0,0.42182973997187356],"bb_upper":[0,1.20487025006223],"timestamp":[0,"2024-09-12T14:30:00Z"]}],[0,{"open":[0,0.624],"low":[0,0.61],"high":[0,0.705],"close":[0,0.679],"volume":[0,3098700],"signal":[0,1],"sma_5":[0,0.6580000042915344],"sma_10":[0,0.6533999979496002],"sma_20":[0,0.7888499945402145],"sma_50":[0,1.1968399941921235],"sma_100":[0,2.243719992041588],"ema_9":[0,0.6750665939461233],"ema_12":[0,0.7034407847537911],"ema_26":[0,0.885313913479816],"ema_50":[0,1.2531271051798893],"ema_200":[0,2.376897157341821],"ulcer_index":[0,38.76562671888228],"force_index":[0,265838.5689425156],"easy_movement":[0,-0.09168535025684156],"volume_weighted_avg":[0,0.7167059175600506],"channel_index":[0,-20.481697547460175],"williams_r":[0,-85.02024144950786],"mass_index":[0,23.18204887817717],"obv":[0,-16616655],"rsi":[0,29.980321331713412],"rsi_2":[0,20.707542232373555],"vwma":[0,0.7682088712327659],"macd":[0,0.023275406254230968],"stoch":[0,14.979758550492136],"bb_middle":[0,0.7888499945402145],"bb_low":[0,0.4110620842740995],"bb_upper":[0,1.1666379048063296],"timestamp":[0,"2024-09-13T14:30:00Z"]}],[0,{"open":[0,0.687],"low":[0,0.66],"high":[0,0.709],"close":[0,0.686],"volume":[0,1897600],"signal":[0,1],"sma_5":[0,0.678000009059906],"sma_10":[0,0.651800000667572],"sma_20":[0,0.7657999962568283],"sma_50":[0,1.1832199943065644],"sma_100":[0,2.2189099913835526],"ema_9":[0,0.6758532791745531],"ema_12":[0,0.6996806704384503],"ema_26":[0,0.8700586785149073],"ema_50":[0,1.2317106687278867],"ema_200":[0,2.382075219941587],"ulcer_index":[0,37.746305090633214],"force_index":[0,258405.89768336315],"easy_movement":[0,-0.06095964865266217],"volume_weighted_avg":[0,0.7110245193665292],"channel_index":[0,-9.458452066070308],"williams_r":[0,-57.085014087933025],"mass_index":[0,23.415865246488444],"obv":[0,-14112630],"rsi":[0,36.080104489468525],"rsi_2":[0,65.77254685861094],"vwma":[0,0.760492918316943],"macd":[0,0.027851066123106893],"stoch":[0,42.914985912066975],"bb_middle":[0,0.7657999962568283],"bb_low":[0,0.421778724265835],"bb_upper":[0,1.1098212682478215],"timestamp":[0,"2024-09-16T14:30:00Z"]}],[0,{"open":[0,0.696],"low":[0,0.666],"high":[0,0.78],"close":[0,0.737],"volume":[0,2939200],"signal":[0,1],"sma_5":[0,0.6652000069618225],"sma_10":[0,0.6523999989032745],"sma_20":[0,0.7410999983549118],"sma_50":[0,1.170139993429184],"sma_100":[0,2.193569990992546],"ema_9":[0,0.677882621241559],"ema_12":[0,0.6975759502955475],"ema_26":[0,0.8564247015515498],"ema_50":[0,1.210310249935012],"ema_200":[0,2.3651988494895275],"ulcer_index":[0,36.66577978785836],"force_index":[0,223388.5552569595],"easy_movement":[0,-0.06731809344978164],"volume_weighted_avg":[0,0.708473551407753],"channel_index":[0,-47.26346231558357],"williams_r":[0,-51.914906892477795],"mass_index":[0,23.564511115960606],"obv":[0,-12215030],"rsi":[0,36.69141847905209],"rsi_2":[0,69.3113933682645],"vwma":[0,0.7531390966004897],"macd":[0,0.031504258354849296],"stoch":[0,48.08509310752221],"bb_middle":[0,0.7410999983549118],"bb_low":[0,0.4532257822772183],"bb_upper":[0,1.0289742144326053],"timestamp":[0,"2024-09-17T14:30:00Z"]}],[0,{"open":[0,0.76],"low":[0,0.701],"high":[0,0.795],"close":[0,0.732],"volume":[0,1801500],"signal":[0,1],"sma_5":[0,0.6736000061035157],"sma_10":[0,0.6643999993801117],"sma_20":[0,0.7169499963521957],"sma_50":[0,1.1554799926280976],"sma_100":[0,2.168739990592003],"ema_9":[0,0.6897060946881325],"ema_12":[0,0.703641182504441],"ema_26":[0,0.8475420589665502],"ema_50":[0,1.1902845949462018],"ema_200":[0,2.3195677838272872],"ulcer_index":[0,35.367195014315215],"force_index":[0,212890.16466949327],"easy_movement":[0,-0.05347483763298285],"volume_weighted_avg":[0,0.7087990314803119],"channel_index":[0,-17.957124595641012],"williams_r":[0,-30.212780959791978],"mass_index":[0,23.790524177750488],"obv":[0,-8485380],"rsi":[0,41.06136193171009],"rsi_2":[0,87.7567638933874],"vwma":[0,0.7438306162149106],"macd":[0,0.03711551371890334],"stoch":[0,69.78721904020803],"bb_middle":[0,0.7169499963521957],"bb_low":[0,0.5307431540617378],"bb_upper":[0,0.9031568386426536],"timestamp":[0,"2024-09-18T14:30:00Z"]}],[0,{"open":[0,0.762],"low":[0,0.721],"high":[0,0.8],"close":[0,0.782],"volume":[0,1531700],"signal":[0,1],"sma_5":[0,0.6888000011444092],"sma_10":[0,0.6754000008106231],"sma_20":[0,0.7053499966859818],"sma_50":[0,1.1403199923038483],"sma_100":[0,2.144659989476204],"ema_9":[0,0.698164874415362],"ema_12":[0,0.7080040764767239],"ema_26":[0,0.8389833874374931],"ema_50":[0,1.172312649784558],"ema_200":[0,2.3037710893944214],"ulcer_index":[0,33.62012417207699],"force_index":[0,181190.5688341049],"easy_movement":[0,-0.025955320614884363],"volume_weighted_avg":[0,0.7092603066279367],"channel_index":[0,-50.12518966702155],"williams_r":[0,-32.34043837564924],"mass_index":[0,23.976886999030384],"obv":[0,-10286880],"rsi":[0,40.7799073034873],"rsi_2":[0,78.5047635363216],"vwma":[0,0.7258968747850049],"macd":[0,0.04002966337619471],"stoch":[0,67.65956162435074],"bb_middle":[0,0.7053499966859818],"bb_low":[0,0.5571160292984625],"bb_upper":[0,0.853583964073501],"timestamp":[0,"2024-09-19T14:30:00Z"]}],[0,{"open":[0,0.79],"low":[0,0.73],"high":[0,0.79],"close":[0,0.73],"volume":[0,1561300],"signal":[0,1],"sma_5":[0,0.723199999332428],"sma_10":[0,0.6906000018119812],"sma_20":[0,0.7004499971866608],"sma_50":[0,1.1265599918365479],"sma_100":[0,2.121079988479614],"ema_9":[0,0.7149319006220721],"ema_12":[0,0.7193880766343959],"ema_26":[0,0.8348533150347037],"ema_50":[0,1.1606674422374808],"ema_200":[0,2.3622042934855085],"ulcer_index":[0,31.59176834273542],"force_index":[0,166247.47209328786],"easy_movement":[0,-0.014766966642262886],"volume_weighted_avg":[0,0.7114741279173066],"channel_index":[0,-56.588062282571066],"williams_r":[0,-11.063838853399469],"mass_index":[0,24.10082184368576],"obv":[0,-10091100],"rsi":[0,45.031906228198096],"rsi_2":[0,93.08514225184476],"vwma":[0,0.72071121415491],"macd":[0,0.04455047074955085],"stoch":[0,88.93616114660054],"bb_middle":[0,0.7004499971866608],"bb_low":[0,0.5702509592827748],"bb_upper":[0,0.8306490350905468],"timestamp":[0,"2024-09-20T14:30:00Z"]}],[0,{"open":[0,0.745],"low":[0,0.71],"high":[0,0.791],"close":[0,0.76],"volume":[0,1614200],"signal":[0,1],"sma_5":[0,0.7333999991416931],"sma_10":[0,0.7057000041007996],"sma_20":[0,0.6972999989986419],"sma_50":[0,1.1065599918365479],"sma_100":[0,2.094979989528656],"ema_9":[0,0.7179455242471698],"ema_12":[0,0.7210206653772868],"ema_26":[0,0.8269409339212367],"ema_50":[0,1.1379206462453264],"ema_200":[0,2.2282430393401533],"ulcer_index":[0,29.347212233502567],"force_index":[0,130899.46809407056],"easy_movement":[0,-0.007744456662219709],"volume_weighted_avg":[0,0.7123933222951432],"channel_index":[0,-53.27978780924549],"williams_r":[0,-33.19149119652132],"mass_index":[0,24.174484885791227],"obv":[0,-10598170],"rsi":[0,41.72575786457594],"rsi_2":[0,38.61046189406245],"vwma":[0,0.7172186715239158],"macd":[0,0.04309158114669995],"stoch":[0,66.80850880347869],"bb_middle":[0,0.6972999989986419],"bb_low":[0,0.5733095142556474],"bb_upper":[0,0.8212904837416365],"timestamp":[0,"2024-09-23T14:30:00Z"]}],[0,{"open":[0,0.771],"low":[0,0.77],"high":[0,0.915],"close":[0,0.89],"volume":[0,3291800],"signal":[0,1],"sma_5":[0,0.748199999332428],"sma_10":[0,0.7067000031471252],"sma_20":[0,0.6960999995470047],"sma_50":[0,1.0873599910736085],"sma_100":[0,2.0723799896240234],"ema_9":[0,0.7263564175474243],"ema_12":[0,0.7270175001842089],"ema_26":[0,0.8221096320443246],"ema_50":[0,1.128225871674193],"ema_200":[0,2.3166390303775524],"ulcer_index":[0,26.216933422881674],"force_index":[0,119117.2793604388],"easy_movement":[0,0.012707224346641394],"volume_weighted_avg":[0,0.7158878738544444],"channel_index":[0,-49.54924496111135],"williams_r":[0,-20.4255467013777],"mass_index":[0,24.244794873865608],"obv":[0,-9485070],"rsi":[0,44.288252417118436],"rsi_2":[0,63.3549083911501],"vwma":[0,0.7155281164957206],"macd":[0,0.04329744920240944],"stoch":[0,79.57445329862229],"bb_middle":[0,0.6960999995470047],"bb_low":[0,0.5750596724888268],"bb_upper":[0,0.8171403266051827],"timestamp":[0,"2024-09-24T14:30:00Z"]}],[0,{"open":[0,0.9],"low":[0,0.8],"high":[0,0.928],"close":[0,0.811],"volume":[0,2185400],"signal":[0,1],"sma_5":[0,0.7787999987602234],"sma_10":[0,0.7262000024318696],"sma_20":[0,0.701299998164177],"sma_50":[0,1.0721599912643434],"sma_100":[0,2.0482799899578095],"ema_9":[0,0.7590851311728425],"ema_12":[0,0.7520917276126762],"ema_26":[0,0.8271294552424797],"ema_50":[0,1.1185175630001458],"ema_200":[0,2.2950860965047877],"ulcer_index":[0,22.709310962489607],"force_index":[0,163234.4451894565],"easy_movement":[0,0.046966998389596996],"volume_weighted_avg":[0,0.7273007568416283],"channel_index":[0,1.0128897078226975],"williams_r":[0,-7.309951814351404],"mass_index":[0,24.45487479540839],"obv":[0,-5123340],"rsi":[0,53.8444890773839],"rsi_2":[0,91.8445034692261],"vwma":[0,0.7230905709092367],"macd":[0,0.05066993454615454],"stoch":[0,92.69004818564859],"bb_middle":[0,0.701299998164177],"bb_low":[0,0.5583117494823419],"bb_upper":[0,0.8442882468460121],"timestamp":[0,"2024-09-25T14:30:00Z"]}],[0,{"open":[0,0.826],"low":[0,0.821],"high":[0,0.893],"close":[0,0.866],"volume":[0,1178900],"signal":[0,1],"sma_5":[0,0.794599997997284],"sma_10":[0,0.7416999995708465],"sma_20":[0,0.7029499977827072],"sma_50":[0,1.0467799925804138],"sma_100":[0,2.0235899901390075],"ema_9":[0,0.7694681028238942],"ema_12":[0,0.7611545326887305],"ema_26":[0,0.8258983124547208],"ema_50":[0,1.1049935820461805],"ema_200":[0,2.250888988593178],"ulcer_index":[0,18.822510525646283],"force_index":[0,115251.53753748248],"easy_movement":[0,0.05364289683212453],"volume_weighted_avg":[0,0.7318394023512691],"channel_index":[0,-36.230705458372874],"williams_r":[0,-32.957745674843025],"mass_index":[0,24.4370446777753],"obv":[0,-6243090],"rsi":[0,48.435768485922495],"rsi_2":[0,47.22333973628289],"vwma":[0,0.7251960568105157],"macd":[0,0.04872491312788395],"stoch":[0,67.04225432515697],"bb_middle":[0,0.7029499977827072],"bb_low":[0,0.5557596824836911],"bb_upper":[0,0.8501403130817232],"timestamp":[0,"2024-09-26T14:30:00Z"]}],[0,{"open":[0,0.866],"low":[0,0.865],"high":[0,0.958],"close":[0,0.906],"volume":[0,1839300],"signal":[0,0],"sma_5":[0,0.8113999962806702],"sma_10":[0,0.7672999978065491],"sma_20":[0,0.7103499978780746],"sma_50":[0,1.0222999942302704],"sma_100":[0,2.000249989628792],"ema_9":[0,0.7887744817259879],"ema_12":[0,0.7772846407532917],"ema_26":[0,0.8291688400713174],"ema_50":[0,1.1077031565205622],"ema_200":[0,2.4799073503045417],"ulcer_index":[0,12.554832107263163],"force_index":[0,108051.63226573393],"easy_movement":[0,0.061863233477495325],"volume_weighted_avg":[0,0.7367651744107941],"channel_index":[0,-64.53662513866098],"williams_r":[0,-17.46478414469256],"mass_index":[0,24.38804596328728],"obv":[0,-7883645],"rsi":[0,51.9940468811937],"rsi_2":[0,68.51931597744547],"vwma":[0,0.7279165946144274],"macd":[0,0.049648685736755516],"stoch":[0,82.53521585530744],"bb_middle":[0,0.7103499978780746],"bb_low":[0,0.5468944722531442],"bb_upper":[0,0.873805523503005],"timestamp":[0,"2024-09-27T14:30:00Z"]}],[0,{"open":[0,0.948],"low":[0,0.85],"high":[0,0.955],"close":[0,0.869],"volume":[0,1219800],"signal":[0,1],"sma_5":[0,0.8465999960899353],"sma_10":[0,0.7899999976158142],"sma_20":[0,0.7208999991416931],"sma_50":[0,1.0026199948787688],"sma_100":[0,1.9707099908590318],"ema_9":[0,0.8122195890291971],"ema_12":[0,0.7970870131718205],"ema_26":[0,0.8349145898760917],"ema_50":[0,1.101989936291005],"ema_200":[0,2.508391791495667],"ulcer_index":[0,11.064519300795473],"force_index":[0,103124.77013807131],"easy_movement":[0,0.07574136358857922],"volume_weighted_avg":[0,0.7362856777009568],"channel_index":[0,-45.17544657291312],"williams_r":[0,-14.64788264165085],"mass_index":[0,24.353320752030648],"obv":[0,-7106850],"rsi":[0,54.4839083061306],"rsi_2":[0,80.16247130391682],"vwma":[0,0.7331871416569847],"macd":[0,0.05103353601820905],"stoch":[0,85.35211735834915],"bb_middle":[0,0.7208999991416931],"bb_low":[0,0.536831641448407],"bb_upper":[0,0.9049683568349792],"timestamp":[0,"2024-09-30T14:30:00Z"]}],[0,{"open":[0,0.86],"low":[0,0.725],"high":[0,0.87],"close":[0,0.75],"volume":[0,3027400],"signal":[0,1],"sma_5":[0,0.8684000015258789],"sma_10":[0,0.8083000004291534],"sma_20":[0,0.730349999666214],"sma_50":[0,0.9865999960899353],"sma_100":[0,1.9395999908447266],"ema_9":[0,0.8235756747275083],"ema_12":[0,0.8081505456513954],"ema_26":[0,0.8373848849465304],"ema_50":[0,1.0906563699696294],"ema_200":[0,2.4479342248713345],"ulcer_index":[0,9.594095144603704],"force_index":[0,81944.71311900772],"easy_movement":[0,0.06793432433767709],"volume_weighted_avg":[0,0.7524201349449064],"channel_index":[0,-62.52236481167077],"williams_r":[0,-25.070417427255475],"mass_index":[0,24.340561912823915],"obv":[0,-7865290],"rsi":[0,51.808966902555596],"rsi_2":[0,47.596098658074304],"vwma":[0,0.7362122658164496],"macd":[0,0.047632129404075116],"stoch":[0,74.92958257274452],"bb_middle":[0,0.730349999666214],"bb_low":[0,0.5365044129449172],"bb_upper":[0,0.9241955863875106],"timestamp":[0,"2024-10-01T14:30:00Z"]}],[0,{"open":[0,0.75],"low":[0,0.715],"high":[0,0.76],"close":[0,0.729],"volume":[0,1614200],"signal":[0,1],"sma_5":[0,0.8404000043869019],"sma_10":[0,0.8096000015735626],"sma_20":[0,0.7370000004768371],"sma_50":[0,0.9683999967575073],"sma_100":[0,1.9084999918937684],"ema_9":[0,0.8088605398512657],"ema_12":[0,0.7992043267567099],"ema_26":[0,0.8310664926946432],"ema_50":[0,1.0835212911412053],"ema_200":[0,2.5561172930489975],"ulcer_index":[0,9.586693747280515],"force_index":[0,18772.752726878134],"easy_movement":[0,0.04171550470092943],"volume_weighted_avg":[0,0.7639810948542325],"channel_index":[0,-12.456626463113796],"williams_r":[0,-58.59154735664328],"mass_index":[0,24.47758059762374],"obv":[0,-11500420],"rsi":[0,44.21063466831549],"rsi_2":[0,13.172817645758727],"vwma":[0,0.7389896601866608],"macd":[0,0.03619976174707118],"stoch":[0,41.40845264335672],"bb_middle":[0,0.7370000004768371],"bb_low":[0,0.5501663827018692],"bb_upper":[0,0.923833618251805],"timestamp":[0,"2024-10-02T14:30:00Z"]}],[0,{"open":[0,0.71],"low":[0,0.689],"high":[0,0.724],"close":[0,0.703],"volume":[0,1200500],"signal":[0,2],"sma_5":[0,0.8240000009536743],"sma_10":[0,0.8092999994754791],"sma_20":[0,0.7423500001430512],"sma_50":[0,0.9496799969673156],"sma_100":[0,1.8737899935245514],"ema_9":[0,0.7928884262274796],"ema_12":[0,0.78840362349785],"ema_26":[0,0.823233252876758],"ema_50":[0,1.0586349735862308],"ema_200":[0,2.317211230998875],"ulcer_index":[0,9.129788514958076],"force_index":[0,11248.545169028128],"easy_movement":[0,0.03398274728820267],"volume_weighted_avg":[0,0.7760734785307174],"channel_index":[0,-52.56612176110885],"williams_r":[0,-65.80460877513993],"mass_index":[0,24.573454637134763],"obv":[0,-12266990],"rsi":[0,43.07485174532807],"rsi_2":[0,10.494090160318024],"vwma":[0,0.7404835067397139],"macd":[0,0.026239392368868047],"stoch":[0,34.195391224860074],"bb_middle":[0,0.7423500001430512],"bb_low":[0,0.5630175997014637],"bb_upper":[0,0.9216824005846387],"timestamp":[0,"2024-10-03T14:30:00Z"]}],[0,{"open":[0,0.711],"low":[0,0.71],"high":[0,0.788],"close":[0,0.773],"volume":[0,1530400],"signal":[0,0],"sma_5":[0,0.7914000034332276],"sma_10":[0,0.8013999998569489],"sma_20":[0,0.746000000834465],"sma_50":[0,0.9335399973392486],"sma_100":[0,1.8448199945688248],"ema_9":[0,0.774910742802113],"ema_12":[0,0.7752646081152992],"ema_26":[0,0.8143452705506289],"ema_50":[0,1.0454207428876103],"ema_200":[0,2.315864556489744],"ulcer_index":[0,10.294448799318989],"force_index":[0,5182.418736453106],"easy_movement":[0,0.020738549540914263],"volume_weighted_avg":[0,0.7839937257081585],"channel_index":[0,-62.292512144622414],"williams_r":[0,-85.57047449701076],"mass_index":[0,24.531173461250848],"obv":[0,-13956325],"rsi":[0,41.57954246083054],"rsi_2":[0,6.979595048904798],"vwma":[0,0.741286729317242],"macd":[0,0.01761378398766779],"stoch":[0,14.429525502989232],"bb_middle":[0,0.746000000834465],"bb_low":[0,0.5731069718631319],"bb_upper":[0,0.9188930298057982],"timestamp":[0,"2024-10-04T14:30:00Z"]}],[0,{"open":[0,0.772],"low":[0,0.715],"high":[0,0.773],"close":[0,0.731],"volume":[0,1355200],"signal":[0,1],"sma_5":[0,0.7648000001907349],"sma_10":[0,0.8056999981403351],"sma_20":[0,0.7557000011205673],"sma_50":[0,0.9189999973773957],"sma_100":[0,1.8161499935388565],"ema_9":[0,0.77452859473316],"ema_12":[0,0.7749162371744334],"ema_26":[0,0.8115281391178435],"ema_50":[0,1.0446227417485294],"ema_200":[0,2.499165811389722],"ulcer_index":[0,10.553686246824814],"force_index":[0,19746.811273265645],"easy_movement":[0,0.03123071988894465],"volume_weighted_avg":[0,0.7903673565627711],"channel_index":[0,-52.68627760386542],"williams_r":[0,-63.35616613121147],"mass_index":[0,24.588042558398698],"obv":[0,-13562660],"rsi":[0,46.867751360397946],"rsi_2":[0,66.81780141369491],"vwma":[0,0.744054724400069],"macd":[0,0.016377837121945592],"stoch":[0,36.64383386878854],"bb_middle":[0,0.7557000011205673],"bb_low":[0,0.600510957867817],"bb_upper":[0,0.9108890443733176],"timestamp":[0,"2024-10-07T14:30:00Z"]}],[0,{"open":[0,0.725],"low":[0,0.691],"high":[0,0.73],"close":[0,0.712],"volume":[0,1285800],"signal":[0,2],"sma_5":[0,0.7371999979019165],"sma_10":[0,0.8027999997138977],"sma_20":[0,0.7547500014305115],"sma_50":[0,0.9038199973106384],"sma_100":[0,1.781659995317459],"ema_9":[0,0.765822877099638],"ema_12":[0,0.7681599139569122],"ema_26":[0,0.8057267464190089],"ema_50":[0,1.0389139268778544],"ema_200":[0,2.6140076660740674],"ulcer_index":[0,11.739478354000696],"force_index":[0,8795.27147612617],"easy_movement":[0,0.019036057675024736],"volume_weighted_avg":[0,0.7934293940606723],"channel_index":[0,-45.2753166469505],"williams_r":[0,-84.38661833594021],"mass_index":[0,24.659889565274128],"obv":[0,-16423115],"rsi":[0,44.20308174340764],"rsi_2":[0,37.708913767202084],"vwma":[0,0.7405432994295104],"macd":[0,0.012546193158344932],"stoch":[0,15.613381664059794],"bb_middle":[0,0.7547500014305115],"bb_low":[0,0.5992008159767435],"bb_upper":[0,0.9102991868842796],"timestamp":[0,"2024-10-08T14:30:00Z"]}],[0,{"open":[0,0.72],"low":[0,0.693],"high":[0,0.77],"close":[0,0.767],"volume":[0,1169800],"signal":[0,1],"sma_5":[0,0.7296000003814698],"sma_10":[0,0.7850000023841858],"sma_20":[0,0.7556000024080276],"sma_50":[0,0.8882599973678589],"sma_100":[0,1.7433799958229066],"ema_9":[0,0.7550583042651896],"ema_12":[0,0.7595199580042391],"ema_26":[0,0.7990204146610204],"ema_50":[0,1.0356128258401467],"ema_200":[0,2.786377925014706],"ulcer_index":[0,13.044328509991272],"force_index":[0,4049.3667751021603],"easy_movement":[0,0.002460566391129707],"volume_weighted_avg":[0,0.7936734270811237],"channel_index":[0,-38.79019895790726],"williams_r":[0,-91.44981322031052],"mass_index":[0,24.638071489914388],"obv":[0,-19386040],"rsi":[0,42.95622760989197],"rsi_2":[0,27.047852718969466],"vwma":[0,0.7486140292901765],"macd":[0,0.008790308646846857],"stoch":[0,8.550186779689483],"bb_middle":[0,0.7556000024080276],"bb_low":[0,0.6011844633712818],"bb_upper":[0,0.9100155414447734],"timestamp":[0,"2024-10-09T14:30:00Z"]}],[0,{"open":[0,0.768],"low":[0,0.76],"high":[0,0.819],"close":[0,0.776],"volume":[0,1249300],"signal":[0,1],"sma_5":[0,0.7372000098228455],"sma_10":[0,0.7806000053882599],"sma_20":[0,0.7611500024795532],"sma_50":[0,0.8741999971866607],"sma_100":[0,1.7004499965906144],"ema_9":[0,0.7574466472692535],"ema_12":[0,0.7606707222523599],"ema_26":[0,0.7965303390097821],"ema_50":[0,1.0203194684281716],"ema_200":[0,2.6706368461156136],"ulcer_index":[0,13.673606092541958],"force_index":[0,12661.867999052962],"easy_movement":[0,0.007728976163094871],"volume_weighted_avg":[0,0.7931200345454644],"channel_index":[0,-37.96389883588494],"williams_r":[0,-71.00371343592866],"mass_index":[0,24.71743417433181],"obv":[0,-16979800],"rsi":[0,47.331534703484394],"rsi_2":[0,72.33307813205433],"vwma":[0,0.7580852186333683],"macd":[0,0.009794792236670728],"stoch":[0,28.99628656407134],"bb_middle":[0,0.7611500024795532],"bb_low":[0,0.6136274299797512],"bb_upper":[0,0.9086725749793553],"timestamp":[0,"2024-10-10T14:30:00Z"]}],[0,{"open":[0,0.776],"low":[0,0.75],"high":[0,0.797],"close":[0,0.792],"volume":[0,408300],"signal":[0,1],"sma_5":[0,0.7518000125885009],"sma_10":[0,0.7716000080108643],"sma_20":[0,0.7694500029087067],"sma_50":[0,0.860519996881485],"sma_100":[0,1.6602099949121476],"ema_9":[0,0.7611573223726691],"ema_12":[0,0.7630290706381229],"ema_26":[0,0.7949641152005024],"ema_50":[0,1.0089077196371175],"ema_200":[0,2.614996960540484],"ulcer_index":[0,14.08954858082848],"force_index":[0,12458.861602935996],"easy_movement":[0,0.02743146941233577],"volume_weighted_avg":[0,0.7963672885473565],"channel_index":[0,-30.310716063724392],"williams_r":[0,-67.65798721092577],"mass_index":[0,24.82931950628115],"obv":[0,-15021895],"rsi":[0,48.03336721545501],"rsi_2":[0,77.00469795851465],"vwma":[0,0.7693342054209819],"macd":[0,0.010917750269926772],"stoch":[0,32.342012789074225],"bb_middle":[0,0.7694500029087067],"bb_low":[0,0.6392110294611862],"bb_upper":[0,0.8996889763562271],"timestamp":[0,"2024-10-11T14:30:00Z"]}],[0,{"open":[0,0.807],"low":[0,0.785],"high":[0,0.84],"close":[0,0.834],"volume":[0,1142100],"signal":[0,1],"sma_5":[0,0.7556000113487243],"sma_10":[0,0.7602000057697296],"sma_20":[0,0.7751000016927719],"sma_50":[0,0.8495599961280823],"sma_100":[0,1.6211299967765809],"ema_9":[0,0.767325856950199],"ema_12":[0,0.7674861115775533],"ema_26":[0,0.7945445292781161],"ema_50":[0,0.992346958910679],"ema_200":[0,2.434992236416107],"ulcer_index":[0,14.46578991712683],"force_index":[0,11612.296494491053],"easy_movement":[0,0.01768093580500804],"volume_weighted_avg":[0,0.7988908155268092],"channel_index":[0,-64.71018484425578],"williams_r":[0,-61.71004178751011],"mass_index":[0,24.894021688539205],"obv":[0,-13936830],"rsi":[0,49.36946372877451],"rsi_2":[0,85.63118746146154],"vwma":[0,0.7778639793093591],"macd":[0,0.012381441304897739],"stoch":[0,38.2899582124899],"bb_middle":[0,0.7751000016927719],"bb_low":[0,0.6514069913242647],"bb_upper":[0,0.8987930120612792],"timestamp":[0,"2024-10-14T14:30:00Z"]}],[0,{"open":[0,0.827],"low":[0,0.806],"high":[0,0.912],"close":[0,0.85],"volume":[0,2046600],"signal":[0,1],"sma_5":[0,0.7762000083923339],"sma_10":[0,0.7567000031471253],"sma_20":[0,0.7825000017881394],"sma_50":[0,0.8404399967193603],"sma_100":[0,1.5868699944019318],"ema_9":[0,0.7806606838394713],"ema_12":[0,0.7777190150565636],"ema_26":[0,0.7974580639993745],"ema_50":[0,0.9857711481149897],"ema_200":[0,2.4117042694116226],"ulcer_index":[0,14.620881007421342],"force_index":[0,16805.918495187514],"easy_movement":[0,0.002149665347933891],"volume_weighted_avg":[0,0.7861587816268972],"channel_index":[0,-26.963400912841198],"williams_r":[0,-46.096660123450306],"mass_index":[0,24.567623719619615],"obv":[0,-12290115],"rsi":[0,52.682814269244744],"rsi_2":[0,95.16119391486559],"vwma":[0,0.7850574061822677],"macd":[0,0.015749099574766307],"stoch":[0,53.903339876549694],"bb_middle":[0,0.7825000017881394],"bb_low":[0,0.6633908076339092],"bb_upper":[0,0.9016091959423695],"timestamp":[0,"2024-10-15T14:30:00Z"]}],[0,{"open":[0,0.849],"low":[0,0.83],"high":[0,0.889],"close":[0,0.86],"volume":[0,1187800],"signal":[0,0],"sma_5":[0,0.8038000106811524],"sma_10":[0,0.766700005531311],"sma_20":[0,0.7881500035524368],"sma_50":[0,0.8342399978637696],"sma_100":[0,1.5529699969291686],"ema_9":[0,0.7945285517747636],"ema_12":[0,0.7888391524681144],"ema_26":[0,0.8012045908316024],"ema_50":[0,0.9745889172281134],"ema_200":[0,2.27844459579913],"ulcer_index":[0,14.521404524459049],"force_index":[0,19083.85748937037],"easy_movement":[0,0.010357661686423918],"volume_weighted_avg":[0,0.789926840529299],"channel_index":[0,22.85155089882785],"williams_r":[0,-40.148692542173606],"mass_index":[0,24.38367815834454],"obv":[0,-8890610],"rsi":[0,53.96177720167335],"rsi_2":[0,96.78554841827301],"vwma":[0,0.7935576285826123],"macd":[0,0.01831339692290957],"stoch":[0,59.85130745782639],"bb_middle":[0,0.7881500035524368],"bb_low":[0,0.6674996392473588],"bb_upper":[0,0.9088003678575148],"timestamp":[0,"2024-10-16T14:30:00Z"]}],[0,{"open":[0,0.87],"low":[0,0.78],"high":[0,0.875],"close":[0,0.78],"volume":[0,1720900],"signal":[0,2],"sma_5":[0,0.8224000096321106],"sma_10":[0,0.779800009727478],"sma_20":[0,0.7945500046014786],"sma_50":[0,0.8282399988174438],"sma_100":[0,1.5223699963092805],"ema_9":[0,0.8076228443582412],"ema_12":[0,0.7997869984872378],"ema_26":[0,0.8057325534563187],"ema_50":[0,0.9770514677627534],"ema_200":[0,2.404123784147428],"ulcer_index":[0,14.56684946837132],"force_index":[0,18053.948291631652],"easy_movement":[0,0.013588753182991024],"volume_weighted_avg":[0,0.7896087517095277],"channel_index":[0,-21.75349523015902],"williams_r":[0,-36.43122388280619],"mass_index":[0,24.225779679193966],"obv":[0,-8274365],"rsi":[0,54.70279201312362],"rsi_2":[0,97.73568826951333],"vwma":[0,0.7995569188966811],"macd":[0,0.02000604032961364],"stoch":[0,63.56877611719381],"bb_middle":[0,0.7945500046014786],"bb_low":[0,0.6729169892127924],"bb_upper":[0,0.9161830199901648],"timestamp":[0,"2024-10-17T14:30:00Z"]}],[0,{"open":[0,0.8],"low":[0,0.77],"high":[0,0.83],"close":[0,0.827],"volume":[0,934500],"signal":[0,0],"sma_5":[0,0.8231999993324279],"sma_10":[0,0.7875000059604644],"sma_20":[0,0.7944500029087067],"sma_50":[0,0.8208399987220765],"sma_100":[0,1.4871699941158294],"ema_9":[0,0.8020982697441766],"ema_12":[0,0.796742834914033],"ema_26":[0,0.8037809766140798],"ema_50":[0,0.9674933640370726],"ema_200":[0,2.3511755703182686],"ulcer_index":[0,14.821786793502179],"force_index":[0,-4192.76136017922],"easy_movement":[0,-0.0187125810336126],"volume_weighted_avg":[0,0.7781684767649294],"channel_index":[0,7.660546673546294],"williams_r":[0,-65.78948488809226],"mass_index":[0,24.249365831232154],"obv":[0,-9631395],"rsi":[0,47.594201086018664],"rsi_2":[0,17.058780102977735],"vwma":[0,0.7993444200332332],"macd":[0,0.015073021603474401],"stoch":[0,34.21051511190773],"bb_middle":[0,0.7944500029087067],"bb_low":[0,0.6727725989763654],"bb_upper":[0,0.916127406841048],"timestamp":[0,"2024-10-18T14:30:00Z"]}],[0,{"open":[0,0.83],"low":[0,0.78],"high":[0,0.832],"close":[0,0.799],"volume":[0,772400],"signal":[0,2],"sma_5":[0,0.8302000045776368],"sma_10":[0,0.7929000079631805],"sma_20":[0,0.7993000030517579],"sma_50":[0,0.8135799980163574],"sma_100":[0,1.4534399962425233],"ema_9":[0,0.8070786201007617],"ema_12":[0,0.8013977645305903],"ema_26":[0,0.8053190680472645],"ema_50":[0,0.9546614755047568],"ema_200":[0,2.1888591468983525],"ulcer_index":[0,14.817077845444228],"force_index":[0,2680.7472836717925],"easy_movement":[0,-0.025790675497993937],"volume_weighted_avg":[0,0.774889460491326],"channel_index":[0,-38.772986092384556],"williams_r":[0,-38.11658401756172],"mass_index":[0,24.221867321294376],"obv":[0,-8317690],"rsi":[0,51.62036388791118],"rsi_2":[0,57.89606489211466],"vwma":[0,0.8036425648177419],"macd":[0,0.014320923691360163],"stoch":[0,61.88341598243829],"bb_middle":[0,0.7993000030517579],"bb_low":[0,0.6805884143731142],"bb_upper":[0,0.9180115917304015],"timestamp":[0,"2024-10-21T14:30:00Z"]}],[0,{"open":[0,0.79],"low":[0,0.785],"high":[0,0.84],"close":[0,0.834],"volume":[0,837800],"signal":[0,0],"sma_5":[0,0.823200011253357],"sma_10":[0,0.7997000098228455],"sma_20":[0,0.8012500047683716],"sma_50":[0,0.8065599989891052],"sma_100":[0,1.4234299969673156],"ema_9":[0,0.8054629010723084],"ema_12":[0,0.8010288903875342],"ema_26":[0,0.8049237259743125],"ema_50":[0,0.9514860457892903],"ema_200":[0,2.2338899545486064],"ulcer_index":[0,14.211348132910889],"force_index":[0,-791.7752120699492],"easy_movement":[0,0.013016493290278383],"volume_weighted_avg":[0,0.7802234609090858],"channel_index":[0,-47.98091672237802],"williams_r":[0,-50.67263711006733],"mass_index":[0,24.22984443276815],"obv":[0,-9448085],"rsi":[0,49.18064094691811],"rsi_2":[0,36.4895923121436],"vwma":[0,0.8058448396761052],"macd":[0,0.011570299034851031],"stoch":[0,49.32736288993267],"bb_middle":[0,0.8012500047683716],"bb_low":[0,0.6839113876837645],"bb_upper":[0,0.9185886218529787],"timestamp":[0,"2024-10-22T14:30:00Z"]}],[0,{"open":[0,0.825],"low":[0,0.767],"high":[0,0.83],"close":[0,0.793],"volume":[0,1046600],"signal":[0,1],"sma_5":[0,0.8200000047683715],"sma_10":[0,0.811900007724762],"sma_20":[0,0.7984500050544738],"sma_50":[0,0.8000399994850159],"sma_100":[0,1.3921699965000152],"ema_9":[0,0.8111703191290109],"ema_12":[0,0.8061013641340699],"ema_26":[0,0.8070502477532926],"ema_50":[0,0.945780398338348],"ema_200":[0,2.1978881397055963],"ulcer_index":[0,13.242091638360693],"force_index":[0,3510.3451872551245],"easy_movement":[0,0.02801198965344574],"volume_weighted_avg":[0,0.7878082776406005],"channel_index":[0,-34.98800319896192],"williams_r":[0,-34.97758410870605],"mass_index":[0,24.144564320813213],"obv":[0,-8284575],"rsi":[0,52.1616337286838],"rsi_2":[0,66.99640919666112],"vwma":[0,0.7967632840639103],"macd":[0,0.011578356201857438],"stoch":[0,65.02241589129395],"bb_middle":[0,0.7984500050544738],"bb_low":[0,0.6872016721773375],"bb_upper":[0,0.9096983379316101],"timestamp":[0,"2024-10-23T14:30:00Z"]}],[0,{"open":[0,0.804],"low":[0,0.775],"high":[0,0.808],"close":[0,0.788],"volume":[0,746700],"signal":[0,2],"sma_5":[0,0.8065999984741211],"sma_10":[0,0.8145000040531158],"sma_20":[0,0.7975500047206878],"sma_50":[0,0.7926999998092651],"sma_100":[0,1.3610999953746796],"ema_9":[0,0.8075362518536849],"ema_12":[0,0.804085762564401],"ema_26":[0,0.8059731197322213],"ema_50":[0,0.9383245368625143],"ema_200":[0,2.1544789833901343],"ulcer_index":[0,11.992854796112292],"force_index":[0,-3120.9695625641284],"easy_movement":[0,0.02844813693620756],"volume_weighted_avg":[0,0.7942350021401595],"channel_index":[0,-19.069574892498768],"williams_r":[0,-53.84615799545009],"mass_index":[0,24.058495658504114],"obv":[0,-8769960],"rsi":[0,48.54295621385271],"rsi_2":[0,31.522119093956192],"vwma":[0,0.7954538066677919],"macd":[0,0.008465713184852163],"stoch":[0,46.15384200454991],"bb_middle":[0,0.7975500047206878],"bb_low":[0,0.6864311868183389],"bb_upper":[0,0.9086688226230367],"timestamp":[0,"2024-10-24T14:30:00Z"]}],[0,{"open":[0,0.78],"low":[0,0.78],"high":[0,0.82],"close":[0,0.815],"volume":[0,812400],"signal":[0,1],"sma_5":[0,0.8082000017166138],"sma_10":[0,0.8157000005245209],"sma_20":[0,0.7936500042676926],"sma_50":[0,0.7864599990844726],"sma_100":[0,1.330779995918274],"ema_9":[0,0.8036289989585799],"ema_12":[0,0.8016110157268201],"ema_26":[0,0.8045417657453132],"ema_50":[0,0.9284021643977386],"ema_200":[0,2.059949364332101],"ulcer_index":[0,11.551722401152649],"force_index":[0,-3208.4956308017245],"easy_movement":[0,0.010766267539301074],"volume_weighted_avg":[0,0.7959856755012948],"channel_index":[0,-40.3028903188375],"williams_r":[0,-56.10859911563975],"mass_index":[0,23.930077822491675],"obv":[0,-9036615],"rsi":[0,48.116459677082936],"rsi_2":[0,27.916801826070994],"vwma":[0,0.7920844760299208],"macd":[0,0.005810825929429594],"stoch":[0,43.89140088436025],"bb_middle":[0,0.7936500042676926],"bb_low":[0,0.68703053154382],"bb_upper":[0,0.9002694769915652],"timestamp":[0,"2024-10-25T14:30:00Z"]}],[0,{"open":[0,0.82],"low":[0,0.805],"high":[0,0.859],"close":[0,0.855],"volume":[0,954400],"signal":[0,0],"sma_5":[0,0.8057999968528747],"sma_10":[0,0.8180000007152557],"sma_20":[0,0.7891000032424926],"sma_50":[0,0.7799599993228913],"sma_100":[0,1.3029299968481063],"ema_9":[0,0.8059031986859526],"ema_12":[0,0.8036708579827211],"ema_26":[0,0.8053073577005013],"ema_50":[0,0.9235889035353543],"ema_200":[0,2.0402042879515356],"ulcer_index":[0,10.42824625588261],"force_index":[0,383.4699724862003],"easy_movement":[0,0.015284144259398733],"volume_weighted_avg":[0,0.8027245476010582],"channel_index":[0,-33.920487480064324],"williams_r":[0,-43.89140088436025],"mass_index":[0,23.828028595214924],"obv":[0,-7733715],"rsi":[0,50.67937763045142],"rsi_2":[0,67.7515164854108],"vwma":[0,0.7845412282345335],"macd":[0,0.005672512784091348],"stoch":[0,56.10859911563975],"bb_middle":[0,0.7891000032424926],"bb_low":[0,0.6950172670615632],"bb_upper":[0,0.8831827394234221],"timestamp":[0,"2024-10-28T14:30:00Z"]}],[0,{"open":[0,0.85],"low":[0,0.798],"high":[0,0.851],"close":[0,0.804],"volume":[0,710500],"signal":[0,1],"sma_5":[0,0.8169999957084656],"sma_10":[0,0.8201000034809113],"sma_20":[0,0.7884000033140183],"sma_50":[0,0.7734600007534027],"sma_100":[0,1.2756799978017808],"ema_9":[0,0.8157225627675336],"ema_12":[0,0.8115676531083216],"ema_26":[0,0.808997387467053],"ema_50":[0,0.9212652604273939],"ema_200":[0,2.0357687311421073],"ulcer_index":[0,8.71905276520724],"force_index":[0,5782.549243876241],"easy_movement":[0,0.03547459896248576],"volume_weighted_avg":[0,0.8138057019456634],"channel_index":[0,-24.882439930021828],"williams_r":[0,-26.027390922130202],"mass_index":[0,23.74209700695288],"obv":[0,-7367010],"rsi":[0,54.27822320270804],"rsi_2":[0,87.772608752411],"vwma":[0,0.7831126127139423],"macd":[0,0.007914970714534699],"stoch":[0,73.9726090778698],"bb_middle":[0,0.7884000033140183],"bb_low":[0,0.6965231226270963],"bb_upper":[0,0.8802768840009403],"timestamp":[0,"2024-10-29T14:30:00Z"]}],[0,{"open":[0,0.8],"low":[0,0.764],"high":[0,0.805],"close":[0,0.778],"volume":[0,840100],"signal":[0,1],"sma_5":[0,0.8110000014305114],"sma_10":[0,0.8155000030994415],"sma_20":[0,0.7911000043153763],"sma_50":[0,0.7651400005817414],"sma_100":[0,1.2477199989557266],"ema_9":[0,0.8133780542194591],"ema_12":[0,0.8104034018650661],"ema_26":[0,0.808627212101135],"ema_50":[0,0.9166666235489533],"ema_200":[0,2.023512326056386],"ulcer_index":[0,7.8890777184743035],"force_index":[0,-220.13862958723166],"easy_movement":[0,0.02160492785325935],"volume_weighted_avg":[0,0.8170854113725778],"channel_index":[0,-35.59407937038963],"williams_r":[0,-66.6666544023365],"mass_index":[0,23.548193036918036],"obv":[0,-8077510],"rsi":[0,49.284662381763155],"rsi_2":[0,33.979080406227155],"vwma":[0,0.7881766193066075],"macd":[0,0.005696715869757771],"stoch":[0,33.3333455976635],"bb_middle":[0,0.7911000043153763],"bb_low":[0,0.7007342960156228],"bb_upper":[0,0.8814657126151298],"timestamp":[0,"2024-10-30T14:30:00Z"]}],[0,{"open":[0,0.786],"low":[0,0.75],"high":[0,0.787],"close":[0,0.756],"volume":[0,880900],"signal":[0,1],"sma_5":[0,0.8080000042915344],"sma_10":[0,0.8073000013828278],"sma_20":[0,0.7935500055551529],"sma_50":[0,0.7614200007915497],"sma_100":[0,1.2194999998807907],"ema_9":[0,0.8063024427707701],"ema_12":[0,0.8054182537833436],"ema_26":[0,0.806285794414775],"ema_50":[0,0.9082997800947935],"ema_200":[0,1.9522590046120043],"ulcer_index":[0,7.350180131053936],"force_index":[0,-3309.0597462381947],"easy_movement":[0,-0.011904237144895597],"volume_weighted_avg":[0,0.8183912646845314],"channel_index":[0,-23.951010720754038],"williams_r":[0,-82.71605119965385],"mass_index":[0,23.295944320848587],"obv":[0,-8578020],"rsi":[0,46.92823281486088],"rsi_2":[0,20.911600226550647],"vwma":[0,0.7921385893798539],"macd":[0,0.0023500027793354286],"stoch":[0,17.28394880034615],"bb_middle":[0,0.7935500055551529],"bb_low":[0,0.7074977513392514],"bb_upper":[0,0.8796022597710543],"timestamp":[0,"2024-10-31T14:30:00Z"]}],[0,{"open":[0,0.752],"low":[0,0.751],"high":[0,0.779],"close":[0,0.771],"volume":[0,699800],"signal":[0,1],"sma_5":[0,0.8016000032424927],"sma_10":[0,0.8049000024795532],"sma_20":[0,0.7962000042200088],"sma_50":[0,0.7589400005340576],"sma_100":[0,1.1926599991321565],"ema_9":[0,0.7962419507165398],"ema_12":[0,0.7978154505761361],"ema_26":[0,0.8026245626570335],"ema_50":[0,0.9048900584761442],"ema_200":[0,1.9918585732135716],"ulcer_index":[0,7.291222329245532],"force_index":[0,-5604.882654057472],"easy_movement":[0,-0.003548930919131229],"volume_weighted_avg":[0,0.8153718693518833],"channel_index":[0,-21.874561391697558],"williams_r":[0,-96.29630719792311],"mass_index":[0,23.101849122820692],"obv":[0,-9738980],"rsi":[0,44.922744359277104],"rsi_2":[0,12.667418162765728],"vwma":[0,0.7956137479028026],"macd":[0,-0.0011924175359463666],"stoch":[0,3.7036928020768904],"bb_middle":[0,0.7962000042200088],"bb_low":[0,0.7186175257901373],"bb_upper":[0,0.8737824826498803],"timestamp":[0,"2024-11-01T14:30:00Z"]}],[0,{"open":[0,0.775],"low":[0,0.732],"high":[0,0.775],"close":[0,0.736],"volume":[0,714400],"signal":[0,2],"sma_5":[0,0.7928000092506409],"sma_10":[0,0.7993000030517579],"sma_20":[0,0.7961000055074692],"sma_50":[0,0.7585000014305114],"sma_100":[0,1.1645700001716615],"ema_9":[0,0.7911935660963948],"ema_12":[0,0.7936899986729272],"ema_26":[0,0.8002638207347074],"ema_50":[0,0.8989072348982086],"ema_200":[0,1.964995686003446],"ulcer_index":[0,7.503380902525554],"force_index":[0,-3304.358458219182],"easy_movement":[0,-0.017964347062490997],"volume_weighted_avg":[0,0.8116846649161771],"channel_index":[0,-42.91377893686445],"williams_r":[0,-87.03702000324515],"mass_index":[0,22.884563434002196],"obv":[0,-8496745],"rsi":[0,46.54587150397219],"rsi_2":[0,43.202044196991764],"vwma":[0,0.7964494117336604],"macd":[0,-0.002388798413508454],"stoch":[0,12.962979996754859],"bb_middle":[0,0.7961000055074692],"bb_low":[0,0.7183931158344853],"bb_upper":[0,0.8738068951804531],"timestamp":[0,"2024-11-04T14:30:00Z"]}],[0,{"open":[0,0.75],"low":[0,0.732],"high":[0,0.778],"close":[0,0.759],"volume":[0,1116000],"signal":[0,1],"sma_5":[0,0.7690000057220459],"sma_10":[0,0.7930000007152558],"sma_20":[0,0.7963500052690506],"sma_50":[0,0.7575400018692017],"sma_100":[0,1.1365300005674361],"ema_9":[0,0.7801548530532183],"ema_12":[0,0.7848145844675696],"ema_26":[0,0.7952580566555921],"ema_50":[0,0.8826335464003604],"ema_200":[0,1.7541136444978354],"ulcer_index":[0,8.271730701653782],"force_index":[0,-6403.796705419603],"easy_movement":[0,-0.04011130187489411],"volume_weighted_avg":[0,0.8013818982455088],"channel_index":[0,-39.690647859420146],"williams_r":[0,-97.45222422127672],"mass_index":[0,22.68293237313155],"obv":[0,-7968500],"rsi":[0,43.36369623188454],"rsi_2":[0,16.416448498684062],"vwma":[0,0.7987068270364047],"macd":[0,-0.005318560507741785],"stoch":[0,2.5477757787232687],"bb_middle":[0,0.7963500052690506],"bb_low":[0,0.7194545514428298],"bb_upper":[0,0.8732454590952715],"timestamp":[0,"2024-11-05T14:30:00Z"]}],[0,{"open":[0,0.77],"low":[0,0.73],"high":[0,0.78],"close":[0,0.777],"volume":[0,2080300],"signal":[0,1],"sma_5":[0,0.7600000023841857],"sma_10":[0,0.7855000019073486],"sma_20":[0,0.7987000048160553],"sma_50":[0,0.75700000166893],"sma_100":[0,1.1141200006008147],"ema_9":[0,0.7759238831101467],"ema_12":[0,0.7808431104476143],"ema_26":[0,0.7925722749283528],"ema_50":[0,0.8777851721626153],"ema_200":[0,1.744212016227587],"ulcer_index":[0,8.693973278239714],"force_index":[0,-1822.3774407536603],"easy_movement":[0,-0.03984706703991079],"volume_weighted_avg":[0,0.792238147915298],"channel_index":[0,16.793550976126017],"williams_r":[0,-81.11887499781172],"mass_index":[0,22.44344411497529],"obv":[0,-6852500],"rsi":[0,46.00640883037031],"rsi_2":[0,53.94507117484102],"vwma":[0,0.8020670290750308],"macd":[0,-0.005283402240366157],"stoch":[0,18.88112500218828],"bb_middle":[0,0.7987000048160553],"bb_low":[0,0.7298026819578198],"bb_upper":[0,0.8675973276742908],"timestamp":[0,"2024-11-06T14:30:00Z"]}],[0,{"open":[0,0.78],"low":[0,0.76],"high":[0,0.889],"close":[0,0.842],"volume":[0,3335500],"signal":[0,0],"sma_5":[0,0.7598000049591065],"sma_10":[0,0.7839000046253204],"sma_20":[0,0.7992000043392181],"sma_50":[0,0.7569800019264221],"sma_100":[0,1.0918900007009507],"ema_9":[0,0.7761391083299076],"ema_12":[0,0.7802518203173053],"ema_26":[0,0.7910596439590861],"ema_50":[0,0.8593711756221727],"ema_200":[0,1.4439656935729106],"ulcer_index":[0,8.604510354328626],"force_index":[0,3788.2710655233723],"easy_movement":[0,-0.02722907888660926],"volume_weighted_avg":[0,0.7914288848022848],"channel_index":[0,144.51883783446513],"williams_r":[0,-63.56590078553373],"mass_index":[0,22.370513225277264],"obv":[0,-2248900],"rsi":[0,48.17930004404758],"rsi_2":[0,72.9530231074665],"vwma":[0,0.8015347528111907],"macd":[0,-0.003945803435015965],"stoch":[0,36.43409921446627],"bb_middle":[0,0.7992000043392181],"bb_low":[0,0.7310894967750001],"bb_upper":[0,0.8673105119034361],"timestamp":[0,"2024-11-07T14:30:00Z"]}],[0,{"open":[0,0.85],"low":[0,0.765],"high":[0,0.851],"close":[0,0.788],"volume":[0,1801800],"signal":[0,2],"sma_5":[0,0.7770000100135803],"sma_10":[0,0.7893000066280365],"sma_20":[0,0.8025000035762787],"sma_50":[0,0.7594600021839142],"sma_100":[0,1.0782100003957749],"ema_9":[0,0.7893112881225828],"ema_12":[0,0.7897515231002169],"ema_26":[0,0.7946829879317083],"ema_50":[0,0.8526490151955055],"ema_200":[0,1.3165767655603693],"ulcer_index":[0,8.552835939887974],"force_index":[0,34219.396805665114],"easy_movement":[0,0.004582016716360919],"volume_weighted_avg":[0,0.8001400048668444],"channel_index":[0,261.26087764271324],"williams_r":[0,-29.55974654152439],"mass_index":[0,22.673146085920003],"obv":[0,3145100],"rsi":[0,54.92859695027357],"rsi_2":[0,93.20560821368552],"vwma":[0,0.8087938617175302],"macd":[0,0.0013538987933478467],"stoch":[0,70.44025345847561],"bb_middle":[0,0.8025000035762787],"bb_low":[0,0.7328279037854804],"bb_upper":[0,0.8721721033670771],"timestamp":[0,"2024-11-08T14:30:00Z"]}],[0,{"open":[0,0.814],"low":[0,0.801],"high":[0,1.2],"close":[0,1.19],"volume":[0,11722000],"signal":[0,1],"sma_5":[0,0.7804000020027161],"sma_10":[0,0.7866000056266784],"sma_20":[0,0.8023000031709671],"sma_50":[0,0.76132000207901],"sma_100":[0,1.067290000319481],"ema_9":[0,0.7890490279818463],"ema_12":[0,0.7894820460957906],"ema_26":[0,0.794106123832432],"ema_50":[0,0.8468187034260886],"ema_200":[0,1.2450995668430895],"ulcer_index":[0,8.599045047692993],"force_index":[0,15430.986357399608],"easy_movement":[0,-0.003928574681212465],"volume_weighted_avg":[0,0.798873605082786],"channel_index":[0,74.33231409337849],"williams_r":[0,-63.522027667804906],"mass_index":[0,22.985333375265945],"obv":[0,2478500],"rsi":[0,49.255304024648275],"rsi_2":[0,41.53272269476731],"vwma":[0,0.8075384235004623],"macd":[0,0.00122509484152215],"stoch":[0,36.477972332195094],"bb_middle":[0,0.8023000031709671],"bb_low":[0,0.7324856669053036],"bb_upper":[0,0.8721143394366305],"timestamp":[0,"2024-11-11T14:30:00Z"]}],[0,{"open":[0,1.33],"low":[0,1.31],"high":[0,1.94],"close":[0,1.44],"volume":[0,39956700],"signal":[0,0],"sma_5":[0,0.8712000131607056],"sma_10":[0,0.8201000094413757],"sma_20":[0,0.8201000064611434],"sma_50":[0,0.771520003080368],"sma_100":[0,1.0621900004148483],"ema_9":[0,0.869239233831606],"ema_12":[0,0.8511002022092502],"ema_26":[0,0.823436146323229],"ema_50":[0,0.8604598542652581],"ema_200":[0,1.2482300732624187],"ulcer_index":[0,8.560999477475578],"force_index":[0,686404.3186734658],"easy_movement":[0,0.03982650858742008],"volume_weighted_avg":[0,0.9647557300103955],"channel_index":[0,667.8896018762848],"williams_r":[0,-2.1276574158572696],"mass_index":[0,23.99199248105553],"obv":[0,13411000],"rsi":[0,72.29642039807003],"rsi_2":[0,93.68218424852674],"vwma":[0,0.9349072792599114],"macd":[0,0.0268163568713591],"stoch":[0,97.87234258414273],"bb_middle":[0,0.8201000064611434],"bb_low":[0,0.6371574755648777],"bb_upper":[0,1.0030425373574092],"timestamp":[0,"2024-11-12T14:30:00Z"]}],[0,{"open":[0,1.5],"low":[0,1.25],"high":[0,1.53],"close":[0,1.38],"volume":[0,8389700],"signal":[0,1],"sma_5":[0,1.0074000239372254],"sma_10":[0,0.8837000131607056],"sma_20":[0,0.8496000081300735],"sma_50":[0,0.7879800045490265],"sma_100":[0,1.0594900006055832],"ema_9":[0,0.9833913985195618],"ema_12":[0,0.9417001826823741],"ema_26":[0,0.8691302768481096],"ema_50":[0,0.8841022137153528],"ema_200":[0,1.2685320335388752],"ulcer_index":[0,8.303936000873295],"force_index":[0,2015371.8634671825],"easy_movement":[0,0.11617839114829183],"volume_weighted_avg":[0,1.2535687683480752],"channel_index":[0,867.8443492182479],"williams_r":[0,-41.32231274684204],"mass_index":[0,25.421566180923364],"obv":[0,51970100],"rsi":[0,78.75251226271723],"rsi_2":[0,97.00489626934565],"vwma":[0,1.2142429837544642],"macd":[0,0.057406635955738444],"stoch":[0,58.67768725315796],"bb_middle":[0,0.8496000081300735],"bb_low":[0,0.5230064050156368],"bb_upper":[0,1.1761936112445102],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,1.37],"low":[0,1.14],"high":[0,1.37],"close":[0,1.18],"volume":[0,4605400],"signal":[0,1],"sma_5":[0,1.128000020980835],"sma_10":[0,0.9439000129699707],"sma_20":[0,0.8756000071763992],"sma_50":[0,0.8031400048732757],"sma_100":[0,1.055690000653267],"ema_9":[0,1.0627131178538272],"ema_12":[0,1.0091309208512937],"ema_26":[0,0.906954294435709],"ema_50":[0,0.9028169514054901],"ema_200":[0,1.254926126500388],"ulcer_index":[0,8.073962108656202],"force_index":[0,1655549.655630975],"easy_movement":[0,0.06236704603798206],"volume_weighted_avg":[0,1.27259693543382],"channel_index":[0,97.82216054765505],"williams_r":[0,-46.28099539950677],"mass_index":[0,26.39914301946354],"obv":[0,44425800],"rsi":[0,74.27784092466342],"rsi_2":[0,77.45239639027704],"vwma":[0,1.2368649955374271],"macd":[0,0.06958758882960173],"stoch":[0,53.71900460049323],"bb_middle":[0,0.8756000071763992],"bb_low":[0,0.4753468634892914],"bb_upper":[0,1.275853150863507],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,1.16],"low":[0,1],"high":[0,1.42],"close":[0,1.25],"volume":[0,4708200],"signal":[0,1],"sma_5":[0,1.1956000089645387],"sma_10":[0,0.9863000094890595],"sma_20":[0,0.8956000059843063],"sma_50":[0,0.8141400039196014],"sma_100":[0,1.0502899998426438],"ema_9":[0,1.0861704837906072],"ema_12":[0,1.035418462864186],"ema_26":[0,0.9271753524264107],"ema_50":[0,0.9135038142893324],"ema_200":[0,1.2505018321350392],"ulcer_index":[0,9.301565725747814],"force_index":[0,1287459.7718362936],"easy_movement":[0,0.01121991927327771],"volume_weighted_avg":[0,1.2718939901428594],"channel_index":[0,10.148115456714132],"williams_r":[0,-62.80992443904642],"mass_index":[0,27.099054375138444],"obv":[0,40792600],"rsi":[0,61.68902194709358],"rsi_2":[0,33.04641884097535],"vwma":[0,1.2431854632450812],"macd":[0,0.06051748418142261],"stoch":[0,37.19007556095358],"bb_middle":[0,0.8956000059843063],"bb_low":[0,0.47690373111038015],"bb_upper":[0,1.3142962808582326],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,1.27],"low":[0,1.19],"high":[0,1.33],"close":[0,1.2],"volume":[0,2689800],"signal":[0,1],"sma_5":[0,1.2880000114440917],"sma_10":[0,1.0342000067234038],"sma_20":[0,0.9167500048875808],"sma_50":[0,0.8275600039958954],"sma_100":[0,1.045689999461174],"ema_9":[0,1.1189363870121154],"ema_12":[0,1.0684310014807368],"ema_26":[0,0.951042829794165],"ema_50":[0,0.9248691556234253],"ema_200":[0,1.213709192461983],"ulcer_index":[0,9.946367551709784],"force_index":[0,1150618.9936719995],"easy_movement":[0,-0.030386068677020196],"volume_weighted_avg":[0,1.2755084779158352],"channel_index":[0,8.27804122102666],"williams_r":[0,-57.02479631960542],"mass_index":[0,27.80758002136995],"obv":[0,46407100],"rsi":[0,63.998572357714856],"rsi_2":[0,52.22150433820817],"vwma":[0,1.248039628242086],"macd":[0,0.055672295275229364],"stoch":[0,42.975203680394586],"bb_middle":[0,0.9167500048875808],"bb_low":[0,0.47211986604383727],"bb_upper":[0,1.3613801437313244],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,1.22],"low":[0,1.08],"high":[0,1.22],"close":[0,1.22],"volume":[0,4700000],"signal":[0,1],"sma_5":[0,1.2900000095367432],"sma_10":[0,1.0806000113487244],"sma_20":[0,0.9368000060319901],"sma_50":[0,0.8365600049495697],"sma_100":[0,1.04158999979496],"ema_9":[0,1.1351491191382874],"ema_12":[0,1.0886723909809985],"ema_26":[0,0.9694659214192484],"ema_50":[0,0.9349263682368569],"ema_200":[0,1.1988577420755246],"ulcer_index":[0,10.758384353232877],"force_index":[0,967032.5573498504],"easy_movement":[0,-0.007801107025738173],"volume_weighted_avg":[0,1.2770874010225826],"channel_index":[0,-38.18241338342373],"williams_r":[0,-61.15702365348679],"mass_index":[0,28.252487206122403],"obv":[0,45977300],"rsi":[0,61.17811787154097],"rsi_2":[0,37.059310285755174],"vwma":[0,1.2504944932255175],"macd":[0,0.04596937812028114],"stoch":[0,38.84297634651322],"bb_middle":[0,0.9368000060319901],"bb_low":[0,0.4792401127162517],"bb_upper":[0,1.3943598993477284],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,1.05],"low":[0,1.02],"high":[0,1.12],"close":[0,1.05],"volume":[0,4657100],"signal":[0,1],"sma_5":[0,1.2460000038146972],"sma_10":[0,1.1267000138759613],"sma_20":[0,0.956100007891655],"sma_50":[0,0.8470600056648254],"sma_100":[0,1.0380899995565414],"ema_9":[0,1.1521193010224906],"ema_12":[0,1.1088766401448589],"ema_26":[0,0.988001273661525],"ema_50":[0,0.9451904326174171],"ema_200":[0,1.180674267999441],"ulcer_index":[0,11.221459568486845],"force_index":[0,842313.1982070988],"easy_movement":[0,-0.01726144474593492],"volume_weighted_avg":[0,1.278814767315276],"channel_index":[0,1.644081479000035],"williams_r":[0,-59.50413271993423],"mass_index":[0,28.416885103111056],"obv":[0,51530700],"rsi":[0,61.907428914232725],"rsi_2":[0,48.92318312950203],"vwma":[0,1.252717090164303],"macd":[0,0.038081749464602674],"stoch":[0,40.49586728006576],"bb_middle":[0,0.956100007891655],"bb_low":[0,0.48514568140057174],"bb_upper":[0,1.4270543343827382],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,1.05],"low":[0,0.878],"high":[0,1.08],"close":[0,0.961],"volume":[0,5010300],"signal":[0,2],"sma_5":[0,1.1799999952316285],"sma_10":[0,1.1540000081062316],"sma_20":[0,0.9689500063657761],"sma_50":[0,0.8549400043487548],"sma_100":[0,1.0333899992704392],"ema_9":[0,1.1316954312486567],"ema_12":[0,1.099818679278132],"ema_26":[0,0.9925210332259299],"ema_50":[0,0.9463716711421587],"ema_200":[0,1.120513818255348],"ulcer_index":[0,12.956416370076004],"force_index":[0,608881.8593206891],"easy_movement":[0,-0.024731219547336574],"volume_weighted_avg":[0,1.2721785770291385],"channel_index":[0,-3.2982620459782086],"williams_r":[0,-73.55372535914506],"mass_index":[0,28.47316750803864],"obv":[0,48195500],"rsi":[0,52.888822861094916],"rsi_2":[0,11.6362317126531],"vwma":[0,1.247900965832961],"macd":[0,0.01951083755776309],"stoch":[0,26.446274640854934],"bb_middle":[0,0.9689500063657761],"bb_low":[0,0.5024946450766719],"bb_upper":[0,1.4354053676548804],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,1.02],"low":[0,1],"high":[0,1.19],"close":[0,1.1],"volume":[0,5206900],"signal":[0,1],"sma_5":[0,1.1362000107765198],"sma_10":[0,1.1659000098705292],"sma_20":[0,0.9776000082492828],"sma_50":[0,0.8619600045681],"sma_100":[0,1.0293999993801117],"ema_9":[0,1.0975563500533991],"ema_12":[0,1.0784619632772454],"ema_26":[0,0.9901861437478884],"ema_50":[0,0.9469453320884414],"ema_200":[0,1.1189266163351193],"ulcer_index":[0,15.46782402268495],"force_index":[0,458196.25475875183],"easy_movement":[0,-0.04993693689045824],"volume_weighted_avg":[0,1.2595237589067514],"channel_index":[0,-0.20033584324994],"williams_r":[0,-80.9090909986546],"mass_index":[0,28.45996034011061],"obv":[0,43185200],"rsi":[0,48.870800316766],"rsi_2":[0,6.471699145061194],"vwma":[0,1.237002440630109],"macd":[0,0.0003912088279344611],"stoch":[0,19.09090900134539],"bb_middle":[0,0.9776000082492828],"bb_low":[0,0.5185298910266716],"bb_upper":[0,1.436670125471894],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,1.1],"low":[0,1.09],"high":[0,1.25],"close":[0,1.15],"volume":[0,3691700],"signal":[0,0],"sma_5":[0,1.1062000155448914],"sma_10":[0,1.1971000134944916],"sma_20":[0,0.991850009560585],"sma_50":[0,0.8703800046443939],"sma_100":[0,1.026799999475479],"ema_9":[0,1.0980450848070171],"ema_12":[0,1.08177550994478],"ema_26":[0,0.9983114133492591],"ema_50":[0,0.9525813597960701],"ema_200":[0,1.111380771538864],"ulcer_index":[0,16.254974088543356],"force_index":[0,496133.92542275373],"easy_movement":[0,-0.01475811501425643],"volume_weighted_avg":[0,1.254956644144771],"channel_index":[0,-0.7221874807320529],"williams_r":[0,-69.4214881732566],"mass_index":[0,28.470892541896195],"obv":[0,49360800],"rsi":[0,54.667641699277056],"rsi_2":[0,60.807012156800525],"vwma":[0,1.2334662332764976],"macd":[0,-0.0035479594847441093],"stoch":[0,30.578511826743394],"bb_middle":[0,0.991850009560585],"bb_low":[0,0.536172796558765],"bb_upper":[0,1.447527222562405],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,1.15],"low":[0,1.035],"high":[0,1.18],"close":[0,1.07],"volume":[0,2526700],"signal":[0,1],"sma_5":[0,1.0962000012397766],"sma_10":[0,1.1931000053882599],"sma_20":[0,1.0066000074148178],"sma_50":[0,0.8796600043773651],"sma_100":[0,1.0248999989032745],"ema_9":[0,1.1084360631037236],"ema_12":[0,1.0922715888955574],"ema_26":[0,1.0096067005071099],"ema_50":[0,0.9627030294379014],"ema_200":[0,1.1595889692893315],"ulcer_index":[0,16.8579019226763],"force_index":[0,451627.20676057506],"easy_movement":[0,0.008018352089976142],"volume_weighted_avg":[0,1.2565754675312946],"channel_index":[0,-37.03557730098292],"williams_r":[0,-65.28926083937525],"mass_index":[0,28.49104521317896],"obv":[0,51421000],"rsi":[0,56.56564634936137],"rsi_2":[0,72.3593929475392],"vwma":[0,1.2339598828767149],"macd":[0,-0.0034026707844740517],"stoch":[0,34.71073916062476],"bb_middle":[0,1.0066000074148178],"bb_low":[0,0.5504989537984026],"bb_upper":[0,1.462701061031233],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,1.09],"low":[0,1.05],"high":[0,1.13],"close":[0,1.07],"volume":[0,1476500],"signal":[0,1],"sma_5":[0,1.0662000060081482],"sma_10":[0,1.1561000049114227],"sma_20":[0,1.0199000090360641],"sma_50":[0,0.8863200056552887],"sma_100":[0,1.0208999991416932],"ema_9":[0,1.1007488609774705],"ema_12":[0,1.0888451997851218],"ema_26":[0,1.0140893740197352],"ema_50":[0,0.9672768728976301],"ema_200":[0,1.1660550577738389],"ulcer_index":[0,18.03889214534849],"force_index":[0,358232.3617198598],"easy_movement":[0,-0.017600912593432085],"volume_weighted_avg":[0,1.2616845114799777],"channel_index":[0,-62.07750432493953],"williams_r":[0,-73.728809792295],"mass_index":[0,28.497539609204633],"obv":[0,47879400],"rsi":[0,52.74225449326324],"rsi_2":[0,37.23684649021675],"vwma":[0,1.2329648445765877],"macd":[0,-0.009037838526005426],"stoch":[0,26.271190207705004],"bb_middle":[0,1.0199000090360641],"bb_low":[0,0.5727812629497999],"bb_upper":[0,1.4670187551223284],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,1.05],"low":[0,1],"high":[0,1.11],"close":[0,1.08],"volume":[0,1585500],"signal":[0,1],"sma_5":[0,1.0702000260353088],"sma_10":[0,1.1251000106334685],"sma_20":[0,1.0345000118017196],"sma_50":[0,0.8930800068378448],"sma_100":[0,1.0166999995708466],"ema_9":[0,1.0945990992683199],"ema_12":[0,1.0859459452376337],"ema_26":[0,1.0182218138683936],"ema_50":[0,0.9709391158131426],"ema_200":[0,1.157741766083769],"ulcer_index":[0,19.297511740210872],"force_index":[0,307056.2029233205],"easy_movement":[0,-0.04357299039249054],"volume_weighted_avg":[0,1.2727266771985353],"channel_index":[0,-80.14645047728833],"williams_r":[0,-74.04254909012882],"mass_index":[0,28.41923537174631],"obv":[0,48450800],"rsi":[0,52.74346277464989],"rsi_2":[0,37.23684649021675],"vwma":[0,1.2342524579169942],"macd":[0,-0.012867174537744233],"stoch":[0,25.957450909871188],"bb_middle":[0,1.0345000118017196],"bb_low":[0,0.6010701876114363],"bb_upper":[0,1.467929835992003],"timestamp":[0,"2024-11-29T14:30:00Z"]}],[0,{"open":[0,1.09],"low":[0,1.025],"high":[0,1.105],"close":[0,1.04],"volume":[0,2465100],"signal":[0,1],"sma_5":[0,1.0940000295639039],"sma_10":[0,1.1151000201702117],"sma_20":[0,1.0507000148296357],"sma_50":[0,0.8990400075912476],"sma_100":[0,1.0127999997138977],"ema_9":[0,1.0916792880506878],"ema_12":[0,1.0850312054854945],"ema_26":[0,1.0229161736232932],"ema_50":[0,0.9799755411508476],"ema_200":[0,1.252616070714981],"ulcer_index":[0,20.313803272500717],"force_index":[0,265456.75320201786],"easy_movement":[0,-0.05529233491933783],"volume_weighted_avg":[0,1.2783526770168052],"channel_index":[0,-74.50367234120692],"williams_r":[0,-75.50482619673718],"mass_index":[0,28.383370615505868],"obv":[0,47795400],"rsi":[0,53.18117877360275],"rsi_2":[0,49.49432782735384],"vwma":[0,1.235849264056592],"macd":[0,-0.014630892497867282],"stoch":[0,24.49517380326282],"bb_middle":[0,1.0507000148296357],"bb_low":[0,0.6363170405276861],"bb_upper":[0,1.4650829891315853],"timestamp":[0,"2024-12-02T14:30:00Z"]}],[0,{"open":[0,1.02],"low":[0,1],"high":[0,1.04],"close":[0,1.01],"volume":[0,1400100],"signal":[0,1],"sma_5":[0,1.0820000171661377],"sma_10":[0,1.0941000163555146],"sma_20":[0,1.0641500115394593],"sma_50":[0,0.9052400064468383],"sma_100":[0,1.005899999141693],"ema_9":[0,1.0813434228091185],"ema_12":[0,1.078103321293912],"ema_26":[0,1.0241770934745529],"ema_50":[0,0.982146381468406],"ema_200":[0,1.2468217272958058],"ulcer_index":[0,21.627881628639074],"force_index":[0,213447.71540893806],"easy_movement":[0,-0.0997772930335218],"volume_weighted_avg":[0,1.2832409511131528],"channel_index":[0,-57.28740887875408],"williams_r":[0,-84.74576879998904],"mass_index":[0,28.33082376004997],"obv":[0,46446600],"rsi":[0,51.04728728138929],"rsi_2":[0,19.31573449802167],"vwma":[0,1.2344486310124574],"macd":[0,-0.01826153133257885],"stoch":[0,15.254231200010956],"bb_middle":[0,1.0641500115394593],"bb_low":[0,0.6699849174390691],"bb_upper":[0,1.4583151056398496],"timestamp":[0,"2024-12-03T14:30:00Z"]}],[0,{"open":[0,1.025],"low":[0,1],"high":[0,1.06],"close":[0,1.02],"volume":[0,1337600],"signal":[0,1],"sma_5":[0,1.0540000200271606],"sma_10":[0,1.0751000106334687],"sma_20":[0,1.0778500109910965],"sma_50":[0,0.9102400064468383],"sma_100":[0,0.9987999987602234],"ema_9":[0,1.0670747363256872],"ema_12":[0,1.0676258818907685],"ema_26":[0,1.0230951160369965],"ema_50":[0,0.9819572679435776],"ema_200":[0,1.2187139265242228],"ulcer_index":[0,22.784040936571785],"force_index":[0,176954.6825684496],"easy_movement":[0,-0.17929270017238605],"volume_weighted_avg":[0,1.1581088507986588],"channel_index":[0,-73.28375051541705],"williams_r":[0,-79.75460436774094],"mass_index":[0,28.186610258908097],"obv":[0,45835400],"rsi":[0,49.45027371224551],"rsi_2":[0,10.0886268651454],"vwma":[0,1.2348184966335025],"macd":[0,-0.0221660134074448],"stoch":[0,20.24539563225906],"bb_middle":[0,1.0778500109910965],"bb_low":[0,0.7122473296594612],"bb_upper":[0,1.4434526923227318],"timestamp":[0,"2024-12-04T14:30:00Z"]}],[0,{"open":[0,1.03],"low":[0,0.994],"high":[0,1.05],"close":[0,1.02],"volume":[0,1431300],"signal":[0,1],"sma_5":[0,1.044000005722046],"sma_10":[0,1.055100005865097],"sma_20":[0,1.0909000098705293],"sma_50":[0,0.912840006351471],"sma_100":[0,0.9924999988079071],"ema_9":[0,1.057659785333445],"ema_12":[0,1.0602988441041685],"ema_26":[0,1.0230613225041627],"ema_50":[0,0.9913206625284647],"ema_200":[0,1.3749234954930882],"ulcer_index":[0,23.28208110810159],"force_index":[0,153589.5660243129],"easy_movement":[0,-0.12006760232921046],"volume_weighted_avg":[0,1.1136821340217338],"channel_index":[0,-70.70372309864489],"williams_r":[0,-73.80074230885548],"mass_index":[0,28.000405425581892],"obv":[0,39749000],"rsi":[0,49.97026861756759],"rsi_2":[0,31.806074807914072],"vwma":[0,1.2369682880429567],"macd":[0,-0.023319119621984477],"stoch":[0,26.199257691144528],"bb_middle":[0,1.0909000098705293],"bb_low":[0,0.7542690985841951],"bb_upper":[0,1.4275309211568634],"timestamp":[0,"2024-12-05T14:30:00Z"]}],[0,{"open":[0,1.04],"low":[0,1.02],"high":[0,1.26],"close":[0,1.1],"volume":[0,4830100],"signal":[0,1],"sma_5":[0,1.033999991416931],"sma_10":[0,1.05210000872612],"sma_20":[0,1.1030500084161758],"sma_50":[0,0.9170200061798096],"sma_100":[0,0.9818999993801117],"ema_9":[0,1.050127824454096],"ema_12":[0,1.054099019555732],"ema_26":[0,1.0228391024049093],"ema_50":[0,0.9926284002148369],"ema_200":[0,1.3750706784801385],"ulcer_index":[0,23.301334926125158],"force_index":[0,131647.12960800366],"easy_movement":[0,-0.07414557238749217],"volume_weighted_avg":[0,1.1034340547959895],"channel_index":[0,-66.07955678842187],"williams_r":[0,-73.80074230885548],"mass_index":[0,27.814130312546965],"obv":[0,35585400],"rsi":[0,49.96346946376728],"rsi_2":[0,31.806074807914072],"vwma":[0,1.2427033130151057],"macd":[0,-0.023431605156922768],"stoch":[0,26.199257691144528],"bb_middle":[0,1.1030500084161758],"bb_low":[0,0.7964091738659715],"bb_upper":[0,1.4096908429663801],"timestamp":[0,"2024-12-06T14:30:00Z"]}],[0,{"open":[0,1.12],"low":[0,1.08],"high":[0,1.205],"close":[0,1.11],"volume":[0,2703900],"signal":[0,1],"sma_5":[0,1.0379999876022339],"sma_10":[0,1.0660000085830688],"sma_20":[0,1.115950009226799],"sma_50":[0,0.9217000067234039],"sma_100":[0,0.9720000004768372],"ema_9":[0,1.0601022642909077],"ema_12":[0,1.0611607014064552],"ema_26":[0,1.0284638072901484],"ema_50":[0,0.9931778792693969],"ema_200":[0,1.2987584082582762],"ulcer_index":[0,23.18248363474528],"force_index":[0,168041.39418236125],"easy_movement":[0,-0.0035919512233248407],"volume_weighted_avg":[0,1.0870036931221636],"channel_index":[0,-14.042242723473066],"williams_r":[0,-50.88495750268155],"mass_index":[0,27.872974139180936],"obv":[0,43915900],"rsi":[0,54.66656852182314],"rsi_2":[0,92.18800100634189],"vwma":[0,1.248371589986696],"macd":[0,-0.01771118462220992],"stoch":[0,49.11504249731845],"bb_middle":[0,1.115950009226799],"bb_low":[0,0.8335754331243923],"bb_upper":[0,1.398324585329206],"timestamp":[0,"2024-12-09T14:30:00Z"]}],[0,{"open":[0,1.115],"low":[0,1.049],"high":[0,1.12],"close":[0,1.055],"volume":[0,1316500],"signal":[0,1],"sma_5":[0,1.0519999980926513],"sma_10":[0,1.0670000076293946],"sma_20":[0,1.132050010561943],"sma_50":[0,0.92578000664711],"sma_100":[0,0.9642000007629394],"ema_9":[0,1.0700818142489341],"ema_12":[0,1.068674429624386],"ema_26":[0,1.034403515462126],"ema_50":[0,0.9937318473652488],"ema_200":[0,1.2159474021538215],"ulcer_index":[0,22.877785942636102],"force_index":[0,147897.33969898682],"easy_movement":[0,-0.021355172529359083],"volume_weighted_avg":[0,1.0813843972684982],"channel_index":[0,-47.31047044271695],"williams_r":[0,-39.267012602482545],"mass_index":[0,27.984929505536762],"obv":[0,47828600],"rsi":[0,55.251127247065305],"rsi_2":[0,93.60385624427303],"vwma":[0,1.2523279411073471],"macd":[0,-0.013036761998919288],"stoch":[0,60.73298739751745],"bb_middle":[0,1.132050010561943],"bb_low":[0,0.8928944164223718],"bb_upper":[0,1.3712056047015144],"timestamp":[0,"2024-12-10T14:30:00Z"]}],[0,{"open":[0,1.09],"low":[0,1.03],"high":[0,1.09],"close":[0,1.07],"volume":[0,1134900],"signal":[0,1],"sma_5":[0,1.0609999895095825],"sma_10":[0,1.0575000047683716],"sma_20":[0,1.1253000050783157],"sma_50":[0,0.9295000052452087],"sma_100":[0,0.9580500006675721],"ema_9":[0,1.067065440906693],"ema_12":[0,1.0665706625952642],"ema_26":[0,1.0359246311545742],"ema_50":[0,0.9959514594271399],"ema_200":[0,1.2106671746973918],"ulcer_index":[0,22.61847337408703],"force_index":[0,116425.32669333382],"easy_movement":[0,-0.020293713128426077],"volume_weighted_avg":[0,1.0640725730091574],"channel_index":[0,-65.36099520567697],"williams_r":[0,-53.664936987587254],"mass_index":[0,28.016690650854457],"obv":[0,47858800],"rsi":[0,51.44956466368363],"rsi_2":[0,31.267401934213794],"vwma":[0,1.2568253066535322],"macd":[0,-0.013335089876402903],"stoch":[0,46.335063012412746],"bb_middle":[0,1.1253000050783157],"bb_low":[0,0.8854482826065275],"bb_upper":[0,1.365151727550104],"timestamp":[0,"2024-12-11T14:30:00Z"]}],[0,{"open":[0,1.07],"low":[0,1.02],"high":[0,1.07],"close":[0,1.03],"volume":[0,1282200],"signal":[0,1],"sma_5":[0,1.0710000038146972],"sma_10":[0,1.0575000047683716],"sma_20":[0,1.1068000048398972],"sma_50":[0,0.9359000062942505],"sma_100":[0,0.9521500015258789],"ema_9":[0,1.0676523632167902],"ema_12":[0,1.0670982613126845],"ema_26":[0,1.0384510094076396],"ema_50":[0,0.998946855087029],"ema_200":[0,1.2111068819624402],"ulcer_index":[0,21.50950047984693],"force_index":[0,102225.00236913125],"easy_movement":[0,-0.0172755827647224],"volume_weighted_avg":[0,1.0660734174359956],"channel_index":[0,-62.8789197531208],"williams_r":[0,-49.73820764137849],"mass_index":[0,27.966535915648404],"obv":[0,48047300],"rsi":[0,52.40594010824524],"rsi_2":[0,49.58192737765519],"vwma":[0,1.1424880476954338],"macd":[0,-0.012264208479632575],"stoch":[0,50.26179235862151],"bb_middle":[0,1.1068000048398972],"bb_low":[0,0.9145391374595672],"bb_upper":[0,1.2990608722202273],"timestamp":[0,"2024-12-12T14:30:00Z"]}],[0,{"open":[0,1.02],"low":[0,0.9775],"high":[0,1.05],"close":[0,1],"volume":[0,1415240],"signal":[0,2],"sma_5":[0,1.0730000019073487],"sma_10":[0,1.05349999666214],"sma_20":[0,1.0893000036478042],"sma_50":[0,0.941920006275177],"sma_100":[0,0.9458000016212463],"ema_9":[0,1.0601218848198126],"ema_12":[0,1.0613908234785838],"ema_26":[0,1.0377545444125063],"ema_50":[0,0.9973272149022052],"ema_200":[0,1.1522839954769841],"ulcer_index":[0,19.78386588337293],"force_index":[0,80294.69236480411],"easy_movement":[0,0.004752335665847187],"volume_weighted_avg":[0,1.0808993103081728],"channel_index":[0,-51.29517829730875],"williams_r":[0,-86.46618141907918],"mass_index":[0,27.83134668222022],"obv":[0,48017100],"rsi":[0,49.60114882800595],"rsi_2":[0,20.478957078177913],"vwma":[0,1.1061215829068618],"macd":[0,-0.01390964367388789],"stoch":[0,13.53381858092082],"bb_middle":[0,1.0893000036478042],"bb_low":[0,0.941005556561866],"bb_upper":[0,1.2375944507337424],"timestamp":[0,"2024-12-13T14:30:00Z"]}]]],"hourly":[1,[[0,{"open":[0,1.5],"low":[0,1.25],"high":[0,1.5299],"close":[0,1.37],"volume":[0,4379240],"signal":[0,1],"sma_5":[0,1.4730000019073486],"sma_10":[0,1.3974000096321106],"sma_20":[0,1.1234550088644029],"sma_50":[0,0.9160320043563843],"sma_100":[0,0.8563930016756057],"ema_9":[0,1.3864895318026396],"ema_12":[0,1.3321191933310184],"ema_26":[0,1.148691110293376],"ema_50":[0,1.0086456844137217],"ema_200":[0,0.8479474175708057],"ulcer_index":[0,8.516708692096445],"force_index":[0,447325.61915309104],"easy_movement":[0,0.1904689445635182],"volume_weighted_avg":[0,1.4723232674919184],"channel_index":[0,-55.13222624273552],"williams_r":[0,-44.77219525917318],"mass_index":[0,32.8141149688058],"obv":[0,18888741],"rsi":[0,66.30435830100365],"rsi_2":[0,27.95939019886869],"vwma":[0,1.457541926367807],"macd":[0,0.03308242972388439],"stoch":[0,55.22780474082681],"bb_middle":[0,1.1234550088644029],"bb_low":[0,0.5018810917557495],"bb_upper":[0,1.7450289259730563],"timestamp":[0,"2024-11-13T14:30:00Z"]}],[0,{"open":[0,1.36],"low":[0,1.3],"high":[0,1.5],"close":[0,1.48],"volume":[0,1477168],"signal":[0,1],"sma_5":[0,1.455999994277954],"sma_10":[0,1.4259000062942504],"sma_20":[0,1.152705007791519],"sma_50":[0,0.928080004453659],"sma_100":[0,0.86231800198555],"ema_9":[0,1.383191626398821],"ema_12":[0,1.3379470113033982],"ema_26":[0,1.1650911352113456],"ema_50":[0,1.023089200075217],"ema_200":[0,0.8586233392319557],"ulcer_index":[0,9.939547711995596],"force_index":[0,345885.6314847654],"easy_movement":[0,0.11249720409931888],"volume_weighted_avg":[0,1.4760781370252707],"channel_index":[0,54.315497669132185],"williams_r":[0,-54.47247842293776],"mass_index":[0,32.63083726094285],"obv":[0,14366025],"rsi":[0,62.11727291335935],"rsi_2":[0,12.90097599521225],"vwma":[0,1.4568429615535823],"macd":[0,0.018016781656432473],"stoch":[0,45.52752157706224],"bb_middle":[0,1.152705007791519],"bb_low":[0,0.5426407352534833],"bb_upper":[0,1.7627692803295547],"timestamp":[0,"2024-11-13T15:30:00Z"]}],[0,{"open":[0,1.48],"low":[0,1.37],"high":[0,1.52],"close":[0,1.41],"volume":[0,751180],"signal":[0,1],"sma_5":[0,1.4410000085830688],"sma_10":[0,1.4600000023841857],"sma_20":[0,1.187725007534027],"sma_50":[0,0.9424820053577423],"sma_100":[0,0.8691940021514892],"ema_9":[0,1.4025533049317171],"ema_12":[0,1.3598013196352856],"ema_26":[0,1.1884131732575982],"ema_50":[0,1.0408242128749752],"ema_200":[0,0.8611274315212726],"ulcer_index":[0,10.501760727713767],"force_index":[0,319686.03540361364],"easy_movement":[0,0.1018494668737672],"volume_weighted_avg":[0,1.4850947053040198],"channel_index":[0,-44.76860748304362],"williams_r":[0,-45.02300090372465],"mass_index":[0,32.516481488233794],"obv":[0,15934868],"rsi":[0,66.31706786862182],"rsi_2":[0,70.72106341220416],"vwma":[0,1.4591624548231004],"macd":[0,0.013233467453642511],"stoch":[0,54.97699909627535],"bb_middle":[0,1.187725007534027],"bb_low":[0,0.5870123023006273],"bb_upper":[0,1.788437712767427],"timestamp":[0,"2024-11-13T16:30:00Z"]}],[0,{"open":[0,1.4],"low":[0,1.365],"high":[0,1.44],"close":[0,1.39],"volume":[0,321592],"signal":[0,1],"sma_5":[0,1.4319999933242797],"sma_10":[0,1.4825000047683716],"sma_20":[0,1.2194400072097777],"sma_50":[0,0.9552780044078827],"sma_100":[0,0.8754700016975403],"ema_9":[0,1.4040426372721795],"ema_12":[0,1.3675241890915937],"ema_26":[0,1.2048326467654622],"ema_50":[0,1.055528685690088],"ema_200":[0,0.871150506346937],"ulcer_index":[0,11.422827404670022],"force_index":[0,266504.8260074298],"easy_movement":[0,0.1589841626496906],"volume_weighted_avg":[0,1.4981258061253238],"channel_index":[0,-66.55472876370142],"williams_r":[0,-53.09557797095579],"mass_index":[0,32.42637003122203],"obv":[0,14946370],"rsi":[0,61.634543401149756],"rsi_2":[0,38.33344856444122],"vwma":[0,1.459947928038471],"macd":[0,0.0036366505960467033],"stoch":[0,46.90442202904422],"bb_middle":[0,1.2194400072097777],"bb_low":[0,0.6425858704476866],"bb_upper":[0,1.796294143971869],"timestamp":[0,"2024-11-13T17:30:00Z"]}],[0,{"open":[0,1.395],"low":[0,1.37],"high":[0,1.44],"close":[0,1.43],"volume":[0,346440],"signal":[0,1],"sma_5":[0,1.415999984741211],"sma_10":[0,1.4519999980926515],"sma_20":[0,1.2498050063848496],"sma_50":[0,0.9680780041217804],"sma_100":[0,0.8814220017194748],"ema_9":[0,1.4012341069547245],"ema_12":[0,1.3709820034089384],"ema_26":[0,1.2185442909359283],"ema_50":[0,1.0684658105070903],"ema_200":[0,0.8727080149711912],"ulcer_index":[0,12.393897029130686],"force_index":[0,227513.8424261414],"easy_movement":[0,0.061911634528967405],"volume_weighted_avg":[0,1.5163626078271555],"channel_index":[0,-76.08634728782604],"williams_r":[0,-61.111112582830586],"mass_index":[0,32.264493236836735],"obv":[0,14656766],"rsi":[0,60.32518975205674],"rsi_2":[0,30.382558652025736],"vwma":[0,1.4613282023621568],"macd":[0,-0.0052994020043976575],"stoch":[0,38.88888741716942],"bb_middle":[0,1.2498050063848496],"bb_low":[0,0.7050643917288806],"bb_upper":[0,1.7945456210408186],"timestamp":[0,"2024-11-13T18:30:00Z"]}],[0,{"open":[0,1.425],"low":[0,1.39],"high":[0,1.43],"close":[0,1.4145],"volume":[0,368383],"signal":[0,1],"sma_5":[0,1.415999984741211],"sma_10":[0,1.4444999933242797],"sma_20":[0,1.2820050030946732],"sma_50":[0,0.9816180026531219],"sma_100":[0,0.8878720009326935],"ema_9":[0,1.4069872750727714],"ema_12":[0,1.380061686961439],"ema_26":[0,1.2342063545803093],"ema_50":[0,1.0825905326971583],"ema_200":[0,0.8771863652274448],"ulcer_index":[0,13.079292602830098],"force_index":[0,196991.52328889217],"easy_movement":[0,0.02630432140670717],"volume_weighted_avg":[0,1.5451046462045726],"channel_index":[0,-72.00993639835217],"williams_r":[0,-56.98324610188996],"mass_index":[0,31.82908293614093],"obv":[0,15047508],"rsi":[0,62.06283956167115],"rsi_2":[0,61.95052120053279],"vwma":[0,1.4623626845978641],"macd":[0,-0.009507100170155769],"stoch":[0,43.01675389811003],"bb_middle":[0,1.2820050030946732],"bb_low":[0,0.7759753526245453],"bb_upper":[0,1.788034653564801],"timestamp":[0,"2024-11-13T19:30:00Z"]}],[0,{"open":[0,1.415],"low":[0,1.37],"high":[0,1.42],"close":[0,1.38],"volume":[0,513436],"signal":[0,1],"sma_5":[0,1.424899983406067],"sma_10":[0,1.4404499888420106],"sma_20":[0,1.3137250036001205],"sma_50":[0,0.994966002702713],"sma_100":[0,0.8941960006952285],"ema_9":[0,1.4084898196790698],"ema_12":[0,1.3853598893075658],"ema_26":[0,1.2475666216583903],"ema_50":[0,1.0958152768045575],"ema_200":[0,0.8867265544613085],"ulcer_index":[0,13.806854360815413],"force_index":[0,168034.21777414696],"easy_movement":[0,0.04724058437449092],"volume_weighted_avg":[0,1.5533337817113513],"channel_index":[0,-68.47237627613598],"williams_r":[0,-64.87654554464144],"mass_index":[0,31.404714009699063],"obv":[0,14409988],"rsi":[0,60.948583323722325],"rsi_2":[0,45.84098227391035],"vwma":[0,1.462930688474568],"macd":[0,-0.01404874945042836],"stoch":[0,35.123454455358555],"bb_middle":[0,1.3137250036001205],"bb_low":[0,0.860767357315335],"bb_upper":[0,1.7666826498849058],"timestamp":[0,"2024-11-13T20:30:00Z"]}],[0,{"open":[0,1.36],"low":[0,1.25],"high":[0,1.37],"close":[0,1.288],"volume":[0,1495731],"signal":[0,1],"sma_5":[0,1.4048999786376952],"sma_10":[0,1.422949993610382],"sma_20":[0,1.3379700034856796],"sma_50":[0,1.0077660024166106],"sma_100":[0,0.900061000585556],"ema_9":[0,1.4027918547881149],"ema_12":[0,1.3845352898187706],"ema_26":[0,1.2573732280986525],"ema_50":[0,1.1068279732476998],"ema_200":[0,0.8889860370160443],"ulcer_index":[0,14.673048602886315],"force_index":[0,141498.78902282054],"easy_movement":[0,0.009058189978528947],"volume_weighted_avg":[0,1.5595300773496439],"channel_index":[0,-61.732109473028395],"williams_r":[0,-81.15942254333862],"mass_index":[0,31.06330847685233],"obv":[0,13944242],"rsi":[0,58.436192850888936],"rsi_2":[0,21.246324046985094],"vwma":[0,1.4733051295417146],"macd":[0,-0.019748121661103707],"stoch":[0,18.840577456661382],"bb_middle":[0,1.3379700034856796],"bb_low":[0,0.9273017127568244],"bb_upper":[0,1.7486382942145349],"timestamp":[0,"2024-11-14T14:30:00Z"]}],[0,{"open":[0,1.2801],"low":[0,1.26],"high":[0,1.3],"close":[0,1.29],"volume":[0,520928],"signal":[0,1],"sma_5":[0,1.3804999828338622],"sma_10":[0,1.406249988079071],"sma_20":[0,1.3564150035381317],"sma_50":[0,1.0187120020389557],"sma_100":[0,0.9050780004262924],"ema_9":[0,1.379833481352711],"ema_12":[0,1.3696837053459432],"ema_26":[0,1.2596458319314006],"ema_50":[0,1.1140920194413009],"ema_200":[0,0.8961568543897345],"ulcer_index":[0,15.373911483386056],"force_index":[0,101626.49713397052],"easy_movement":[0,-0.1482771655129738],"volume_weighted_avg":[0,1.4584719804431356],"channel_index":[0,-36.21600713617844],"williams_r":[0,-93.87096978871308],"mass_index":[0,30.904015774135193],"obv":[0,12400982],"rsi":[0,52.2480919994041],"rsi_2":[0,5.502167381076774],"vwma":[0,1.4768251254443645],"macd":[0,-0.029492824493943248],"stoch":[0,6.129030211286928],"bb_middle":[0,1.3564150035381317],"bb_low":[0,0.992139619820134],"bb_upper":[0,1.7206903872561294],"timestamp":[0,"2024-11-14T15:30:00Z"]}],[0,{"open":[0,1.29],"low":[0,1.14],"high":[0,1.3],"close":[0,1.205],"volume":[0,1239121],"signal":[0,1],"sma_5":[0,1.3604999780654907],"sma_10":[0,1.3882499814033509],"sma_20":[0,1.373820000886917],"sma_50":[0,1.0298340010643006],"sma_100":[0,0.9100279998779297],"ema_9":[0,1.361866777450554],"ema_12":[0,1.3574246672796508],"ema_26":[0,1.2618893309071253],"ema_50":[0,1.1207908357552105],"ema_200":[0,0.8960658312092057],"ulcer_index":[0,15.752032782977428],"force_index":[0,87257.26280796087],"easy_movement":[0,-0.1629292753681888],"volume_weighted_avg":[0,1.4316389827066827],"channel_index":[0,-58.540410392613104],"williams_r":[0,-90.24391094890893],"mass_index":[0,30.757704151624726],"obv":[0,12974141],"rsi":[0,52.36761635119419],"rsi_2":[0,8.45169486081899],"vwma":[0,1.4881294275846957],"macd":[0,-0.03520258301567719],"stoch":[0,9.75608905109107],"bb_middle":[0,1.373820000886917],"bb_low":[0,1.0607665296722337],"bb_upper":[0,1.6868734721016003],"timestamp":[0,"2024-11-14T16:30:00Z"]}],[0,{"open":[0,1.2074],"low":[0,1.18],"high":[0,1.22],"close":[0,1.22],"volume":[0,238687],"signal":[0,1],"sma_5":[0,1.3154999971389771],"sma_10":[0,1.365749990940094],"sma_20":[0,1.3815750002861023],"sma_50":[0,1.0391260015964507],"sma_100":[0,0.9142370003461838],"ema_9":[0,1.3304934305459972],"ema_12":[0,1.3339747257478567],"ema_26":[0,1.2576808556298495],"ema_50":[0,1.1243164891900859],"ema_200":[0,0.9036278944739627],"ulcer_index":[0,16.431453982539235],"force_index":[0,59745.50226592603],"easy_movement":[0,-0.16222967760619222],"volume_weighted_avg":[0,1.4134568306943394],"channel_index":[0,-39.46307900249459],"williams_r":[0,-87.4999885375679],"mass_index":[0,30.76568939989298],"obv":[0,11596561],"rsi":[0,47.042537646192976],"rsi_2":[0,2.313563703231722],"vwma":[0,1.4989151926352595],"macd":[0,-0.043548195008636076],"stoch":[0,12.50001146243211],"bb_middle":[0,1.3815750002861023],"bb_low":[0,1.0943866907378068],"bb_upper":[0,1.6687633098343977],"timestamp":[0,"2024-11-14T17:30:00Z"]}],[0,{"open":[0,1.2198],"low":[0,1.2001],"high":[0,1.27],"close":[0,1.2299],"volume":[0,316648],"signal":[0,1],"sma_5":[0,1.2766000032424927],"sma_10":[0,1.3507499933242797],"sma_20":[0,1.388324999809265],"sma_50":[0,1.0484900021553039],"sma_100":[0,0.9184740006923675],"ema_9":[0,1.30839475016359],"ema_12":[0,1.31644015825251],"ema_26":[0,1.2549002753129672],"ema_50":[0,1.1284953114985612],"ema_200":[0,0.9153473925448266],"ulcer_index":[0,16.945914053674237],"force_index":[0,51721.91655060459],"easy_movement":[0,-0.23423752741707546],"volume_weighted_avg":[0,1.3831690275727957],"channel_index":[0,-60.861296935900604],"williams_r":[0,-82.97871530946476],"mass_index":[0,30.727015982630153],"obv":[0,11644705],"rsi":[0,48.04411783303037],"rsi_2":[0,22.244430648574408],"vwma":[0,1.5235165130604136],"macd":[0,-0.04662829208839399],"stoch":[0,17.02128469053524],"bb_middle":[0,1.388324999809265],"bb_low":[0,1.123891968915235],"bb_upper":[0,1.6527580307032952],"timestamp":[0,"2024-11-14T18:30:00Z"]}],[0,{"open":[0,1.2299],"low":[0,1.2],"high":[0,1.27],"close":[0,1.23],"volume":[0,389049],"signal":[0,1],"sma_5":[0,1.2465800046920776],"sma_10":[0,1.3257399916648864],"sma_20":[0,1.3928699970245362],"sma_50":[0,1.0578920018672944],"sma_100":[0,0.9225770008563995],"ema_9":[0,1.2926958006268032],"ema_12":[0,1.3031262881391525],"ema_26":[0,1.2530484487182552],"ema_50":[0,1.1324737969376826],"ema_200":[0,0.9185140630026585],"ulcer_index":[0,17.124282770837553],"force_index":[0,44780.896711208814],"easy_movement":[0,-0.16078933903448975],"volume_weighted_avg":[0,1.3707767811911438],"channel_index":[0,-55.863046090175246],"williams_r":[0,-77.5249944642183],"mass_index":[0,30.0615964116462],"obv":[0,11819681],"rsi":[0,48.734962537601504],"rsi_2":[0,38.74223862333068],"vwma":[0,1.5297620891689407],"macd":[0,-0.04647221073499472],"stoch":[0,22.475005535781715],"bb_middle":[0,1.3928699970245362],"bb_low":[0,1.1430114160620917],"bb_upper":[0,1.6427285779869807],"timestamp":[0,"2024-11-14T19:30:00Z"]}],[0,{"open":[0,1.225],"low":[0,1.16],"high":[0,1.23],"close":[0,1.1799],"volume":[0,314558],"signal":[0,1],"sma_5":[0,1.234980010986328],"sma_10":[0,1.3077399969100951],"sma_20":[0,1.3951200008392335],"sma_50":[0,1.0675040018558501],"sma_100":[0,0.9266800010204315],"ema_9":[0,1.2801566443142252],"ema_12":[0,1.2918760923758106],"ema_26":[0,1.251336884437863],"ema_50":[0,1.1361262792978444],"ema_200":[0,0.9181553841013121],"ulcer_index":[0,17.350386615606862],"force_index":[0,38389.16781306366],"easy_movement":[0,-0.13650394748768305],"volume_weighted_avg":[0,1.3549209550825396],"channel_index":[0,-51.50401093501297],"williams_r":[0,-76.91714785560846],"mass_index":[0,29.494191416266382],"obv":[0,12244031],"rsi":[0,48.74364914439897],"rsi_2":[0,39.00373518794538],"vwma":[0,1.534448514574161],"macd":[0,-0.044814101439379764],"stoch":[0,23.082852144391538],"bb_middle":[0,1.3951200008392335],"bb_low":[0,1.1520718688466338],"bb_upper":[0,1.6381681328318332],"timestamp":[0,"2024-11-14T20:30:00Z"]}],[0,{"open":[0,1.16],"low":[0,1],"high":[0,1.18],"close":[0,1.16],"volume":[0,1147351],"signal":[0,2],"sma_5":[0,1.2129600286483764],"sma_10":[0,1.2867300033569335],"sma_20":[0,1.3693650007247924],"sma_50":[0,1.0761420023441315],"sma_100":[0,0.9303760015964508],"ema_9":[0,1.2601053254859895],"ema_12":[0,1.2746490094920817],"ema_26":[0,1.246049631186732],"ema_50":[0,1.1380186338243887],"ema_200":[0,0.9242914158445483],"ulcer_index":[0,17.69025476138281],"force_index":[0,30653.695758579837],"easy_movement":[0,-0.17779617666490027],"volume_weighted_avg":[0,1.3445956865238706],"channel_index":[0,-43.44347743331722],"williams_r":[0,-89.7665894766837],"mass_index":[0,28.978469912404684],"obv":[0,11744393],"rsi":[0,45.215108204325176],"rsi_2":[0,7.391808521674861],"vwma":[0,1.43693705841532],"macd":[0,-0.04539760172570115],"stoch":[0,10.233410523316287],"bb_middle":[0,1.3693650007247924],"bb_low":[0,1.1509675861241557],"bb_upper":[0,1.587762415325429],"timestamp":[0,"2024-11-15T14:30:00Z"]}],[0,{"open":[0,1.16],"low":[0,1.14],"high":[0,1.1899],"close":[0,1.1801],"volume":[0,267864],"signal":[0,1],"sma_5":[0,1.2039600133895874],"sma_10":[0,1.2597300052642821],"sma_20":[0,1.352114999294281],"sma_50":[0,1.0842660021781922],"sma_100":[0,0.9337770015001297],"ema_9":[0,1.2400842537099954],"ema_12":[0,1.2570106943649977],"ema_26":[0,1.2396687175773446],"ema_50":[0,1.1386042281841435],"ema_200":[0,0.9210818404470525],"ulcer_index":[0,17.890704504315458],"force_index":[0,23012.812447897704],"easy_movement":[0,-0.2703261280664161],"volume_weighted_avg":[0,1.3103755188788209],"channel_index":[0,-2.320580060459134],"williams_r":[0,-69.23077452112251],"mass_index":[0,28.37948913506301],"obv":[0,10678095],"rsi":[0,43.85932484187774],"rsi_2":[0,4.4966137343792525],"vwma":[0,1.3957646470176615],"macd":[0,-0.045332721495371806],"stoch":[0,30.769225478877487],"bb_middle":[0,1.352114999294281],"bb_low":[0,1.124970653864153],"bb_upper":[0,1.5792593447244088],"timestamp":[0,"2024-11-15T15:30:00Z"]}],[0,{"open":[0,1.185],"low":[0,1.1801],"high":[0,1.32],"close":[0,1.32],"volume":[0,873720],"signal":[0,1],"sma_5":[0,1.1959800004959107],"sma_10":[0,1.2362900018692016],"sma_20":[0,1.338369995355606],"sma_50":[0,1.0929240012168884],"sma_100":[0,0.9375300014019012],"ema_9":[0,1.2280873957967322],"ema_12":[0,1.245178274430714],"ema_26":[0,1.2352570355937835],"ema_50":[0,1.140264462526866],"ema_200":[0,0.9243213129316264],"ulcer_index":[0,18.176875162664338],"force_index":[0,20494.411234824638],"easy_movement":[0,-0.1803144237801213],"volume_weighted_avg":[0,1.2756942985293287],"channel_index":[0,-32.42686598884311],"williams_r":[0,-65.3653902407936],"mass_index":[0,27.5496194386154],"obv":[0,10923065],"rsi":[0,45.63501328646105],"rsi_2":[0,46.68254229326077],"vwma":[0,1.3856075424670657],"macd":[0,-0.04220172821749673],"stoch":[0,34.6346097592064],"bb_middle":[0,1.338369995355606],"bb_low":[0,1.1046188003826156],"bb_upper":[0,1.5721211903285965],"timestamp":[0,"2024-11-15T16:30:00Z"]}],[0,{"open":[0,1.3198],"low":[0,1.26],"high":[0,1.41],"close":[0,1.3901],"volume":[0,1005628],"signal":[0,0],"sma_5":[0,1.2140000104904174],"sma_10":[0,1.2302900075912475],"sma_20":[0,1.3266200006008149],"sma_50":[0,1.1041080021858216],"sma_100":[0,0.9426640021800995],"ema_9":[0,1.2464699271346273],"ema_12":[0,1.256689319065227],"ema_26":[0,1.2415495250343274],"ema_50":[0,1.1479261639938805],"ema_200":[0,0.9405822791846208],"ulcer_index":[0,17.73221131390571],"force_index":[0,35028.60864962549],"easy_movement":[0,-0.14716905838366298],"volume_weighted_avg":[0,1.2682510892285166],"channel_index":[0,-3.8894691645991997],"williams_r":[0,-27.27272480972574],"mass_index":[0,26.994218186627137],"obv":[0,11568836],"rsi":[0,56.05004675029232],"rsi_2":[0,92.54191561291127],"vwma":[0,1.3554398564326362],"macd":[0,-0.029567195156251072],"stoch":[0,72.72727519027426],"bb_middle":[0,1.3266200006008149],"bb_low":[0,1.1150327718571198],"bb_upper":[0,1.53820722934451],"timestamp":[0,"2024-11-15T17:30:00Z"]}],[0,{"open":[0,1.3995],"low":[0,1.285],"high":[0,1.42],"close":[0,1.3038],"volume":[0,616344],"signal":[0,1],"sma_5":[0,1.246020007133484],"sma_10":[0,1.240500009059906],"sma_20":[0,1.3233749985694885],"sma_50":[0,1.1167720019817353],"sma_100":[0,0.9481640022993088],"ema_9":[0,1.2751959421685006],"ema_12":[0,1.277214040389336],"ema_26":[0,1.2525600375655928],"ema_50":[0,1.1576959352608773],"ema_200":[0,0.9505364609045434],"ulcer_index":[0,17.08390206324397],"force_index":[0,40095.18096403842],"easy_movement":[0,0.014136685286752446],"volume_weighted_avg":[0,1.277477180701],"channel_index":[0,3.206128185261478],"williams_r":[0,-11.34092010052593],"mass_index":[0,26.724065331678943],"obv":[0,12280718],"rsi":[0,60.16741741951474],"rsi_2":[0,95.99450354621888],"vwma":[0,1.3474660048512508],"macd":[0,-0.016033785656929603],"stoch":[0,88.65907989947407],"bb_middle":[0,1.3233749985694885],"bb_low":[0,1.1178593293745798],"bb_upper":[0,1.5288906677643972],"timestamp":[0,"2024-11-15T18:30:00Z"]}],[0,{"open":[0,1.31],"low":[0,1.28],"high":[0,1.33],"close":[0,1.28],"volume":[0,337349],"signal":[0,1],"sma_5":[0,1.270799994468689],"sma_10":[0,1.2418800115585327],"sma_20":[0,1.3150649964809418],"sma_50":[0,1.1273980021476746],"sma_100":[0,0.9526520019769669],"ema_9":[0,1.2809167511001744],"ema_12":[0,1.2813041853189229],"ema_26":[0,1.2563500433081958],"ema_50":[0,1.1632021743255538],"ema_200":[0,0.9495634298551179],"ulcer_index":[0,16.69656642558428],"force_index":[0,26768.622174366486],"easy_movement":[0,0.03790772042898016],"volume_weighted_avg":[0,1.273543118032055],"channel_index":[0,-11.121966272099392],"williams_r":[0,-29.34883165178907],"mass_index":[0,25.577145423264493],"obv":[0,11751419],"rsi":[0,53.51812486656966],"rsi_2":[0,44.86077897618565],"vwma":[0,1.334902943744314],"macd":[0,-0.012593961583477087],"stoch":[0,70.65116834821093],"bb_middle":[0,1.3150649964809418],"bb_low":[0,1.1208040326314306],"bb_upper":[0,1.509325960330453],"timestamp":[0,"2024-11-15T19:30:00Z"]}],[0,{"open":[0,1.2825],"low":[0,1.22],"high":[0,1.29],"close":[0,1.22],"volume":[0,397803],"signal":[0,2],"sma_5":[0,1.2947999954223632],"sma_10":[0,1.2493800044059753],"sma_20":[0,1.3075649976730346],"sma_50":[0,1.1375520014762879],"sma_100":[0,0.9570240014791489],"ema_9":[0,1.2807333951579714],"ema_12":[0,1.281103536988779],"ema_26":[0,1.2581016170577195],"ema_50":[0,1.1677714958388095],"ema_200":[0,0.9526306151162918],"ulcer_index":[0,16.238681897918667],"force_index":[0,21797.541441845297],"easy_movement":[0,-0.016257250544543782],"volume_weighted_avg":[0,1.268180280051345],"channel_index":[0,-22.235954961126833],"williams_r":[0,-33.33333333333333],"mass_index":[0,24.416536115897603],"obv":[0,11466024],"rsi":[0,51.81680148247356],"rsi_2":[0,34.67355611395641],"vwma":[0,1.3281349022545321],"macd":[0,-0.011637293399919584],"stoch":[0,66.66666666666666],"bb_middle":[0,1.3075649976730346],"bb_low":[0,1.1201717620724851],"bb_upper":[0,1.494958233273584],"timestamp":[0,"2024-11-15T20:30:00Z"]}],[0,{"open":[0,1.27],"low":[0,1.23],"high":[0,1.3],"close":[0,1.27],"volume":[0,765470],"signal":[0,1],"sma_5":[0,1.3027800083160401],"sma_10":[0,1.2493800044059753],"sma_20":[0,1.3000649988651276],"sma_50":[0,1.1464740025997162],"sma_100":[0,0.960802001953125],"ema_9":[0,1.2685867218467528],"ema_12":[0,1.2717029967824618],"ema_26":[0,1.255275549500105],"ema_50":[0,1.1696695656407199],"ema_200":[0,0.9522744247653824],"ulcer_index":[0,15.802558289431222],"force_index":[0,15273.870473575615],"easy_movement":[0,-0.06866849683296873],"volume_weighted_avg":[0,1.25982089280616],"channel_index":[0,-11.398228117335414],"williams_r":[0,-47.61903545483316],"mass_index":[0,23.717905690575602],"obv":[0,11114508],"rsi":[0,47.701253031212],"rsi_2":[0,16.16508427226178],"vwma":[0,1.3106409646587531],"macd":[0,-0.014574147599530341],"stoch":[0,52.38096454516684],"bb_middle":[0,1.3000649988651276],"bb_low":[0,1.1112658368978077],"bb_upper":[0,1.4888641608324475],"timestamp":[0,"2024-11-18T14:30:00Z"]}],[0,{"open":[0,1.275],"low":[0,1.2701],"high":[0,1.31],"close":[0,1.3045],"volume":[0,358402],"signal":[0,0],"sma_5":[0,1.2927799940109252],"sma_10":[0,1.2533900022506714],"sma_20":[0,1.289564996957779],"sma_50":[0,1.1564740025997162],"sma_100":[0,0.9651620018482209],"ema_9":[0,1.2688693736659644],"ema_12":[0,1.2714409952323973],"ema_26":[0,1.256373521655617],"ema_50":[0,1.173896986256863],"ema_200":[0,0.9613219070213781],"ulcer_index":[0,15.29685437194379],"force_index":[0,18559.539136216346],"easy_movement":[0,-0.013426527629426708],"volume_weighted_avg":[0,1.2557456330291903],"channel_index":[0,7.355190317655146],"williams_r":[0,-35.71428368691664],"mass_index":[0,23.18238217642728],"obv":[0,11778291],"rsi":[0,51.17921720342636],"rsi_2":[0,55.634769808629635],"vwma":[0,1.2876365692821503],"macd":[0,-0.012738058456534283],"stoch":[0,64.28571631308337],"bb_middle":[0,1.289564996957779],"bb_low":[0,1.1195368164681925],"bb_upper":[0,1.4595931774473654],"timestamp":[0,"2024-11-18T15:30:00Z"]}],[0,{"open":[0,1.3082],"low":[0,1.29],"high":[0,1.33],"close":[0,1.2901],"volume":[0,284562],"signal":[0,1],"sma_5":[0,1.275659990310669],"sma_10":[0,1.2608399987220764],"sma_20":[0,1.2842899978160858],"sma_50":[0,1.166566002368927],"sma_100":[0,0.9697070014476776],"ema_9":[0,1.275995495686755],"ema_12":[0,1.2765269925100826],"ema_26":[0,1.2599305802822613],"ema_50":[0,1.1787019806914778],"ema_200":[0,0.9583723493786339],"ulcer_index":[0,14.695500976318538],"force_index":[0,17674.58912523683],"easy_movement":[0,0.022947257345786946],"volume_weighted_avg":[0,1.2557008359254367],"channel_index":[0,-11.942684574221042],"williams_r":[0,-27.499996452104114],"mass_index":[0,22.741835948083928],"obv":[0,12239217],"rsi":[0,53.48115554706058],"rsi_2":[0,73.10722387112574],"vwma":[0,1.2803804092159796],"macd":[0,-0.00897728505255739],"stoch":[0,72.50000354789589],"bb_middle":[0,1.2842899978160858],"bb_low":[0,1.1232248740941393],"bb_upper":[0,1.4453551215380323],"timestamp":[0,"2024-11-18T16:30:00Z"]}],[0,{"open":[0,1.295],"low":[0,1.27],"high":[0,1.3],"close":[0,1.2747],"volume":[0,191104],"signal":[0,1],"sma_5":[0,1.2729199886322022],"sma_10":[0,1.2718599915504456],"sma_20":[0,1.2792949974536896],"sma_50":[0,1.176010001897812],"sma_100":[0,0.9742810010910035],"ema_9":[0,1.2788163922385718],"ema_12":[0,1.2786151441315385],"ema_26":[0,1.2621648504607266],"ema_50":[0,1.1830503930970908],"ema_200":[0,0.9612684564258974],"ulcer_index":[0,13.545021910660994],"force_index":[0,14564.271164430536],"easy_movement":[0,0.09831687232697783],"volume_weighted_avg":[0,1.2656295638254822],"channel_index":[0,-17.106952575318694],"williams_r":[0,-30.928569502570806],"mass_index":[0,22.4046255073305],"obv":[0,12084701],"rsi":[0,52.37156431865568],"rsi_2":[0,55.01895442589842],"vwma":[0,1.2776266876329103],"macd":[0,-0.007299358041407963],"stoch":[0,69.0714304974292],"bb_middle":[0,1.2792949974536896],"bb_low":[0,1.1256265074090386],"bb_upper":[0,1.4329634874983406],"timestamp":[0,"2024-11-18T17:30:00Z"]}],[0,{"open":[0,1.2799],"low":[0,1.26],"high":[0,1.28],"close":[0,1.26],"volume":[0,101654],"signal":[0,1],"sma_5":[0,1.2718600034713745],"sma_10":[0,1.283329999446869],"sma_20":[0,1.2715300023555756],"sma_50":[0,1.1842900025844574],"sma_100":[0,0.9787120014429093],"ema_9":[0,1.2779931229081267],"ema_12":[0,1.2780128213172297],"ema_26":[0,1.2630937016479058],"ema_50":[0,1.1866573111699494],"ema_200":[0,0.964644691046257],"ulcer_index":[0,12.897516715405704],"force_index":[0,12063.231381462576],"easy_movement":[0,0.09422477839546042],"volume_weighted_avg":[0,1.2673670864474975],"channel_index":[0,-24.089324072052584],"williams_r":[0,-34.595220558495576],"mass_index":[0,22.141852182882236],"obv":[0,11795720],"rsi":[0,51.149084895509134],"rsi_2":[0,35.978825691314825],"vwma":[0,1.2730444120090725],"macd":[0,-0.0070640214486927255],"stoch":[0,65.40477944150442],"bb_middle":[0,1.2715300023555756],"bb_low":[0,1.1342906109365607],"bb_upper":[0,1.4087693937745904],"timestamp":[0,"2024-11-18T18:30:00Z"]}],[0,{"open":[0,1.26],"low":[0,1.21],"high":[0,1.2699],"close":[0,1.2127],"volume":[0,494799],"signal":[0,1],"sma_5":[0,1.27985999584198],"sma_10":[0,1.29132000207901],"sma_20":[0,1.2638050019741058],"sma_50":[0,1.1921120023727416],"sma_100":[0,0.9829890012741089],"ema_9":[0,1.2743944964177474],"ema_12":[0,1.2752416161869489],"ema_26":[0,1.26286140114674],"ema_50":[0,1.189407183934371],"ema_200":[0,0.9650451981602096],"ulcer_index":[0,12.337140188295598],"force_index":[0,10126.430110322855],"easy_movement":[0,0.017878617161679124],"volume_weighted_avg":[0,1.2689434878484476],"channel_index":[0,-31.824173033917596],"williams_r":[0,-38.09523404049994],"mass_index":[0,21.73202941140671],"obv":[0,11735930],"rsi":[0,49.95129479171847],"rsi_2":[0,21.66518559985866],"vwma":[0,1.2683469236993294],"macd":[0,-0.007686325002267166],"stoch":[0,61.90476595950006],"bb_middle":[0,1.2638050019741058],"bb_low":[0,1.1432460855385214],"bb_upper":[0,1.3843639184096903],"timestamp":[0,"2024-11-18T19:30:00Z"]}],[0,{"open":[0,1.2101],"low":[0,1.19],"high":[0,1.22],"close":[0,1.19],"volume":[0,406223],"signal":[0,1],"sma_5":[0,1.268400001525879],"sma_10":[0,1.280589997768402],"sma_20":[0,1.255440002679825],"sma_50":[0,1.1991180026531219],"sma_100":[0,0.9868620014190674],"ema_9":[0,1.2620555990029718],"ema_12":[0,1.26561983040239],"ema_26":[0,1.259144787849943],"ema_50":[0,1.1902821859070578],"ema_200":[0,0.9667368881166909],"ulcer_index":[0,11.977343618650869],"force_index":[0,5336.3774983777985],"easy_movement":[0,-0.00804164510384089],"volume_weighted_avg":[0,1.2671719363905363],"channel_index":[0,-5.635382330689937],"williams_r":[0,-49.357135457245725],"mass_index":[0,21.395196536897295],"obv":[0,11310351],"rsi":[0,46.20127528471787],"rsi_2":[0,6.085372173020033],"vwma":[0,1.2608746645036384],"macd":[0,-0.010874410548895319],"stoch":[0,50.642864542754275],"bb_middle":[0,1.255440002679825],"bb_low":[0,1.1455461982956447],"bb_upper":[0,1.365333807064005],"timestamp":[0,"2024-11-18T20:30:00Z"]}],[0,{"open":[0,1.0898],"low":[0,1.08],"high":[0,1.22],"close":[0,1.19],"volume":[0,936174],"signal":[0,1],"sma_5":[0,1.2455000162124634],"sma_10":[0,1.2605800032615662],"sma_20":[0,1.2505400061607361],"sma_50":[0,1.20567200422287],"sma_100":[0,0.9905290019512176],"ema_9":[0,1.247644490646673],"ema_12":[0,1.253986019199213],"ema_26":[0,1.2540234105403971],"ema_50":[0,1.1902894276721232],"ema_200":[0,0.969326283826589],"ulcer_index":[0,11.35291871135238],"force_index":[0,3256.7217414312317],"easy_movement":[0,0.037103365194905535],"volume_weighted_avg":[0,1.2666343018003063],"channel_index":[0,-8.941342802729135],"williams_r":[0,-54.76188651558307],"mass_index":[0,21.09287056615939],"obv":[0,10822900],"rsi":[0,44.475011935783954],"rsi_2":[0,3.6003220305760237],"vwma":[0,1.2541189131917037],"macd":[0,-0.013908898150903733],"stoch":[0,45.23811348441693],"bb_middle":[0,1.2505400061607361],"bb_low":[0,1.1381787354879815],"bb_upper":[0,1.3629012768334907],"timestamp":[0,"2024-11-19T14:30:00Z"]}],[0,{"open":[0,1.185],"low":[0,1.14],"high":[0,1.19],"close":[0,1.1724],"volume":[0,242730],"signal":[0,1],"sma_5":[0,1.225480031967163],"sma_10":[0,1.2492000102996825],"sma_20":[0,1.2455400109291077],"sma_50":[0,1.2124720048904418],"sma_100":[0,0.994186002612114],"ema_9":[0,1.2361156039593932],"ema_12":[0,1.244142024492817],"ema_26":[0,1.2492763939805698],"ema_50":[0,1.190095021277766],"ema_200":[0,0.9678432825194123],"ulcer_index":[0,10.502223559615855],"force_index":[0,2791.4821142379424],"easy_movement":[0,0.0960159252971635],"volume_weighted_avg":[0,1.2738253396682793],"channel_index":[0,38.19210880850979],"williams_r":[0,-67.64704644885956],"mass_index":[0,21.152358137193563],"obv":[0,10926216],"rsi":[0,44.47565713147682],"rsi_2":[0,3.6003220305760237],"vwma":[0,1.2467500599177943],"macd":[0,-0.015210475137989014],"stoch":[0,32.352953551140445],"bb_middle":[0,1.2455400109291077],"bb_low":[0,1.131756643072373],"bb_upper":[0,1.3593233787858425],"timestamp":[0,"2024-11-19T15:30:00Z"]}],[0,{"open":[0,1.1628],"low":[0,1.16],"high":[0,1.21],"close":[0,1.2],"volume":[0,320379],"signal":[0,1],"sma_5":[0,1.205020022392273],"sma_10":[0,1.2384400129318238],"sma_20":[0,1.2439100086688994],"sma_50":[0,1.2200960052013397],"sma_100":[0,0.99776700258255],"ema_9":[0,1.22337248270694],"ema_12":[0,1.2331047888363034],"ema_26":[0,1.2435755726893427],"ema_50":[0,1.189148477310405],"ema_200":[0,0.964801969546896],"ulcer_index":[0,10.295695234501387],"force_index":[0,1782.4134155768306],"easy_movement":[0,0.018355238090685937],"volume_weighted_avg":[0,1.2738947468808064],"channel_index":[0,-25.36163121868001],"williams_r":[0,-72.82353584659303],"mass_index":[0,21.246543778563314],"obv":[0,10821446],"rsi":[0,43.031843831914266],"rsi_2":[0,1.5885105098689962],"vwma":[0,1.250227854503911],"macd":[0,-0.01644547988266259],"stoch":[0,27.176464153406965],"bb_middle":[0,1.2439100086688994],"bb_low":[0,1.1269603542156206],"bb_upper":[0,1.3608596631221783],"timestamp":[0,"2024-11-19T16:30:00Z"]}],[0,{"open":[0,1.191],"low":[0,1.18],"high":[0,1.21],"close":[0,1.2],"volume":[0,168522],"signal":[0,1],"sma_5":[0,1.1930200338363648],"sma_10":[0,1.2364400148391723],"sma_20":[0,1.2429100096225738],"sma_50":[0,1.2283960056304932],"sma_100":[0,1.0017620033025743],"ema_9":[0,1.2186979957014397],"ema_12":[0,1.2280117515024624],"ema_26":[0,1.2403458467324773],"ema_50":[0,1.1894971447675444],"ema_200":[0,0.9655971748903596],"ulcer_index":[0,10.729999123695722],"force_index":[0,2791.0286925069786],"easy_movement":[0,-0.05667983768356976],"volume_weighted_avg":[0,1.2639921008797785],"channel_index":[0,-21.4471174286974],"williams_r":[0,-64.7058720407163],"mass_index":[0,21.396518707624914],"obv":[0,11446186],"rsi":[0,45.99544609548159],"rsi_2":[0,64.24722216207586],"vwma":[0,1.249319058721298],"macd":[0,-0.014649458121455333],"stoch":[0,35.294127959283706],"bb_middle":[0,1.2429100096225738],"bb_low":[0,1.124823172126458],"bb_upper":[0,1.3609968471186895],"timestamp":[0,"2024-11-19T17:30:00Z"]}],[0,{"open":[0,1.196],"low":[0,1.1901],"high":[0,1.2199],"close":[0,1.1997],"volume":[0,176704],"signal":[0,1],"sma_5":[0,1.1904800415039063],"sma_10":[0,1.2294400215148926],"sma_20":[0,1.241415011882782],"sma_50":[0,1.236804006099701],"sma_100":[0,1.0057990038394928],"ema_9":[0,1.2149584060980374],"ema_12":[0,1.2237022586461779],"ema_26":[0,1.2373575872401252],"ema_50":[0,1.1899218373669784],"ema_200":[0,0.9681870541239892],"ulcer_index":[0,10.9160656126586],"force_index":[0,2392.2727855315716],"easy_movement":[0,-0.1344726478877954],"volume_weighted_avg":[0,1.239514410174181],"channel_index":[0,-49.298070247784686],"williams_r":[0,-64.7058720407163],"mass_index":[0,21.527036509325693],"obv":[0,11385312],"rsi":[0,45.99481877819574],"rsi_2":[0,64.24722216207586],"vwma":[0,1.2490942766148942],"macd":[0,-0.012776149002686135],"stoch":[0,35.294127959283706],"bb_middle":[0,1.241415011882782],"bb_low":[0,1.121958065553106],"bb_upper":[0,1.360871958212458],"timestamp":[0,"2024-11-19T18:30:00Z"]}],[0,{"open":[0,1.2],"low":[0,1.17],"high":[0,1.2],"close":[0,1.2],"volume":[0,161231],"signal":[0,1],"sma_5":[0,1.1924200296401977],"sma_10":[0,1.2189600229263307],"sma_20":[0,1.2399000108242035],"sma_50":[0,1.2452840065956117],"sma_100":[0,1.009826003909111],"ema_9":[0,1.2119067244576116],"ema_12":[0,1.2200096028191294],"ema_26":[0,1.2345654540843554],"ema_50":[0,1.1901972906318237],"ema_200":[0,0.9683202074845041],"ulcer_index":[0,10.926834533887003],"force_index":[0,2042.9455873157087],"easy_movement":[0,-0.14980582700876546],"volume_weighted_avg":[0,1.2305104501461526],"channel_index":[0,-59.840917950019346],"williams_r":[0,-52.120018005371094],"mass_index":[0,21.560445764869986],"obv":[0,11262952],"rsi":[0,45.96549529493256],"rsi_2":[0,62.516320080556866],"vwma":[0,1.24895613290759],"macd":[0,-0.010944744041658745],"stoch":[0,47.879981994628906],"bb_middle":[0,1.2399000108242035],"bb_low":[0,1.1191409565893404],"bb_upper":[0,1.3606590650590666],"timestamp":[0,"2024-11-19T19:30:00Z"]}],[0,{"open":[0,1.205],"low":[0,1.18],"high":[0,1.22],"close":[0,1.2],"volume":[0,298702],"signal":[0,1],"sma_5":[0,1.1944200277328492],"sma_10":[0,1.209950029850006],"sma_20":[0,1.2409050107002257],"sma_50":[0,1.253630007505417],"sma_100":[0,1.0139150041341782],"ema_9":[0,1.209525389101101],"ema_12":[0,1.2169312092489253],"ema_26":[0,1.2320011895365521],"ema_50":[0,1.1904261118506225],"ema_200":[0,0.9674985157751181],"ulcer_index":[0,10.931542331503696],"force_index":[0,1758.0124025580171],"easy_movement":[0,-0.12610001403049895],"volume_weighted_avg":[0,1.226192529160089],"channel_index":[0,-72.86919466998413],"williams_r":[0,-51.99999809265137],"mass_index":[0,21.62119170442725],"obv":[0,11499015],"rsi":[0,46.005027050736814],"rsi_2":[0,64.43277297072318],"vwma":[0,1.250450501318263],"macd":[0,-0.009172006463790138],"stoch":[0,48.00000190734863],"bb_middle":[0,1.2409050107002257],"bb_low":[0,1.1218373348324362],"bb_upper":[0,1.3599726865680153],"timestamp":[0,"2024-11-19T20:30:00Z"]}],[0,{"open":[0,1.0499],"low":[0,1.025],"high":[0,1.1],"close":[0,1.0529],"volume":[0,2105296],"signal":[0,1],"sma_5":[0,1.199940037727356],"sma_10":[0,1.2024800300598144],"sma_20":[0,1.2429050147533416],"sma_50":[0,1.2619100081920624],"sma_100":[0,1.0180890047550202],"ema_9":[0,1.2076203208181329],"ema_12":[0,1.2143264153009248],"ema_26":[0,1.229631871070374],"ema_50":[0,1.1908473249480418],"ema_200":[0,0.9707316539154152],"ulcer_index":[0,10.648339195252804],"force_index":[0,1506.8801196518052],"easy_movement":[0,-0.04890707405115186],"volume_weighted_avg":[0,1.2251000638831835],"channel_index":[0,-29.047271557438165],"williams_r":[0,-51.99999809265137],"mass_index":[0,21.574188193415182],"obv":[0,11368286],"rsi":[0,46.00446831265734],"rsi_2":[0,64.43277297072318],"vwma":[0,1.2610043405135],"macd":[0,-0.007524542031487502],"stoch":[0,48.00000190734863],"bb_middle":[0,1.2429050147533416],"bb_low":[0,1.1280719648935398],"bb_upper":[0,1.3577380646131434],"timestamp":[0,"2024-11-20T14:30:00Z"]}],[0,{"open":[0,1.0501],"low":[0,1.05],"high":[0,1.12],"close":[0,1.1],"volume":[0,685140],"signal":[0,1],"sma_5":[0,1.17052001953125],"sma_10":[0,1.1817700266838074],"sma_20":[0,1.2365450143814087],"sma_50":[0,1.2673660075664521],"sma_100":[0,1.0207670044898987],"ema_9":[0,1.1766762479943087],"ema_12":[0,1.1894915752887731],"ema_26":[0,1.2165387543315265],"ema_50":[0,1.185362570801199],"ema_200":[0,0.970040968669111],"ulcer_index":[0,11.602855543771826],"force_index":[0,-42949.71293859477],"easy_movement":[0,-0.09042730890076821],"volume_weighted_avg":[0,1.161560020648483],"channel_index":[0,334.01856563788044],"williams_r":[0,-90.85246739724356],"mass_index":[0,21.717763600929572],"obv":[0,9345959],"rsi":[0,32.836645803522714],"rsi_2":[0,0.6362988412358561],"vwma":[0,1.2203465009015522],"macd":[0,-0.015415379606941223],"stoch":[0,9.147532602756431],"bb_middle":[0,1.2365450143814087],"bb_low":[0,1.0970590994593468],"bb_upper":[0,1.3760309293034707],"timestamp":[0,"2024-11-20T15:30:00Z"]}],[0,{"open":[0,1.0958],"low":[0,1.04],"high":[0,1.1],"close":[0,1.0498],"volume":[0,358058],"signal":[0,1],"sma_5":[0,1.1505200147628785],"sma_10":[0,1.1705000281333924],"sma_20":[0,1.2255450129508971],"sma_50":[0,1.2714640080928803],"sma_100":[0,1.0239570045471191],"ema_9":[0,1.1613410031620668],"ema_12":[0,1.1757236438189362],"ema_26":[0,1.207902346263128],"ema_50":[0,1.1818575895139425],"ema_200":[0,0.9681703580301113],"ulcer_index":[0,12.141950398520967],"force_index":[0,-32204.011859037582],"easy_movement":[0,-0.09392694202200787],"volume_weighted_avg":[0,1.1473497576600156],"channel_index":[0,37.733999504998906],"williams_r":[0,-75.40982581376934],"mass_index":[0,21.93282295064362],"obv":[0,10145693],"rsi":[0,38.8714334359901],"rsi_2":[0,39.192029843205866],"vwma":[0,1.2034855655135108],"macd":[0,-0.016442488135466567],"stoch":[0,24.590174186230666],"bb_middle":[0,1.2255450129508971],"bb_low":[0,1.079571458674192],"bb_upper":[0,1.3715185672276022],"timestamp":[0,"2024-11-20T16:30:00Z"]}],[0,{"open":[0,1.0454],"low":[0,1.04],"high":[0,1.05],"close":[0,1.05],"volume":[0,208911],"signal":[0,1],"sma_5":[0,1.1205400228500366],"sma_10":[0,1.1564800262451171],"sma_20":[0,1.2085300147533418],"sma_50":[0,1.2740780091285706],"sma_100":[0,1.0267310047149658],"ema_9":[0,1.1390328101931821],"ema_12":[0,1.1563507803422428],"ema_26":[0,1.1961821086543813],"ema_50":[0,1.176318235440132],"ema_200":[0,0.961735410534132],"ulcer_index":[0,12.882757297784286],"force_index":[0,-30171.173493152597],"easy_movement":[0,-0.1319117952436827],"volume_weighted_avg":[0,1.1359832804811079],"channel_index":[0,-23.09892614892744],"williams_r":[0,-90.98179478920979],"mass_index":[0,22.159297838991282],"obv":[0,10179415],"rsi":[0,35.240330228524684],"rsi_2":[0,21.450061846453806],"vwma":[0,1.1776853987681062],"macd":[0,-0.019287466219676322],"stoch":[0,9.018205210790219],"bb_middle":[0,1.2085300147533418],"bb_low":[0,1.063920788869657],"bb_upper":[0,1.3531392406370266],"timestamp":[0,"2024-11-20T17:30:00Z"]}],[0,{"open":[0,1.05],"low":[0,1.0201],"high":[0,1.07],"close":[0,1.065],"volume":[0,603730],"signal":[0,1],"sma_5":[0,1.0905400037765502],"sma_10":[0,1.1424800157546997],"sma_20":[0,1.1958400130271911],"sma_50":[0,1.27624000787735],"sma_100":[0,1.0297040045261383],"ema_9":[0,1.1212262386174765],"ema_12":[0,1.139989114403166],"ema_26":[0,1.1853530734406095],"ema_50":[0,1.1713352884804316],"ema_200":[0,0.9620250744439044],"ulcer_index":[0,13.449317872959336],"force_index":[0,-25855.07288216401],"easy_movement":[0,-0.11242690884994766],"volume_weighted_avg":[0,1.1293103060238545],"channel_index":[0,-49.76337033768604],"williams_r":[0,-90.19608759779253],"mass_index":[0,22.237986343677996],"obv":[0,10536390],"rsi":[0,35.266797930349384],"rsi_2":[0,21.732261441545973],"vwma":[0,1.166083843835042],"macd":[0,-0.019857001394090013],"stoch":[0,9.803912402207475],"bb_middle":[0,1.1958400130271911],"bb_low":[0,1.042612188339739],"bb_upper":[0,1.3490678377146432],"timestamp":[0,"2024-11-20T18:30:00Z"]}],[0,{"open":[0,1.0657],"low":[0,1.06],"high":[0,1.1],"close":[0,1.09],"volume":[0,162346],"signal":[0,1],"sma_5":[0,1.0635400056838988],"sma_10":[0,1.1317400217056275],"sma_20":[0,1.1850900173187255],"sma_50":[0,1.2765420079231262],"sma_100":[0,1.0328430050611497],"ema_9":[0,1.1099810023381342],"ema_12":[0,1.1284523363917314],"ema_26":[0,1.1764381715760508],"ema_50":[0,1.1671707709928396],"ema_200":[0,0.9631600604372484],"ulcer_index":[0,13.60967359290138],"force_index":[0,-20867.788161707795],"easy_movement":[0,-0.09131748034280822],"volume_weighted_avg":[0,1.122038913318322],"channel_index":[0,30.748136527215166],"williams_r":[0,-82.02559420923382],"mass_index":[0,22.160900845051692],"obv":[0,11088427],"rsi":[0,37.29762521432259],"rsi_2":[0,49.14799002922127],"vwma":[0,1.1553498524463321],"macd":[0,-0.017982928815279076],"stoch":[0,17.974405790766195],"bb_middle":[0,1.1850900173187255],"bb_low":[0,1.0269010299766739],"bb_upper":[0,1.3432790046607772],"timestamp":[0,"2024-11-20T19:30:00Z"]}],[0,{"open":[0,1.09],"low":[0,1.04],"high":[0,1.09],"close":[0,1.051],"volume":[0,445745],"signal":[0,1],"sma_5":[0,1.070960021018982],"sma_10":[0,1.1207400202751159],"sma_20":[0,1.1785900175571442],"sma_50":[0,1.2766420078277587],"sma_100":[0,1.0362290054559709],"ema_9":[0,1.1059848085460646],"ema_12":[0,1.1225365974221682],"ema_26":[0,1.170034982842402],"ema_50":[0,1.1641298226124388],"ema_200":[0,0.9641278436380195],"ulcer_index":[0,13.401206110502564],"force_index":[0,-17306.862508658483],"easy_movement":[0,-0.0038241326087639837],"volume_weighted_avg":[0,1.1147138717321317],"channel_index":[0,-62.89160818116619],"williams_r":[0,-65.03250375846137],"mass_index":[0,22.157252493111322],"obv":[0,11331687],"rsi":[0,40.639731103237345],"rsi_2":[0,76.53989544778236],"vwma":[0,1.151326954924966],"macd":[0,-0.013996845177215528],"stoch":[0,34.96749624153861],"bb_middle":[0,1.1785900175571442],"bb_low":[0,1.016049453511816],"bb_upper":[0,1.3411305816024723],"timestamp":[0,"2024-11-20T20:30:00Z"]}],[0,{"open":[0,1.05],"low":[0,1.02],"high":[0,1.08],"close":[0,1.0217],"volume":[0,795358],"signal":[0,1],"sma_5":[0,1.0611600160598755],"sma_10":[0,1.105840015411377],"sma_20":[0,1.1676400184631348],"sma_50":[0,1.2748820066452027],"sma_100":[0,1.039233005642891],"ema_9":[0,1.0949878466460559],"ema_12":[0,1.1115309668861337],"ema_26":[0,1.1612174402613142],"ema_50":[0,1.159687867361753],"ema_200":[0,0.9648818838952715],"ulcer_index":[0,13.2591221422613],"force_index":[0,-17317.89455656259],"easy_movement":[0,0.0025938096619527273],"volume_weighted_avg":[0,1.106132846243563],"channel_index":[0,2.277176326483724],"williams_r":[0,-84.54227277633561],"mass_index":[0,22.091043903930323],"obv":[0,10941957],"rsi":[0,37.300443160223175],"rsi_2":[0,28.55305762496434],"vwma":[0,1.1357638701751827],"macd":[0,-0.012948119723223378],"stoch":[0,15.457727223664383],"bb_middle":[0,1.1676400184631348],"bb_low":[0,1.001734890984754],"bb_upper":[0,1.3335451459415155],"timestamp":[0,"2024-11-21T14:30:00Z"]}],[0,{"open":[0,1.025],"low":[0,0.9606],"high":[0,1.03],"close":[0,0.9827],"volume":[0,839196],"signal":[0,1],"sma_5":[0,1.0555400133132935],"sma_10":[0,1.088040018081665],"sma_20":[0,1.1535000205039978],"sma_50":[0,1.2716160082817078],"sma_100":[0,1.0419470059871674],"ema_9":[0,1.080330282239291],"ema_12":[0,1.097710822325523],"ema_26":[0,1.1508861354300535],"ema_50":[0,1.1544102126200508],"ema_200":[0,0.9681327431570249],"ulcer_index":[0,13.295608340591329],"force_index":[0,-18173.05139259576],"easy_movement":[0,0.05326095933587782],"volume_weighted_avg":[0,1.084497345786691],"channel_index":[0,73.98489431706024],"williams_r":[0,-99.14997836351911],"mass_index":[0,22.005826838002438],"obv":[0,10117683],"rsi":[0,34.97372273758921],"rsi_2":[0,14.702656909805256],"vwma":[0,1.1192348584773844],"macd":[0,-0.013145352453907272],"stoch":[0,0.850021636480895],"bb_middle":[0,1.1535000205039978],"bb_low":[0,0.9884596633357099],"bb_upper":[0,1.3185403776722857],"timestamp":[0,"2024-11-21T15:30:00Z"]}],[0,{"open":[0,0.9801],"low":[0,0.8777],"high":[0,0.9801],"close":[0,0.9498],"volume":[0,1539412],"signal":[0,2],"sma_5":[0,1.042080020904541],"sma_10":[0,1.0663100123405456],"sma_20":[0,1.1381300210952758],"sma_50":[0,1.2573700070381164],"sma_100":[0,1.0441980057954787],"ema_9":[0,1.0608042238445523],"ema_12":[0,1.080016847785566],"ema_26":[0,1.1384248112127335],"ema_50":[0,1.1475519985639138],"ema_200":[0,0.9657761330448666],"ulcer_index":[0,13.515805014109942],"force_index":[0,-20252.420160373455],"easy_movement":[0,-0.001120786075330877],"volume_weighted_avg":[0,1.0699305683239448],"channel_index":[0,76.89464993022487],"williams_r":[0,-91.48035045875355],"mass_index":[0,21.966676097748145],"obv":[0,9335756],"rsi":[0,32.10577358344618],"rsi_2":[0,6.416645669443071],"vwma":[0,1.102413460633225],"macd":[0,-0.014706328610619643],"stoch":[0,8.519649541246459],"bb_middle":[0,1.1381300210952758],"bb_low":[0,0.9696189166233395],"bb_upper":[0,1.3066411255672121],"timestamp":[0,"2024-11-21T16:30:00Z"]}],[0,{"open":[0,0.9499],"low":[0,0.9498],"high":[0,0.9865],"close":[0,0.9761],"volume":[0,529060],"signal":[0,1],"sma_5":[0,1.019040012359619],"sma_10":[0,1.041290009021759],"sma_20":[0,1.1218850195407868],"sma_50":[0,1.2462660074234009],"sma_100":[0,1.0461880058050155],"ema_9":[0,1.038603381979843],"ema_12":[0,1.0599834901907894],"ema_26":[0,1.124463832533388],"ema_50":[0,1.1402491735488813],"ema_200":[0,0.9747037080081443],"ulcer_index":[0,14.15522950442031],"force_index":[0,-24594.42621222535],"easy_movement":[0,-0.05496479742743591],"volume_weighted_avg":[0,1.0434223042321429],"channel_index":[0,195.35284141061595],"williams_r":[0,-78.93659620097506],"mass_index":[0,22.1804608244409],"obv":[0,7626892],"rsi":[0,29.873183786778696],"rsi_2":[0,3.2891601795598433],"vwma":[0,1.0781734505451845],"macd":[0,-0.01660870398830632],"stoch":[0,21.063403799024943],"bb_middle":[0,1.1218850195407868],"bb_low":[0,0.9466601469124487],"bb_upper":[0,1.2971098921691249],"timestamp":[0,"2024-11-21T17:30:00Z"]}],[0,{"open":[0,0.9784],"low":[0,0.9635],"high":[0,0.999],"close":[0,0.9982],"volume":[0,594865],"signal":[0,1],"sma_5":[0,0.9962600111961365],"sma_10":[0,1.0336100161075592],"sma_20":[0,1.1076900213956833],"sma_50":[0,1.2366880071163178],"sma_100":[0,1.0481940060853958],"ema_9":[0,1.0261027110957455],"ema_12":[0,1.0470783419938803],"ema_26":[0,1.1134731027830456],"ema_50":[0,1.133779001557923],"ema_200":[0,0.9740554240135992],"ulcer_index":[0,14.854410116210271],"force_index":[0,-19093.18243467717],"easy_movement":[0,-0.048232486111740615],"volume_weighted_avg":[0,1.0364624781328973],"channel_index":[0,-9.46667067417633],"williams_r":[0,-71.25327494644638],"mass_index":[0,22.321646536642902],"obv":[0,8297819],"rsi":[0,33.82460284793217],"rsi_2":[0,45.64520993909122],"vwma":[0,1.0718580511876168],"macd":[0,-0.014819537287277092],"stoch":[0,28.746725053553625],"bb_middle":[0,1.1076900213956833],"bb_low":[0,0.9335255363909171],"bb_upper":[0,1.2818545064004494],"timestamp":[0,"2024-11-21T18:30:00Z"]}],[0,{"open":[0,0.9941],"low":[0,0.9774],"high":[0,0.9989],"close":[0,0.9863],"volume":[0,462367],"signal":[0,1],"sma_5":[0,0.9857000112533569],"sma_10":[0,1.0234300136566161],"sma_20":[0,1.0969650208950044],"sma_50":[0,1.2255520081520082],"sma_100":[0,1.0504390060901643],"ema_9":[0,1.0205221687438764],"ema_12":[0,1.0395585971858101],"ema_26":[0,1.1049361272951073],"ema_50":[0,1.1285335706820152],"ema_200":[0,0.9757303832860671],"ulcer_index":[0,15.370213766440331],"force_index":[0,-14487.5281976257],"easy_movement":[0,-0.054694372000516044],"volume_weighted_avg":[0,1.030929567711606],"channel_index":[0,3.404622321441508],"williams_r":[0,-64.7969594148681],"mass_index":[0,22.411389391890417],"obv":[0,8851561],"rsi":[0,37.03408274302171],"rsi_2":[0,68.69049996846407],"vwma":[0,1.0620543550157895],"macd":[0,-0.011039593389676],"stoch":[0,35.20304058513189],"bb_middle":[0,1.0969650208950044],"bb_low":[0,0.9235713682821333],"bb_upper":[0,1.2703586735078753],"timestamp":[0,"2024-11-21T19:30:00Z"]}],[0,{"open":[0,0.9862],"low":[0,0.9531],"high":[0,0.9862],"close":[0,0.9628],"volume":[0,147229],"signal":[0,1],"sma_5":[0,0.9786200046539306],"sma_10":[0,1.017080008983612],"sma_20":[0,1.0867800176143647],"sma_50":[0,1.2161780071258546],"sma_100":[0,1.0525260061025619],"ema_9":[0,1.013677733315901],"ema_12":[0,1.0313649653583086],"ema_26":[0,1.096146628850493],"ema_50":[0,1.1228898821079834],"ema_200":[0,0.9745111980752406],"ulcer_index":[0,15.947175573731199],"force_index":[0,-13203.90794309158],"easy_movement":[0,-0.025821339868975172],"volume_weighted_avg":[0,1.025955147216319],"channel_index":[0,-25.381202070138826],"williams_r":[0,-68.27344370609535],"mass_index":[0,22.473489850579437],"obv":[0,8412416],"rsi":[0,36.02119843041099],"rsi_2":[0,47.1583132066456],"vwma":[0,1.0545761567934],"macd":[0,-0.008357060096808096],"stoch":[0,31.726556293904657],"bb_middle":[0,1.0867800176143647],"bb_low":[0,0.912513934443416],"bb_upper":[0,1.2610461007853135],"timestamp":[0,"2024-11-21T20:30:00Z"]}],[0,{"open":[0,1.02],"low":[0,1],"high":[0,1.05],"close":[0,1.035],"volume":[0,784464],"signal":[0,1],"sma_5":[0,0.9746400117874146],"sma_10":[0,1.0083600163459778],"sma_20":[0,1.0754200160503387],"sma_50":[0,1.2060340070724487],"sma_100":[0,1.0544140064716339],"ema_9":[0,1.0035021918395073],"ema_12":[0,1.0208165128121671],"ema_26":[0,1.086266420615291],"ema_50":[0,1.1165038445217317],"ema_200":[0,0.9722242109789072],"ulcer_index":[0,16.1505658579161],"force_index":[0,-11811.894806339747],"easy_movement":[0,-0.06987743839452988],"volume_weighted_avg":[0,1.0194881554218211],"channel_index":[0,-84.11451678596603],"williams_r":[0,-64.878232376904],"mass_index":[0,22.55455354169075],"obv":[0,8332888],"rsi":[0,34.041314753483476],"rsi_2":[0,21.071074198003828],"vwma":[0,1.0416399937399263],"macd":[0,-0.007223650228684923],"stoch":[0,35.121767623096],"bb_middle":[0,1.0754200160503387],"bb_low":[0,0.8999326901448212],"bb_upper":[0,1.250907341955856],"timestamp":[0,"2024-11-22T14:30:00Z"]}],[0,{"open":[0,1.0345],"low":[0,1.03],"high":[0,1.08],"close":[0,1.065],"volume":[0,582285],"signal":[0,1],"sma_5":[0,0.9916800022125244],"sma_10":[0,1.0053600072860718],"sma_20":[0,1.0685500144958495],"sma_50":[0,1.1981340074539184],"sma_100":[0,1.0570830059051515],"ema_9":[0,1.009801746795784],"ema_12":[0,1.0229985826011796],"ema_26":[0,1.0824686781966175],"ema_50":[0,1.1132984606527145],"ema_200":[0,0.9726648985802325],"ulcer_index":[0,15.387138957318877],"force_index":[0,-2033.3066757683018],"easy_movement":[0,-0.009689971060496164],"volume_weighted_avg":[0,1.0123554772807857],"channel_index":[0,46.00310300830306],"williams_r":[0,-35.08048962884244],"mass_index":[0,22.72537997381889],"obv":[0,9150018],"rsi":[0,44.195166692137065],"rsi_2":[0,82.05811406883907],"vwma":[0,1.0383951388368702],"macd":[0,-0.000995359135566004],"stoch":[0,64.91951037115756],"bb_middle":[0,1.0685500144958495],"bb_low":[0,0.8981013519061591],"bb_upper":[0,1.23899867708554],"timestamp":[0,"2024-11-22T15:30:00Z"]}],[0,{"open":[0,1.065],"low":[0,1.06],"high":[0,1.12],"close":[0,1.1101],"volume":[0,767644],"signal":[0,1],"sma_5":[0,1.0094600081443788],"sma_10":[0,1.0028600096702576],"sma_20":[0,1.0618000149726867],"sma_50":[0,1.1920340085029602],"sma_100":[0,1.0600570064783097],"ema_9":[0,1.0208414088791506],"ema_12":[0,1.0294603474992405],"ema_26":[0,1.0811712058807614],"ema_50":[0,1.1112634499343303],"ema_200":[0,0.9707509987087058],"ulcer_index":[0,14.887262999397162],"force_index":[0,752.7110569618449],"easy_movement":[0,-0.007709509010645765],"volume_weighted_avg":[0,1.0087053418657652],"channel_index":[0,-0.0320976570114107],"williams_r":[0,-15.744470685139545],"mass_index":[0,22.98008385875482],"obv":[0,9931578],"rsi":[0,47.792656082731824],"rsi_2":[0,89.07395829096886],"vwma":[0,1.0352803345874697],"macd":[0,0.005406656386399006],"stoch":[0,84.25552931486045],"bb_middle":[0,1.0618000149726867],"bb_low":[0,0.9023723047129054],"bb_upper":[0,1.221227725232468],"timestamp":[0,"2024-11-22T16:30:00Z"]}],[0,{"open":[0,1.1173],"low":[0,1.11],"high":[0,1.16],"close":[0,1.155],"volume":[0,705743],"signal":[0,1],"sma_5":[0,1.0318400144577027],"sma_10":[0,1.0087700128555297],"sma_20":[0,1.0573050141334535],"sma_50":[0,1.1846360087394714],"sma_100":[0,1.063559007048607],"ema_9":[0,1.0386931332852283],"ema_12":[0,1.0418664532101682],"ema_26":[0,1.083318764152644],"ema_50":[0,1.1114063768644868],"ema_200":[0,0.9759266977155487],"ulcer_index":[0,14.120754723185538],"force_index":[0,5591.00086017282],"easy_movement":[0,0.029784796399938782],"volume_weighted_avg":[0,1.0161641193494682],"channel_index":[0,35.026305346767586],"williams_r":[0,-4.0858326445467785],"mass_index":[0,23.234587585050413],"obv":[0,10518165],"rsi":[0,52.72317943482721],"rsi_2":[0,94.97814281368434],"vwma":[0,1.0377033112505987],"macd":[0,0.012538110412276468],"stoch":[0,95.91416735545322],"bb_middle":[0,1.0573050141334535],"bb_low":[0,0.9090380145417437],"bb_upper":[0,1.2055720137251633],"timestamp":[0,"2024-11-22T17:30:00Z"]}],[0,{"open":[0,1.155],"low":[0,1.15],"high":[0,1.19],"close":[0,1.16],"volume":[0,821273],"signal":[0,1],"sma_5":[0,1.0655800104141235],"sma_10":[0,1.0221000075340272],"sma_20":[0,1.055070012807846],"sma_50":[0,1.1795360088348388],"sma_100":[0,1.0674070066213608],"ema_9":[0,1.061954500902022],"ema_12":[0,1.059271608730429],"ema_26":[0,1.0886193003861304],"ema_50":[0,1.1127461507422585],"ema_200":[0,0.9702774133572313],"ulcer_index":[0,13.399792408926434],"force_index":[0,9319.109406492771],"easy_movement":[0,0.061104867421682786],"volume_weighted_avg":[0,1.026311373244414],"channel_index":[0,15.695927229032643],"williams_r":[0,-1.771163766456203],"mass_index":[0,23.514893054186352],"obv":[0,11335953],"rsi":[0,57.075178110775646],"rsi_2":[0,97.58094823443739],"vwma":[0,1.0419419242517882],"macd":[0,0.01970252005794486],"stoch":[0,98.22883623354379],"bb_middle":[0,1.055070012807846],"bb_low":[0,0.9142981516337991],"bb_upper":[0,1.195841873981893],"timestamp":[0,"2024-11-22T18:30:00Z"]}],[0,{"open":[0,1.155],"low":[0,1.11],"high":[0,1.16],"close":[0,1.125],"volume":[0,782870],"signal":[0,1],"sma_5":[0,1.105019998550415],"sma_10":[0,1.0398300051689149],"sma_20":[0,1.0530700087547302],"sma_50":[0,1.174936008453369],"sma_100":[0,1.0715070062875747],"ema_9":[0,1.0815635940465085],"ema_12":[0,1.0747682793419406],"ema_26":[0,1.0939081209381973],"ema_50":[0,1.1146541595575468],"ema_200":[0,0.973268836801657],"ulcer_index":[0,12.998416361025058],"force_index":[0,8574.427848911437],"easy_movement":[0,0.0732515613427587],"volume_weighted_avg":[0,1.0357302939611632],"channel_index":[0,36.0208870387261],"williams_r":[0,-9.606174298972846],"mass_index":[0,23.507157899573407],"obv":[0,12079705],"rsi":[0,57.54300723573968],"rsi_2":[0,97.8312896569996],"vwma":[0,1.0472611881888587],"macd":[0,0.02393002833768163],"stoch":[0,90.39382570102715],"bb_middle":[0,1.0530700087547302],"bb_low":[0,0.9196464993075795],"bb_upper":[0,1.186493518201881],"timestamp":[0,"2024-11-22T19:30:00Z"]}],[0,{"open":[0,1.125],"low":[0,1.1],"high":[0,1.1399],"close":[0,1.101],"volume":[0,679382],"signal":[0,1],"sma_5":[0,1.1230200052261352],"sma_10":[0,1.0573500037193297],"sma_20":[0,1.0493200063705443],"sma_50":[0,1.1688360095024108],"sma_100":[0,1.0752270060777664],"ema_9":[0,1.090250875236005],"ema_12":[0,1.0824962360383226],"ema_26":[0,1.0962085409701472],"ema_50":[0,1.1149518736884347],"ema_200":[0,0.9726081196720495],"ulcer_index":[0,12.790899460916778],"force_index":[0,3435.171485558688],"easy_movement":[0,-0.004224218660743557],"volume_weighted_avg":[0,1.041964132295324],"channel_index":[0,21.060565473624642],"williams_r":[0,-20.81333311448402],"mass_index":[0,23.55313382147185],"obv":[0,11410072],"rsi":[0,53.17102978418219],"rsi_2":[0,39.95031707497084],"vwma":[0,1.048355649042924],"macd":[0,0.02348264526478775],"stoch":[0,79.18666688551598],"bb_middle":[0,1.0493200063705443],"bb_low":[0,0.9290591221984942],"bb_upper":[0,1.1695808905425946],"timestamp":[0,"2024-11-22T20:30:00Z"]}],[0,{"open":[0,1.11],"low":[0,1.09],"high":[0,1.2],"close":[0,1.2],"volume":[0,1057933],"signal":[0,1],"sma_5":[0,1.1302199840545655],"sma_10":[0,1.069839996099472],"sma_20":[0,1.0517250061035157],"sma_50":[0,1.16256600856781],"sma_100":[0,1.0787660056352615],"ema_9":[0,1.0924006904598798],"ema_12":[0,1.0853429610781977],"ema_26":[0,1.0965602326418191],"ema_50":[0,1.1142747680517224],"ema_200":[0,0.9712737331919367],"ulcer_index":[0,12.427490673684707],"force_index":[0,615.1088078944813],"easy_movement":[0,0.0014807424224736168],"volume_weighted_avg":[0,1.0455609469774167],"channel_index":[0,18.402467070259537],"williams_r":[0,-28.49826491938393],"mass_index":[0,23.599662049859933],"obv":[0,10774377],"rsi":[0,50.347258744345],"rsi_2":[0,22.054995608274723],"vwma":[0,1.0504523529337386],"macd":[0,0.020778043299514715],"stoch":[0,71.50173508061607],"bb_middle":[0,1.0517250061035157],"bb_low":[0,0.9293683785716192],"bb_upper":[0,1.174081633635412],"timestamp":[0,"2024-11-25T14:30:00Z"]}],[0,{"open":[0,1.2],"low":[0,1.17],"high":[0,1.23],"close":[0,1.205],"volume":[0,610283],"signal":[0,1],"sma_5":[0,1.148199987411499],"sma_10":[0,1.0900200009346008],"sma_20":[0,1.0567250072956085],"sma_50":[0,1.1589660096168517],"sma_100":[0,1.0833660060167312],"ema_9":[0,1.1139205619047896],"ema_12":[0,1.1029825129025694],"ema_26":[0,1.104222759378405],"ema_50":[0,1.117649357777267],"ema_200":[0,0.9738071292583865],"ulcer_index":[0,11.77595987343856],"force_index":[0,15489.456890483716],"easy_movement":[0,0.028167729616148968],"volume_weighted_avg":[0,1.0632770052610871],"channel_index":[0,131.90930141500496],"williams_r":[0,0],"mass_index":[0,23.921612837504348],"obv":[0,11732287],"rsi":[0,59.82989458617101],"rsi_2":[0,83.40004966393198],"vwma":[0,1.0601093000778263],"macd":[0,0.024604458895464518],"stoch":[0,100],"bb_middle":[0,1.0567250072956085],"bb_low":[0,0.9196040884798018],"bb_upper":[0,1.1938459261114152],"timestamp":[0,"2024-11-25T15:30:00Z"]}],[0,{"open":[0,1.205],"low":[0,1.1801],"high":[0,1.24],"close":[0,1.21],"volume":[0,490914],"signal":[0,1],"sma_5":[0,1.1582000017166139],"sma_10":[0,1.1118900060653687],"sma_20":[0,1.0644850075244903],"sma_50":[0,1.1573060107231141],"sma_100":[0,1.0880090063810348],"ema_9":[0,1.1321364581055153],"ema_12":[0,1.1186775171419625],"ema_26":[0,1.1116846521014159],"ema_50":[0,1.120950394995075],"ema_200":[0,0.9736059984152977],"ulcer_index":[0,10.735499688451798],"force_index":[0,13712.588951737445],"easy_movement":[0,0.09910285683883413],"volume_weighted_avg":[0,1.0785888759530422],"channel_index":[0,-14.783708077616872],"williams_r":[0,-7.096217076601517],"mass_index":[0,24.249266765550786],"obv":[0,12403600],"rsi":[0,60.24447222797712],"rsi_2":[0,84.62252541757087],"vwma":[0,1.0671302602027564],"macd":[0,0.02626612994009308],"stoch":[0,92.90378292339848],"bb_middle":[0,1.0644850075244903],"bb_low":[0,0.9129964529691189],"bb_upper":[0,1.2159735620798615],"timestamp":[0,"2024-11-25T16:30:00Z"]}],[0,{"open":[0,1.2099],"low":[0,1.205],"high":[0,1.25],"close":[0,1.2387],"volume":[0,405041],"signal":[0,0],"sma_5":[0,1.1682000160217285],"sma_10":[0,1.1366100072860719],"sma_20":[0,1.0724850118160247],"sma_50":[0,1.1557060122489928],"sma_100":[0,1.0927700066566468],"ema_9":[0,1.1477091741151306],"ema_12":[0,1.132727136119401],"ema_26":[0,1.1189702281586933],"ema_50":[0,1.1245615261287796],"ema_200":[0,0.978349376460716],"ulcer_index":[0,9.176019869635688],"force_index":[0,12104.314728426552],"easy_movement":[0,0.1394109391306505],"volume_weighted_avg":[0,1.1077327984427265],"channel_index":[0,-58.822361012738945],"williams_r":[0,-10.337688457073565],"mass_index":[0,24.573966073805003],"obv":[0,12759198],"rsi":[0,60.679062611872105],"rsi_2":[0,86.59665896615473],"vwma":[0,1.0726305541433232],"macd":[0,0.026427891460093902],"stoch":[0,89.66231154292643],"bb_middle":[0,1.0724850118160247],"bb_low":[0,0.9085162850747557],"bb_upper":[0,1.2364537385572938],"timestamp":[0,"2024-11-25T17:30:00Z"]}],[0,{"open":[0,1.237],"low":[0,1.205],"high":[0,1.24],"close":[0,1.225],"volume":[0,372496],"signal":[0,1],"sma_5":[0,1.190940022468567],"sma_10":[0,1.1569800138473512],"sma_20":[0,1.0811700105667115],"sma_50":[0,1.1563800120353698],"sma_100":[0,1.0977530068159103],"ema_9":[0,1.1659073457412654],"ema_12":[0,1.149030659232232],"ema_26":[0,1.127844284908119],"ema_50":[0,1.1292462326169603],"ema_200":[0,0.9851337151762537],"ulcer_index":[0,7.702770055474443],"force_index":[0,12035.820557382836],"easy_movement":[0,0.1338108274021048],"volume_weighted_avg":[0,1.1215299971073136],"channel_index":[0,-81.450782506131],"williams_r":[0,-3.8059847565474274],"mass_index":[0,24.81702023986458],"obv":[0,12903313],"rsi":[0,63.17067056128407],"rsi_2":[0,94.58184582038997],"vwma":[0,1.078073974243331],"macd":[0,0.02709246873005893],"stoch":[0,96.19401524345257],"bb_middle":[0,1.0811700105667115],"bb_low":[0,0.9020100032285318],"bb_upper":[0,1.2603300179048913],"timestamp":[0,"2024-11-25T18:30:00Z"]}],[0,{"open":[0,1.23],"low":[0,1.155],"high":[0,1.23],"close":[0,1.155],"volume":[0,370228],"signal":[0,1],"sma_5":[0,1.2157400369644165],"sma_10":[0,1.172980010509491],"sma_20":[0,1.0879200100898743],"sma_50":[0,1.1564800119400025],"sma_100":[0,1.1024850070476533],"ema_9":[0,1.1777258813630136],"ema_12":[0,1.1607182542322152],"ema_26":[0,1.135044643076285],"ema_50":[0,1.1331477305164825],"ema_200":[0,0.9904634615837051],"ulcer_index":[0,6.262588317431414],"force_index":[0,9587.391861034705],"easy_movement":[0,0.12487099528311543],"volume_weighted_avg":[0,1.134437477058103],"channel_index":[0,-94.99026307237146],"williams_r":[0,-8.420336247316135],"mass_index":[0,24.864210477850442],"obv":[0,12294797],"rsi":[0,61.17622059358503],"rsi_2":[0,60.29022859375378],"vwma":[0,1.0820097838102827],"macd":[0,0.025268383743276397],"stoch":[0,91.57966375268387],"bb_middle":[0,1.0879200100898743],"bb_low":[0,0.8980835569562882],"bb_upper":[0,1.2777564632234604],"timestamp":[0,"2024-11-25T19:30:00Z"]}],[0,{"open":[0,1.15],"low":[0,1.13],"high":[0,1.17],"close":[0,1.14],"volume":[0,311750],"signal":[0,1],"sma_5":[0,1.2067400217056274],"sma_10":[0,1.1774700045585633],"sma_20":[0,1.0931200087070465],"sma_50":[0,1.1549820113182068],"sma_100":[0,1.1064370065927505],"ema_9":[0,1.1731806993662468],"ema_12":[0,1.159838517832249],"ema_26":[0,1.136518087759422],"ema_50":[0,1.1338143001331833],"ema_200":[0,0.9882747274982219],"ulcer_index":[0,4.452940805573565],"force_index":[0,4515.492748872177],"easy_movement":[0,0.07916960699576688],"volume_weighted_avg":[0,1.1433100118542872],"channel_index":[0,-88.45603772651987],"williams_r":[0,-31.997317891131676],"mass_index":[0,24.914561613835023],"obv":[0,12191839],"rsi":[0,52.12705483130321],"rsi_2":[0,12.814087886767595],"vwma":[0,1.085072112195098],"macd":[0,0.018326157059996965],"stoch":[0,68.00268210886833],"bb_middle":[0,1.0931200087070465],"bb_low":[0,0.901921039582279],"bb_upper":[0,1.284318977831814],"timestamp":[0,"2024-11-25T20:30:00Z"]}],[0,{"open":[0,1.15],"low":[0,1.04],"high":[0,1.18],"close":[0,1.08],"volume":[0,1026239],"signal":[0,1],"sma_5":[0,1.1937400102615356],"sma_10":[0,1.1759700059890748],"sma_20":[0,1.0990350067615509],"sma_50":[0,1.1531820106506347],"sma_100":[0,1.1103430062532424],"ema_9":[0,1.166544556631689],"ema_12":[0,1.156786435887148],"ema_26":[0,1.1367753696950849],"ema_50":[0,1.1340312479301613],"ema_200":[0,0.9892694068795524],"ulcer_index":[0,3.640272810843009],"force_index":[0,3202.358120607577],"easy_movement":[0,0.0699272930370639],"volume_weighted_avg":[0,1.146231941612979],"channel_index":[0,-98.83731354883155],"williams_r":[0,-44.0000057220459],"mass_index":[0,24.890581142746342],"obv":[0,11944167],"rsi":[0,50.40769138615856],"rsi_2":[0,9.580753509217374],"vwma":[0,1.0903253389145302],"macd":[0,0.01201262617213828],"stoch":[0,55.9999942779541],"bb_middle":[0,1.0990350067615509],"bb_low":[0,0.9097297490187229],"bb_upper":[0,1.2883402645043789],"timestamp":[0,"2024-11-26T14:30:00Z"]}],[0,{"open":[0,1.07],"low":[0,1.07],"high":[0,1.1199],"close":[0,1.095],"volume":[0,315009],"signal":[0,1],"sma_5":[0,1.1677400112152099],"sma_10":[0,1.1679700136184692],"sma_20":[0,1.103900009393692],"sma_50":[0,1.1511840105056763],"sma_100":[0,1.1136630064249038],"ema_9":[0,1.1492356538896018],"ema_12":[0,1.1449731449830889],"ema_26":[0,1.1325724265602801],"ema_50":[0,1.1320185502654545],"ema_200":[0,0.9923058635562154],"ulcer_index":[0,4.7415146916758015],"force_index":[0,-6051.427632324554],"easy_movement":[0,0.005750846182472148],"volume_weighted_avg":[0,1.1483788192448963],"channel_index":[0,111.23607963067484],"williams_r":[0,-77.27269771670892],"mass_index":[0,25.249772651317908],"obv":[0,10751353],"rsi":[0,44.131351016518934],"rsi_2":[0,3.1738933842438115],"vwma":[0,1.0964383378122067],"macd":[0,0.003525171674156998],"stoch":[0,22.72730228329109],"bb_middle":[0,1.103900009393692],"bb_low":[0,0.9219453272223855],"bb_upper":[0,1.2858546915649982],"timestamp":[0,"2024-11-26T15:30:00Z"]}],[0,{"open":[0,1.0913],"low":[0,1.0901],"high":[0,1.11],"close":[0,1.105],"volume":[0,72787],"signal":[0,1],"sma_5":[0,1.1390000104904174],"sma_10":[0,1.1649700164794923],"sma_20":[0,1.111160010099411],"sma_50":[0,1.149884011745453],"sma_100":[0,1.1170750069618225],"ema_9":[0,1.1383885288323827],"ema_12":[0,1.13728497286658],"ema_26":[0,1.129786285662744],"ema_50":[0,1.130446025469142],"ema_200":[0,0.9908997256837914],"ulcer_index":[0,5.63196997125115],"force_index":[0,-4511.8249725089845],"easy_movement":[0,-0.02967839662792066],"volume_weighted_avg":[0,1.1520195342759614],"channel_index":[0,-97.4573845158587],"williams_r":[0,-73.80949677794378],"mass_index":[0,25.467993992387004],"obv":[0,11745422],"rsi":[0,45.94627862531577],"rsi_2":[0,27.436346987694094],"vwma":[0,1.1155025913800036],"macd":[0,-0.0011052985239635126],"stoch":[0,26.19050322205621],"bb_middle":[0,1.111160010099411],"bb_low":[0,0.9433411906268686],"bb_upper":[0,1.2789788295719533],"timestamp":[0,"2024-11-26T16:30:00Z"]}],[0,{"open":[0,1.1],"low":[0,1.08],"high":[0,1.1069],"close":[0,1.087],"volume":[0,200982],"signal":[0,1],"sma_5":[0,1.1150000095367432],"sma_10":[0,1.16537002325058],"sma_20":[0,1.1176050096750259],"sma_50":[0,1.1483820128440856],"sma_100":[0,1.120653007030487],"ema_9":[0,1.131710826883374],"ema_12":[0,1.1323180576543248],"ema_26":[0,1.1279564484007676],"ema_50":[0,1.1296971025582503],"ema_200":[0,0.9970381676754784],"ulcer_index":[0,6.327764529558119],"force_index":[0,-3763.3672557951554],"easy_movement":[0,-0.039259112139860504],"volume_weighted_avg":[0,1.1556043051816347],"channel_index":[0,-156.3183251766239],"williams_r":[0,-69.04759742235504],"mass_index":[0,25.54143765213862],"obv":[0,11636752],"rsi":[0,47.17518297233462],"rsi_2":[0,45.60867677598115],"vwma":[0,1.1219271263453614],"macd":[0,-0.0033860484006250054],"stoch":[0,30.95240257764497],"bb_middle":[0,1.1176050096750259],"bb_low":[0,0.9615397880134314],"bb_upper":[0,1.2736702313366202],"timestamp":[0,"2024-11-26T17:30:00Z"]}],[0,{"open":[0,1.089],"low":[0,1.07],"high":[0,1.09],"close":[0,1.075],"volume":[0,107561],"signal":[0,1],"sma_5":[0,1.1014000177383423],"sma_10":[0,1.1540700197219849],"sma_20":[0,1.1220450103282928],"sma_50":[0,1.1437220120429992],"sma_100":[0,1.1239150071144104],"ema_9":[0,1.1227686639854582],"ema_12":[0,1.1253460504750084],"ema_26":[0,1.12492086541066],"ema_50":[0,1.1279513141249033],"ema_200":[0,0.996498595667101],"ulcer_index":[0,7.124156084408014],"force_index":[0,-3742.5446884810044],"easy_movement":[0,-0.06834119095714737],"volume_weighted_avg":[0,1.1538268153268505],"channel_index":[0,-101.66426428924251],"williams_r":[0,-77.6190276156784],"mass_index":[0,25.50322480074017],"obv":[0,11646460],"rsi":[0,45.183369953181774],"rsi_2":[0,23.98487616084863],"vwma":[0,1.127998222174111],"macd":[0,-0.005860229968118126],"stoch":[0,22.380972384321595],"bb_middle":[0,1.1220450103282928],"bb_low":[0,0.9750303142541847],"bb_upper":[0,1.269059706402401],"timestamp":[0,"2024-11-26T18:30:00Z"]}],[0,{"open":[0,1.0733],"low":[0,1.05],"high":[0,1.08],"close":[0,1.0582],"volume":[0,571737],"signal":[0,1],"sma_5":[0,1.0884000301361083],"sma_10":[0,1.141070020198822],"sma_20":[0,1.1264800131320953],"sma_50":[0,1.1374200129508971],"sma_100":[0,1.1270960074663163],"ema_9":[0,1.1132149407282874],"ema_12":[0,1.117600512451116],"ema_26":[0,1.1212301187237614],"ema_50":[0,1.1261603648354226],"ema_200":[0,1.0030185636101203],"ulcer_index":[0,7.9516348125887735],"force_index":[0,-3392.219756304545],"easy_movement":[0,-0.09838100047089868],"volume_weighted_avg":[0,1.1518354023448683],"channel_index":[0,-116.07559561737486],"williams_r":[0,-83.33329548912131],"mass_index":[0,25.33551308371636],"obv":[0,11000951],"rsi":[0,43.8502922611273],"rsi_2":[0,14.69524218988309],"vwma":[0,1.1336348045518103],"macd":[0,-0.00792300945908509],"stoch":[0,16.666704510878695],"bb_middle":[0,1.1264800131320953],"bb_low":[0,0.9912322865603089],"bb_upper":[0,1.2617277397038817],"timestamp":[0,"2024-11-26T19:30:00Z"]}],[0,{"open":[0,1.0572],"low":[0,1.05],"high":[0,1.06],"close":[0,1.055],"volume":[0,195954],"signal":[0,1],"sma_5":[0,1.0840400218963624],"sma_10":[0,1.1258900165557861],"sma_20":[0,1.131250011920929],"sma_50":[0,1.1325080132484435],"sma_100":[0,1.129953007698059],"ema_9":[0,1.102211952925912],"ema_12":[0,1.1084619723270006],"ema_26":[0,1.116561130260728],"ema_50":[0,1.1234915918656738],"ema_200":[0,1.0034940670890196],"ulcer_index":[0,8.817314735539233],"force_index":[0,-4279.830420374313],"easy_movement":[0,-0.08803611217964398],"volume_weighted_avg":[0,1.1469014666335127],"channel_index":[0,5.918667070814737],"williams_r":[0,-91.3333159249958],"mass_index":[0,25.085109785274415],"obv":[0,10665513],"rsi":[0,41.987250308869264],"rsi_2":[0,7.049835418591869],"vwma":[0,1.1320059514591527],"macd":[0,-0.00991416436299059],"stoch":[0,8.6666840750042],"bb_middle":[0,1.131250011920929],"bb_low":[0,1.0138824681134957],"bb_upper":[0,1.2486175557283623],"timestamp":[0,"2024-11-26T20:30:00Z"]}],[0,{"open":[0,1.109],"low":[0,1.07],"high":[0,1.13],"close":[0,1.095],"volume":[0,608372],"signal":[0,1],"sma_5":[0,1.076040005683899],"sma_10":[0,1.1075200080871581],"sma_20":[0,1.1322500109672546],"sma_50":[0,1.1280080127716063],"sma_100":[0,1.132780007123947],"ema_9":[0,1.092769551850638],"ema_12":[0,1.1002370455268393],"ema_26":[0,1.1120017699892468],"ema_50":[0,1.1208349338276649],"ema_200":[0,1.0045951536493078],"ulcer_index":[0,9.571132249489636],"force_index":[0,-3758.0326840632906],"easy_movement":[0,-0.08536785009628216],"volume_weighted_avg":[0,1.1490583463959185],"channel_index":[0,-94.7137527234851],"williams_r":[0,-92.85715096661687],"mass_index":[0,24.62401871367292],"obv":[0,10410653],"rsi":[0,41.62455193242483],"rsi_2":[0,5.883694982833248],"vwma":[0,1.137845099645781],"macd":[0,-0.010862860875231221],"stoch":[0,7.142849033383136],"bb_middle":[0,1.1322500109672546],"bb_low":[0,1.0178771970368221],"bb_upper":[0,1.2466228248976872],"timestamp":[0,"2024-11-27T14:30:00Z"]}],[0,{"open":[0,1.09],"low":[0,1.06],"high":[0,1.1],"close":[0,1.07],"volume":[0,263883],"signal":[0,1],"sma_5":[0,1.0740400075912475],"sma_10":[0,1.0945200085639955],"sma_20":[0,1.1337500095367432],"sma_50":[0,1.1255080127716064],"sma_100":[0,1.1359910076856614],"ema_9":[0,1.0932156472017618],"ema_12":[0,1.099431350399823],"ema_26":[0,1.110740608823138],"ema_50":[0,1.119750407548948],"ema_200":[0,1.0040599899020113],"ulcer_index":[0,10.060787542743014],"force_index":[0,255.26599648071533],"easy_movement":[0,-0.07227167038890757],"volume_weighted_avg":[0,1.1337243543695474],"channel_index":[0,24.11950732193455],"williams_r":[0,-73.80949677794378],"mass_index":[0,24.41095645383406],"obv":[0,11171038],"rsi":[0,47.70887257826836],"rsi_2":[0,81.67262173736897],"vwma":[0,1.1394061579695387],"macd":[0,-0.008328167765162185],"stoch":[0,26.19050322205621],"bb_middle":[0,1.1337500095367432],"bb_low":[0,1.0221922148074567],"bb_upper":[0,1.2453078042660297],"timestamp":[0,"2024-11-27T15:30:00Z"]}],[0,{"open":[0,1.07],"low":[0,1.0501],"high":[0,1.07],"close":[0,1.055],"volume":[0,90024],"signal":[0,1],"sma_5":[0,1.0706400156021119],"sma_10":[0,1.086020016670227],"sma_20":[0,1.1317450106143951],"sma_50":[0,1.1215080142021179],"sma_100":[0,1.1389910084009172],"ema_9":[0,1.0885725282579177],"ema_12":[0,1.0949034600697627],"ema_26":[0,1.1077363822233706],"ema_50":[0,1.1183467590322147],"ema_200":[0,1.015715618851721],"ulcer_index":[0,10.698973690633196],"force_index":[0,-723.5834969082649],"easy_movement":[0,-0.13255014709278704],"volume_weighted_avg":[0,1.1223720798443109],"channel_index":[0,-65.73177802673989],"williams_r":[0,-85.71424516691567],"mass_index":[0,24.30169052759947],"obv":[0,10485229],"rsi":[0,44.57522874343255],"rsi_2":[0,40.70233837485733],"vwma":[0,1.139825555962489],"macd":[0,-0.007864200612550287],"stoch":[0,14.285754833084319],"bb_middle":[0,1.1317450106143951],"bb_low":[0,1.0171587610471213],"bb_upper":[0,1.246331260181669],"timestamp":[0,"2024-11-27T16:30:00Z"]}],[0,{"open":[0,1.05],"low":[0,1.05],"high":[0,1.06],"close":[0,1.055],"volume":[0,71782],"signal":[0,1],"sma_5":[0,1.0666399955749513],"sma_10":[0,1.0775200128555298],"sma_20":[0,1.1267450094223022],"sma_50":[0,1.1165180134773254],"sma_100":[0,1.1415420079231262],"ema_9":[0,1.0818580121195835],"ema_12":[0,1.0887644591437984],"ema_26":[0,1.1038381623640205],"ema_50":[0,1.116192076143315],"ema_200":[0,1.0227282849088815],"ulcer_index":[0,11.409530838631522],"force_index":[0,-813.0913405010654],"easy_movement":[0,-0.17280927394111603],"volume_weighted_avg":[0,1.1123797608614225],"channel_index":[0,-99.32606051757193],"williams_r":[0,-92.85715096661687],"mass_index":[0,24.23289281205643],"obv":[0,9868610],"rsi":[0,42.75941528243128],"rsi_2":[0,25.407627275415763],"vwma":[0,1.137864451625746],"macd":[0,-0.008073591949544844],"stoch":[0,7.142849033383136],"bb_middle":[0,1.1267450094223022],"bb_low":[0,1.0080023850488575],"bb_upper":[0,1.2454876337957468],"timestamp":[0,"2024-11-27T17:30:00Z"]}],[0,{"open":[0,1.055],"low":[0,1.05],"high":[0,1.06],"close":[0,1.055],"volume":[0,108351],"signal":[0,1],"sma_5":[0,1.065999984741211],"sma_10":[0,1.0750200033187867],"sma_20":[0,1.121495008468628],"sma_50":[0,1.1118160128593444],"sma_100":[0,1.1439130073785782],"ema_9":[0,1.0764863992139677],"ema_12":[0,1.0835699212771828],"ema_26":[0,1.1002399734831798],"ema_50":[0,1.1145758762657976],"ema_200":[0,1.0387945082533914],"ulcer_index":[0,11.997232130478007],"force_index":[0,-696.842484201326],"easy_movement":[0,-0.1916822863385202],"volume_weighted_avg":[0,1.1003059252492478],"channel_index":[0,-90.53577251027883],"williams_r":[0,-92.50000894069458],"mass_index":[0,24.114025231196862],"obv":[0,8975059],"rsi":[0,42.74929949987028],"rsi_2":[0,25.407627275415763],"vwma":[0,1.1350606347550534],"macd":[0,-0.0077112395712978215],"stoch":[0,7.499991059305415],"bb_middle":[0,1.121495008468628],"bb_low":[0,0.9998485816898363],"bb_upper":[0,1.2431414352474197],"timestamp":[0,"2024-11-27T18:30:00Z"]}],[0,{"open":[0,1.055],"low":[0,1.0501],"high":[0,1.06],"close":[0,1.0551],"volume":[0,80003],"signal":[0,1],"sma_5":[0,1.065999984741211],"sma_10":[0,1.071019995212555],"sma_20":[0,1.1179950058460235],"sma_50":[0,1.1074220108985902],"sma_100":[0,1.1458560067415238],"ema_9":[0,1.0721891088824274],"ema_12":[0,1.07917454115922],"ema_26":[0,1.0968925881235532],"ema_50":[0,1.1123896732895164],"ema_200":[0,1.0419723389305544],"ulcer_index":[0,12.214768645752939],"force_index":[0,-597.3976635902803],"easy_movement":[0,-0.1883265520062984],"volume_weighted_avg":[0,1.088403014511859],"channel_index":[0,-70.10838636376847],"williams_r":[0,-92.10527306448091],"mass_index":[0,23.900176667553502],"obv":[0,8724485],"rsi":[0,42.74861328181535],"rsi_2":[0,25.407627275415763],"vwma":[0,1.1349599518918219],"macd":[0,-0.0070026527030745064],"stoch":[0,7.894726935519087],"bb_middle":[0,1.1179950058460235],"bb_low":[0,0.9929721491083136],"bb_upper":[0,1.2430178625837334],"timestamp":[0,"2024-11-27T19:30:00Z"]}],[0,{"open":[0,1.055],"low":[0,1.0501],"high":[0,1.07],"close":[0,1.065],"volume":[0,188791],"signal":[0,1],"sma_5":[0,1.0580199718475343],"sma_10":[0,1.0660299897193908],"sma_20":[0,1.1157000064849854],"sma_50":[0,1.1033240103721618],"sma_100":[0,1.1477180063724517],"ema_9":[0,1.068771279932987],"ema_12":[0,1.0754707597183415],"ema_26":[0,1.093793883330265],"ema_50":[0,1.1100240297638198],"ema_200":[0,1.039711763521384],"ulcer_index":[0,12.243403763999028],"force_index":[0,-510.8175306448032],"easy_movement":[0,-0.14487273379904625],"volume_weighted_avg":[0,1.081614382348989],"channel_index":[0,-66.8836489064434],"williams_r":[0,-89.21428297733746],"mass_index":[0,23.61823765475787],"obv":[0,9485252],"rsi":[0,42.7718983313829],"rsi_2":[0,26.873394753468446],"vwma":[0,1.1372354976325156],"macd":[0,-0.0060899366524224],"stoch":[0,10.78571702266254],"bb_middle":[0,1.1157000064849854],"bb_low":[0,0.9878601163981886],"bb_upper":[0,1.243539896571782],"timestamp":[0,"2024-11-27T20:30:00Z"]}],[0,{"open":[0,1.05],"low":[0,1],"high":[0,1.06],"close":[0,1.02],"volume":[0,669609],"signal":[0,1],"sma_5":[0,1.0570199728012084],"sma_10":[0,1.0638299942016602],"sma_20":[0,1.1089500069618226],"sma_50":[0,1.1003700113296508],"sma_100":[0,1.1497440069913865],"ema_9":[0,1.068017035390461],"ema_12":[0,1.0738598824054155],"ema_26":[0,1.091660961855109],"ema_50":[0,1.1082565528908805],"ema_200":[0,1.0399265945922467],"ulcer_index":[0,12.095534137396854],"force_index":[0,-170.89751839953567],"easy_movement":[0,-0.10215751605038206],"volume_weighted_avg":[0,1.0761450798676395],"channel_index":[0,-32.96690113043459],"williams_r":[0,-82.14278719862398],"mass_index":[0,23.30997279910001],"obv":[0,9958184],"rsi":[0,44.76849512506018],"rsi_2":[0,85.04618447337344],"vwma":[0,1.1248498935390179],"macd":[0,-0.004454371742790453],"stoch":[0,17.857212801376015],"bb_middle":[0,1.1089500069618226],"bb_low":[0,0.9854446017966344],"bb_upper":[0,1.2324554121270108],"timestamp":[0,"2024-11-29T14:30:00Z"]}],[0,{"open":[0,1.025],"low":[0,1.02],"high":[0,1.068],"close":[0,1.065],"volume":[0,251110],"signal":[0,1],"sma_5":[0,1.0500199794769287],"sma_10":[0,1.05832998752594],"sma_20":[0,1.099700003862381],"sma_50":[0,1.096970009803772],"sma_100":[0,1.1513210070133209],"ema_9":[0,1.0584136244951659],"ema_12":[0,1.0655737430326992],"ema_26":[0,1.0863471495502084],"ema_50":[0,1.1045703494678716],"ema_200":[0,1.0352034570055069],"ulcer_index":[0,11.781511612496436],"force_index":[0,-4451.136066036524],"easy_movement":[0,-0.08241320307476085],"volume_weighted_avg":[0,1.0644234454999923],"channel_index":[0,79.93416827433792],"williams_r":[0,-84.61539872299336],"mass_index":[0,23.240461682577504],"obv":[0,9455948],"rsi":[0,38.261541790404756],"rsi_2":[0,10.331377534285352],"vwma":[0,1.106583776650747],"macd":[0,-0.005948461172225691],"stoch":[0,15.384601277006638],"bb_middle":[0,1.099700003862381],"bb_low":[0,0.9786684607809998],"bb_upper":[0,1.220731546943762],"timestamp":[0,"2024-11-29T15:30:00Z"]}],[0,{"open":[0,1.065],"low":[0,1.06],"high":[0,1.08],"close":[0,1.075],"volume":[0,276385],"signal":[0,1],"sma_5":[0,1.052020001411438],"sma_10":[0,1.0590099930763244],"sma_20":[0,1.0924500048160553],"sma_50":[0,1.094470009803772],"sma_100":[0,1.1534710073471068],"ema_9":[0,1.059730911028247],"ema_12":[0,1.0654854804087526],"ema_26":[0,1.084739153259281],"ema_50":[0,1.101942187334853],"ema_200":[0,1.013868794380276],"ulcer_index":[0,11.407327574265418],"force_index":[0,-2200.882761988852],"easy_movement":[0,-0.04626930257028989],"volume_weighted_avg":[0,1.0616980065245396],"channel_index":[0,-14.956644868202005],"williams_r":[0,-49.99995415027157],"mass_index":[0,23.3029914291088],"obv":[0,10365942],"rsi":[0,46.646505812962545],"rsi_2":[0,67.47649752637233],"vwma":[0,1.0968395210059378],"macd":[0,-0.0035769337687052913],"stoch":[0,50.00004584972844],"bb_middle":[0,1.0924500048160553],"bb_low":[0,0.9817884386662523],"bb_upper":[0,1.2031115709658582],"timestamp":[0,"2024-11-29T16:30:00Z"]}],[0,{"open":[0,1.075],"low":[0,1.07],"high":[0,1.11],"close":[0,1.075],"volume":[0,241823],"signal":[0,1],"sma_5":[0,1.0560200214385986],"sma_10":[0,1.0610100030899048],"sma_20":[0,1.0842650055885314],"sma_50":[0,1.0925220108032228],"sma_100":[0,1.156309008002281],"ema_9":[0,1.0627847383580777],"ema_12":[0,1.0669492596449108],"ema_26":[0,1.0840149195638105],"ema_50":[0,1.1007721372462687],"ema_200":[0,1.0121962482380134],"ulcer_index":[0,11.047347762380317],"force_index":[0,-1491.6460071038932],"easy_movement":[0,-0.04279000647370459],"volume_weighted_avg":[0,1.0618404016373078],"channel_index":[0,-7.734464491686125],"williams_r":[0,-42.30765351176825],"mass_index":[0,23.27672978828779],"obv":[0,11154714],"rsi":[0,48.33181391443049],"rsi_2":[0,74.65517290891509],"vwma":[0,1.086520184221001],"macd":[0,-0.001114716589642066],"stoch":[0,57.69234648823175],"bb_middle":[0,1.0842650055885314],"bb_low":[0,0.9961679484859683],"bb_upper":[0,1.1723620626910947],"timestamp":[0,"2024-11-29T17:30:00Z"]}],[0,{"open":[0,1.1],"low":[0,1.04],"high":[0,1.105],"close":[0,1.06],"volume":[0,816086],"signal":[0,1],"sma_5":[0,1.0600000381469727],"sma_10":[0,1.0590100049972535],"sma_20":[0,1.0767650067806245],"sma_50":[0,1.0900220108032226],"sma_100":[0,1.159209008216858],"ema_9":[0,1.0652278002221056],"ema_12":[0,1.068187842119969],"ema_26":[0,1.0833446964636355],"ema_50":[0,1.099662615328317],"ema_200":[0,1.010834628501011],"ulcer_index":[0,10.562631537184657],"force_index":[0,-1278.608481970136],"easy_movement":[0,-0.012850207807739374],"volume_weighted_avg":[0,1.0613372794622902],"channel_index":[0,-15.347817800121511],"williams_r":[0,-42.30765351176825],"mass_index":[0,23.327029910831975],"obv":[0,11298720],"rsi":[0,48.352718632447605],"rsi_2":[0,74.65517290891509],"vwma":[0,1.0774923546391304],"macd":[0,0.0006321531703373413],"stoch":[0,57.69234648823175],"bb_middle":[0,1.0767650067806245],"bb_low":[0,1.016831790964187],"bb_upper":[0,1.1366982225970619],"timestamp":[0,"2024-12-02T14:30:00Z"]}],[0,{"open":[0,1.06],"low":[0,1.04],"high":[0,1.0696],"close":[0,1.055],"volume":[0,346418],"signal":[0,1],"sma_5":[0,1.059000015258789],"sma_10":[0,1.0580099940299987],"sma_20":[0,1.072015005350113],"sma_50":[0,1.0872220087051392],"sma_100":[0,1.16201300740242],"ema_9":[0,1.0641822287327984],"ema_12":[0,1.066928165081593],"ema_26":[0,1.081613682507092],"ema_50":[0,1.0980358225729423],"ema_200":[0,1.0098890989391869],"ulcer_index":[0,9.991198719370823],"force_index":[0,-2844.7187916675475],"easy_movement":[0,-0.004942742939583649],"volume_weighted_avg":[0,1.0607596938196535],"channel_index":[0,122.84666780183314],"williams_r":[0,-53.846196168980086],"mass_index":[0,23.315672611971422],"obv":[0,10602664],"rsi":[0,45.866856988157],"rsi_2":[0,32.11877621293645],"vwma":[0,1.0708489994689587],"macd":[0,0.0008805401401359974],"stoch":[0,46.15380383101991],"bb_middle":[0,1.072015005350113],"bb_low":[0,1.0237054634308018],"bb_upper":[0,1.120324547269424],"timestamp":[0,"2024-12-02T15:30:00Z"]}],[0,{"open":[0,1.0501],"low":[0,1.04],"high":[0,1.06],"close":[0,1.04],"volume":[0,233888],"signal":[0,1],"sma_5":[0,1.0660000085830688],"sma_10":[0,1.0580099940299987],"sma_20":[0,1.0677650034427644],"sma_50":[0,1.084328007698059],"sma_100":[0,1.1648060071468354],"ema_9":[0,1.0623457724972467],"ema_12":[0,1.0650930550808704],"ema_26":[0,1.0796454769090702],"ema_50":[0,1.0964762828275365],"ema_200":[0,1.0129131084332257],"ulcer_index":[0,9.252588922348924],"force_index":[0,-2685.762650115665],"easy_movement":[0,-0.010123566228570217],"volume_weighted_avg":[0,1.060633331077337],"channel_index":[0,5.630362379540798],"williams_r":[0,-57.69234648823175],"mass_index":[0,23.26102697736312],"obv":[0,10105646],"rsi":[0,45.0453819452031],"rsi_2":[0,23.27709488045123],"vwma":[0,1.0666895949159299],"macd":[0,0.0008149504806060741],"stoch":[0,42.30765351176825],"bb_middle":[0,1.0677650034427644],"bb_low":[0,1.0304143313804108],"bb_upper":[0,1.105115675505118],"timestamp":[0,"2024-12-02T16:30:00Z"]}],[0,{"open":[0,1.04],"low":[0,1.03],"high":[0,1.05],"close":[0,1.035],"volume":[0,124151],"signal":[0,1],"sma_5":[0,1.0609999895095825],"sma_10":[0,1.0565099954605102],"sma_20":[0,1.0657649993896485],"sma_50":[0,1.0811280059814452],"sma_100":[0,1.167379006743431],"ema_9":[0,1.0578766103690753],"ema_12":[0,1.0612325793830848],"ema_26":[0,1.0767102722579736],"ema_50":[0,1.0943219347201856],"ema_200":[0,1.014396625506608],"ulcer_index":[0,8.467768863928322],"force_index":[0,-2803.274798720136],"easy_movement":[0,-0.009410197701076527],"volume_weighted_avg":[0,1.059756846557639],"channel_index":[0,-14.60272486489322],"williams_r":[0,-69.23079744598672],"mass_index":[0,23.137922289875053],"obv":[0,9767089],"rsi":[0,42.55981505439869],"rsi_2":[0,8.778229090010726],"vwma":[0,1.0632044545500132],"macd":[0,-0.00008635099160298962],"stoch":[0,30.769202554013276],"bb_middle":[0,1.0657649993896485],"bb_low":[0,1.0269924200664087],"bb_upper":[0,1.1045375787128884],"timestamp":[0,"2024-12-02T17:30:00Z"]}],[0,{"open":[0,1.03],"low":[0,1.03],"high":[0,1.06],"close":[0,1.0311],"volume":[0,339366],"signal":[0,1],"sma_5":[0,1.0529999732971191],"sma_10":[0,1.0545099973678589],"sma_20":[0,1.0627649962902068],"sma_50":[0,1.0778280043601989],"sma_100":[0,1.1698690062761308],"ema_9":[0,1.0533012816183382],"ema_12":[0,1.0571967924764292],"ema_26":[0,1.0736179378678221],"ema_50":[0,1.0918875779278883],"ema_200":[0,1.0124311539284092],"ulcer_index":[0,7.942240966336437],"force_index":[0,-2491.4891264822486],"easy_movement":[0,-0.052617453466521295],"volume_weighted_avg":[0,1.0532410103698502],"channel_index":[0,-44.09541595096492],"williams_r":[0,-68.1818526638396],"mass_index":[0,23.016864679618884],"obv":[0,9717178],"rsi":[0,41.749890464846864],"rsi_2":[0,6.202581363889337],"vwma":[0,1.0607554963245962],"macd":[0,-0.0008272495433884822],"stoch":[0,31.8181473361604],"bb_middle":[0,1.0627649962902068],"bb_low":[0,1.024220568748319],"bb_upper":[0,1.1013094238320946],"timestamp":[0,"2024-12-02T18:30:00Z"]}],[0,{"open":[0,1.038],"low":[0,1.025],"high":[0,1.05],"close":[0,1.0396],"volume":[0,300941],"signal":[0,1],"sma_5":[0,1.044219970703125],"sma_10":[0,1.0521100044250489],"sma_20":[0,1.05906999707222],"sma_50":[0,1.07739200592041],"sma_100":[0,1.172379006743431],"ema_9":[0,1.0488610322608458],"ema_12":[0,1.053181913058703],"ema_26":[0,1.0705207419649647],"ema_50":[0,1.091608928021372],"ema_200":[0,1.054922700624333],"ulcer_index":[0,7.142954461848165],"force_index":[0,-2324.4127218437498],"easy_movement":[0,-0.027805605485270665],"volume_weighted_avg":[0,1.0501308011148038],"channel_index":[0,16.097034642206733],"williams_r":[0,-71.7272448460954],"mass_index":[0,22.977472275543764],"obv":[0,8251920],"rsi":[0,41.05077004975145],"rsi_2":[0,4.2549971165475995],"vwma":[0,1.0584596360057397],"macd":[0,-0.0013295442276432708],"stoch":[0,28.272755153904594],"bb_middle":[0,1.05906999707222],"bb_low":[0,1.0233651606200733],"bb_upper":[0,1.0947748335243666],"timestamp":[0,"2024-12-02T19:30:00Z"]}],[0,{"open":[0,1.039],"low":[0,1.0328],"high":[0,1.05],"close":[0,1.04],"volume":[0,178327],"signal":[0,1],"sma_5":[0,1.0401399850845336],"sma_10":[0,1.0495700001716615],"sma_20":[0,1.0566999971866609],"sma_50":[0,1.0761840057373047],"sma_100":[0,1.1738240069150925],"ema_9":[0,1.0470088287508823],"ema_12":[0,1.051092391566188],"ema_26":[0,1.0682412279920268],"ema_50":[0,1.0900087034911978],"ema_200":[0,1.0635992650644737],"ulcer_index":[0,6.007246913319407],"force_index":[0,-1626.9422206182987],"easy_movement":[0,-0.0007559011464987212],"volume_weighted_avg":[0,1.0492397788427412],"channel_index":[0,2.3228975488252477],"williams_r":[0,-63.99999133023462],"mass_index":[0,22.848523686629857],"obv":[0,7683434],"rsi":[0,43.21425609138184],"rsi_2":[0,59.57943643944361],"vwma":[0,1.0565209204723929],"macd":[0,-0.0008977835508656405],"stoch":[0,36.000008669765386],"bb_middle":[0,1.0566999971866609],"bb_low":[0,1.022463077934977],"bb_upper":[0,1.0909369164383447],"timestamp":[0,"2024-12-02T20:30:00Z"]}],[0,{"open":[0,1.02],"low":[0,1],"high":[0,1.03],"close":[0,1.0013],"volume":[0,389882],"signal":[0,2],"sma_5":[0,1.0371399879455567],"sma_10":[0,1.0515699982643127],"sma_20":[0,1.0549499928951263],"sma_50":[0,1.075988004207611],"sma_100":[0,1.1750330066680907],"ema_9":[0,1.0456070553759558],"ema_12":[0,1.049385865185278],"ema_26":[0,1.0661596471261225],"ema_50":[0,1.0884649507410666],"ema_200":[0,1.071752037907682],"ulcer_index":[0,4.804997432343554],"force_index":[0,-1384.186576144573],"easy_movement":[0,0.006956163390556065],"volume_weighted_avg":[0,1.0487437350979936],"channel_index":[0,-45.511616653715535],"williams_r":[0,-63.63640304438811],"mass_index":[0,22.728806433155228],"obv":[0,6469465],"rsi":[0,43.326704299556695],"rsi_2":[0,61.664033126833864],"vwma":[0,1.0556926905644757],"macd":[0,-0.0004050182757620313],"stoch":[0,36.36359695561189],"bb_middle":[0,1.0549499928951263],"bb_low":[0,1.0210572732321155],"bb_upper":[0,1.088842712558137],"timestamp":[0,"2024-12-03T14:30:00Z"]}],[0,{"open":[0,1.0095],"low":[0,1],"high":[0,1.02],"close":[0,1.0187],"volume":[0,233538],"signal":[0,1],"sma_5":[0,1.0293999910354614],"sma_10":[0,1.045199990272522],"sma_20":[0,1.0521049916744232],"sma_50":[0,1.0750140047073364],"sma_100":[0,1.175627006292343],"ema_9":[0,1.0367456397832748],"ema_12":[0,1.041988042283089],"ema_26":[0,1.061404323394407],"ema_50":[0,1.0870237512691339],"ema_200":[0,1.1107816856657438],"ulcer_index":[0,4.5924870458937885],"force_index":[0,-3341.667040071802],"easy_movement":[0,-0.007553690989003321],"volume_weighted_avg":[0,1.0444218318140885],"channel_index":[0,37.633022611265254],"williams_r":[0,-98.81820260591473],"mass_index":[0,22.403452955902896],"obv":[0,3892688],"rsi":[0,36.308556493136244],"rsi_2":[0,5.615711285213862],"vwma":[0,1.0517723979193763],"macd":[0,-0.0023756535942668702],"stoch":[0,1.1817973940852693],"bb_middle":[0,1.0521049916744232],"bb_low":[0,1.0109966878718892],"bb_upper":[0,1.0932132954769571],"timestamp":[0,"2024-12-03T15:30:00Z"]}],[0,{"open":[0,1.0135],"low":[0,1.01],"high":[0,1.02],"close":[0,1.015],"volume":[0,58084],"signal":[0,1],"sma_5":[0,1.026139998435974],"sma_10":[0,1.0395699858665466],"sma_20":[0,1.0502899944782258],"sma_50":[0,1.0740880036354066],"sma_100":[0,1.1753150057792663],"ema_9":[0,1.0331365125585625],"ema_12":[0,1.0384052690556853],"ema_26":[0,1.0582569967178452],"ema_50":[0,1.0849869243745056],"ema_200":[0,1.1227779046280686],"ulcer_index":[0,4.369032236385851],"force_index":[0,-2283.39391199439],"easy_movement":[0,-0.010656428855329343],"volume_weighted_avg":[0,1.0429270962823258],"channel_index":[0,-22.97628401309116],"williams_r":[0,-82.99999891627932],"mass_index":[0,22.161068161986112],"obv":[0,801004],"rsi":[0,40.92608105654701],"rsi_2":[0,48.06443609390273],"vwma":[0,1.0503348441229892],"macd":[0,-0.0022286130154106736],"stoch":[0,17.000001083720672],"bb_middle":[0,1.0502899944782258],"bb_low":[0,1.0067214476392479],"bb_upper":[0,1.0938585413172037],"timestamp":[0,"2024-12-03T16:30:00Z"]}],[0,{"open":[0,1.015],"low":[0,1.01],"high":[0,1.0353],"close":[0,1.0162],"volume":[0,149774],"signal":[0,1],"sma_5":[0,1.0229199886322022],"sma_10":[0,1.0335699796676636],"sma_20":[0,1.0462899923324585],"sma_50":[0,1.0725880026817323],"sma_100":[0,1.1746150052547455],"ema_9":[0,1.029509207196827],"ema_12":[0,1.0348044592323697],"ema_26":[0,1.0550773218067149],"ema_50":[0,1.0832308559342116],"ema_200":[0,1.1415708191674925],"ulcer_index":[0,4.514156414174694],"force_index":[0,-1988.3335817247214],"easy_movement":[0,-0.008272323231676556],"volume_weighted_avg":[0,1.0416289340537552],"channel_index":[0,-79.6143588184698],"williams_r":[0,-86.36365114164555],"mass_index":[0,21.997417618577284],"obv":[0,-351015],"rsi":[0,40.249185578125974],"rsi_2":[0,40.34719292774468],"vwma":[0,1.0447812555924536],"macd":[0,-0.002088618160716229],"stoch":[0,13.636348858354458],"bb_middle":[0,1.0462899923324585],"bb_low":[0,1.0052595436563132],"bb_upper":[0,1.0873204410086037],"timestamp":[0,"2024-12-03T17:30:00Z"]}],[0,{"open":[0,1.01],"low":[0,1.01],"high":[0,1.02],"close":[0,1.01],"volume":[0,40683],"signal":[0,1],"sma_5":[0,1.018239974975586],"sma_10":[0,1.02918998003006],"sma_20":[0,1.0435999870300292],"sma_50":[0,1.0718920016288758],"sma_100":[0,1.1733870041370391],"ema_9":[0,1.0268473550475326],"ema_12":[0,1.0319422290462277],"ema_26":[0,1.0522184275290407],"ema_50":[0,1.0814442607601573],"ema_200":[0,1.1572456186176678],"ulcer_index":[0,4.276458159182284],"force_index":[0,-1678.5733907361866],"easy_movement":[0,0.020191022470120442],"volume_weighted_avg":[0,1.0443383136241644],"channel_index":[0,-43.40178237839114],"williams_r":[0,-85.27277791203873],"mass_index":[0,21.959801693181184],"obv":[0,-1243770],"rsi":[0,40.58141818158291],"rsi_2":[0,45.97367516143453],"vwma":[0,1.0426571605165955],"macd":[0,-0.001647002436594866],"stoch":[0,14.727222087961273],"bb_middle":[0,1.0435999870300292],"bb_low":[0,1.002088518890692],"bb_upper":[0,1.0851114551693664],"timestamp":[0,"2024-12-03T18:30:00Z"]}],[0,{"open":[0,1.0182],"low":[0,1.01],"high":[0,1.025],"close":[0,1.02],"volume":[0,133262],"signal":[0,1],"sma_5":[0,1.0122399806976319],"sma_10":[0,1.0246899843215942],"sma_20":[0,1.0413499891757965],"sma_50":[0,1.071658000946045],"sma_100":[0,1.1716370046138764],"ema_9":[0,1.0234778822345665],"ema_12":[0,1.0285665283802312],"ema_26":[0,1.049322979285816],"ema_50":[0,1.0879785207901205],"ema_200":[0,1.3433974798280786],"ulcer_index":[0,4.468060989277829],"force_index":[0,-1467.6963619052428],"easy_movement":[0,-0.012355487586141106],"volume_weighted_avg":[0,1.0425724929050302],"channel_index":[0,-90.8849000578059],"williams_r":[0,-90.90910076109702],"mass_index":[0,21.936120693488935],"obv":[0,-20547922],"rsi":[0,39.0958933118323],"rsi_2":[0,23.281699227508525],"vwma":[0,1.0421786858084596],"macd":[0,-0.0014073244427536095],"stoch":[0,9.090899238902972],"bb_middle":[0,1.0413499891757965],"bb_low":[0,0.9977294417285032],"bb_upper":[0,1.0849705366230897],"timestamp":[0,"2024-12-03T19:30:00Z"]}],[0,{"open":[0,1.01],"low":[0,1],"high":[0,1.02],"close":[0,1.01],"volume":[0,288326],"signal":[0,1],"sma_5":[0,1.0159799814224244],"sma_10":[0,1.022689986228943],"sma_20":[0,1.0395999908447267],"sma_50":[0,1.0724040007591247],"sma_100":[0,1.1648870038986205],"ema_9":[0,1.0227823019342523],"ema_12":[0,1.0272485874421746],"ema_26":[0,1.047064532297714],"ema_50":[0,1.0818345791963258],"ema_200":[0,1.2702830618763323],"ulcer_index":[0,4.647044386831177],"force_index":[0,-1070.6687299205048],"easy_movement":[0,-0.023784377380760644],"volume_weighted_avg":[0,1.039234566674902],"channel_index":[0,-57.17052575062405],"williams_r":[0,-81.81820152219406],"mass_index":[0,21.924420681557795],"obv":[0,-10505285],"rsi":[0,42.23893148099201],"rsi_2":[0,70.4044437489045],"vwma":[0,1.041427608313967],"macd":[0,-0.0004831627520466772],"stoch":[0,18.181798477805945],"bb_middle":[0,1.0395999908447267],"bb_low":[0,0.9955046114869874],"bb_upper":[0,1.0836953702024659],"timestamp":[0,"2024-12-03T20:30:00Z"]}],[0,{"open":[0,1.025],"low":[0,1],"high":[0,1.04],"close":[0,1.01],"volume":[0,389500],"signal":[0,1],"sma_5":[0,1.0142399787902832],"sma_10":[0,1.0201899886131287],"sma_20":[0,1.0373499929904937],"sma_50":[0,1.073608000278473],"sma_100":[0,1.159937003850937],"ema_9":[0,1.0202258396298682],"ema_12":[0,1.0245949543586341],"ema_26":[0,1.0442962809626686],"ema_50":[0,1.0781022438333725],"ema_200":[0,1.24929937933664],"ulcer_index":[0,4.790199332991269],"force_index":[0,-1331.680240991412],"easy_movement":[0,-0.051130461408491694],"volume_weighted_avg":[0,1.0345334126834387],"channel_index":[0,10.747927404924697],"williams_r":[0,-90.4762012888225],"mass_index":[0,22.025866695343552],"obv":[0,-8059514],"rsi":[0,40.070913571398656],"rsi_2":[0,31.59329409510761],"vwma":[0,1.0394554932695221],"macd":[0,-0.00032370610048998785],"stoch":[0,9.523798711177516],"bb_middle":[0,1.0373499929904937],"bb_low":[0,0.992051507468868],"bb_upper":[0,1.0826484785121193],"timestamp":[0,"2024-12-04T14:30:00Z"]}],[0,{"open":[0,1.015],"low":[0,1],"high":[0,1.06],"close":[0,1.01],"volume":[0,287695],"signal":[0,1],"sma_5":[0,1.0132399797439575],"sma_10":[0,1.0180799841880799],"sma_20":[0,1.0350949943065644],"sma_50":[0,1.0742859995365144],"sma_100":[0,1.155487003326416],"ema_9":[0,1.0181806698169162],"ema_12":[0,1.0223495808559901],"ema_26":[0,1.0418012744351055],"ema_50":[0,1.0772621525656991],"ema_200":[0,1.283705893354336],"ulcer_index":[0,4.849308343164462],"force_index":[0,-1141.11274885728],"easy_movement":[0,-0.03383897196725564],"volume_weighted_avg":[0,1.0250707421092378],"channel_index":[0,57.919452112814525],"williams_r":[0,-85.63219473594967],"mass_index":[0,22.168897789562887],"obv":[0,-11174564],"rsi":[0,40.01306322900726],"rsi_2":[0,31.59329409510761],"vwma":[0,1.0372033429922383],"macd":[0,-0.0000015174603436272915],"stoch":[0,14.367805264050343],"bb_middle":[0,1.0350949943065644],"bb_low":[0,0.9890710337342005],"bb_upper":[0,1.0811189548789284],"timestamp":[0,"2024-12-04T15:30:00Z"]}],[0,{"open":[0,1.0162],"low":[0,1.01],"high":[0,1.02],"close":[0,1.0101],"volume":[0,58243],"signal":[0,1],"sma_5":[0,1.0119999885559081],"sma_10":[0,1.015119981765747],"sma_20":[0,1.0323449909687041],"sma_50":[0,1.0745219993591308],"sma_100":[0,1.1500370037555694],"ema_9":[0,1.0165445339258143],"ema_12":[0,1.0204496383143096],"ema_26":[0,1.0394001643351676],"ema_50":[0,1.0727938353834685],"ema_200":[0,1.244194849070327],"ulcer_index":[0,4.812170890353978],"force_index":[0,-978.4391431270586],"easy_movement":[0,-0.008139449160883622],"volume_weighted_avg":[0,1.020399039762696],"channel_index":[0,0.1445922469942559],"williams_r":[0,-83.33333333333334],"mass_index":[0,22.51853948495025],"obv":[0,-9337967],"rsi":[0,40.04623716264034],"rsi_2":[0,31.59329409510761],"vwma":[0,1.0349291416249928],"macd":[0,0.0003419790782177856],"stoch":[0,16.666666666666664],"bb_middle":[0,1.0323449909687041],"bb_low":[0,0.987233527244527],"bb_upper":[0,1.0774564546928813],"timestamp":[0,"2024-12-04T16:30:00Z"]}],[0,{"open":[0,1.0116],"low":[0,1.01],"high":[0,1.02],"close":[0,1.0143],"volume":[0,81970],"signal":[0,1],"sma_5":[0,1.0120199918746948],"sma_10":[0,1.0121299862861632],"sma_20":[0,1.031849992275238],"sma_50":[0,1.0749979996681214],"sma_100":[0,1.1455880033969879],"ema_9":[0,1.0152556285551448],"ema_12":[0,1.018857388185403],"ema_26":[0,1.0372366012298804],"ema_50":[0,1.0706098416807388],"ema_200":[0,1.2473836875293776],"ulcer_index":[0,4.684583762731017],"force_index":[0,-837.8217664477153],"easy_movement":[0,-0.02360343166089756],"volume_weighted_avg":[0,1.0186545361373405],"channel_index":[0,-121.24852280020937],"williams_r":[0,-83.16663885113924],"mass_index":[0,22.743039039244394],"obv":[0,-10863796],"rsi":[0,40.070489497319606],"rsi_2":[0,34.48312271090046],"vwma":[0,1.0365934933602428],"macd":[0,0.0007392947936960652],"stoch":[0,16.833361148860757],"bb_middle":[0,1.031849992275238],"bb_low":[0,0.9859963983946403],"bb_upper":[0,1.0777035861558357],"timestamp":[0,"2024-12-04T17:30:00Z"]}],[0,{"open":[0,1.0196],"low":[0,1.01],"high":[0,1.02],"close":[0,1.015],"volume":[0,61217],"signal":[0,1],"sma_5":[0,1.0108799934387207],"sma_10":[0,1.0134299874305726],"sma_20":[0,1.0293149888515472],"sma_50":[0,1.0760279989242554],"sma_100":[0,1.1410310029983521],"ema_9":[0,1.0150645005852965],"ema_12":[0,1.0181562475869292],"ema_26":[0,1.035519409069454],"ema_50":[0,1.0676693758376514],"ema_200":[0,1.2303493619055108],"ulcer_index":[0,4.625208587848257],"force_index":[0,-669.0799716563985],"easy_movement":[0,-0.012096728502735589],"volume_weighted_avg":[0,1.0178400047608986],"channel_index":[0,-97.00742020249864],"williams_r":[0,-76.16666269301989],"mass_index":[0,22.9266223135493],"obv":[0,-9772366],"rsi":[0,41.78440304472976],"rsi_2":[0,85.59422815153792],"vwma":[0,1.0347899599432366],"macd":[0,0.0013811806156410547],"stoch":[0,23.833337306980106],"bb_middle":[0,1.0293149888515472],"bb_low":[0,0.9855124516427081],"bb_upper":[0,1.0731175260603862],"timestamp":[0,"2024-12-04T18:30:00Z"]}],[0,{"open":[0,1.0184],"low":[0,1.01],"high":[0,1.02],"close":[0,1.02],"volume":[0,128689],"signal":[0,1],"sma_5":[0,1.0118799924850463],"sma_10":[0,1.0130599856376648],"sma_20":[0,1.0263149857521057],"sma_50":[0,1.0756279993057252],"sma_100":[0,1.1368810033798218],"ema_9":[0,1.0150515975949919],"ema_12":[0,1.017670665499397],"ema_26":[0,1.033972176121235],"ema_50":[0,1.0645055583564969],"ema_200":[0,1.2061340205641995],"ulcer_index":[0,4.540275663897568],"force_index":[0,-566.2443747711931],"easy_movement":[0,-0.01525387013696417],"volume_weighted_avg":[0,1.0160772429233242],"channel_index":[0,-96.69634138757769],"williams_r":[0,-75],"mass_index":[0,23.085435164721204],"obv":[0,-5331909],"rsi":[0,42.10562698555767],"rsi_2":[0,88.56721433787409],"vwma":[0,1.0321969667236082],"macd":[0,0.0019196205809943155],"stoch":[0,25],"bb_middle":[0,1.0263149857521057],"bb_low":[0,0.9875049208910469],"bb_upper":[0,1.0651250506131644],"timestamp":[0,"2024-12-04T19:30:00Z"]}],[0,{"open":[0,1.0247],"low":[0,1.01],"high":[0,1.04],"close":[0,1.0199],"volume":[0,147439],"signal":[0,1],"sma_5":[0,1.0138799905776978],"sma_10":[0,1.0135599851608277],"sma_20":[0,1.0235649824142456],"sma_50":[0,1.0747279977798463],"sma_100":[0,1.133381003141403],"ema_9":[0,1.0160412742837037],"ema_12":[0,1.0180290278329618],"ema_26":[0,1.032987204132488],"ema_50":[0,1.06477388764535],"ema_200":[0,1.2447483471327028],"ulcer_index":[0,4.483713703990236],"force_index":[0,-394.1338103880057],"easy_movement":[0,-0.010803552101859917],"volume_weighted_avg":[0,1.0134255085962598],"channel_index":[0,-55.613049154930856],"williams_r":[0,-66.66666666666666],"mass_index":[0,23.229327617110478],"obv":[0,-6680388],"rsi":[0,44.19364209466826],"rsi_2":[0,97.10431854638996],"vwma":[0,1.0296279398720598],"macd":[0,0.0026738790916019037],"stoch":[0,33.33333333333333],"bb_middle":[0,1.0235649824142456],"bb_low":[0,0.9917860606701416],"bb_upper":[0,1.0553439041583497],"timestamp":[0,"2024-12-04T20:30:00Z"]}],[0,{"open":[0,1.03],"low":[0,0.994],"high":[0,1.03],"close":[0,1.0151],"volume":[0,413243],"signal":[0,1],"sma_5":[0,1.0158599853515624],"sma_10":[0,1.0139299869537353],"sma_20":[0,1.0215599834918976],"sma_50":[0,1.0729239964485169],"sma_100":[0,1.1287800025939942],"ema_9":[0,1.0168130122792198],"ema_12":[0,1.0183168603267836],"ema_26":[0,1.0319859573031827],"ema_50":[0,1.0617327140300274],"ema_200":[0,1.2167596842121888],"ulcer_index":[0,4.39846857042168],"force_index":[0,-340.12582226080417],"easy_movement":[0,0.0010434049466767387],"volume_weighted_avg":[0,1.011879802532787],"channel_index":[0,-33.49415661646637],"williams_r":[0,-66.83336114886076],"mass_index":[0,23.459996343349275],"obv":[0,-6076647],"rsi":[0,44.187416462635376],"rsi_2":[0,94.28758667955691],"vwma":[0,1.0230256093169323],"macd":[0,0.0031299479628713323],"stoch":[0,33.16663885113925],"bb_middle":[0,1.0215599834918976],"bb_low":[0,0.9945228795669623],"bb_upper":[0,1.0485970874168329],"timestamp":[0,"2024-12-05T14:30:00Z"]}],[0,{"open":[0,1.0197],"low":[0,1],"high":[0,1.03],"close":[0,1.02],"volume":[0,174797],"signal":[0,1],"sma_5":[0,1.0168599843978883],"sma_10":[0,1.0144399881362915],"sma_20":[0,1.0195649862289429],"sma_50":[0,1.0701259970664978],"sma_100":[0,1.1248310029506683],"ema_9":[0,1.0164704102770656],"ema_12":[0,1.0178219579785366],"ema_26":[0,1.0307260539335659],"ema_50":[0,1.0595378631692396],"ema_200":[0,1.2073955997201116],"ulcer_index":[0,4.000713014703859],"force_index":[0,-575.0091878563563],"easy_movement":[0,0.007463955630262697],"volume_weighted_avg":[0,1.0140870647801874],"channel_index":[0,126.61447137531138],"williams_r":[0,-68.03029003111185],"mass_index":[0,23.5706277199504],"obv":[0,-6168298],"rsi":[0,42.41783519037605],"rsi_2":[0,24.916025540985316],"vwma":[0,1.0194716436998164],"macd":[0,0.003104410987370347],"stoch":[0,31.969709968888143],"bb_middle":[0,1.0195649862289429],"bb_low":[0,0.9972091153099588],"bb_upper":[0,1.041920857147927],"timestamp":[0,"2024-12-05T15:30:00Z"]}],[0,{"open":[0,1.03],"low":[0,1.02],"high":[0,1.05],"close":[0,1.04],"volume":[0,154654],"signal":[0,0],"sma_5":[0,1.0179999828338624],"sma_10":[0,1.0144399881362915],"sma_20":[0,1.0185649871826172],"sma_50":[0,1.0673259973526001],"sma_100":[0,1.1211310029029846],"ema_9":[0,1.0171763244151033],"ema_12":[0,1.018157040655345],"ema_26":[0,1.0299497137812605],"ema_50":[0,1.0587195921172805],"ema_200":[0,1.2202460076829689],"ulcer_index":[0,3.747870471451842],"force_index":[0,-370.48166512481123],"easy_movement":[0,0.014200212747628577],"volume_weighted_avg":[0,1.014068938828305],"channel_index":[0,-14.655462629732888],"williams_r":[0,-60.606071552747906],"mass_index":[0,23.61239436858594],"obv":[0,-6339941],"rsi":[0,44.81708365413241],"rsi_2":[0,69.99221794848553],"vwma":[0,1.0182882244437828],"macd":[0,0.0033957634532326836],"stoch":[0,39.39392844725209],"bb_middle":[0,1.0185649871826172],"bb_low":[0,0.9982596881082089],"bb_upper":[0,1.0388702862570256],"timestamp":[0,"2024-12-05T16:30:00Z"]}],[0,{"open":[0,1.04],"low":[0,1.02],"high":[0,1.04],"close":[0,1.03],"volume":[0,216158],"signal":[0,1],"sma_5":[0,1.0229999780654908],"sma_10":[0,1.0174399852752685],"sma_20":[0,1.0188149869441987],"sma_50":[0,1.0656259965896606],"sma_100":[0,1.1172310030460357],"ema_9":[0,1.021741051899531],"ema_12":[0,1.0215174892088565],"ema_26":[0,1.0306871304051686],"ema_50":[0,1.0577017488973948],"ema_200":[0,1.2127504494639705],"ulcer_index":[0,3.438224493474009],"force_index":[0,124.33535570122194],"easy_movement":[0,0.03576307030231439],"volume_weighted_avg":[0,1.0156454561109531],"channel_index":[0,-29.208378800899695],"williams_r":[0,-30.303035776373953],"mass_index":[0,23.744855643924137],"obv":[0,-5816904],"rsi":[0,53.466935420655],"rsi_2":[0,94.91460905023486],"vwma":[0,1.0186082109597945],"macd":[0,0.004806086471901045],"stoch":[0,69.69696422362604],"bb_middle":[0,1.0188149869441987],"bb_low":[0,0.9976035492519689],"bb_upper":[0,1.0400264246364286],"timestamp":[0,"2024-12-05T17:30:00Z"]}],[0,{"open":[0,1.02],"low":[0,1.02],"high":[0,1.04],"close":[0,1.035],"volume":[0,92364],"signal":[0,1],"sma_5":[0,1.024999976158142],"sma_10":[0,1.01943998336792],"sma_20":[0,1.018759983778],"sma_50":[0,1.0642059969902038],"sma_100":[0,1.113386002779007],"ema_9":[0,1.023392835790551],"ema_12":[0,1.0228224845498834],"ema_26":[0,1.0306205462159057],"ema_50":[0,1.0559838520861395],"ema_200":[0,1.1982403007403817],"ulcer_index":[0,3.122562198658738],"force_index":[0,-202.1613723827352],"easy_movement":[0,0.023228248973361933],"volume_weighted_avg":[0,1.0168177932438593],"channel_index":[0,14.108155849848497],"williams_r":[0,-45.45455366456094],"mass_index":[0,23.76516215966931],"obv":[0,-5519626],"rsi":[0,49.32762508835556],"rsi_2":[0,51.85086334858786],"vwma":[0,1.0181510089088952],"macd":[0,0.004922212136063912],"stoch":[0,54.54544633543906],"bb_middle":[0,1.018759983778],"bb_low":[0,0.9976709040624535],"bb_upper":[0,1.0398490634935462],"timestamp":[0,"2024-12-05T18:30:00Z"]}],[0,{"open":[0,1.04],"low":[0,1.03],"high":[0,1.05],"close":[0,1.0303],"volume":[0,99706],"signal":[0,1],"sma_5":[0,1.0280199766159057],"sma_10":[0,1.0219399809837342],"sma_20":[0,1.0185299813747406],"sma_50":[0,1.0609059953689575],"sma_100":[0,1.1099360024929046],"ema_9":[0,1.02571426193798],"ema_12":[0,1.0246959382165826],"ema_26":[0,1.030903125003542],"ema_50":[0,1.0534768143628805],"ema_200":[0,1.1627713894583631],"ulcer_index":[0,2.6749672924577785],"force_index":[0,-106.9914560198095],"easy_movement":[0,0.036659640889811315],"volume_weighted_avg":[0,1.0175624952360012],"channel_index":[0,-56.797035418770136],"williams_r":[0,-37.87879472046745],"mass_index":[0,23.596799176715727],"obv":[0,-3931531],"rsi":[0,51.42265169837445],"rsi_2":[0,66.87845358358436],"vwma":[0,1.016819074551252],"macd":[0,0.005157347836931088],"stoch":[0,62.12120527953255],"bb_middle":[0,1.0185299813747406],"bb_low":[0,0.998271064579342],"bb_upper":[0,1.0387888981701392],"timestamp":[0,"2024-12-05T19:30:00Z"]}],[0,{"open":[0,1.0301],"low":[0,1.01],"high":[0,1.04],"close":[0,1.015],"volume":[0,250688],"signal":[0,2],"sma_5":[0,1.031059980392456],"sma_10":[0,1.0239599823951722],"sma_20":[0,1.0180449843406678],"sma_50":[0,1.0574119949340821],"sma_100":[0,1.107359002828598],"ema_9":[0,1.0266314137851056],"ema_12":[0,1.0255581049362046],"ema_26":[0,1.030859359823487],"ema_50":[0,1.0526045317824957],"ema_200":[0,1.1621890096692602],"ulcer_index":[0,2.3125408389237507],"force_index":[0,-158.8824473914686],"easy_movement":[0,0.04897745160170676],"volume_weighted_avg":[0,1.0179268680881484],"channel_index":[0,-50.72872519822217],"williams_r":[0,-44.99993226737229],"mass_index":[0,23.483303138183896],"obv":[0,-4552165],"rsi":[0,49.40712440323947],"rsi_2":[0,42.14803759464962],"vwma":[0,1.0160440055846809],"macd":[0,0.004851778595522296],"stoch":[0,55.00006773262771],"bb_middle":[0,1.0180449843406678],"bb_low":[0,0.9994708739650474],"bb_upper":[0,1.0366190947162883],"timestamp":[0,"2024-12-05T20:30:00Z"]}],[0,{"open":[0,1.04],"low":[0,1.02],"high":[0,1.07],"close":[0,1.0696],"volume":[0,309890],"signal":[0,1],"sma_5":[0,1.0300599813461304],"sma_10":[0,1.0240299820899963],"sma_20":[0,1.0187299847602844],"sma_50":[0,1.0535119938850404],"sma_100":[0,1.1046090030670166],"ema_9":[0,1.0243051281497466],"ema_12":[0,1.0239337741746228],"ema_26":[0,1.0296459508494633],"ema_50":[0,1.0495738461658146],"ema_200":[0,1.1294549801719624],"ulcer_index":[0,2.0423800299293804],"force_index":[0,-683.8988975558891],"easy_movement":[0,0.0398716436170352],"volume_weighted_avg":[0,1.0185338987112142],"channel_index":[0,49.65685072280194],"williams_r":[0,-68.1818304968414],"mass_index":[0,23.518857184445046],"obv":[0,-3563732],"rsi":[0,43.505700192387685],"rsi_2":[0,12.369025215372147],"vwma":[0,1.0176297455859409],"macd":[0,0.003503605596275175],"stoch":[0,31.8181695031586],"bb_middle":[0,1.0187299847602844],"bb_low":[0,1.001733043119019],"bb_upper":[0,1.0357269264015498],"timestamp":[0,"2024-12-06T14:30:00Z"]}],[0,{"open":[0,1.0695],"low":[0,1.04],"high":[0,1.16],"close":[0,1.1198],"volume":[0,1352650],"signal":[0,1],"sma_5":[0,1.035979986190796],"sma_10":[0,1.0294899821281434],"sma_20":[0,1.021274983882904],"sma_50":[0,1.0501299929618835],"sma_100":[0,1.1032550024986267],"ema_9":[0,1.0333640997381237],"ema_12":[0,1.0309593460701552],"ema_26":[0,1.0326123279297221],"ema_50":[0,1.0506337727860968],"ema_200":[0,1.1343775484610392],"ulcer_index":[0,1.694630134266652],"force_index":[0,1830.7098688267165],"easy_movement":[0,0.05558597915625985],"volume_weighted_avg":[0,1.0262653225052554],"channel_index":[0,82.06928615406134],"williams_r":[0,-0.5264028848634859],"mass_index":[0,23.775014762874022],"obv":[0,-3492529],"rsi":[0,61.38798174806471],"rsi_2":[0,85.49804321788295],"vwma":[0,1.0221131729713],"macd":[0,0.006058901479256132],"stoch":[0,99.47359711513651],"bb_middle":[0,1.021274983882904],"bb_low":[0,0.9933368527710036],"bb_upper":[0,1.0492131149948045],"timestamp":[0,"2024-12-06T15:30:00Z"]}],[0,{"open":[0,1.1151],"low":[0,1.07],"high":[0,1.26],"close":[0,1.115],"volume":[0,1900109],"signal":[0,1],"sma_5":[0,1.053939986228943],"sma_10":[0,1.0394699811935424],"sma_20":[0,1.0265149831771851],"sma_50":[0,1.0480259919166566],"sma_100":[0,1.1022530019283294],"ema_9":[0,1.050651274108617],"ema_12":[0,1.0446271351604683],"ema_26":[0,1.0390751723803673],"ema_50":[0,1.0535274003814794],"ema_200":[0,1.1378744644491712],"ulcer_index":[0,1.5091106044614553],"force_index":[0,11269.64279302782],"easy_movement":[0,0.07554146858761997],"volume_weighted_avg":[0,1.063309341315801],"channel_index":[0,482.8792962737104],"williams_r":[0,-24.2168719257369],"mass_index":[0,24.452634802589714],"obv":[0,-2456527],"rsi":[0,70.59534387415123],"rsi_2":[0,94.2782274643265],"vwma":[0,1.049550688446214],"macd":[0,0.010616793244513655],"stoch":[0,75.7831280742631],"bb_middle":[0,1.0265149831771851],"bb_low":[0,0.9754829508904],"bb_upper":[0,1.0775470154639704],"timestamp":[0,"2024-12-06T16:30:00Z"]}],[0,{"open":[0,1.115],"low":[0,1.04],"high":[0,1.115],"close":[0,1.105],"volume":[0,502161],"signal":[0,1],"sma_5":[0,1.0699399948120116],"sma_10":[0,1.0489799857139588],"sma_20":[0,1.0314549863338471],"sma_50":[0,1.047225992679596],"sma_100":[0,1.1011040019989013],"ema_9":[0,1.0635210211942627],"ema_12":[0,1.0554537312239158],"ema_26":[0,1.044699279858973],"ema_50":[0,1.0559399218274346],"ema_200":[0,1.1376836516746922],"ulcer_index":[0,1.3038937019940025],"force_index":[0,8356.806341856964],"easy_movement":[0,0.1403632014725445],"volume_weighted_avg":[0,1.0821289907081657],"channel_index":[0,462.2696978763268],"williams_r":[0,-54.51127659493419],"mass_index":[0,25.493260193141342],"obv":[0,-4745685],"rsi":[0,68.89718533551098],"rsi_2":[0,84.49520009160017],"vwma":[0,1.0692058101127202],"macd":[0,0.012655483214121474],"stoch":[0,45.48872340506581],"bb_middle":[0,1.0314549863338471],"bb_low":[0,0.9678052119759637],"bb_upper":[0,1.0951047606917306],"timestamp":[0,"2024-12-06T17:30:00Z"]}],[0,{"open":[0,1.1099],"low":[0,1.08],"high":[0,1.11],"close":[0,1.1],"volume":[0,275576],"signal":[0,1],"sma_5":[0,1.084879994392395],"sma_10":[0,1.0579699873924255],"sma_20":[0,1.0362049877643584],"sma_50":[0,1.046525993347168],"sma_100":[0,1.0998540019989014],"ema_9":[0,1.0718168207599017],"ema_12":[0,1.063076234262276],"ema_26":[0,1.0491432260975695],"ema_50":[0,1.0569467236512475],"ema_200":[0,1.1189278464258925],"ulcer_index":[0,1.178441469366819],"force_index":[0,6445.596026476188],"easy_movement":[0,0.04701654778782914],"volume_weighted_avg":[0,1.0850658569950922],"channel_index":[0,44.778130501837936],"williams_r":[0,-58.270671890065714],"mass_index":[0,26.26566340806463],"obv":[0,-4933288],"rsi":[0,65.40477779264839],"rsi_2":[0,58.98986471857064],"vwma":[0,1.072100005461213],"macd":[0,0.012638303760414395],"stoch":[0,41.729328109934286],"bb_middle":[0,1.0362049877643584],"bb_low":[0,0.9658433880097619],"bb_upper":[0,1.106566587518955],"timestamp":[0,"2024-12-06T18:30:00Z"]}],[0,{"open":[0,1.0999],"low":[0,1.07],"high":[0,1.1],"close":[0,1.0902],"volume":[0,281980],"signal":[0,1],"sma_5":[0,1.1018800020217896],"sma_10":[0,1.06596999168396],"sma_20":[0,1.0402049899101258],"sma_50":[0,1.0469259929656982],"sma_100":[0,1.0990550017356873],"ema_9":[0,1.0774534613722393],"ema_12":[0,1.0687568161684349],"ema_26":[0,1.0529013498266095],"ema_50":[0,1.0582708000062073],"ema_200":[0,1.1114187392777102],"ulcer_index":[0,1.0951220883286967],"force_index":[0,5328.196217274686],"easy_movement":[0,0.06062442953318327],"volume_weighted_avg":[0,1.0864624251625725],"channel_index":[0,-25.20751887111764],"williams_r":[0,-60.15036953763149],"mass_index":[0,26.684368456489196],"obv":[0,-4061513],"rsi":[0,63.662728401509355],"rsi_2":[0,45.31214690654624],"vwma":[0,1.0741363834996898],"macd":[0,0.011637119031808274],"stoch":[0,39.84963046236851],"bb_middle":[0,1.0402049899101258],"bb_low":[0,0.9650505121482301],"bb_upper":[0,1.1153594676720213],"timestamp":[0,"2024-12-06T19:30:00Z"]}],[0,{"open":[0,1.095],"low":[0,1.09],"high":[0,1.1],"close":[0,1.095],"volume":[0,128327],"signal":[0,1],"sma_5":[0,1.1059999942779541],"sma_10":[0,1.070989990234375],"sma_20":[0,1.0442149877548217],"sma_50":[0,1.0468299913406371],"sma_100":[0,1.098357001543045],"ema_9":[0,1.0800027585733214],"ema_12":[0,1.0720557605454375],"ema_26":[0,1.0556733462570413],"ema_50":[0,1.059890871389598],"ema_200":[0,1.1186019212546978],"ulcer_index":[0,1.1975891328998047],"force_index":[0,4172.05572883261],"easy_movement":[0,0.053025120874117045],"volume_weighted_avg":[0,1.0880191008997784],"channel_index":[0,-22.894888072978357],"williams_r":[0,-63.83460919403981],"mass_index":[0,26.941818102378733],"obv":[0,-4611357],"rsi":[0,60.25075072908722],"rsi_2":[0,23.737047411793654],"vwma":[0,1.0773433291017813],"macd":[0,0.00974285953336261],"stoch":[0,36.16539080596019],"bb_middle":[0,1.0442149877548217],"bb_low":[0,0.9673950297197155],"bb_upper":[0,1.1210349457899278],"timestamp":[0,"2024-12-06T20:30:00Z"]}],[0,{"open":[0,1.12],"low":[0,1.08],"high":[0,1.205],"close":[0,1.155],"volume":[0,1304678],"signal":[0,0],"sma_5":[0,1.101040005683899],"sma_10":[0,1.0774899959564208],"sma_20":[0,1.0484649896621705],"sma_50":[0,1.0466299915313722],"sma_100":[0,1.097506002187729],"ema_9":[0,1.0830022126092014],"ema_12":[0,1.075585655715932],"ema_26":[0,1.05865003168962],"ema_50":[0,1.0638286940272434],"ema_200":[0,1.169833013968143],"ulcer_index":[0,1.335872389286734],"force_index":[0,3664.2487282056973],"easy_movement":[0,0.04405741973208121],"volume_weighted_avg":[0,1.0897971763434993],"channel_index":[0,-63.16433909564504],"williams_r":[0,-62.030067185197254],"mass_index":[0,27.09180961648226],"obv":[0,-5356750],"rsi":[0,61.28308934601065],"rsi_2":[0,47.99417136713523],"vwma":[0,1.081462711970171],"macd":[0,0.00831763520420977],"stoch":[0,37.969932814802746],"bb_middle":[0,1.0484649896621705],"bb_low":[0,0.9702937241314828],"bb_upper":[0,1.1266362551928581],"timestamp":[0,"2024-12-09T14:30:00Z"]}],[0,{"open":[0,1.156],"low":[0,1.1201],"high":[0,1.17],"close":[0,1.135],"volume":[0,402986],"signal":[0,1],"sma_5":[0,1.1090399980545045],"sma_10":[0,1.089489996433258],"sma_20":[0,1.055714988708496],"sma_50":[0,1.0479899907112122],"sma_100":[0,1.0958560013771057],"ema_9":[0,1.0974017643795948],"ema_12":[0,1.0878032466389636],"ema_26":[0,1.065818931331773],"ema_50":[0,1.0686872788629393],"ema_200":[0,1.1954735369716787],"ulcer_index":[0,1.3296883615994703],"force_index":[0,14323.822340366194],"easy_movement":[0,0.08465338565286228],"volume_weighted_avg":[0,1.1062567233245564],"channel_index":[0,220.1107010465437],"williams_r":[0,-40.38462420187085],"mass_index":[0,27.427969444578373],"obv":[0,-5057700],"rsi":[0,71.69944877729111],"rsi_2":[0,94.19037201081468],"vwma":[0,1.0961455955263517],"macd":[0,0.010733537638786164],"stoch":[0,59.61537579812914],"bb_middle":[0,1.055714988708496],"bb_low":[0,0.9669764624436948],"bb_upper":[0,1.144453514973297],"timestamp":[0,"2024-12-09T15:30:00Z"]}],[0,{"open":[0,1.1359],"low":[0,1.12],"high":[0,1.14],"close":[0,1.14],"volume":[0,269407],"signal":[0,1],"sma_5":[0,1.1150399923324585],"sma_10":[0,1.0999599933624267],"sma_20":[0,1.0619599878787995],"sma_50":[0,1.0491899895668029],"sma_100":[0,1.09330500125885],"ema_9":[0,1.1049214095787478],"ema_12":[0,1.0950642793536756],"ema_26":[0,1.0709042226932515],"ema_50":[0,1.0697079804234704],"ema_200":[0,1.163124073253635],"ulcer_index":[0,1.4079223530735971],"force_index":[0,11126.083328433739],"easy_movement":[0,0.08323100963420622],"volume_weighted_avg":[0,1.1099229529294612],"channel_index":[0,-2.75534180271548],"williams_r":[0,-50],"mass_index":[0,27.73896082927395],"obv":[0,-4844342],"rsi":[0,65.40338189450443],"rsi_2":[0,59.15764949395947],"vwma":[0,1.0986421079542716],"macd":[0,0.010277592654075515],"stoch":[0,50],"bb_middle":[0,1.0619599878787995],"bb_low":[0,0.9694418654619422],"bb_upper":[0,1.1544781102956567],"timestamp":[0,"2024-12-09T16:30:00Z"]}],[0,{"open":[0,1.135],"low":[0,1.12],"high":[0,1.14],"close":[0,1.13],"volume":[0,99292],"signal":[0,1],"sma_5":[0,1.1230399847030639],"sma_10":[0,1.1124599933624268],"sma_20":[0,1.0682449877262115],"sma_50":[0,1.0508259892463685],"sma_100":[0,1.091667001247406],"ema_9":[0,1.111937124797127],"ema_12":[0,1.1019774636217812],"ema_26":[0,1.076011607997083],"ema_50":[0,1.072028849641739],"ema_200":[0,1.1541385194103162],"ulcer_index":[0,1.450075290208012],"force_index":[0,9729.01595278002],"easy_movement":[0,0.04753895370918245],"volume_weighted_avg":[0,1.1124838914604616],"channel_index":[0,-38.72572495913235],"williams_r":[0,-48.00000190734863],"mass_index":[0,27.913503901783532],"obv":[0,-4237586],"rsi":[0,66.21350260555533],"rsi_2":[0,65.562002617265],"vwma":[0,1.1007746489397365],"macd":[0,0.009652970914626559],"stoch":[0,51.99999809265137],"bb_middle":[0,1.0682449877262115],"bb_low":[0,0.9725091468327165],"bb_upper":[0,1.1639808286197064],"timestamp":[0,"2024-12-09T17:30:00Z"]}],[0,{"open":[0,1.12],"low":[0,1.101],"high":[0,1.12],"close":[0,1.115],"volume":[0,115039],"signal":[0,1],"sma_5":[0,1.130999994277954],"sma_10":[0,1.118499994277954],"sma_20":[0,1.0739949882030486],"sma_50":[0,1.0523259902000428],"sma_100":[0,1.0901670014858247],"ema_9":[0,1.1155496988718052],"ema_12":[0,1.1062886189960783],"ema_26":[0,1.0799834721310206],"ema_50":[0,1.07320387669912],"ema_200":[0,1.131825773611612],"ulcer_index":[0,1.5399110192428132],"force_index":[0,8197.33890226602],"easy_movement":[0,0.05084340856116343],"volume_weighted_avg":[0,1.1151756753452058],"channel_index":[0,-79.75274928769821],"williams_r":[0,-51.99999809265137],"mass_index":[0,27.957086404329843],"obv":[0,-3939075],"rsi":[0,63.084946146196295],"rsi_2":[0,40.290638574831995],"vwma":[0,1.1017332507170252],"macd":[0,0.00795916512392112],"stoch":[0,48.00000190734863],"bb_middle":[0,1.0739949882030486],"bb_low":[0,0.9779281814913343],"bb_upper":[0,1.170061794914763],"timestamp":[0,"2024-12-09T18:30:00Z"]}],[0,{"open":[0,1.1164],"low":[0,1.08],"high":[0,1.1164],"close":[0,1.085],"volume":[0,222042],"signal":[0,1],"sma_5":[0,1.1349999904632568],"sma_10":[0,1.1180199980735779],"sma_20":[0,1.0787449896335601],"sma_50":[0,1.052725989818573],"sma_100":[0,1.0891170012950897],"ema_9":[0,1.115439761014978],"ema_12":[0,1.1076288357045034],"ema_26":[0,1.0826000194343075],"ema_50":[0,1.0757582333995064],"ema_200":[0,1.1500521543056526],"ulcer_index":[0,1.7920694457341737],"force_index":[0,6779.9083503302845],"easy_movement":[0,0.027838702854534974],"volume_weighted_avg":[0,1.1161883804369277],"channel_index":[0,-72.97150722779641],"williams_r":[0,-57.99999237060547],"mass_index":[0,27.76341367736032],"obv":[0,-4819584],"rsi":[0,58.556720530179625],"rsi_2":[0,18.684452675447673],"vwma":[0,1.103151712990652],"macd":[0,0.005375138123303546],"stoch":[0,42.00000762939453],"bb_middle":[0,1.0787449896335601],"bb_low":[0,0.9844487994126235],"bb_upper":[0,1.1730411798544966],"timestamp":[0,"2024-12-09T19:30:00Z"]}],[0,{"open":[0,1.0899],"low":[0,1.085],"high":[0,1.11],"close":[0,1.105],"volume":[0,132292],"signal":[0,1],"sma_5":[0,1.1210000038146972],"sma_10":[0,1.1150200009346007],"sma_20":[0,1.0819999933242799],"sma_50":[0,1.0530259895324707],"sma_100":[0,1.0872670018672943],"ema_9":[0,1.1093518164484046],"ema_12":[0,1.104147484151689],"ema_26":[0,1.0827934821196648],"ema_50":[0,1.0767522097103635],"ema_200":[0,1.1620966055741881],"ulcer_index":[0,2.402709092944836],"force_index":[0,4859.655749268837],"easy_movement":[0,-0.0008917200787806215],"volume_weighted_avg":[0,1.116409351646655],"channel_index":[0,-47.326049711707746],"williams_r":[0,-69.99998092651367],"mass_index":[0,27.355864463636927],"obv":[0,-5400028],"rsi":[0,50.72722031122551],"rsi_2":[0,5.940940372108727],"vwma":[0,1.1041141649968529],"macd":[0,0.0013801797737945445],"stoch":[0,30.000019073486328],"bb_middle":[0,1.0819999933242799],"bb_low":[0,0.9916414352352866],"bb_upper":[0,1.172358551413273],"timestamp":[0,"2024-12-09T20:30:00Z"]}],[0,{"open":[0,1.115],"low":[0,1.049],"high":[0,1.12],"close":[0,1.085],"volume":[0,441729],"signal":[0,1],"sma_5":[0,1.1150000095367432],"sma_10":[0,1.1150200009346007],"sma_20":[0,1.0864949941635131],"sma_50":[0,1.054025990962982],"sma_100":[0,1.0852720022201539],"ema_9":[0,1.1084814569704877],"ema_12":[0,1.1042786425700477],"ema_26":[0,1.0844318646155489],"ema_50":[0,1.0775963623028817],"ema_200":[0,1.156231058563846],"ulcer_index":[0,2.5882141074701375],"force_index":[0,4543.388208795575],"easy_movement":[0,0.010985238083351273],"volume_weighted_avg":[0,1.1196866737047393],"channel_index":[0,-63.92028854964027],"williams_r":[0,-64.58331884609386],"mass_index":[0,27.10432309620322],"obv":[0,-4983174],"rsi":[0,55.034411778838226],"rsi_2":[0,50.73854182849237],"vwma":[0,1.1085683085928402],"macd":[0,-0.00010995015801397445],"stoch":[0,35.41668115390614],"bb_middle":[0,1.0864949941635131],"bb_low":[0,1.0010869888798857],"bb_upper":[0,1.1719029994471406],"timestamp":[0,"2024-12-10T14:30:00Z"]}],[0,{"open":[0,1.085],"low":[0,1.06],"high":[0,1.09],"close":[0,1.065],"volume":[0,269126],"signal":[0,1],"sma_5":[0,1.1040000200271607],"sma_10":[0,1.1135200023651124],"sma_20":[0,1.089744997024536],"sma_50":[0,1.0546259927749633],"sma_100":[0,1.0832210028171538],"ema_9":[0,1.1037851732026476],"ema_12":[0,1.1013127025720788],"ema_26":[0,1.0844669508146016],"ema_50":[0,1.0776047933506414],"ema_200":[0,1.1498570207079366],"ulcer_index":[0,3.0532746976270855],"force_index":[0,2632.2344486653083],"easy_movement":[0,-0.026989621400398178],"volume_weighted_avg":[0,1.1197134997146334],"channel_index":[0,3.2117328012186586],"williams_r":[0,-79.54542252643466],"mass_index":[0,27.125338550487125],"obv":[0,-5233799],"rsi":[0,50.298534479490016],"rsi_2":[0,25.98589036408491],"vwma":[0,1.1091612518477365],"macd":[0,-0.0024976731677600304],"stoch":[0,20.454577473565344],"bb_middle":[0,1.089744997024536],"bb_low":[0,1.0099426980992394],"bb_upper":[0,1.1695472959498328],"timestamp":[0,"2024-12-10T15:30:00Z"]}],[0,{"open":[0,1.06],"low":[0,1.05],"high":[0,1.0736],"close":[0,1.06],"volume":[0,203582],"signal":[0,1],"sma_5":[0,1.0910000324249267],"sma_10":[0,1.1110000133514404],"sma_20":[0,1.0909950017929078],"sma_50":[0,1.0548259949684142],"sma_100":[0,1.0811240029335023],"ema_9":[0,1.0960281500032156],"ema_12":[0,1.0957261409316958],"ema_26":[0,1.0830182761280884],"ema_50":[0,1.0768413926630376],"ema_200":[0,1.1436048698148176],"ulcer_index":[0,3.695878001060341],"force_index":[0,1487.2512902537949],"easy_movement":[0,-0.06940602298563278],"volume_weighted_avg":[0,1.1173742759265564],"channel_index":[0,-36.54883278061574],"williams_r":[0,-88.63632176533763],"mass_index":[0,27.182531954171594],"obv":[0,-5401271],"rsi":[0,46.032153859012524],"rsi_2":[0,13.152789464338937],"vwma":[0,1.1090240688237563],"macd":[0,-0.005316936064243268],"stoch":[0,11.363678234662371],"bb_middle":[0,1.0909950017929078],"bb_low":[0,1.0136018136532738],"bb_upper":[0,1.1683881899325417],"timestamp":[0,"2024-12-10T16:30:00Z"]}],[0,{"open":[0,1.065],"low":[0,1.06],"high":[0,1.08],"close":[0,1.065],"volume":[0,89938],"signal":[0,1],"sma_5":[0,1.0800000190734864],"sma_10":[0,1.1075000047683716],"sma_20":[0,1.0924950003623963],"sma_50":[0,1.0549239945411681],"sma_100":[0,1.079124002456665],"ema_9":[0,1.0888225085488457],"ema_12":[0,1.090229800125419],"ema_26":[0,1.0812917120737207],"ema_50":[0,1.0753150763044175],"ema_200":[0,1.1253724343800642],"ulcer_index":[0,4.2986867762872984],"force_index":[0,1129.4840945394567],"easy_movement":[0,-0.1267619500775195],"volume_weighted_avg":[0,1.115831960549487],"channel_index":[0,-49.29378892474764],"williams_r":[0,-87.8788053934591],"mass_index":[0,27.24154359660484],"obv":[0,-5110054],"rsi":[0,45.01599706402707],"rsi_2":[0,10.548135348294068],"vwma":[0,1.109844680075736],"macd":[0,-0.007296681761118369],"stoch":[0,12.121194606540902],"bb_middle":[0,1.0924950003623963],"bb_low":[0,1.018814843077989],"bb_upper":[0,1.1661751576468036],"timestamp":[0,"2024-12-10T17:30:00Z"]}],[0,{"open":[0,1.0636],"low":[0,1.0636],"high":[0,1.09],"close":[0,1.0817],"volume":[0,64585],"signal":[0,1],"sma_5":[0,1.0760000228881836],"sma_10":[0,1.0985000133514404],"sma_20":[0,1.0939950048923492],"sma_50":[0,1.0549239945411681],"sma_100":[0,1.0776470029354095],"ema_9":[0,1.0840580182785442],"ema_12":[0,1.0863482999552574],"ema_26":[0,1.0800746035454272],"ema_50":[0,1.0744950233611332],"ema_200":[0,1.116420938097892],"ulcer_index":[0,4.763503477595243],"force_index":[0,1032.3651476694777],"easy_movement":[0,-0.02039040170136102],"volume_weighted_avg":[0,1.1160367905945543],"channel_index":[0,-70.8489487440985],"williams_r":[0,-89.74357014969169],"mass_index":[0,27.138696097632675],"obv":[0,-4613893],"rsi":[0,46.31197045916886],"rsi_2":[0,35.925537353759935],"vwma":[0,1.1101775497457098],"macd":[0,-0.007981965914271777],"stoch":[0,10.256429850308301],"bb_middle":[0,1.0939950048923492],"bb_low":[0,1.023924867731107],"bb_upper":[0,1.1640651420535915],"timestamp":[0,"2024-12-10T18:30:00Z"]}],[0,{"open":[0,1.0896],"low":[0,1.06],"high":[0,1.0896],"close":[0,1.0604],"volume":[0,68951],"signal":[0,1],"sma_5":[0,1.071340012550354],"sma_10":[0,1.0931700110435485],"sma_20":[0,1.0965650022029876],"sma_50":[0,1.0561579942703248],"sma_100":[0,1.0765640020370484],"ema_9":[0,1.083586408099703],"ema_12":[0,1.0856331718674237],"ema_26":[0,1.080195000866828],"ema_50":[0,1.0747775701855726],"ema_200":[0,1.1160754558022348],"ulcer_index":[0,5.0343313121973505],"force_index":[0,1039.129824928309],"easy_movement":[0,-0.014143994112266692],"volume_weighted_avg":[0,1.1165837974682409],"channel_index":[0,-72.51252602403801],"williams_r":[0,-79.03850077524237],"mass_index":[0,26.912544785518456],"obv":[0,-4549308],"rsi":[0,50.490221250600406],"rsi_2":[0,77.8676224704241],"vwma":[0,1.1108884352458281],"macd":[0,-0.007053993058805009],"stoch":[0,20.961499224757628],"bb_middle":[0,1.0965650022029876],"bb_low":[0,1.0325163646193851],"bb_upper":[0,1.16061363978659],"timestamp":[0,"2024-12-10T19:30:00Z"]}],[0,{"open":[0,1.061],"low":[0,1.05],"high":[0,1.0652],"close":[0,1.05],"volume":[0,146605],"signal":[0,1],"sma_5":[0,1.0664200067520142],"sma_10":[0,1.0852100133895874],"sma_20":[0,1.098835003376007],"sma_50":[0,1.056065993309021],"sma_100":[0,1.0752680015563965],"ema_9":[0,1.078949128307232],"ema_12":[0,1.0817511458565405],"ema_26":[0,1.0787207042891849],"ema_50":[0,1.0738915598472152],"ema_200":[0,1.1090468251580445],"ulcer_index":[0,5.443997571193434],"force_index":[0,680.7172582368181],"easy_movement":[0,-0.012677513793869747],"volume_weighted_avg":[0,1.1175192156180893],"channel_index":[0,-67.10748070223116],"williams_r":[0,-92.6923185669211],"mass_index":[0,26.672135125809117],"obv":[0,-4375529],"rsi":[0,45.61519344574543],"rsi_2":[0,29.166289871827715],"vwma":[0,1.1133257161917773],"macd":[0,-0.007579540453708827],"stoch":[0,7.307681433078892],"bb_middle":[0,1.098835003376007],"bb_low":[0,1.043947597572415],"bb_upper":[0,1.153722409179599],"timestamp":[0,"2024-12-10T20:30:00Z"]}],[0,{"open":[0,1.09],"low":[0,1.03],"high":[0,1.09],"close":[0,1.075],"volume":[0,465633],"signal":[0,1],"sma_5":[0,1.0634199857711792],"sma_10":[0,1.077210009098053],"sma_20":[0,1.0978550016880035],"sma_50":[0,1.0555659914016724],"sma_100":[0,1.0740440011024475],"ema_9":[0,1.0731592931146647],"ema_12":[0,1.0768663483844103],"ema_26":[0,1.0766057880189224],"ema_50":[0,1.0734598770107968],"ema_200":[0,1.1186127004318505],"ulcer_index":[0,5.932112400877807],"force_index":[0,365.6904210752432],"easy_movement":[0,-0.030981474525578173],"volume_weighted_avg":[0,1.1156893511900559],"channel_index":[0,-49.83029095821981],"williams_r":[0,-99.35902089448221],"mass_index":[0,26.36770276122921],"obv":[0,-4842513],"rsi":[0,43.39468569649147],"rsi_2":[0,18.107155763910157],"vwma":[0,1.1138415261933432],"macd":[0,-0.008263600764377068],"stoch":[0,0.6409791055177847],"bb_middle":[0,1.0978550016880035],"bb_low":[0,1.0402805203814998],"bb_upper":[0,1.1554294829945073],"timestamp":[0,"2024-12-11T14:30:00Z"]}],[0,{"open":[0,1.0797],"low":[0,1.045],"high":[0,1.08],"close":[0,1.06],"volume":[0,180972],"signal":[0,1],"sma_5":[0,1.0664200067520142],"sma_10":[0,1.0732100129127502],"sma_20":[0,1.0956150054931642],"sma_50":[0,1.0555659914016724],"sma_100":[0,1.0727940011024475],"ema_9":[0,1.073527444028475],"ema_12":[0,1.0765792251996882],"ema_26":[0,1.0764868442903885],"ema_50":[0,1.0735202758607152],"ema_200":[0,1.118178743688088],"ulcer_index":[0,6.124711931412175],"force_index":[0,1976.4002763425528],"easy_movement":[0,-0.061279122564056654],"volume_weighted_avg":[0,1.092209202942044],"channel_index":[0,20.980890874863157],"williams_r":[0,-67.85708507712415],"mass_index":[0,26.303177027261768],"obv":[0,-4376880],"rsi":[0,49.68522122139018],"rsi_2":[0,70.99037996458131],"vwma":[0,1.1103007040421276],"macd":[0,-0.006745424176452295],"stoch":[0,32.14291492287584],"bb_middle":[0,1.0956150054931642],"bb_low":[0,1.0381441084261045],"bb_upper":[0,1.1530859025602238],"timestamp":[0,"2024-12-11T15:30:00Z"]}],[0,{"open":[0,1.06],"low":[0,1.05],"high":[0,1.0799],"close":[0,1.065],"volume":[0,108680],"signal":[0,1],"sma_5":[0,1.0654199838638305],"sma_10":[0,1.070710003376007],"sma_20":[0,1.092865002155304],"sma_50":[0,1.0555659914016724],"sma_100":[0,1.0713940000534057],"ema_9":[0,1.0708219437786273],"ema_12":[0,1.0740285663491418],"ema_26":[0,1.0752654559255552],"ema_50":[0,1.072984574047735],"ema_200":[0,1.117489468920519],"ulcer_index":[0,6.388700316662709],"force_index":[0,1306.2666355748006],"easy_movement":[0,-0.060080889680656356],"volume_weighted_avg":[0,1.0838771500551012],"channel_index":[0,-29.266401856683196],"williams_r":[0,-72.72730228329108],"mass_index":[0,26.28427358498489],"obv":[0,-4381148],"rsi":[0,46.348415718681736],"rsi_2":[0,39.99647429372618],"vwma":[0,1.107117555381404],"macd":[0,-0.006459928981642299],"stoch":[0,27.272697716708915],"bb_middle":[0,1.092865002155304],"bb_low":[0,1.0341182167255871],"bb_upper":[0,1.1516117875850207],"timestamp":[0,"2024-12-11T16:30:00Z"]}],[0,{"open":[0,1.0615],"low":[0,1.06],"high":[0,1.07],"close":[0,1.065],"volume":[0,30360],"signal":[0,1],"sma_5":[0,1.0620800018310548],"sma_10":[0,1.0667100071907043],"sma_20":[0,1.0908650040626526],"sma_50":[0,1.0557659935951234],"sma_100":[0,1.0700470006465912],"ema_9":[0,1.0696575664670547],"ema_12":[0,1.0726395649614064],"ema_26":[0,1.0745051924225408],"ema_50":[0,1.0726769484133247],"ema_200":[0,1.1170775674432263],"ulcer_index":[0,6.561892948344747],"force_index":[0,1197.2902363775745],"easy_movement":[0,-0.047285825764732795],"volume_weighted_avg":[0,1.077294182429502],"channel_index":[0,-44.27725665036417],"williams_r":[0,-68.18174429177229],"mass_index":[0,26.272494785906833],"obv":[0,-4433699],"rsi":[0,47.603076820415176],"rsi_2":[0,53.524068160423965],"vwma":[0,1.1064509445725117],"macd":[0,-0.00567076024118056],"stoch":[0,31.818255708227717],"bb_middle":[0,1.0908650040626526],"bb_low":[0,1.0311906868653413],"bb_upper":[0,1.150539321259964],"timestamp":[0,"2024-12-11T17:30:00Z"]}],[0,{"open":[0,1.065],"low":[0,1.05],"high":[0,1.07],"close":[0,1.0562],"volume":[0,114989],"signal":[0,1],"sma_5":[0,1.0630000114440918],"sma_10":[0,1.064710009098053],"sma_20":[0,1.0891150057315826],"sma_50":[0,1.056265995502472],"sma_100":[0,1.0686970007419587],"ema_9":[0,1.0687260646177357],"ema_12":[0,1.0714642560781837],"ema_26":[0,1.0738011083334977],"ema_50":[0,1.0723758938567416],"ema_200":[0,1.1165593832619054],"ulcer_index":[0,6.645310043461677],"force_index":[0,1026.2941614008162],"easy_movement":[0,-0.04716816896673637],"volume_weighted_avg":[0,1.0750864879445707],"channel_index":[0,-61.355257839386184],"williams_r":[0,-61.11103016656181],"mass_index":[0,26.103867705955626],"obv":[0,-4433699],"rsi":[0,47.59755548489889],"rsi_2":[0,53.524068160423965],"vwma":[0,1.1065542571303113],"macd":[0,-0.0049135880282881305],"stoch":[0,38.88896983343819],"bb_middle":[0,1.0891150057315826],"bb_low":[0,1.0285684654993912],"bb_upper":[0,1.149661545963774],"timestamp":[0,"2024-12-11T18:30:00Z"]}],[0,{"open":[0,1.06],"low":[0,1.05],"high":[0,1.07],"close":[0,1.065],"volume":[0,53345],"signal":[0,1],"sma_5":[0,1.064240026473999],"sma_10":[0,1.0638300061225892],"sma_20":[0,1.0874150097370148],"sma_50":[0,1.0566899967193604],"sma_100":[0,1.0672590005397797],"ema_9":[0,1.0662208571573877],"ema_12":[0,1.0691159050386425],"ema_26":[0,1.0724304536309797],"ema_50":[0,1.069048750893714],"ema_200":[0,1.06184414435483],"ulcer_index":[0,6.685548852735679],"force_index":[0,735.5830039766308],"easy_movement":[0,-0.030375262731056982],"volume_weighted_avg":[0,1.0724232119347856],"channel_index":[0,-35.16262709575726],"williams_r":[0,-70.88883737872115],"mass_index":[0,25.75777040229492],"obv":[0,-2443392],"rsi":[0,45.4744411894122],"rsi_2":[0,20.68872086383581],"vwma":[0,1.1063117087495218],"macd":[0,-0.004797964636950762],"stoch":[0,29.11116262127885],"bb_middle":[0,1.0874150097370148],"bb_low":[0,1.0251995186777791],"bb_upper":[0,1.1496305007962504],"timestamp":[0,"2024-12-11T19:30:00Z"]}],[0,{"open":[0,1.06],"low":[0,1.06],"high":[0,1.07],"close":[0,1.07],"volume":[0,126464],"signal":[0,1],"sma_5":[0,1.0622400283813476],"sma_10":[0,1.064330017566681],"sma_20":[0,1.0859150111675262],"sma_50":[0,1.0573679971694947],"sma_100":[0,1.0673800015449524],"ema_9":[0,1.0659766971795965],"ema_12":[0,1.0684827002999093],"ema_26":[0,1.0719014653418606],"ema_50":[0,1.069752186336919],"ema_200":[0,1.0792025484565586],"ulcer_index":[0,6.558117817137268],"force_index":[0,697.2910072600913],"easy_movement":[0,-0.015972650599387992],"volume_weighted_avg":[0,1.0710782695869316],"channel_index":[0,-51.405983786428735],"williams_r":[0,-61.11103016656181],"mass_index":[0,24.971311402774532],"obv":[0,-3075187],"rsi":[0,48.01180640039719],"rsi_2":[0,64.38549637327718],"vwma":[0,1.1061544889009018],"macd":[0,-0.0038945487934958184],"stoch":[0,38.88896983343819],"bb_middle":[0,1.0859150111675262],"bb_low":[0,1.0230600442841402],"bb_upper":[0,1.1487699780509122],"timestamp":[0,"2024-12-11T20:30:00Z"]}],[0,{"open":[0,1.07],"low":[0,1.03],"high":[0,1.07],"close":[0,1.06],"volume":[0,329230],"signal":[0,1],"sma_5":[0,1.064240050315857],"sma_10":[0,1.0648300170898437],"sma_20":[0,1.0816650152206422],"sma_50":[0,1.0579759979248047],"sma_100":[0,1.0670800018310547],"ema_9":[0,1.066781368223869],"ema_12":[0,1.0687161363023425],"ema_26":[0,1.0717377992908954],"ema_50":[0,1.0688429521274974],"ema_200":[0,1.0606435926159083],"ulcer_index":[0,6.465820891420679],"force_index":[0,687.946304660231],"easy_movement":[0,-0.012203680451890086],"volume_weighted_avg":[0,1.0691230848523057],"channel_index":[0,-18.095975180702865],"williams_r":[0,-55.55548196960164],"mass_index":[0,23.779885028235313],"obv":[0,-2590665],"rsi":[0,49.4867080854592],"rsi_2":[0,78.09793981943116],"vwma":[0,1.0872139622606571],"macd":[0,-0.002826943393407888],"stoch":[0,44.444518030398356],"bb_middle":[0,1.0816650152206422],"bb_low":[0,1.0271250497263684],"bb_upper":[0,1.136204980714916],"timestamp":[0,"2024-12-12T14:30:00Z"]}],[0,{"open":[0,1.0513],"low":[0,1.045],"high":[0,1.07],"close":[0,1.0586],"volume":[0,156682],"signal":[0,1],"sma_5":[0,1.0632400274276734],"sma_10":[0,1.062660014629364],"sma_20":[0,1.0779150128364563],"sma_50":[0,1.058375997543335],"sma_100":[0,1.067182000875473],"ema_9":[0,1.065425083135044],"ema_12":[0,1.0673751834637923],"ema_26":[0,1.0708684193180549],"ema_50":[0,1.06849982704665],"ema_200":[0,1.060710731769771],"ulcer_index":[0,6.282568470669651],"force_index":[0,119.31029716773475],"easy_movement":[0,-0.010295955072037696],"volume_weighted_avg":[0,1.0646759813448],"channel_index":[0,49.52996499948444],"williams_r":[0,-50.00009934097199],"mass_index":[0,23.04391185686972],"obv":[0,-3128806],"rsi":[0,46.677047827216285],"rsi_2":[0,30.745829591901412],"vwma":[0,1.0792256590194693],"macd":[0,-0.0026386975748535534],"stoch":[0,49.99990065902801],"bb_middle":[0,1.0779150128364563],"bb_low":[0,1.0284851744739651],"bb_upper":[0,1.1273448511989475],"timestamp":[0,"2024-12-12T15:30:00Z"]}],[0,{"open":[0,1.055],"low":[0,1.04],"high":[0,1.06],"close":[0,1.0541],"volume":[0,127254],"signal":[0,1],"sma_5":[0,1.0619600057601928],"sma_10":[0,1.0624800086021424],"sma_20":[0,1.0738450109958648],"sma_50":[0,1.059521996974945],"sma_100":[0,1.0672680008411408],"ema_9":[0,1.064060056287702],"ema_12":[0,1.0660251482081824],"ema_26":[0,1.0699664626997725],"ema_50":[0,1.0683861865129218],"ema_200":[0,1.0662079131788882],"ulcer_index":[0,5.954778559327883],"force_index":[0,71.0366104252664],"easy_movement":[0,0.005816077146409714],"volume_weighted_avg":[0,1.0641903671427175],"channel_index":[0,-4.802437308751502],"williams_r":[0,-52.333420091115535],"mass_index":[0,22.63411417074759],"obv":[0,-3889218],"rsi":[0,46.27582192657457],"rsi_2":[0,26.283739896381206],"vwma":[0,1.0734925108548539],"macd":[0,-0.002460759750895244],"stoch":[0,47.66657990888446],"bb_middle":[0,1.0738450109958648],"bb_low":[0,1.0328480009981715],"bb_upper":[0,1.1148420209935581],"timestamp":[0,"2024-12-12T16:30:00Z"]}],[0,{"open":[0,1.055],"low":[0,1.05],"high":[0,1.06],"close":[0,1.055],"volume":[0,49200],"signal":[0,1],"sma_5":[0,1.0615400075912476],"sma_10":[0,1.0628900170326232],"sma_20":[0,1.070050013065338],"sma_50":[0,1.0602299976348877],"sma_100":[0,1.067159000635147],"ema_9":[0,1.062068052359473],"ema_12":[0,1.0641905170458685],"ema_26":[0,1.0688025367379694],"ema_50":[0,1.0682835916744624],"ema_200":[0,1.075284337411278],"ulcer_index":[0,5.576028402877758],"force_index":[0,-21.004332647608074],"easy_movement":[0,0.008326413382451379],"volume_weighted_avg":[0,1.063981546842607],"channel_index":[0,-16.312947104908538],"williams_r":[0,-59.83326611260895],"mass_index":[0,22.39172448127622],"obv":[0,-4178818],"rsi":[0,44.945344300381684],"rsi_2":[0,13.597709638539428],"vwma":[0,1.0711492140480443],"macd":[0,-0.002490736711096131],"stoch":[0,40.16673388739105],"bb_middle":[0,1.070050013065338],"bb_low":[0,1.0373323856561167],"bb_upper":[0,1.1027676404745594],"timestamp":[0,"2024-12-12T17:30:00Z"]}],[0,{"open":[0,1.0503],"low":[0,1.02],"high":[0,1.0503],"close":[0,1.02],"volume":[0,149552],"signal":[0,1],"sma_5":[0,1.0595399856567382],"sma_10":[0,1.060890007019043],"sma_20":[0,1.0670500099658966],"sma_50":[0,1.0610299968719483],"sma_100":[0,1.0668089997768402],"ema_9":[0,1.0606544313892168],"ema_12":[0,1.0627765811092567],"ema_26":[0,1.0677623935115867],"ema_50":[0,1.0670487348637954],"ema_200":[0,1.0607353114126643],"ulcer_index":[0,5.214427823572728],"force_index":[0,-11.603386156874258],"easy_movement":[0,0.0025605060070092883],"volume_weighted_avg":[0,1.063717824322692],"channel_index":[0,-45.69176779507082],"williams_r":[0,-58.33341611747665],"mass_index":[0,22.25682307181883],"obv":[0,-3683873],"rsi":[0,45.30667136016604],"rsi_2":[0,27.5784959228816],"vwma":[0,1.0694225184900266],"macd":[0,-0.0023141425684039298],"stoch":[0,41.66658388252334],"bb_middle":[0,1.0670500099658966],"bb_low":[0,1.0410568661244723],"bb_upper":[0,1.0930431538073209],"timestamp":[0,"2024-12-12T18:30:00Z"]}],[0,{"open":[0,1.025],"low":[0,1.02],"high":[0,1.0384],"close":[0,1.025],"volume":[0,178205],"signal":[0,1],"sma_5":[0,1.0495399713516236],"sma_10":[0,1.0568900108337402],"sma_20":[0,1.0638000071048737],"sma_50":[0,1.0611059975624084],"sma_100":[0,1.066498999595642],"ema_9":[0,1.0525235412907075],"ema_12":[0,1.0561955640679792],"ema_26":[0,1.0642111174081599],"ema_50":[0,1.0646673241429632],"ema_200":[0,1.0495512163420642],"ulcer_index":[0,5.116947958834115],"force_index":[0,-757.6073944444596],"easy_movement":[0,-0.04602025057312954],"volume_weighted_avg":[0,1.060065181630773],"channel_index":[0,-6.411385223874694],"williams_r":[0,-100],"mass_index":[0,21.97411539505951],"obv":[0,-3038067],"rsi":[0,36.09242960375964],"rsi_2":[0,2.029847829590068],"vwma":[0,1.066143718598765],"macd":[0,-0.004292024919413583],"stoch":[0,0],"bb_middle":[0,1.0638000071048737],"bb_low":[0,1.0319928727392096],"bb_upper":[0,1.0956071414705377],"timestamp":[0,"2024-12-12T19:30:00Z"]}],[0,{"open":[0,1.025],"low":[0,1.02],"high":[0,1.04],"close":[0,1.02],"volume":[0,241049],"signal":[0,1],"sma_5":[0,1.0425399780273437],"sma_10":[0,1.0528900027275085],"sma_20":[0,1.0598000049591065],"sma_50":[0,1.0614059972763061],"sma_100":[0,1.0665319991111755],"ema_9":[0,1.04701882825625],"ema_12":[0,1.0513962406833859],"ema_26":[0,1.061288859214373],"ema_50":[0,1.0623978122790305],"ema_200":[0,1.0349597341213543],"ulcer_index":[0,4.789226861844178],"force_index":[0,-522.0573022659712],"easy_movement":[0,-0.04427562511915691],"volume_weighted_avg":[0,1.0572364049446752],"channel_index":[0,4.5890227461569095],"williams_r":[0,-92.85715502134695],"mass_index":[0,21.75993071153638],"obv":[0,-2020666],"rsi":[0,38.05682343315447],"rsi_2":[0,22.53394842099759],"vwma":[0,1.0624262540706155],"macd":[0,-0.004957791119519778],"stoch":[0,7.142844978653039],"bb_middle":[0,1.0598000049591065],"bb_low":[0,1.0296455026262712],"bb_upper":[0,1.0899545072919419],"timestamp":[0,"2024-12-12T20:30:00Z"]}],[0,{"open":[0,1.02],"low":[0,0.9775],"high":[0,1.05],"close":[0,1.01],"volume":[0,830788],"signal":[0,1],"sma_5":[0,1.034819984436035],"sma_10":[0,1.048389995098114],"sma_20":[0,1.0565500020980836],"sma_50":[0,1.0614059972763061],"sma_100":[0,1.0669049990177155],"ema_9":[0,1.0416150587836008],"ema_12":[0,1.0465660450459935],"ema_26":[0,1.058215467628159],"ema_50":[0,1.060132889519817],"ema_200":[0,1.0227077570137564],"ulcer_index":[0,4.347786182166465],"force_index":[0,-619.4756968435735],"easy_movement":[0,-0.031063700738424977],"volume_weighted_avg":[0,1.0538124339825694],"channel_index":[0,35.77503935710415],"williams_r":[0,-100],"mass_index":[0,21.690136038456405],"obv":[0,-722303],"rsi":[0,36.87681586131241],"rsi_2":[0,15.884879209889377],"vwma":[0,1.0560230417402348],"macd":[0,-0.005390672929725412],"stoch":[0,0],"bb_middle":[0,1.0565500020980836],"bb_low":[0,1.0240408651575363],"bb_upper":[0,1.0890591390386308],"timestamp":[0,"2024-12-13T14:30:00Z"]}],[0,{"open":[0,1.0001],"low":[0,0.999],"high":[0,1.01],"close":[0,1.0096],"volume":[0,135569],"signal":[0,1],"sma_5":[0,1.0259999752044677],"sma_10":[0,1.0437699913978578],"sma_20":[0,1.0537999987602233],"sma_50":[0,1.0614059972763061],"sma_100":[0,1.0675069987773895],"ema_9":[0,1.0352920451248897],"ema_12":[0,1.0409404996489153],"ema_26":[0,1.054655906649969],"ema_50":[0,1.0586483381198215],"ema_200":[0,1.0322564650568975],"ulcer_index":[0,4.33902013150972],"force_index":[0,-1717.9921422114726],"easy_movement":[0,-0.04340184837487317],"volume_weighted_avg":[0,1.0365287284505182],"channel_index":[0,239.78501017293817],"williams_r":[0,-68.29271980298488],"mass_index":[0,22.04998122914704],"obv":[0,-2082151],"rsi":[0,34.51659292811523],"rsi_2":[0,7.285719673695212],"vwma":[0,1.0450836857462507],"macd":[0,-0.005950139973835097],"stoch":[0,31.707280197015113],"bb_middle":[0,1.0537999987602233],"bb_low":[0,1.0157777165889177],"bb_upper":[0,1.091822280931529],"timestamp":[0,"2024-12-13T15:30:00Z"]}],[0,{"open":[0,1.005],"low":[0,1],"high":[0,1.01],"close":[0,1.01],"volume":[0,43919],"signal":[0,1],"sma_5":[0,1.016919994354248],"sma_10":[0,1.0382299900054932],"sma_20":[0,1.051280003786087],"sma_50":[0,1.0613979983329773],"sma_100":[0,1.0678419989347459],"ema_9":[0,1.0301536447637765],"ema_12":[0,1.0361188922077196],"ema_26":[0,1.0513284818224387],"ema_50":[0,1.0571294348058606],"ema_200":[0,1.0401610855377887],"ulcer_index":[0,4.19351380769912],"force_index":[0,-1480.2752935696058],"easy_movement":[0,-0.05221640924118404],"volume_weighted_avg":[0,1.0335271222446356],"channel_index":[0,-18.343499829071153],"williams_r":[0,-68.65232391164776],"mass_index":[0,22.29929934652249],"obv":[0,-2812585],"rsi":[0,34.420167126029426],"rsi_2":[0,6.983329511129796],"vwma":[0,1.0429326293705095],"macd":[0,-0.005942697313105217],"stoch":[0,31.347676088352237],"bb_middle":[0,1.051280003786087],"bb_low":[0,1.0088143494962931],"bb_upper":[0,1.0937456580758809],"timestamp":[0,"2024-12-13T16:30:00Z"]}],[0,{"open":[0,1.005],"low":[0,1],"high":[0,1.01],"close":[0,1],"volume":[0,31177],"signal":[0,2],"sma_5":[0,1.0149199962615967],"sma_10":[0,1.03222998380661],"sma_20":[0,1.048530000448227],"sma_50":[0,1.0613979983329773],"sma_100":[0,1.067959998846054],"ema_9":[0,1.0261229139012484],"ema_12":[0,1.0321005989702234],"ema_26":[0,1.0482617024106509],"ema_50":[0,1.0550633812981987],"ema_200":[0,1.0354832434291128],"ulcer_index":[0,4.179488898526792],"force_index":[0,-1266.3103574943614],"easy_movement":[0,-0.05621781940216851],"volume_weighted_avg":[0,1.031791847460006],"channel_index":[0,-56.782600424301],"williams_r":[0,-64.86491014522264],"mass_index":[0,22.411896152208186],"obv":[0,-2306299],"rsi":[0,34.63534252158267],"rsi_2":[0,14.112744913096165],"vwma":[0,1.0419800923319333],"macd":[0,-0.005522240101077469],"stoch":[0,35.135089854777355],"bb_middle":[0,1.048530000448227],"bb_low":[0,1.0029642057381067],"bb_upper":[0,1.0940957951583472],"timestamp":[0,"2024-12-13T17:30:00Z"]}],[0,{"open":[0,1.0032],"low":[0,1],"high":[0,1.025],"close":[0,1.01],"volume":[0,104688],"signal":[0,1],"sma_5":[0,1.0099200010299683],"sma_10":[0,1.026229989528656],"sma_20":[0,1.04444500207901],"sma_50":[0,1.0611959981918335],"sma_100":[0,1.0680969989299773],"ema_9":[0,1.0208983311162119],"ema_12":[0,1.027162043976324],"ema_26":[0,1.0446760785294535],"ema_50":[0,1.052473845676475],"ema_200":[0,1.026485094136658],"ulcer_index":[0,4.369074680870549],"force_index":[0,-1130.0059985681155],"easy_movement":[0,-0.05633547620016475],"volume_weighted_avg":[0,1.03101309940151],"channel_index":[0,-65.91231023741481],"williams_r":[0,-75.67570702361567],"mass_index":[0,22.46828122842528],"obv":[0,-2190247],"rsi":[0,32.116578428737384],"rsi_2":[0,2.9201795324769506],"vwma":[0,1.0408944858155582],"macd":[0,-0.0055137060991670254],"stoch":[0,24.324292976384328],"bb_middle":[0,1.04444500207901],"bb_low":[0,0.9969005423780937],"bb_upper":[0,1.0919894617799262],"timestamp":[0,"2024-12-13T18:30:00Z"]}],[0,{"open":[0,1.0102],"low":[0,1],"high":[0,1.02],"close":[0,1.0135],"volume":[0,107257],"signal":[0,1],"sma_5":[0,1.007920002937317],"sma_10":[0,1.021369993686676],"sma_20":[0,1.0419250011444092],"sma_50":[0,1.0611099982261658],"sma_100":[0,1.0685689985752105],"ema_9":[0,1.0187186630003282],"ema_12":[0,1.0245217320642457],"ema_26":[0,1.0421403011301016],"ema_50":[0,1.052129887082068],"ema_200":[0,1.0528817157418282],"ulcer_index":[0,4.465611777476854],"force_index":[0,-818.8616365555654],"easy_movement":[0,-0.037330585259302794],"volume_weighted_avg":[0,1.029020218334547],"channel_index":[0,-37.27734028936775],"williams_r":[0,-64.86491014522264],"mass_index":[0,22.418031337084503],"obv":[0,-2870023],"rsi":[0,37.052752834017745],"rsi_2":[0,62.46184970620751],"vwma":[0,1.0396240225436388],"macd":[0,-0.004452903481926347],"stoch":[0,35.135089854777355],"bb_middle":[0,1.0419250011444092],"bb_low":[0,0.9927167361446135],"bb_upper":[0,1.0911332661442048],"timestamp":[0,"2024-12-13T19:30:00Z"]}]]]}]}" ssr="" client="only" opts="{"name":"MLSpeedometer","value":"react"}"></astro-island> <div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto"> <!-- Title --> <div class="max-w-2xl mx-auto mb-10 lg:mb-14"> <h2 class="text-2xl font-bold md:text-4xl md:leading-tight dark:text-white">More About Our WKHS 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 WKHS stocks ML model?
</h3> <p class="mt-1 text-gray-500 dark:text-neutral-500">
To train our stocks WKHS 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 WKHS 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 WKHS 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#50393e363f1036393e21253f24317e333f3d"><span class="__cf_email__" data-cfemail="bed7d0d8d1fed8d7d0cfcbd1cadf90ddd1d3">[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="ZpvhKj" prefix="r0" component-url="/_astro/ShareInSocialNetworks.CQXZNP8u.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{"url":[0,"https://finquota.com/WKHS/forecast/"],"title":[0,"WKHS Forecast & Prediction for December 27, 2024 Workhorse Group 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 WKHS ML model is developed exclusively for educational purposes. Any information presented on this page
regarding the '<a href="https://finquota.com/WKHS/forecast/" title="WKHS Forecast & Prediction for December 27, 2024 Workhorse Group Inc." class="font-bold">"WKHS Forecast & Prediction for December 27, 2024 Workhorse Group Inc."</a> should not be considered as
financial advice or as
a recommendation to buy or sell stocks. It is provided strictly for educational purposes. Investing in
stocks involves significant risks, and decisions should be made only after careful consideration and
consultation with a qualified financial advisor.
</p> </div> </div> </div> </div> </div> </div> <footer class="w-full py-10 px-4 sm:px-6 lg:px-8 mx-auto dark:bg-gray-900 border-t dark:border-gray-800 dark:shadow-slate-700/[.7] dark:text-gray-300 bg-gray-100"> <!-- Grid --> <div class="text-center"> <div class="mb-1 md:mb-2 flex justify-center items-center flex-col lg:flex-row"> <div class="flex items-center"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 text-xl mr-1 font-semibold text-black dark:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600"> <path d="M15.5 2A1.5 1.5 0 0 0 14 3.5v13a1.5 1.5 0 0 0 1.5 1.5h1a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 16.5 2h-1ZM9.5 6A1.5 1.5 0 0 0 8 7.5v9A1.5 1.5 0 0 0 9.5 18h1a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 10.5 6h-1ZM3.5 10A1.5 1.5 0 0 0 2 11.5v5A1.5 1.5 0 0 0 3.5 18h1A1.5 1.5 0 0 0 6 16.5v-5A1.5 1.5 0 0 0 4.5 10h-1Z"></path> </svg> <a class="flex-none text-xl font-semibold text-black dark:text-gray-300 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/" aria-label="FinQuota.com">
FinQuota.com
</a> </div> </div> <div class="flex justify-center items-center flex-col lg:flex-row"> <ul class="text-center lg:ml-4 mt-2 lg:mt-0"> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/">
Home
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/screener/">
Screener
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/contact/">
Contact us
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/privacy-policy/">
Privacy Policy
</a> </li> <li class="inline-block relative pe-8 last:pe-0 last-of-type:before:hidden before:absolute before:top-1/2 before:end-3 before:-translate-y-1/2 before:content-['/'] before:text-gray-300 dark:before:text-gray-600"> <a class="inline-flex gap-x-2 text-sm text-gray-500 hover:text-gray-800 dark:text-gray-500 dark:hover:text-gray-200 dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600" href="/terms/">
Terms of Use
</a> </li> </ul> </div> <!-- End Col --> <div class="mt-3"> <p class="text-gray-500">© FinQuota. 2024. All rights reserved.</p> </div> <!-- Social Brands --> <div class="mt-3 space-x-2"> <a rel="nofollow noopener" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://www.facebook.com/groups/finquota" aria-label="Facebook FinQuota" target="_blank"> <svg fill="currentColor" height="16" width="16" viewBox="0 0 56.693 56.693" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M40.43,21.739h-7.645v-5.014c0-1.883,1.248-2.322,2.127-2.322c0.877,0,5.395,0,5.395,0V6.125l-7.43-0.029 c-8.248,0-10.125,6.174-10.125,10.125v5.518h-4.77v8.53h4.77c0,10.947,0,24.137,0,24.137h10.033c0,0,0-13.32,0-24.137h6.77 L40.43,21.739z"></path></svg> </a> <a rel="nofollow noopener" target="_blank" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://twitter.com/FinQuota" aria-label="Twitter FinQuota"> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path d="M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717 l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339 l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z"></path></svg> </a> <a rel="nofollow noopener" target="_blank" class="inline-flex justify-center items-center w-10 h-10 text-center text-gray-500 hover:bg-gray-100 rounded-full focus:outline-none focus:ring-2 focus:ring-blue-600 focus:ring-offset-2 focus:ring-offset-white transition dark:text-gray-300 dark:hover:text-gray-200 dark:hover:bg-gray-800" href="https://t.me/finquota" aria-label="Telegram FinQuota"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-telegram" viewBox="0 0 16 16"> <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09"></path> </svg> </a> </div> <!-- End Social Brands --> </div> <!-- End Grid --> </footer> <astro-island uid="Z1t49UR" prefix="r1" component-url="/_astro/_astro-entry_react-toastify.D5mK24es.js" component-export="ToastContainer" renderer-url="/_astro/client.CLg1VKAy.js" props="{"theme":[0,"light"]}" ssr="" client="idle" opts="{"name":"ToastContainer","value":true}" await-children=""><div class="Toastify"></div><!--astro:end--></astro-island> <astro-island uid="19L1gy" component-url="/_astro/Cookie.QdGEVWl8.js" component-export="default" renderer-url="/_astro/client.CLg1VKAy.js" props="{}" ssr="" client="only" opts="{"name":"Cookie","value":"react"}"></astro-island> <script type="text/partytown" async src="https://www.googletagmanager.com/gtag/js?id=G-1DZ32DVMWT"></script> <script type="text/partytown">
<!-- Google tag (gtag.js) -->
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1DZ32DVMWT');
</script></body></html>