bruedemo
Internal TEST build of the Brue trading-strategy language engine (pure Python). Published for real-world install testing by the London Strategic Edge team only. The engine will be republished under its final name; do not depend on this package.
import brue
r = brue.run("trend.brue", "EURJPY_1h.csv") # one line: strategy file, data, result
r.stats
# reusable objects when you want them
strategy = brue.Strategy(source)
result = strategy.backtest(df)
indicator = brue.Indicator(source)
indicator.compute(df)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bruedemo-0.2.1.tar.gz
(110.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bruedemo-0.2.1-py3-none-any.whl
(114.5 kB
view details)
File details
Details for the file bruedemo-0.2.1.tar.gz.
File metadata
- Download URL: bruedemo-0.2.1.tar.gz
- Upload date:
- Size: 110.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10e034c1ebca6df354414d7d4d595566f7e2997d776a2d3ecf632d1b8ebb0be
|
|
| MD5 |
3b11e00e25379bebefb337662c38ea35
|
|
| BLAKE2b-256 |
ef8631b71570ec9e9202440b40ec28c77cecb2436e043b4b0668e65867ec7293
|
File details
Details for the file bruedemo-0.2.1-py3-none-any.whl.
File metadata
- Download URL: bruedemo-0.2.1-py3-none-any.whl
- Upload date:
- Size: 114.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cc5fc506a4fc88eb109798169c7c9c9779e049a5e844f1d41e131f1e1c66270
|
|
| MD5 |
9759919e000c99714ebcf97910a73179
|
|
| BLAKE2b-256 |
80be4f115332b373c06cf0779ea60f694f723355161c7ae271fece45288c8566
|