Zeline-DataTracker
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Data tracker for signals called from MarketAnalysis — records TP/SL results into complete per-asset monthly data. Clean table format for AI chat agents. Integrated with MarketAnalysis for accurate trading data logging.
Zeline-DataTracker
Data tracker for signals from Zeline-MarketAnalysis — records TP/SL results into per-asset monthly table format. Clean markdown tables for AI chat agents. Synchronized with Zeline-MarketAnalysis v3 final format.
👉 Install for Zeline:
zeline skills install https://raw.githubusercontent.com/Mftrferdinand/Zeline-DataTracker/master/SKILL.md
Part of a 2-Repo Workflow
This repo is the result-logging half. It pairs with Zeline-MarketAnalysis which generates the signals:
- Zeline-MarketAnalysis → Full market analysis with Astronacci + Fibonacci. Structured format for AI chat agent — detailed research, entry areas with fixed RR, tight risk management.
- Zeline-DataTracker (this repo) → Records every TP/SL result in clean monthly tables. Uses ✷ for both SELL and BUY.
Zeline-MarketAnalysis → signal (A1, A2, … with TP/SL) → Zeline-DataTracker → logged result
Analyst numbers (A1, A2, …) and the ✷ direction symbol match 1:1 with Zeline-MarketAnalysis, so each logged row traces back to the exact signal that produced it.
Features
- Per-asset tracking — separate files per asset
- ✷ for both directions — synchronized with Zeline-MarketAnalysis (no ✧)
- Monthly organization —
XAUUSD_2026-07.md,BTC_2026-07.md - Table format —
| # | Type | Result | Pips |clean and parseable - AI-ready — structured format parseable by any chat AI agent, sent via MEDIA: path
File Naming
| Asset | File Name |
|---|---|
| XAUUSD | XAUUSD_{YYYY}-{MM}.md |
| BTC | BTC_{YYYY}-{MM}.md |
| EURUSD | EURUSD_{YYYY}-{MM}.md |
| Any asset | {ASSET}_{YYYY}-{MM}.md |
Format
XAUUSD, JULY 2026
| # | Type | Result | Pips |
|---|------|--------|------|
| A1 | ✷ SELL | TP | 200 |
| A2 | ✷ SELL | SL | 100 |
| A3 | ✷ BUY | TP | 500 |
- Title:
{ASSET}, {MONTH} {YEAR}— plain text - Empty line after title
- Table with 4 columns:
#,Type,Result,Pips - ✷ for both SELL and BUY (same as Zeline-MarketAnalysis — no ✧)
Typecolumn:✷ SELLor✷ BUYResultcolumn:TPorSLPipscolumn: numbers only (100, 200, 500, 1000)- Append new rows at the end of table
- File sent via MEDIA: path to user
Result Labels
| Hit | Pips |
|---|---|
| TP1 only | 100 |
| TP2 | 200 |
| TP3 | 500 |
| TP4 (all) | 1000 |
| SL | 100 |
Usage
python scripts/add_history.py XAUUSD 1 sell tp 200
python scripts/add_history.py BTC 3 buy sl 100
Arguments: ASSET ANALYST_NUM DIRECTION RESULT [PIPS]
Note: Script format uses the old bold entry style. Currently data is appended manually to files by me as a Zeline agent.
Viewing History
User says "history xauusd" or "lihat history":
- I check file
{ASSET}_{YYYY}-{MM}.md - Send via MEDIA: path
- If not found: "no history yet for {ASSET} this month"
Related
- Zeline-MarketAnalysis — generates the signals that Zeline-DataTracker logs
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found