Drupal change node design jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 drupal change node design jobs found, pricing in AUD

    I'm in need of an experienced graphic designer to help update my existing logo. Requ...existing text in the logo two elements that need to be changed are, on the attached mark up circled in chest, needs to change to Kids Toy Chest. circled in red, the fun. Needs to change to The Fun Starts Here. use the same font and style. image needs to be optimised for social media pages and website. Ideal skills: - Experienced in graphic design - Proficient in image editing software - A keen eye for balance in design - Expertise in typography Your job will be to revamp the logo while maintaining the design's cohesiveness. Please ensure that your proposal includes similar projects you've worked on in the past. This way, I can gauge whether your desi...

    $26 (Avg Bid)
    $26 Avg Bid
    27 bids

    I am in need of immediate assistance to change the design of a specific button in my Shopify theme. Key Requirements: - Need to change the design of a particular button in the Shopify theme code. - I want this specific button to be transparent. I will provide further specifics during our discussion. - The project needs to be completed on an urgent basis, so I'm seeking someone who is responsive and can work quickly. Ideal Skills & Experience: - Expertise in Shopify theme customization is a must. - Proficiency in CSS, HTML and Liquid programming language. - Previous experience working with transparent button designs would be a plus. - Good communication skills, as I may have some additional requests or specifications for the design. Please ...

    $53 (Avg Bid)
    $53 Avg Bid
    23 bids

    I am currently seeking an experienced Node Js developer for a long-term project. The role involves the development and maintenance of backend systems for web applications, mobile app backends, and APIs. Key responsibilities include: - Backend development: You will be responsible for developing the backend systems, ensuring they are efficient, secure, and scalable. - API integration: You will also be working on integrating third-party APIs and ensuring they function as intended. - Server maintenance: Part of the role includes maintaining the servers and ensuring they are running smoothly. While the project specifics aren't detailed, the ideal candidate should have: - Extensive experience in Node Js development. - Previous experience building web applications, mobile a...

    $564 (Avg Bid)
    $564 Avg Bid
    15 bids

    The application in the Link below is to help sales people at car dealerships connect inventory with Facebook Marketplace. The app posts, deletes, and updates pricing on the users personal profile / marketplace account. I want to redesign this making it very flexible to give users a clear understanding and options to manage the listings on mar...marketplace. Here is the current application. I will not HIRE or PAY anyone, until you have proven you can produce a quality result. You can think of this as an interview, to showcase your work. We already have this app running and working with customers. This is simply a redesign. Here is a link to the Desktop App:

    $717 (Avg Bid)
    $717 Avg Bid
    52 bids
    Trophy icon Logo Redesign & Enhancement 6 days left

    ...have enclosed a picture of the current design proposal. The following changes are needed: 1) the flame on the cactus needs to be vivid red 2) the cactus itself needs to be green. Please note, we are not looking to redesign the logo, so the logo and all its font and components needs to stay as it is being presented. WE want to apply colours to this logo and your proposal will include these changes being asked. 3) the ground of the cactus, needs to be brown. 4) the hat, is the only portion of the design, that we would like to get some proposals, we have attached a couple of versions and colours, which we would like to incorporate onto the design proposals. The HAT must be slanted as in the original version, and should be in line to the current design. Note th...

    $56 (Avg Bid)
    Guaranteed
    $56
    83 entries

    I'm currently experiencing functionality issues with my Optisystem and need an expert to help me resolve it. Key Responsibilities: - i need to do ofdm code in matlab (tx and rx) And connect it with optisystem to make co-ofdm - and i need to get BER vs OSNR carve when change distance of optical fiber.

    $15 (Avg Bid)
    $15 Avg Bid
    5 bids

    ** I want to make some modifications to my book cover ** The redesign is prompted by the release of a new edition, which includes fresh content that I'd like to reflect on the cover. The changes would be minor, such as adding a few details or stickers. Do NOT change the overall style of the cover, it's simple, just adding some sticker of slight modification to the cover to reflect the following: Main highlights people appreciate: Prompt Engineering Data Analysis Also, we might consider adding something bold like "+2,500 prompts" on the cover to make it stand out even more.

    $24 (Avg Bid)
    Guaranteed
    $24
    43 entries

    I'm in need of a skilled photo editor who can help me alter the date on a photo. The task is fairly straightforward as the photo has a simple and plain background where the date is located. Key Requirements: - Change the date on the photo: I need this to be done accurately and without affecting the quality of the image. The new date will be provided to you. - Final file format: The altered photo should be delivered to me in a JPEG format. Ideal Skills: - Proficiency in Photo Editing Software: You should have a good understanding and experience in using photo editing software. - Attention to Detail: Precision is key in this task to ensure the date alteration is done accurately.

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

    changing pending entry condition from number of trades to lot of trades.

    $23 (Avg Bid)
    $23 Avg Bid
    1 bids
    Retro Beer Can Label Design 6 days left
    VERIFIED

    ...my new beer can. We have a design in mind already. We would like a template label created so we can change the colour in future for different style of beers. The design should be: - Fully customisable once completed. - The label needs to embody the - **Specific Colors**: I have a set of specific colors in mind that I would like to be incorporated into the design. The selected freelancer should be able to work with these colors while still being creative within the - **Elements**: The label will include the logo or brand name, as well as custom illustrations or graphics. These should be seamlessly integrated into the overall design. Ideal candidates for this project should have: - A strong portfolio with a focus on retro design - Experi...

    $42 (Avg Bid)
    $42 Avg Bid
    57 bids

    My project revolves around the conversion and enhancement of specific JPEG images. The enhancements needed pertain to retouching, color correction, background removal in addition to change of format. Ideally, I require someone skilled in photo editing and proficient in using Excel, to transcribe these reformatted images into an Excel document. I would like my JPEGs converted into the Excel , if you have a keen eye for detail and the necessary expertise, I would love to hear from you.

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

    We will make a site where users can chat from the chat bot using the Chatgpt API. They will be able to spend more tokens by purchasing a premium member and upload a pdf. Can you do this? And at the same time, it is a system where I can upload PDFs to vector db from the admin panel and automatically increase the information. And need frontend also need intergate Stripe and one github ai project

    $795 (Avg Bid)
    $795 Avg Bid
    42 bids

    ...2: PHP Script for the User Interface The PHP script provides a form where users can input a web address. Upon submission, PHP will call a Node.js script that uses axe-core to evaluate the accessibility of the website. php Copy code <?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $url = $_POST['url']; // Execute the Node.js script that utilizes axe-core $command = escapeshellcmd("node " . escapeshellarg($url)); $output = shell_exec($command); echo "<pre>$output</pre>"; } ?> <form method="post"> URL: <input type="text" name="url" required> <button type="submit">Test Accessibility</button> </form> Step 3: Node.js ...

    $32 / hr (Avg Bid)
    $32 / hr Avg Bid
    62 bids

    I'm looking for a Photoshop expert to help me change the color of a saree photo to a specific one, and then generate 6 more colors based on specific color codes I'll provide in a text document. Key Requirements: - Change the color of the initial saree photo to a specific color - Generate 6 additional colors for the saree photo based on specific color codes - Use these color codes meticulously to ensure a perfect match Ideal Skills: - Proficient in Photoshop and color editing - Experience in handling and generating colors based on specific color codes Please provide examples of similar work you've completed in the past to showcase your expertise in photo color editing. Example - Provided two photos below, one contains saree draped on a model and another cont...

    $57 (Avg Bid)
    $57 Avg Bid
    23 bids

    I'm seeking a skilled programmer familiar with Zoho and smart calendar applications. Key deliverables should include: - Developing a smart calendar with strong app integration features - Ensuring compatibility with the Zoho Creator platform - Designing the calendar to display as a timeline with columns - Using one table to show detailed information...detailed information about apartments - Each row should represent a separate apartment. The main information to be displayed is the availability of the apartments. This calendar must interact seamlessly with Zoho Creator, pulling the necessary data in real time. Well-rounded knowledge of Zoho Creator and smart calendar integration will be essential for this project. every change in the calendar will checked in the rules to chan...

    $214 (Avg Bid)
    $214 Avg Bid
    7 bids

    Hey there, I've already set up some indicators on PythonAnywhere(there's already a working strategy), Ä°'ll add some extra indicators on monthly, weekly periods. already a stock library installed and there's a working system for different indicators. i'll send the indicators pine editor codes, we need to change it to pyhton. the project is really very small.

    $71 (Avg Bid)
    $71 Avg Bid
    10 bids

    ...looking a addon to ship our products from cs-cart website. (This is example, for sending details of order to courier to create shipments.) 1. Admin and Vendors can add there own API's of couriers, 2. Able to create multiple warehouses, 3. Can send Order details to courier. 4. Once the order details sended to courier, fetch tracking id and put in tracking field to track the customer, Order status change as shipped. 5. Can create multiple courier Name, (Delhivery Air, Delhivery Surface, Xpressbees Surface, DTDC) 6. Multiple Tracking id can create for same orders 7. Shipping Label/Traking can be download from website 8. Notification of errors During Shipping (Pincode not service, Wallet balance is low) Currently we are planning courier integration with 1. Delhivery

    $535 (Avg Bid)
    $535 Avg Bid
    8 bids

    Hi Sophia B., Attaching a new task for you with SLA of tomorrow, May 13th. Please let me know if you have any questions, Thank you, G

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

    I have a color prediction game website, which I want to upload on AWS. It's a fun and easy-to-navigate game website, designed for children, adults, and gamers alike. Key Features: * Us...easy-to-navigate game website, designed for children, adults, and gamers alike. Key Features: * User registration and login functionality * Leaderboards to track and compare scores * A user-friendly color wheel interface I am seeking a freelancer with proficiency in Node.js deployment on AWS and experience in implementing user registration, log-in, leaderboard functionalities, and user interface design. An understanding of gaming websites will be a big plus. The freelancer needs to ensure the site runs smoothly and securely on AWS. Priority will be given to those who can provide post-depl...

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

    ...highly skilled WordPress developers who are well-versed in Wordpress blog theme change and SEO. I have a very small travel blog on Wordpress (hosted on BlueHost) goes down constantly. I've been informed the theme is outdated and likely prone to malware. In addition, when the site is up it is extremely slow and we need help with SEO optimization. I may need help on a few minor design additions as well. Seeking someone who can retain the fun and lively spirit of my blog on a more reliable and fast running theme. Also seeking to make the blog page easier to read. This is a relatively new blog with few pages and less than (10) blog posts. Tasks include: - New WordPress Theme Design: Opt for a colorful and lively design while being readable and easy to n...

    $610 (Avg Bid)
    $610 Avg Bid
    144 bids

    I need a professional who can adjust the date on my doctor's note. The current date is from a year ago but I need it to reflect a recent date due to an urgent personal matter. Key requirements: - Change the date on a scanned document without affecting text or other elements of the note. - Ensure the revised version looks natural and realistic, as it may be scrutinized. - Provide the edited note in a digital format that I can use and print if necessary. Experience: - Proven track record in photo editing and manipulation. - Familiarity with editing medical or official documents would be a plus. - Demonstrate discretion and understanding of the sensitive nature of this task. Communication: - I would prefer to communicate updates and revisions through instant messaging. This w...

    $93 (Avg Bid)
    $93 Avg Bid
    50 bids
    Cartoon Character Face Revamp 5 days left
    VERIFIED

    We have this logo but wee need to change the cartoon face into something more similar to the actula person here is an image of the actual logo and the real life piucture of the person we need to add to the logo

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

    I am looking for graphic designer t...a new logo for my website as part of rebranding. I already have a logo but I want to rebrand from selling auto parts to selling tuning parts So instead of TAM'AUTO the new name will be TAM'TUNING The logo can be similar to old one but it has to represent something about tuning, tuned cars, speed, and similar. The color combination remains the same. I would need to be able to edit logo and change details if needed so editable files such psd, ai, eps are needed. In one of the attachments is original logo and others are provided as an example what I find nice and suitable for the new logo,. Feel free to input your suggestions but don't step away much from the theme and please don't use already pre made logos bought from s...

    $61 (Avg Bid)
    $61
    252 entries

    Hello, I am seeking an experienced Shopify developer to create a brand new Shopify website for my business. The main purpose of this website is to function as an online store, selling physical products. Job Roles: - Plan, design and develop a user-friendly and responsive Shopify website. - Establishing payment and shipping integrations. - Conforming to SEO best practices for product listings. - Implementing a visually appealing layout that complements our brand. Ideal Skills: - Proven experience in Shopify development and design is a must. - Comprehensive understanding of Shopify's system, including the addition of physical products. - Proficiency in setting up payment and shipping systems. - Experience with SEO strategy development and execution. - An eye for detai...

    $252 (Avg Bid)
    $252 Avg Bid
    12 bids

    I'm looking for ...thoroughly test the database for potential vulnerabilities, considering various injection techniques. - No access: Since I don't have any access to this database, I'm looking for someone who can perform this task remotely. You'll be expected to provide a detailed report on the vulnerabilities identified, so I can address them with my database administrator. - Change database values: Additionally, I'd like you to demonstrate the ability to change database values, as a proof of concept. This will help me assess the severity of the vulnerabilities discovered. Ideal Skills: - Extensive knowledge of SQL and its vulnerabilities - Experience with MySQL databases - Clear communication skills to explain findings If you think you're th...

    $35 (Avg Bid)
    $35 Avg Bid
    11 bids

    ...proficient IoT expert who can connect a ShellyUNI wireless sensor to a Node-Red flow using Mosquitto MQTT broker. Notably, my Node-Red is already installed and functional on a Raspberry Pi4. Key Tasks: - Configure the ShellyUNI wireless sensor to accurately transmit 0 to 12 DC volts. - Set up a system that enables data transmission every minute from the sensor to the Node-Red. Skillset Required: - Excellent knowledge of IoT - Extensive experience with MQTT, specifically using Mosquitto broker - Familiarity and hands-on experience with Node-Red on Raspberry Pi - Previous work with ShellyUNI wireless sensors The ideal freelancer for this project should have hands-on knowledge of working with ShellyUNI sensors, MQTT brokers, and Node-Red flows. Thi...

    $804 (Avg Bid)
    $804 Avg Bid
    10 bids

    I'm looking for a comprehensive market research on voice changing AI applications that can function with the "Salaams" app on iOS and Android platforms. It's crucial that these applications have a real-time...interested in applications that can shift voice to a non-cartoonish, non-robotic female voice. Ideal Skills and Experience: - Extensive experience in AI app research - Detailed understanding of voice changer apps - Familiarity with Salaams app and its compatibilities Project Requirements: - Identify compatible voice changing AI apps for both iOS and Android - Focus on apps providing real-time voice change to a female voice - Exclude apps producing cartoonish or robotic voices - Deliver a comprehensive report detailing each app's features, compatibili...

    $80 (Avg Bid)
    $80 Avg Bid
    6 bids

    I'm looking for a professional cleaner to maintain my medium-sized turtle tank every two weeks. The task includes a complete cleaning of the tank, filter, and all accessories. Key responsibilities: - Removal of debris - Water change - Thorough scrubbing of tank - Maintenance of filter - Cleaning and disinfecting all accessories Ideal Skills and Experience: - Experience in aquarium and tank cleaning - Familiarity with turtle tank maintenance - Ability to work carefully around aquarium inhabitants - Strong attention to detail - Knowledge of safe and effective cleaning products for aquariums

    $15 - $46
    Local
    $15 - $46
    0 bids

    I need a talented freelancer with skills in image editing to modify 2-3 pictures. The task involves altering the subjects' hair length and style, and changing the eye color. Here are more details on the modifications: - Hair: I want to change the current style to medium-length hair with curls. - Eye Color: The eye color of the persons in the photos should be changed to brown. The changes should be mixed, some of them should be notably different, while some should stay subtle. To be successful in this job, you'll need experience with Photoshop or similar image editing tools, as well as a keen eye for natural-looking alterations. It's crucial that the final images look as realistic as possible. Prior experience in digital photo retouching would be highly appreciated.

    $124 (Avg Bid)
    $124 Avg Bid
    71 bids

    ...brief discussion. I really admire the way your business has been handling remodeling projects, especially how you manage to deliver consistent quality. Many businesses see a lot of traffic but struggle with conversions. We use an innovative approach with TikTok ads to boost your visibility and differentiate your offerings. Your main goal should be to not sound like a robot. Feel free to slightly change the script to your own style if necessary. Note: This script is for the application process only and not the actual script you will use if hired. This role is perfect for individuals who are driven to achieve through performance-based earnings. We look forward to hearing how you can contribute to our team and drive results....

    $455 (Avg Bid)
    $455 Avg Bid
    1 bids

    UX. Below are some of the requirements and will be broken down into milestones. Work items (subject to change before the project starts, may have minor changes after project starts): Everything below shooul work on Chrome, Edge, Firefox and Safari of windows desktop, iphone and android. Please test on those browsers and let me know if you are not able to test on both mobile devices. We need too complete bugs first followed by enhancements. Some of the styling items may required a couple of back-and-forth requests to change things slightly. Bugs: a. When there are no results, we need to display a message at the top that of the no results page that says "No results found". (you can test it with price, RAM and CPU Speed set to highest values) b. When we click on Sho...

    $232 (Avg Bid)
    $232 Avg Bid
    86 bids

    I am looking for a specialist to create a system within Google Suite that focuses on time off and schedule change requests. The main purpose of this system would be to automate the process of scheduling approved requests into Google Calendar from information submitted via Google Forms and collected in Google Sheets. Key aspects of the system include: - Time off/schedule change requests are submitted via Google Forms - These requests are gathered in Google Sheets. - Upon approvals within Google Sheets, these requests should then be automatically scheduled into Google Calendar. The desired level of automation, for now, is partial. I do expect some amount of manual intervention, specifically - the approval of time-off requests within Google Sheets should be manual. ...

    $247 (Avg Bid)
    $247 Avg Bid
    18 bids

    ...is already functional, only improvements and a few customizations will be needed - Changes and adjustments are needed in the admin area, e.g. editing newsgroups and adjusting retention - A simple API for the search still needs to be implemented - Standardize the design of the website - Development of an extended search function for navigation in Usenet groups - User-friendly interface for account creation and login process - A design that adapts seamlessly to desktop and mobile devices - A clean user interface with an option to change simple seasonal themes e.g. Halloween, Christmas - Adjustments to the invite system and registration - Add Online Check for .NZB Files - Bring changes online and then make any necessary adjustments - including source code, properly doc...

    $234 (Avg Bid)
    $234 Avg Bid
    57 bids

    1. change colour description woocomerce product 2. change color number of selected products 3. fix some sizes on a box on testimonials page

    $24 (Avg Bid)
    $24 Avg Bid
    20 bids

    Your expertise will contribute to a cutting-edge project that combines music generation with voice cloning to create songs sing by virtual persons. We want our app to have the following features. - Create unique music based on user input information (speed, type, length...). - Create music based on the voice provided by the user - Change the voice of music provided by the user to the voice provided by the user Skills expected of you 1. Strong background in machine learning, deep learning, and neural networks. 2. Experience with audio signal processing and familiarity with audio data preprocessing techniques. 3. Proficiency in Python and experience with machine learning libraries such as TensorFlow, PyTorch, and Keras. 4. Knowledge of music theory and composition is a plus. 5. Expe...

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

    ...in identifiers and integer literals. (The rules for identifiers and literals are described in the book.) For example, how does it handle an illegal identifier ‘2sum’ or an illegal integer literal ‘23b2’? Make appropriate changes to the state transition diagram and the code to enable the lexical analyser report the above-mentioned errors. Second change is to enable the lexical analyser handle assignment operators and certain key words. After this change it should be able to handle assignment statements and keywords: ‘if’, ‘then’ and ‘else’. Test your analyser on the following input file: x = 5 sum = x * 3 / 5 if sum > 1 then sum = sum + 1 else sum = sum – 1 Part 2: Syntax Analysis In this Part you will...

    $176 (Avg Bid)
    $176 Avg Bid
    16 bids

    ...explain how to copy/paste! ;)). This is not hardcore stuff, it's spending time on my site (I can tell you obvious things), seeing what needs to be explained (asking questions) and then writing the shortest explanation possible with screenshots so any dev (or me!) will know how to update something. For me it is useful like an FAQ- "I want to use calendly instead of scheduleonce, well where do I change the js?". NOTE: You don't need to explain how to copy/paste, so not making essays - more showing where with clear titles! ;) DETAILS - No tight deadline, fixed hours etc. - Be organised so you come up with a list of questions and ask a dev together - Don't have to do calls, but have to be able to communicate in text clearly - You need to be very good wit...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    48 bids

    Hi, we need help to convert this figma design **ONLY [Homepage - 1] ** [ ] into Wix Studio. Needs to be responsive. No SEO needed. Needs to be well structure that won't break when making edits of text & image. Needs to setup site theme and stick all elements using site theme's text style & color. No real functionality needed. Just convert the design into Wix Studio. Please provide links to your previous Wix Studio sites (complex design preferred). No suggestions on 'use wordpress' nor 'use classic editor' is needed.

    $67 (Avg Bid)
    $67 Avg Bid
    16 bids

    ...2022 passout only)? Are you passionate about programming languages and eager to make your mark in the IT industry? Look no further! We’re hiring talented individuals to join our dynamic team. Position: Software Engineer Domain: Finacle (Banking) Location: Major cities in India and international locations Why Choose Us? Comprehensive end-to-end training in Unix/Linux, JSP, HTML, Core Java, Node JS, Node red, Oracle SQL, and PLSQL. Exciting projects in the banking domain Opportunities for growth and career advancement Terms and Conditions: Commitment: Minimum 3 years with us Training: First month (free accommodation), followed by competitive salary Performance-based increments from the second year onward Global travel opportunities Qualifications: - While we do n...

    $68 (Avg Bid)
    $68 Avg Bid
    7 bids

    I'm seeking a ComfyUI expert who can enhance my current workflow by addressing the following key areas: - Enhanced Border Cleaning: I need to improve the efficiency and effectiveness of my border cleaning process. - Streamlined Process: The workflow should be opti...explore innovative ideas and custom nodes to bring a fresh perspective to the tool. Your role will involve incorporating these improvements into the existing ComfyUI workflow. Ideal skills and experience for this project include: - In-depth knowledge and experience with ComfyUI. - Ability to generate new ideas and implement them effectively within the workflow. - Experience with custom node creation and integration would be highly advantageous. - A keen eye for detail and a commitment to delivering hig...

    $44 / hr (Avg Bid)
    $44 / hr Avg Bid
    1 bids

    I ...dark mode to light mode. Here are the details: - I have purchased flutter app code from Codecanyon. I just want someone to build ios app with that purchased code & publish to app store by changing app name, app icon, package name, splash screen animation etc... - Color Adjustment: The color scheme should be shifted to neutrals and pastels to suit the light-mode aesthetic. Specifically, I want to change colors, not fonts or icons. - Publishing to the App Store: It's crucial that you have experience in this area, as I will need you to guide the app from final code to publication. Rest assured, I possess the necessary files and credentials. Ideal Skills: - Expertise in iOS app publishing - Prior experience with Flutter is highly advantageous - Proven track record...

    $115 (Avg Bid)
    $115 Avg Bid
    14 bids

    I'm looking for a skilled PHP developer with experience in Codeigniter for urgent task. Task detail - Need to change language in all pages . currently its in portuguese language now convert to english language. I will share URL IN DM. Budget - 1000 INR MAX Must be ready to start now and complete before end of the day ( IST )

    $20 (Avg Bid)
    $20 Avg Bid
    11 bids

    ...text and text to speech instead of making external api calls. We could also use external services using apis if the quality of these services is not good - we need high quality transcription and tts. The pipeline components should be modular so it is easy to change or replace components in order to benefit from higher quality apis that become available. If the user starts speaking again (ie if your backend starts receiving audio over the open websocket connection) then the output stream has to be stopped. For this you will need to design a queueing system or any system that can do this. You need to manage the sequencing, buffering etc to ensure that the system works irrespective of traffic congestion and other conditions. Skills and experience needed: - Proficiency in Py...

    $265 (Avg Bid)
    $265 Avg Bid
    15 bids

    I'm seeking a skilled developer to create a NinjaTrader trading bot/backtester with functionalities catering to Forex and Futures markets. Key Requirements: - I need the bot to support NinjaTrader, as this is the platform I intend to use. -...box.



 Settings that are needed for adjusting algo: 
