JavaScript (JS) is a high-level, often just-in-time compiled and multi-paradigm programming language that conforms to the ECMAScript specification.
Projects with this topic
-
AIlin is a tool that connects AI services, such as Perplexity.ai, with your local computer.
Updated -
This is a Spike-like web page to show match results and data from BB3 obtained through Cyanide's BB3 API.
Updated -
This website runs in a Docker container. It displays current weather and location.
Updated -
Code for the website (https://dkb.si/)
Updated -
Kisphp javascript assets
Updated -
Teach Me - Keep Learning. Keep Improving | This app will help users to learn heavy content effectively
Updated -
Social Network & Microblogging Web App for the "Cloud Computing & Services" course from University of West Attica.
Updated -
Trading Bot – Algorithmic Crypto Trading with AI Integration
This project is a powerful algorithmic trading bot for cryptocurrency markets. It combines traditional technical analysis with modern machine learning to generate accurate and intelligent trading decisions.
Key Features:
Candlestick Pattern Detection: Identifies classic reversal patterns such as Hammer, Doji, Engulfing, Shooting Star, and complex formations like triangle patterns.
Technical Indicators: Includes standard indicators (RSI, MACD, Moving Averages, Bollinger Bands) and advanced tools like Ichimoku Clouds, SuperTrend, Fibonacci Retracements, and more.
Machine Learning Integration: Uses LSTM-based models for time-series forecasting and momentum strategies, combined with indicator signals through weighted evaluation.
Dynamic Signal Weighting: Customizable signal weighting for patterns, indicators, and ML predictions with automatic adjustments to market volatility.
Trade Execution Engine: Supports long/short positions with stop-loss, take-profit, and trailing stop features. Automatically includes fees and tax deductions in profit calculations.
Backtesting & Debugging: Simulates strategies on historical data with detailed equity/value curve visualization and comprehensive debug logs.
Robust Error Handling: Detects and logs data inconsistencies, index errors, and processing issues to ensure stability.
Modular architecture with key components such as TraderBot, SignalHandler, PatternManager, IndicatorManager, MLModelHandler, SequenceManager, DataAPI, and CryptoCurrency. Additional support provided by PatternCalculator, IndicatorCalculator, and DataProcessing.
Version: V1.3.0.0 | GUI: V1.0.0 Author: Marian Seeger – info@seegersoftwaredevelopment.de
UpdatedUpdated -
Ansible roles useful for developent.
Updated -
Программная система для сопровождения психотерапии и самостоятельной проработки психологических проблем.
Updated -
name: Node.js CI
on: push: branches: - main pull_request: branches: - main
jobs: build:
runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm install - name: Start application run: npm startUpdated -
-
Dashboard providing a user-friendly interface for managing and utilizing U-space services.
Updated -
Updated
-
The source-code, articles, sites, resources and content for blog.rtrace.io
Updated -
-
🤖 Dependabot's core logic for creating update PRs.Updated -
Awesome StimulusJS controllers from across the universe https://stimawesome.com
Updated -
"What Are You Streaming" - Simple web UI for managing stream details on multiple platforms, with a flexible config file.
Updated