Skip to content

Instantly share code, notes, and snippets.

View ibaris's full-sized avatar
🤡
Failure is not an option – it comes bundled with Windows.

Isbert ibaris

🤡
Failure is not an option – it comes bundled with Windows.
View GitHub Profile

Dataset License Agreement

1. Grant of License

The Licensor grants the Licensee a non-exclusive, non-transferable, revocable license to use the dataset solely for internal research and development purposes within the legal entity German Aerospace Center and its direct employees. For clarity, “employees” refers to individuals with a contractual employment level of at least 50% of a full-time position, whose primary place of work is within German Aerospace Center

The license does not extend to contractors, consultants, affiliates, subsidiaries, joint ventures, or any entity that results from reorganization, restructuring, or transfer of business activities related to the Licensee.

2. Restrictions

The Licensee agrees to the following restrictions:

  • The dataset must not be copied, reproduced, or duplicated in any form, except for temporary usage as part of internal workflows.
@ibaris
ibaris / 3d3u_backtest.py
Last active August 22, 2024 12:37
3 Down, 3 Up Strategy on Nasdaq - The Backtest
# -*- coding: utf-8 -*-
# pylint: disable=E1101,W0221,R0913,E1136
"""
3 Down, 3 Up on Nasdaq - The Backtest
=====================================
*Created on 22.08.2024 by bari_is*
*Copyright (C) 2024*
I came across a [post](https://medium.com/@algomatictrading/3-down-3-up-on-nasdaq-8ba4e8108a54) yesterday that presented a straightforward mean-reversion strategy for the Nasdaq-100.
The concept was intriguing: the market rarely declines for too many days in a row before bouncing back,
@ibaris
ibaris / basmap2qgis.py
Created September 21, 2023 06:51
Adding basemaps in QGIS
"""
This script should be run from the Python consol inside QGIS.
It adds online sources to the QGIS Browser.
Each source should contain a list with the folowing items (string type):
[sourcetype, title, authconfig, password, referer, url, username, zmax, zmin]
You can add or remove sources from the sources section of the code.
Script by Klas Karlsson