technical-indicator Questions
13
I was defining a function Heiken Ashi which is one of the popular chart type in Technical Analysis.
I was writing a function on it using Pandas but finding little difficulty.
This is how Heiken As...
Ralf asked 15/11, 2016 at 15:19
3
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......
Apocalypse asked 10/2, 2022 at 6:7
2
Solved
I have a timeseries data. Generating data
date_rng = pd.date_range('2019-01-01', freq='s', periods=400)
df = pd.DataFrame(np.random.lognormal(.005, .5,size=(len(date_rng), 3)),
columns=['data1', ...
Anthropomorphous asked 2/1, 2020 at 7:32
1
Solved
I'm writing a small technical analysis library that consists of items that are not availabile in TA-lib. I've started with an example I found on cTrader and matched it against the code found in the...
Nearsighted asked 12/5, 2019 at 0:32
4
I am new to python and pandas and mainly learning it to diversify my programming skills as well as of the advantage of python as a general programme language. In this programme I am using it to fet...
Gluttonize asked 14/3, 2016 at 11:34
1
Solved
I am trying to use PHPs trader functions (available as a PECL extension) to calculate the moving average convergence/divergence (MACD) of various securities. However, the values returned do not see...
Floro asked 23/12, 2015 at 2:9
1
© 2022 - 2024 — McMap. All rights reserved.