- be able to add single ticks to take profit line -exit trade after ‘x’ number of candles(after entered trade ,exit after 14 candles) for example -choose trading session time(9:30pm-4am) for example - Set risk size (1 - 10) - Set reward size (1-10) -set risk in dollar amount or contract amount - Adjust pivot left and right number to change kind of pivot point(see tradingview 

-adjust box size as a percent (if set at 70% then the box size is removed from bottom u...

    $235 (Avg Bid)
    $235 Avg Bid
    16 bids

    I need a skilled Laravel 10 developer to create a 1-page website and mobile. This project demands expertise in Laravel and responsive design for optimal performance across desktop and mobile devices. Note:- Please check figma of layout required below. The key features I require include: - Fast loading - Google page speed check has to be 100% for both desktop and mobile - The page is image heavy, hence has to lazy load images correctly - Menu has drop down images heavy. Accordingly loading should be only on mouse over and not interfere with rest of page load. - First part of the page should

    $211 (Avg Bid)
    $211 Avg Bid
    69 bids

    ...dimension: 187px*128px Recommended ratio: 3:2 The 6 tabs, need to Be for click to the right area on our website. They should be with the words; Pokemon One piece DragonBall Yugioh Weiss Schwarz Lorcana You can use official logos for these brands, and decorate them cool, and make it nice for customers to look at. our website is purple, so, i dont know what you can do with the logos, but you can change the backgrounds around logo however you want. 8 icons Format: JPG, JPEG, PNG Max size: 2MB Recommended dimension: 70 px*70 px Recommended ratio:1:1 Transparent background These 8 tabs, need to have the Toys Sealed Graded Japanese English Snacks TCG Supplies Art / Manga On the left is the text, and on the right of each can you think of a simple image which describes each cate...

    $91 (Avg Bid)
    $91 Avg Bid
    1 bids

    Hi I have a project requiring development of a customised webapp with frontend in and backend in node,js + mongo db and Azure devops (infrastructure + load testing + load balancing + networking + autoscaling). QA test would be need to be performed before commmercial launch, both functional and UAT. Kindly go through the attached document specifying our project requirement and other terms. If the project interests you then we can take it forward, and I can share our detailed project requirements etc. Regards, Amit

    $4990 (Avg Bid)
    $4990 Avg Bid
    27 bids
    Wordpress site 4 days left

    Development of an educational website on WordPress focusing on content organization and accessibility. The site will feature a post categorization function to facilitate user navigation. Inspired by the provided prototype, the design will be modern and intuitive, aiming for a pleasant and efficient user experience. The goal is to provide a user-friendly platform for students and educators to access and share knowledge in an easy and organized manner. You can view the prototype at this link:

    $220 (Avg Bid)
    $220 Avg Bid
    61 bids