Skip to content

How to group indicators on one chart? #1045

Answered by peacerider
lapitskaya38 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Following discussion is may be helpful.
#195

Example

import talib as ta
self.sma1_ = ta.SMA(close, timeperiod=25)
self.sma2_ = ta.SMA(close, timeperiod=45)
self.sma3_ = ta.SMA(close, timeperiod=75)
self.sma1, self.sma2. self.sma3 = self.I(lambda: (self.sma1_, self.sma2_, self.sma3_), name="sma")

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@lapitskaya38
Comment options

@peacerider
Comment options

Answer selected by kernc
Comment options

You must be logged in to vote
2 replies
@peacerider
Comment options

@Rydo111
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants