python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding multiple vertical lines and scatterplot to cufflinks quantfig candlestick plot
I am trying to use cufflinks quantfigure to add more elements to the candlestick plot. I need guidance on 2 items.
Add multiple horizontal lines, in different color, at once. I am able to add multipl...
anugun
Votes: 0
Answers: 1
Julia add indicator to candlestick chart
I'm new to Julia and I'm trying to add a technical indicator (let it be a simple moving average) to my candlestick chart. How should I do that?
using Plots, MarketData, TimeSeries
gr()
ta = yahoo(:GO...
Fatafim
Votes: 0
Answers: 1
Highlight a certain candle in candlestick chart
I'm learning how to write code for different kinds of charts in R using plotly library. For example:
library(plotly)
library(quantmod)
getSymbols("AAPL",src='yahoo')
# basic example of ohl...
Maria Sunny
Votes: 0
Answers: 1
animation.FuncAnimation mplfinance (candlestick and line togheter)? (python)
I created a reproducible example of random data for candlestick chart ohlc that is working correctly.
Now I need, in the same plot, to plot a random line (in the real application it will be a functio...
Riemann
Votes: 0
Answers: 1