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)
Compute t-statistic for average monthly returns
I have created a trading strategy and computed the monthly returns of it. I have a list of 12 monthly returns, since I have a 1-years period.
Furthermore, I computed the average monthly return for the...
user17717499
Votes: 0
Answers: 0
How to calculate a new value pair BTC/XAU?
If I know, for example,
DOGE/EUR=1:1.323
EUR/USD=1:1.12
JPY/Silver=1:0.81
EUR/JPY=1:12
How can I calculate any other value pair I might be interested, given the known value pairs?
DOGE/USD=?
DOGE/Sil...
Nils Riga
Votes: 0
Answers: 1
Number of grids within the price range and their width
So I'm trying to create a Binance trading grid-like structure:
My attempt:
grid_start = 2.5
grid_gap = 5
total_grids = 10
grids = 0
buy_grid_start = grid_start
buy_grids = []
# CALCULATE GRID
whi...
Cassano
Votes: 0
Answers: 1
Free realtime stockprice data and how to add stock charts like realworld trading app
I currently planning for build a stock trading app using react for study purpose. Is there is any api that can give realtime stock price data and if you can please suggest me a good charting package f...
Shahin Salim
Votes: 0
Answers: 1