🗂️ Code Repository
The source code for TimeSync is available on GitHub. Feel free to explore, fork, or contribute to the project. Check the official repository for the latest updates, issues, and documentation
1. 📈 Optimal Entry Window
Evaluates the best entry window based on volume, price trend, and volatility:
currentVol: Current trading volume hourlyTrend: Price change in the last hour (%) volatility: Standard deviation of the price
⏳ Timing Grade (A–F) Gives a letter grade reflecting the health of the current market condition:
trendScore: A score based on market trends entrySignal: Signal indicating the entry recommendation
🔄 Cycle Momentum % Shows how close the token is to its cycle peak:
minutesSincePeak: Time (in minutes) since the token last peaked
📊 Session Heat Index Simulates the "heat" of the current trading session:
vol: Trading volume in the session wallets: Number of active wallets txCount: Number of transactions in the session
🕰️ Entry-Exit Clock A visual indicator of how far you are from the peak moment:
deltaMinutes: Time difference from the peak moment (in minutes)
Last updated