Posts
Showing posts from November, 2025
eclipse source control with github
- Get link
- X
- Other Apps
Here is the simple, correct, up-to-date way to use Git + GitHub from Eclipse . ✅ Step 1: Install EGit Plugin (Usually Already Installed) Most Eclipse versions already include EGit . Check: In Eclipse, go to Help → About Eclipse IDE → Installation Details → Plug-ins Search for EGit . If not present: Go to Help → Eclipse Marketplace Search EGit Install it Restart Eclipse ✅ Step 2: Connect Eclipse to Your Local Git Repository Option A — You already have a project in Eclipse You want to create a git repo for it. Right-click the project → Team → Share Project Select Git Click Create Repository Finish Now your project is a Git repo. ✅ Step 3: Add GitHub as Remote You need your GitHub repo URL. Example: https://github.com/username/projectname.git In Eclipse: Right-click your project → Team → Remote → Configure Push to Upstream Enter: URI: paste your GitHub URL Authentication: GitHub username + PAT (personal access token)...
eclipse source control with bitbucket
- Get link
- X
- Other Apps
Using Bitbucket with Eclipse is almost the same as GitHub. Here is the exact step-by-step setup for Eclipse + EGit + Bitbucket . ✅ Step 1: Install EGit in Eclipse (If not already installed) Most Eclipse versions include EGit. Check: Help → About Eclipse → Installation Details → Plug-ins → search “EGit” If missing: Help → Eclipse Marketplace → search “EGit” → Install → Restart Eclipse ✅ Step 2: Create a Bitbucket Repo (if you don’t already have one) Go to: https://bitbucket.org Then: Create repository Choose: Git Add README (optional) Once created, copy the HTTPS URL like: https://sudhakar@bitbucket.org/sudhakar/myproject.git ✅ Step 3: Share Your Eclipse Project to Git If your project already exists in Eclipse: Right-click project Team → Share Project Select Git Choose/Create a local repository Finish Your project is now under Git. ✅ Step 4: Add Bitbucket as Remote Right-click project Team → Remote → Configure Push to ...
Automated Supertrend Trading with Zerodha + AlgoMojo + TradingView
- Get link
- X
- Other Apps
Zerodha’s built-in TradingView charts inside Kite look advanced, but they cannot create alerts, webhooks, or JSON outputs . Therefore, automated trading using Supertrend or any custom logic must be done through: ➡ TradingView.com web platform ➡ AlgoMojo Webhook ➡ Zerodha API for order execution This guide explains how to automate the powerful Supertrend + EMA 50 trend confirmation system using only built-in TradingView indicators. ⭐ Why Supertrend + EMA50 Works The combination avoids false signals: Supertrend decides the Buy/Sell direction EMA 50 acts as trend filter Buy only if price above EMA 50 Exit or avoid buy if price below EMA 50 Sell/Exit only if Supertrend flips down This makes entries cleaner and avoids chop. ⭐ Automation Flow TradingView Alert → AlgoMojo Webhook → Zerodha Order This is the only automation path for Zerodha. 🔥 Step-by-Step Setup STEP 1 — Open TradingView.com (not Zerodha charts) Because Zerodha charts cannot create alerts: ❌ No alerts ...
Top No-Code Algo Trading Platforms in India (2025) – Full Comparison & Ranking
- Get link
- X
- Other Apps
Algorithmic trading is no longer just for coders or quant traders. In India, several no-code algo platforms now allow traders to automate strategies using visual builders, drag-and-drop blocks, or simple indicator-based rules—without writing a single line of code. In this post, we rank the best no-code algo platforms in India (2025) based on ease of use, cost, broker support, reliability, and suitability for beginners or pros. ⭐ Overall Rankings (2025) Rank Platform Best For Why It Stands Out #1 Tradetron Traders wanting maximum flexibility Visual rule builder, marketplace, broker ecosystem #2 Zerodha Streak Beginners & indicator-based traders Extremely simple UI, safe sandbox backtests #3 AlgoTest Options traders Multi-leg builder, live execution, excellent backtesting #4 QuantMan Options & strategy builders Drag-and-drop builder + strong analytics #5 AlphaBots Automated plug-and-play strategies Ready strategies + easy deployment #6 AlgoBulls Beginners wanting ready...
nifty 50 buy-any timeframe
- Get link
- X
- Other Apps
MY SHORTLISTED STOCKS UPLOAD HANDLER FOR NEWS BY SESHI REDDY JONNALA EICHER MOTORS | 1 | CHART | TV IDEAS | TV FORECAST | Technicals | Top Stock Research | Stocktwits | Quantity: 1000 HERO MOTOCORP | 1 | CHART | TV IDEAS | TV FORECAST | Technicals | Top Stock Research | Stocktwits | Quantity: 1000 MAHINDRA & MAHINDRA | 1 | CHART | TV IDEAS | TV FORECAST | Technicals | Top Stock Research | Stocktwits | Quantity: 1000 MARUTI SUZUKI | 1 | CHART | TV IDEAS | TV FORECAST | Technicals | Top Stock Research | Stocktwits | Quantity: 1000 RELIANCE INDUSTRIES | 1 | C...