-
Currently funding is most extreme when imbalance in open interest is to one side. However, this does *not* account for what fraction the imbalance is of the current open interest cap. This leads to ex…
-
Unfortunately installing Zipline is a nightmare, only supports Python 3.5.
So maybe investigate open-source backtesters
-
---
title: "PerformanceAnalytics Charts and Tables Overview"
author: "Peter Carl & Brian G. Peterson"
date: "`r Sys.Date()`"
output: tint::tintHtml
vignette: >
%\VignetteIndexEntry{Performan…
-
Market Capitalization (市值), Price-to-Earnings (P/E, 市盈率), Price-to-Book (P/B, 市净率), and Price-to-Sales (P/S, 市销率).
I use the monthly report of the market to do the backtest.
Settings:
Use the CSI 3…
-
**Businesscase:**
We want to launch 2 new strategies -
**Contents:**
**Steady-UNI**
Page link: https://app.sommelier.finance/strategies/Steady-UNI
Strategy name: Steady-UNI
Strategy provider: Pat…
-
Only for "ETH-BTC Trend" and "ETH-BTC Momentum" strategies:
**Design:**
Add "FAQ" tab in Cellar details section base next design:
https://www.figma.com/file/7IAQbLyzapnrow9sIcO77P/App?node-id=1631%3A…
-
I was trying to follow the snippet in the README:
```c
function run()
{
// For example,the base_increment of BTC/USD is 0.00000001, the base_min_size of BTC/USD is 0.0001.
// F…
-
Hey there, great job on the tool you built! I've been building something like this on excel but this is way better.
Is it possible to use the Power Law Support Line as a model? I believe the regre…
-
## Description
If you increase an AME's size to three cores, it will produce less power than an AME with two cores.
**Reproduction**
Build an AME with 2 cores, set injection to 4, note do…
-
## Robust Montecarlo backtesting
Hi,
I noticed that a script to verify the robustness of a strategy through Montecarlo methods is not yet present in freqtrade.
The idea of stressing the trading…