Skip to content

Latest commit

 

History

History

TSI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

TSI

screen

Info

Author Type Description Version
StdSquad OV+Script True Strength Index 1.0.0

Settings

Name Description Default
long Long Length 25
short Short Length 13
signal Signal Length 13
lineWidth Line Width
lineWidths Line Widths
colors Colors

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

</script>

Overlay data example

[]

Read more about TSI

Investopedia: TSI
Investopedia: True Strength Index