Filter by Timezone: Oceania Europe Americas Asia Africa Clear
Showing 1-7 of 7 results
  1. Need Expert devs for our Ecommerce ( 40 minutes ) (1 Applicants)
    [240][ 1148315 ] 3 days (2025-08-01 16:39 PM)
    ~021951276727007282140
    web_mobile_software_dev • web_development • HOURLY •
    0.0 - 45.0 - 120.0
    {"invitesSent" => 51, "totalInvitedToInterview" => 0, "totalHired" => 0, "totalUnansweredInvites" => 33, "totalOffered" => 0, "totalRecommended" => 0}
    Skills Python • Node.js • React • JavaScript • Web Development •
    About Client ⭐️ 5.0 • 4 reviews • Japan • 9 jobs • $210 Hitoshi Inc

    We are developing revolutionary marketplace and want to grow it as next Amazon.
    Now we need to hire 4 full-time developers.
    Full-Stack guys are preferred, but we are open to hire frontend-only guy or backend only guy also.
    Only individual coders please bid to this job post. If you are agency or middle man like CTO, please don't waste our time.
    We work only with the smart and fast guys.
    So we will make shortcut lists by asking few technical questions and quick test(less than 10mins).
    Our company is using scrum tools - Jira/Slack/Hubstuff.
    With the selected candidates, we open Zoom meeting, will explain the company culture and first sprint details.
    Cheers.

  2. Interactive Web App and Domain Deployment ( about 1 hour ) (20 Applicants)
    [3144][ 1118091 ] 10 days (2025-07-25 16:36 PM)
    ~021948739226794870606
    web_mobile_software_dev • web_development • FIXED •
    1000.0 - -
    {"invitesSent" => 70, "totalInvitedToInterview" => 13, "totalHired" => 0, "totalUnansweredInvites" => 45, "totalOffered" => 1, "totalRecommended" => 0}
    Skills Python • Gradio • Web Development • Cryptocurrency •
    About Client ⭐️ 0.0 • 0 reviews • United Arab Emirates • 9 jobs • $6,005 SB

    📄 Technical Specification
    Bybit Spot Trading Signal Web Interface (Django + Domain Deployment)

    🎯 Project Goal
    To develop a web-based trading interface in Python using Django, connected to the Bybit Spot API, that:

    Monitors the top N most liquid coins in real-time

    Detects buy signals from selected technical strategies

    Automatically opens long positions only on the strongest signal

    Displays trades, signals, and portfolio stats in an intuitive web dashboard

    Allows full customization of strategy parameters through the UI

    Is protected by login/password

    Is deployed to a custom domain with HTTPS access

    🧩 Core Modules
    🔐 Login / Access Control
    User must enter login and password to access the interface

    No access is allowed without authentication

    Credentials are stored in .env or auth_config.py

    🧠 Trading Logic
    The bot fetches the Top N coins by volume from Bybit Spot (number is configurable)

    Coins are ranked automatically in descending order of liquidity

    For each coin, all enabled strategies are evaluated

    If a signal is found and the number of open trades is below the limit:

    The strongest signal is selected

    A long position is opened using a market order

    Only one open trade per coin is allowed

    Positions are closed based on:

    Take Profit (TP %)

    Stop Loss (SL %)

    Timeout (after X minutes)

    ⚙️ Configurable Parameters in UI (Django)
    All the following parameters must be set from the web interface (Django) — not via config files:

    Number of coins to monitor (Top N)

    Timeframe: selectable (1m, 3m, 5m, 15m, etc.)
    TP %, SL %, Timeout (minutes)
    Order size in USDT
    Signal check interval (in seconds)
    Max simultaneous trades
    Strategy toggles (enable/disable)

    Strategy-specific parameters, such as:
    RSI: period, threshold (e.g. less 30)
    EMA: short/long periods, crossover logic
    Volume spike: multiplier (e.g. 2x)
    Others (to be defined, total up 10)

    📊 Live Interface Features
    1. Signal Table
    Coin symbol

    Strategy triggered

    Timestamp

    Signal strength

    2. Active Trades Table
    Coin

    Entry time

    Entry price

    TP, SL, Timeout

    Current price

    PnL ($ and %)

    3. Portfolio Overview (via Bybit Spot API)
    Total portfolio value (USDT)

    Realized PnL

    Unrealized PnL

    Free balance

    Active trades / max limit

    🎨 UI/UX Approval
    Before building the Django interface, the developer must:

    Provide a draft of the UI design (Figma / PDF / image)

    Include all blocks: login screen, inputs, tables, stats

    Receive approval from the client before implementing the interface

    ⚠️ No frontend coding should begin until the layout is approved.

    🌐 Deployment
    Host the finished app on a VPS or cloud server (Ubuntu)
    Set up HTTPS using NGINX + certbot
    Ensure the app runs 24/7 and reloads automatically if restarted
    Provide documentation for launching the app (python main.py or Docker)

    📁 Suggested Project Structure
    bash
    Copy
    Edit
    project/
    ├── main.py # Core trading logic
    ├── ui.py # Django UI interface
    ├── strategies/ # Custom strategy files
    ├── auth_config.py # Login/password config
    ├── data/
    │ ├── trades.csv # Trade history
    │ └── signals.csv # Signal history
    ├── .env # API keys and secrets
    └── requirements.txt # Python dependencies
    🛑 Not Included in This Version
    Short positions / Futures trading (to be added later)

    Tg / mail notifications

    Backtesting module

    👨‍💻 Developer Requirements
    Required Skills:

    Strong Python development

    Experience with REST APIs (preferably Bybit)

    Familiarity with Django

    Understanding of crypto spot trading principles

    Nice to Have:

    Previous experience building crypto bots

    Knowledge of indicators (RSI, EMA, Volume, etc.)

    Experience deploying Python apps on VPS with domain + HTTPS

    Tech Stack:
    🧱 Recommended Production Stack
    Backend:
    Django (admin panel, auth)
    Django REST Framework (API layer for frontend/bots)
    Celery + Redis (for scheduled scans, signal processing)
    Frontend:
    React.js or Vue.js with component-based UI
    Optional: Django templates + Bootstrap for simplicity
    Charts:
    Plotly.js, ApexCharts, or TradingView Widget
    Auth:
    Django built-in auth
    Optional: JWT or OAuth for API access
    Deployment:
    NGINX + Gunicorn / Uvicorn
    Docker for packaging
    Cloud: DigitalOcean / Render / AWS
    Libraries: pandas, requests, python-dotenv, etc.

    🕒 Estimated Time
    Task Hours
    Bybit API integration 4–6
    Strategy logic implementation 6–10
    Trading engine + position control 4–6
    UI implementation 5–8
    Tables for signals, trades, PnL 4–6
    Login & access control 1
    Portfolio data from Bybit API 2–3
    Deployment on server & domain 3–5
    Testing, tuning, bug fixing 3–5
    Documentation (optional) 1–2

    Estimated total: ~31–48 hours

  3. Build Woocommerce store ( about 1 hour ) (33 Applicants)
    [207][ 1156295 ] about 1 hour (2025-08-04 11:14 AM)
    ~021952282007226908190
    web_mobile_software_dev • ecommerce_development • FIXED •
    300.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 0, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 6}
    Skills WooCommerce • Web Development • WordPress • PHP • Web Design • CSS • HTML • JavaScript • Ecommerce Website Development • HTML5 •
    About Client ⭐️ 4.93 • 20 reviews • Philippines • 20 jobs • $15,684 Martin Hansen

    I'm looking to have a small and simple woocommerce shop built. Wordpress is already installed, I have all the product mockups (9 in total) and descriptions, the logo is done, and I know what fonts I want to use on the site.

    As far as a theme, I have one in mind, but want do discuss whether it's necessary, and which one may be best for my site.

    Martin

  4. [3936][ 1152352 ] about 22 hours (2025-08-03 14:42 PM)
    ~021951971999625477768
    web_mobile_software_dev • web_development • FIXED •
    300.0 - -
    {"invitesSent" => 21, "totalInvitedToInterview" => 12, "totalHired" => 0, "totalUnansweredInvites" => 8, "totalOffered" => 0, "totalRecommended" => 11}
    Skills Python • Machine Learning • JavaScript • Artificial Intelligence • API •
    About Client ⭐️ 5.0 • 1 reviews • United Arab Emirates • 6 jobs • $1,543 Alpha UK Training

    Project Description:
    We are looking for a talented and resourceful AI Agent Developer to create a simple, open-source AI assistant (Minimum Viable Product - MVP) to support teachers in implementing the Highly Optimised Structured Teaching (HOST) Method. The HOST Method is an innovative pedagogical approach based on Ten Principles of Smart Education, aimed at achieving exceptional learning outcomes.
    Our goal is to develop a foundational AI agent that can provide basic, yet impactful, assistance to educators, focusing on principles of the HOST method. This project emphasizes leveraging free and open-source tools to keep development costs minimal.
    Key Responsibilities:
     Design and implement a foundational AI Agent (MVP) focusing on principles of the HOST Method.
     Leverage free and open-source tools and libraries for development.
     Develop basic functionalities to assist teachers with selected HOST principles.
     Ensure the AI Agent provides accurate and relevant assistance within its defined scope.
     Implement a simple, functional interface for teacher interaction.
     Conduct testing and refinement.
     Provide clear documentation for the AI Agent.
    Required Skills & Experience:
     Experience with open-source AI frameworks and libraries (e.g., LangChain, LlamaIndex, Hugging Face Transformers, open-source LLMs like Llama 2, Mistral, Gemma).
     Proficiency in Python.
     Ability to work with minimal budget and leverage free resources effectively.
    Understanding of HOST Method (Highly Desired, but Not Required to Apply):
    While not strictly required, a foundational understanding or willingness to learn about the HOST Method and its Ten Principles of Smart Education will be highly beneficial. We can provide documentation on these principles.

  5. [4861][ 1098618 ] 13 days (2025-07-22 12:29 PM)
    ~021947589832020055026
    web_mobile_software_dev • web_development • FIXED •
    700.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 0, "totalHired" => 1, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 0}
    Skills API • Python • JavaScript • HTML • RESTful API •
    About Client ⭐️ 5.0 • 10 reviews • United Arab Emirates • 11 jobs • $3,926 Seven Trade Technologies FZC

    We are seeking a skilled developer experienced in C#, Python, PostgreSQL (Docker), Redis, and Kubernetes. This role will involve both server-side and frontend development with a strong focus on building robust applications. The ideal candidate should be proficient in working with containerized environments and have a solid understanding of database management. If you are passionate about coding and enjoy tackling complex challenges, we want to hear from you! We also need candidate with stock market trading platform and charting knowledge

  6. [4936][ 1059760 ] 20 days (2025-07-15 13:38 PM)
    ~021945070484306312946
    web_mobile_software_dev • ecommerce_development • HOURLY •
    0.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 1, "totalHired" => 1, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 5}
    Skills Shopify • Web Development • Shopify Templates • Web Design • CSS •
    About Client ⭐️ 4.45 • 13 reviews • China • 23 jobs • $5,480 Sarah Armstrong

    We’re looking for a Shopify freelancer to help us update and reorganize the dropdown menus and navigation tabs on our existing Shopify store, which uses the Testament theme. This is a straightforward task focused on improving the structure and flow of the site’s navigation—no mobile testing or custom styling is required.

    Key Tasks:
    Update and reorganize existing dropdown menus

    Add new tabs or menu items as needed

    Reallocate products into the correct tabs/dropdown categories

    Ensure everything displays correctly on desktop and mobile

    Keep the style consistent with the current theme

    Requirements:
    Solid experience working with Shopify (familiarity with the Testament theme is a bonus)

    Comfortable with HTML/CSS and Shopify Liquid

    Good attention to detail

    Clear communication and ability to meet short timelines

    Timeline:
    We’re looking to have this completed within 1-2 days.

    Important Note:
    As part of this project, you will be required to sign a Non-Disclosure Agreement (NDA) to protect our trade information and private data, including sales and client information.

    How to Apply:
    Please include links to Shopify stores you’ve worked on—especially projects involving menu or navigation updates. Let us know your availability and estimated completion time.

  7. [1294][ 1155191 ] about 8 hours (2025-08-04 05:02 AM)
    ~021952188456401600136
    web_mobile_software_dev • web_development • FIXED •
    3000.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 14, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 1}
    Skills Git • PHP • HTML • JavaScript • CSS • MySQL • API Testing • Unit Testing • Jira •
    About Client ⭐️ 0.0 • 0 reviews • Vietnam • 4 jobs • Metadata Solutions

    Our client, a U.S. leader in direct-to-home services and pest control tech, is expanding their engineering team and looking for a Senior PHP/Laravel Engineer. You’ll work on scalable platforms serving hundreds of thousands of users, collaborating with global teams and leveraging AI tools to accelerate delivery.

    Responsibilities:
    - Solve technical challenges with Agile teams (UX, PMs, remote engineers)
    - Design scalable architecture & high-performance database schemas
    - Write clean, testable PHP/Laravel code & review peers' work
    - Contribute to sprints, support teammates, and lead urgent tasks
    - Regularly communicate with U.S. remote teams (mornings GMT+7)
    - Integrate AI tools (ChatGPT, Copilot, Cursor, etc.) into daily workflows

    Requirements:
    - 7+ years of experience in PHP, Laravel, PostgreSQL/MySQL, AWS
    - Strong understanding of system architecture and design
    - Fluent spoken English (clear accent is required)
    - Familiarity with Unit/Integration/API testing, Git, Jira
    - Proactive and independent problem-solver in remote settings
    - Regular use of AI tools in software development for at least 3 months

    Working Hours: 8PM–2AM (GMT+7), Mon–Fri + 2 flexible hours/day
    Location: Fully Remote
    Salary: Up to $3000/month (No tax or insurance)

    Interview format
    - Round 1: Initial Interview : Length: 30 - 45 mins: Live code + Technical & System Design questions
    - Round 2: Technical interview with the client: similar to Round 1 but more complicated.