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)
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
What is correct configuration of input parameters for calculating RSI (and ROC)
I have tried to use Technical Indicators library to calculate RSI (and ROC) for candlestick's closing prices, but when I compare results from Binance, I am not getting quite accurate results:
I fetch ...
Whirlwind
Votes: 0
Answers: 1
How to code and compile mql4 and mql5 language in VS Code?
I moved to mql4 and mql5 programming language. But, MetaEditor is very noob to code with,
so I want to code mql4 language and compile with VS Code.
If you have any solution please share with us.....
...
Yousuf Ahamad
Votes: 0
Answers: 3
How can I get my exponential moving average to reflect the same value as the one I defined on Yahoo Finance?
How can I get my exponential moving average to reflect the same value as the one I defined on Yahoo Finance?
I've tried using the pandas_ta package to calculate them as follows:
df['ema48'] = ta.ema(d...
Dreadnought
Votes: 0
Answers: 1