Skip to content

Latest commit

 

History

History

CCI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CCI

screen

Info

Author Type Description Version
StdSquad OV+Script Commodity Channel Index 1.0.0

Settings

Name Description Default
length Length 21
upper Upper
lower Lower
upper Upper
lower Lower
lineWidth Line Width
color Color
bandColor Band Color
backColor Back Color

How to use

<template>
<trading-vue :overlays="overlays"></trading-vue>
</template>
<script>

import TradingVue from 'trading-vue-js'
import Overlays from 'tvjs-overlays'

export default {
    name: 'app',
    components: { TradingVue },
    data() {
        return {
            overlays: [Overlays['CCI']]
        }
    }
}

</script>

Overlay data example

[]

Read more about CCI

Investopedia: CCI
Investopedia: Commodity Channel Index