![]() |
Author | Type | Description | Version |
---|---|---|---|
C451 | OV+Script | Ichimoku Cloud based on scripts | 1.0.0 |
Name | Description | Default |
---|---|---|
CP | Conversion Line Length | 9 |
BP | Base Line Length | 26 |
LSP | Lagging Span 2 Length | 52 |
DIZ | Displacement | 26 |
baseColor | Base Line Color | brown |
conversionColor | Conversion Line Color | lightblue |
laggingColor | Lagging Span Color | #66CC66 |
lineWidth | Line Width | |
color1 | Color1 | |
color2 | Color2 | |
back1 | Back1 | |
back2 | Back2 | |
drawLines | Draw Lines |
<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['Ichi']]
}
}
}
</script>
[]
Investopedia: Ichi
Investopedia: Ichimoku Cloud based on scripts