Skip to content

Latest commit

 

History

History

CMO

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CMO

screen

Info

Author Type Description Version
StdSquad OV+Script Chande Momentum Oscillator 1.0.0

Settings

Name Description Default
length Length 10
lineWidth Line Width
color Color
dataIndex Data Index

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['CMO']]
        }
    }
}

</script>

Overlay data example

[]

Read more about CMO

Investopedia: CMO
Investopedia: Chande Momentum Oscillator