Metatrader mql4 coding jobs
I want a web based financial accounting application but low budget. Friends who do not know ERP or CRM should not bid. Budget is fixed On githup project or ready coding. I had problems with payment and project before. First the work, then the payment. 1. Node js and react software. Mongodb or postgresql 2. Superadmin, admin, personnel roles and permissions. 3. PDF modules. 4. If rewritten, I will give the design ready. () 5. - There will be 2 panels, Superadmin, admin 6. Is it possible to have a separate database for each member admin? 7. All work to be done will be discussed mutually.
...- This application will be built to serve the real estate agent industry - Implement automated marketing functionalities within the application. - The application will specifically focus integrating a DDF Listing Feed into GHL to create property listing pages and marketing automation with email campaigns, SMS notifications, and social media posts. Skills and Experience: - Proven experience in coding custom applications, particularly for GoHighLevel. - Deep understanding of automated marketing tasks and strategies. - Experience with CRM and pipelines, Funnels and websites, and Forms and surveys within GoHighLevel. The goal is to create a powerful tool that enhances my marketing automation efforts, making them more efficient and effective. I look forward to seeing your proposals...
PHP & Laravel Expert Needed for 2 x 4-Hour Sessions (Starting Today) Description: We are seeking a skilled PHP and Laravel expert to assist with minor fixes across several PHP-based scripts, as well as set up our cloud server on IONOS. This project requires two 4-hour sessions, with the first session starting today and the second session scheduled for tomorrow. Strong coding skills and an excellent understanding of Laravel are essential, as well as understanding of VPS cloud servers. Scope of Work: You will be working on minor bug fixes and adjustments across the following SaaS platforms: • Accufy Accounting SaaS • Wyosis SaaS • Social AI SaaS • Fashion Hub SaaS • Other similar PHP-based scripts Requirements: • Proficient in SAAS, PHP an...
I'm looking for a skilled developer to create a Framer plugin aimed at enhancing design, specifically UI components. Key Focus Areas: - The plugin will specifically target UI components, so a... Key Focus Areas: - The plugin will specifically target UI components, so a strong understanding and experience with these is crucial. - The primary UI components of interest include buttons, navigation bars, and forms. - The ideal candidate will have a good grasp of coding and can create a plugin that improves the design and functionality of these elements. Skills and Experience Required: - Prior experience in developing Framer plugins is a plus. - Strong design sense and understanding of UI components - Excellent coding skills. - Able to create a user-friendly, effective de...
I need a Shopify expert to modify the code of my custom theme. I want to display 50 products per page on my collections pages, instead of the current limit of 30. This change only needs to apply for collection pages; search results or other pages do not require this adjustment. Ideally, you should: - Have extensive experience with Shopify and its coding language. - Be able to navigate and modify custom themes. - Understand how to apply changes to specific sections of a site. Please note that my collections pages do not have any custom filters or sorting options, which should simplify your task. I look forward to your proposals.
I'm in need of a ...store. We have a payment gateway similar to Stripe for woocommerce. I need to change the the code, file name, and directory of the files, etc, so people can't find out which payment gateway we use for a coocommerce store. Key Requirements: - Extensive experience with WooCommerce and its payment ecosystem - Proven track record of integrating various payment processors - Proven track record of coding payment processors. - Knowledgeable about the unique features and functionalities of PayPal, Stripe, Square, and Sage - Ability to ensure a seamless, user-friendly checkout experience Skills and Experiences: - WooCommerce development - Plugin development. - API integration - Payment processing systems expertise - Strong problem-solving skills - Excellent...
I want a web based financial accounting application but low budget. Friends who do not know ERP or CRM should not bid. Budget is fixed On githup project or ready coding. I had problems with payment and project before. First the work, then the payment. 1. Node js and react software. Mongodb or postgresql 2. Superadmin, admin, personnel roles and permissions. 3. PDF modules. 4. If rewritten, I will give the design ready. () 5. - There will be 2 panels, Superadmin, admin 6. Is it possible to have a separate database for each member admin? 7. All work to be done will be discussed mutually.
...using Symfony, PHP, Angular, and Go. Develop efficient and secure backend systems, including APIs and business logic. Build dynamic, responsive, and user-friendly frontend interfaces with Angular. Manage and optimize MySQL databases for performance, reliability, and scalability. Collaborate with team members to define and implement new features. Perform code reviews, write unit tests, and ensure coding standards are followed. Debug and resolve issues across the stack in a timely manner. Work closely with DevOps to ensure seamless deployment and integration. Stay up-to-date with emerging technologies and contribute to improving team processes and tools. Requirements: Proven Experience: 3+ years of professional experience in Symfony and PHP development. 2+ years of experience with ...
I'm looking for a proficient full stack developer to help me build a comprehensive web application from the ground up. Key Responsibilities: - Developing a new, fully functional web application - Implementing user authentication features - Setting up a secure and efficient payment processing system - Creating a real-time chat function - Designing and coding a full e-commerce website Ideal Skills: - Proficiency in both front-end and back-end development - Extensive experience in building web applications - In-depth knowledge of implementing user authentication systems - Proven track record of setting up payment processing systems - Experience in creating real-time chat features - Demonstrable ability to design and code e-commerce websites Please provide examples of simil...
I am a student eager to improve my coding skills to develop my payment solution. To achieve this goal, I am looking for an experienced programmer or mentor who can guide and train me effectively. Here's what I am looking for: - A mentor with extensive experience in coding, specifically in payment solutions or fintech. - One-on-one sessions focusing on practical coding exercises and real-world application. - Guidance on best practices in secure coding to ensure my payment platform is robust and secure. - Flexible scheduling to accommodate my studies. - A clear learning path that will take me from my current skill level to being capable of building a basic payment solution. I am committed to learning and eager to start as soon as possible. Your expertise wi...
Apply if you have experience in any of these: Coolify, Social Media (content and automation), Nextcloud, Hugging Face (pays more), creating mobile apps, creating web apps, Git, n8n (pays more), Make, coding AI, coding blockchain, and creating trading bots (pays most). Please don't lie and say you know how to use them either. The more you know, the higher your payment will be (still have to complete high quality work). Paying anything from $4/hr to $25/hr or more based on experience and how great of a worker you are. Please don't think you are going to get more than $4/hr if your work experience is low or you work isn't high quality. Our top dev is only making $4.85/hr and his work is most likely better than your work (we pay way more than that because of how...
I require a skilled coder for a data extraction project focused on text data from various websites. Ideal Skills and Experience: - Proficiency in web scraping techniques and tools. - Strong coding skills, preferably in Python or similar languages. - Experience in data extraction from websites. - Attention to detail and ability to handle large volumes of data.
I'm seeking assistance with specific small tasks in Excel that may require the use of VBA coding and formulas. Key Requirements: - Creating macros to streamline processes - Using the macros for data validation and cleanup Ideal Skills: - Proficient in Excel with extensive knowledge of VBA - Experience in creating macros - Capable of performing data validation and cleanup tasks
import autopep8 import sys def format_code(file_path): try: with open(file_path, 'r') as file: code = () # Auto-format the code according to PEP 8 formatted_code = autopep8.fix_code(code) # Save the formatted code to the file with open(file_path, 'w') as file: (formatted_code) print(f"Successfully formatted {file_path} according to PEP 8 standards.") except Exception as e: print(f"Error formatting file: {e}") if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from the path...
I'm looking to set up a Shopify store for my l...Shopify Theme 2. Custom Logo 3. Professional Clean Design 4. Custom Banners / Images 5. Custom Coding To Improve User Experience 6. 4 Content Page Templates 7. 20 Test Products Uploaded 8. Mobile Responsive Design 9. Expert App Installation 10. Site Map Creation & Submission 11. Google Shopping Data Feed Creation 12. Analytics With Conversion Tracking 13. Webmaster Tools Account Setup 14. Custom Banners / Images 15. Custom Coding To Increase Conversions 16. 4 Content Page Templates 17. 20 Test Products Uploaded 18. Analytics With Conversion Tracking 19. Site Map Creation & Submission 20. Google Shopping Data Feed Creation 21. Mobile Responsive Design 22. Expert App Installation The custom coding should prim...
I'm looking to set up a Shopify store for my l...Shopify Theme 2. Custom Logo 3. Professional Clean Design 4. Custom Banners / Images 5. Custom Coding To Improve User Experience 6. 4 Content Page Templates 7. 20 Test Products Uploaded 8. Mobile Responsive Design 9. Expert App Installation 10. Site Map Creation & Submission 11. Google Shopping Data Feed Creation 12. Analytics With Conversion Tracking 13. Webmaster Tools Account Setup 14. Custom Banners / Images 15. Custom Coding To Increase Conversions 16. 4 Content Page Templates 17. 20 Test Products Uploaded 18. Analytics With Conversion Tracking 19. Site Map Creation & Submission 20. Google Shopping Data Feed Creation 21. Mobile Responsive Design 22. Expert App Installation The custom coding should prim...
I'm seeking an expert in securing medical billing and coding contracts for my company. The target facilities include hospitals, private clinics, and diagnostic centers interested in outsourcing their needs. Key Responsibilities: - Secure contracts focusing on both medical billing and coding services - Target a variety of facilities such as hospitals, private clinics, and diagnostic centers - Include a variety of coding specialties: inpatient, outpatient, and emergency room Ideal Skills and Experience: - Strong background in medical billing and coding - Proven track record of securing contracts in the medical field - Excellent networking skills with healthcare facilities - Knowledge of various coding specialties If you have the skills and experienc...
...chart bot ai robo making this all task that as given any prompt The is example of 1) role of this robot will be to assist children with their homework, absorbing his work and make better with showing on his screen and the same time voice. 2) guide them during exercise absorbing his work and make better with showing on his screen and the same time voice. 3)provide advice on idea generation or coding tasks, absorbing his work and make better with showing on his screen and the same time voice. 4) auto generation of social content post if possible For an advanced version of the robot, I would like it to have the capability to connect to other devices, such as mobile phones or desktops, and control them. Ideal skills for this job include robotics design, AI programming, inter...
I need an Excel sheet for tracking vacation plans in my department. The sheet should be divided into three categories: resident, specialist, and consultant, each having its own separate sheet. The tracking should be done on a weekly basis for 2025 Key Features: - Under each category, there should be a co...Under each category, there should be a count of the total remaining persons available. - I need to track for each person: their name and the dates of their vacation. - The sheets should use specific colors for each category: Red for residents, Green for specialists, and Blue for consultants. Ideal Skills: - Advanced Excel skills and experience in creating complex spreadsheets. - Knowledge of color coding and formatting in Excel. - Excellent attention to detail to ensure accurate...
I'm looking for an expert who can help me code a Raspberry Pi Pico W for complex sensor integration. The project involves: - Integrating various sensors: This includes temperature and humidity sensors, ...looking for an expert who can help me code a Raspberry Pi Pico W for complex sensor integration. The project involves: - Integrating various sensors: This includes temperature and humidity sensors, motion and proximity sensors, and heart rate sensors. - Ensuring wireless communication: The device needs to communicate via Wi-Fi and Bluetooth. Ideal candidates should have a strong background in coding for Raspberry Pi devices, particularly the Pico W. Experience with sensor integration and Wi-Fi communication is crucial. Please provide examples of previous similar projects yo...
I'm seeking a skilled professional with expertise in Zynq Board. Although I haven't specified the exact tasks, the project ideally involves a blend of hardware configuration, software development, and firmware debugging. Key requirements: - experience with Zynq Board - p required to use Vivado/verilog/vhdl. - I just need coding - Needs manual and auto triggering Deadline- 18th January 2025
...Dashboards: Creating interactive and visually appealing dashboards for data visualization. Excel VBA: Automating repetitive tasks and creating custom macros to save time. Pivot Tables and Charts: Summarizing and visualizing large datasets effectively. Data Analysis: Performing advanced calculations and trend analysis for insights. Conditional Formatting: Highlighting important data with rules and color coding. Formulas and Functions: Using advanced formulas (e.g., VLOOKUP, INDEX-MATCH) for dynamic calculations. Data Validation: Ensuring data accuracy with dropdown lists and validation rules. Excel Reports: Generating comprehensive and structured reports for decision-making. Financial Modeling: Creating models for budgeting, forecasting, and performance tracking. Excel Templates: ...
custom microcontroller programing just display encoder remote in out an audio controller data out just like digital remote kit
I am in need of a professional microcontroller coder to help me with a specific project involving the 8051 microcontroller. The main purpose of this project is to establish a SPI communication interface. Key Requirements: - Coding for the 8051 microcontroller: The successful freelancer must have extensive experience with coding for the 8051 microcontroller. - SPI communication Interface: The project revolves around creating a SPI communication interface. Thus, the freelancer must have a solid understanding of the SPI protocol and its implementation. - Customisation: The project requires some customisation to meet specific requirements. Therefore, the freelancer should possess excellent problem-solving skills and be able to think creatively. - Communication: Clear and timely ...
I'm looking for a password generator that creates passwords based on specific, repeating sequences. This project requires a strong understanding of coding and security principles to create a tool that is both functional and secure. The ideal freelancer will have experience in programming and password security.
I'm seeking a skilled FPGA developer with comprehensive knowledge in Verilog and Ethernet standards. The project involves implementing a 10 Gigabit Ethernet Physical Coding Sublayer/Physical Medium Attachment (PCS/PMA) and Media Access Control (MAC) in an Artix Ultrascale+ FPGA, utilizing SFP+ ports. Key Responsibilities: - Design and implement a Verilog module for basic data transmission via 10GbE. - Ensure compatibility with Artix Ultrascale+ FPGA. - Utilize Vivado for all simulations, testing and final implementation. Ideal Candidates: - Proficient in Verilog and FPGA design, particularly with Artix Ultrascale+ series. - Extensive experience with designing Ethernet PCS/PMA and MAC layers. - Familiar with Vivado and its simulation capabilities. - Able to deliver efficient, ...
...commence work by the deadline agreed upon and proceed efficiently without sacrificing quality. Everything must work perfectly per all my instructions including my video instructions and instructions I will give in our online meetings. You must sign my MNDA before I can share any samples of exactly what I need made. I will own the copyright to all the images, graphics, files, programs, source code, coding, animations, text, lists, menu's, files, rendered files, AI access, native files, and source files. The Interactive 3D Graphic must also be saved as an HTML file, so I can load it to my server for the users to look at and try the graphics. I will own the copyrights to the native files, source files, rendered files, source code, Graphics, and completed files. You will send m...
...know how many SDR's would be needed and the links and pricing to all parts and they must be available in the United States. If I encounter assembly problems or difficulties you will guide me through the process step by step. You must sign my NDA before I can share any samples of exactly what I need made. I will own the copyright to all the designs, images, graphics, files, programs, source code, coding, animations, text, lists, menu's, files, files, AI access, native files, and source files. I will own the copyrights to the research, Graphics, and completed files. You will send me all the full designs, equipment resources, and source files when completed. I will release the full milestone when the work is fully completed, checked, and accepted by me. I do not pay any ...
Job Brief: Web Development for Innovative Job Board Platform We are looking for a skilled web developer ideally a freelancer from the UK but a small team is fine too to build the MVP for a new job board platform. The focus is on creating a user-centric, mobile-friendly website with a modern, clean design and seamless functionality. Key Delive...and optimised performance. • Aesthetic design that aligns with modern, clean interfaces We’ll provide detailed design guidelines and a list of must-have features during the next phase of development discussions. If interested, please include examples of similar projects you’ve completed and an estimated timeline for the MVP. Please also confirm if you will use no code apps or full back end coding. Have you got modern UX...
I'm looking for a freelancer who can compile a comprehensive list of stock codes for all companies per year from the specified website - A spreadsheet should be created with a tab for each year. The stock codes shoul...example, where the company name is Apple, I would expect the code AAPL to be returned. The specific requirements are: - The stock codes should be taken from Yahoo Finance - The data should only include the stock codes, not historical data or current status. - The final deliverable should be in an Excel file. Ideal skills and experience for the job: - Familiarity with stock exchanges and their coding systems. - Proficiency in data compilation and Excel. - Attention to detail for ensuring accuracy of stock codes.
...management mobile application. The project is structured into nine key milestones, spanning from requirements gathering to project closure and handover. The consultant's responsibilities include creating a scope of work, recommending technologies, and overseeing various development phases. The document emphasizes adherence to best practices in development, including Agile methodologies, version control, coding standards, testing, documentation, performance optimization, scalability, security, accessibility, and monitoring. The ideal consultant should have at least 7 years of experience in mobile app development, knowledge of property management systems, and strong project management skills. Key deliverables include: -Comprehensive project requirements document with a detaile...
I'm looking for a skilled WordPress developer to help create a custom Event Calendar page or use a different plugin on my website. This calendar will be used to display weekly classes. It can even be a d... no real description, yet it would be great to have the price, title, button to register, and date if possible. Here is another example: (please scroll down on the page to the class list) The ideal candidate for this project should have: - Extensive experience with WordPress and its calendar plugins. - A strong understanding of coding for custom WordPress pages. - Ability to create a user-friendly, intuitive interface. Please let me know your costs and add the word positive in your reply so I know you read the description.
I need a simple BAQ coded in Epicor to report on total unreceived quantities. The report should include the following specific details: - Part number - Number of POs - Total unreceived qty - Site location In addition, the report should be able to filter by: - Date range - Supplier - Warehouse location Ideal Skills and Experience: - Proficient in coding BAQ in Epicor - Experienced in data extraction and report generation - Able to implement custom filters in reports
...future projects. Please note: we are looking for an individual freelancer, not an agency. This is a long-term, part-time position where you’ll maintain and enhance existing websites, add new features, and contribute to exciting new projects as we expand. The role is flexible, averaging 23 hours per week, but some weeks may require 40+ hours depending on the workload. If you’re passionate about coding, optimizing performance, and building high-quality tools, this is the perfect role for you! WHAT YOU’LL BE WORKING ON: PROJECT 1: HOSTED PLATFORM WEBSITE -Technologies: HTML, CSS, JavaScript, jQuery, PHP, MySQL -Tasks: --Fixing UI bugs. --Adding features via API requests. --Enhancing server-side functionalities. PROJECT 2: CUSTOM WEB APPLICATION Technologies:...
I'm seeking a skilled software/app developer with a strong background in AI to create a mobile application for both iOS and Android. The specific purpose of this app has not yet been determined, leaving room for creative and innovative suggestions. Ideal Skills and Experience: - Proficient in mobile app development for iOS and Android - Strong coding skills - Extensive experience with AI integration in apps - Creative thinking for potential app purposes - Proficient in understanding and implementing user-friendly designs
Website Design for Secret Roast Overview: We are seeking a highly creative freelance graphic designer to create a stunning and interactive design for our coffee brand, Secret Roast. The goal is to craft a visually captivating website that embodies the premium and mysterious essence of our brand. This project focuses only on the graphic design and layout—no coding or development is required. The final deliverables should be ready for handoff to a web development team. Scope of Work: 1. Homepage Design: • A visually striking landing page that immediately engages visitors with a premium and mysterious aesthetic. • Incorporate smooth animations, such as parallax scrolling, subtle hover effects, and transitions. • Showcase key brand elements like coffee blends,...
I'm looking for someone with solid coding skills who can quickly install Solrunner - a Solana front running, copy trading, and sniper bot - on my macOS. I have my Solana wallet set up, but I'm not proficient in coding and need this done fast and correctly. The installation instructions are available on its GitHub repository. Key Skills: - Proficiency in coding - Experience with macOS - Familiarity with Solana and its tools - Ability to follow detailed instructions from GitHub - Fast and reliable installation service
I need a VSTO C# Outlook Desktop App Addin or a desktop application in a suitable coding language that can send customized emails using responsive HTML templates. The primary functionality of the app will be: - Sending emails using the responsive HTML templates. - Managing and editing these HTML templates within the app. The application should be compatible with the Outlook desktop app, but the generated .html files should also be usable to other email clients. See the uploaded PDF and it shows you where the responsive HTML code is comingg from that can be re-used with different content.
I'm in need of a professional who specializes in Excel VBA and Outlook email automati...stuck and would appreciate assistance in troubleshooting my existing code and learning basic coding concepts. The specific tasks required include: - Automating email generation from specified Excel worksheet cells on a schedule based on corresponding dates in other cells. - Incorporating specific types of content into the body of these emails, including text and hyperlinks. - Assisting me in understanding and learning basic coding concepts. Ideally, you would have extensive experience with Excel VBA and Outlook, and be able to explain concepts in a clear and understandable manner. Your role will not only be to help me progress with this project but also to help me learn and understa...
Hello, I’m looking for a fluent English developer, an expert in coding and WordPress, who is serious and doesn't have 500 other jobs, as I’ve already worked with a couple of freelancers who wasted my time. The main task is to create a chat feature that connects to each order we receive on our website (an order means when a customer makes a purchase). Once we have the chat feature connected to the orders, we will create a dashboard for my employees so they can log in to the website. The employee will log in from the website as the client, but they will be assigned a role that allows them to see the dashboard as an employee. I will connect the order with the employee, allowing them to complete the job and communicate with the customer. These are the important aspects....
I am looking for an experienced coder to convert my Arduino code to work with the Padauk PMS152. This is for a customized application aimed at enhanc...Padauk PMS152. This is for a customized application aimed at enhancing my business operations. Key Responsibilities: - Retain and adapt the specific functionalities from the Arduino code: sensor data handling, communication protocols, and actuator control. - Ensure the converted code is optimized for a Padauk PMS152. The ideal candidate will have extensive experience with both Arduino and Padauk coding and a good understanding of developing custom applications for business purposes. Familiarity with sensor data handling and communication protocols is crucial. Please include in your proposal examples of similar projects you have ...