Need script writers일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 need script writers 건의 일자리 확인, 급여 기준: USD

    안녕하십니까? Writers Club님의 프로필을 보고, 제 프로젝트를 제안하고자 합니다. 자세한 사항에 대해서는 채팅 서비스를 이용하여 주십시오.

    $10 (Avg Bid)
    $10 (평균 입찰가)
    1 건의 입찰
    bustabit script 종료 left

    부스타빗 스크립트 수정 작업

    $25 (Avg Bid)
    $25 (평균 입찰가)
    2 건의 입찰

    Facebook Fans (Worldwide) script.. MAXIMUM 90€!

    $47 (Avg Bid)
    $47 (평균 입찰가)
    2 건의 입찰

    Currently I have a PHP script that calls data from a MySQL db and echos the data into rows on a PHP page. The only problem I face the rows will become large and I don't want it all to appear on one page. I need something like the pagination function to insert "next" and "previous" links and only display 5 records on a page then "next" to display the other 5. This should be a quick job for someone competent in PHP. Additionally if you could please explain to me the code you injected into mine so I can add it to all my other PHP pages on my project that would be great.

    $417 (Avg Bid)
    $417 (평균 입찰가)
    74 건의 입찰

    Hi I have a python matplotlib script that allows user to scroll through a 3D image, in nifti file format. It has a slider that allows you to scroll through the z axis of the image. I would like for the image to have a text box that updates chosen coordinates that are selected by clicking on the image at a given slice. I would like for the chosen coordinates to only update if the user clicks on the canvas where the image is. I would also like for the text box to be outside the canvas and slider. If you have previous experience with Matplotlib, this should be no problem. Thank you!

    $134 (Avg Bid)
    $134 (평균 입찰가)
    16 건의 입찰

    I require an proficient developer to create a script that can send out automated emails through Gmail. This task should be accomplished with an appropriate scripting language for Gmail's environment. Key Requirements: - Send out notification emails. - The notifications will be for scheduled reminders and service status updates. - Targeted audiences are all users and selected groups. Relevant skills include proficiency in JavaScript (as Gmail Scripts commonly employs this language) and familiarity with Gmail's API. Knowledge of handling scheduled tasks and interaction with user databases is also beneficial. In short, I'm looking for a coding and Gmail expert who can automate the process of sending important reminders and status updates to our users. The system shou...

    $502 (Avg Bid)
    $502 (평균 입찰가)
    46 건의 입찰

    I need a skilled animator to bring my vision to life and create an engaging promotional video. Key requirements: - You must have experience in 2D animation and be proficient in relevant software. - The goal of the video is to promote a product or service, so your work must be adapted to achieve this goal. - The target audience for this project is adults, so the style and content of the animation must be suitable for this demographic. - Audio narration is still in process, but our market is based on the same thing that this application does, for the Latin American market. - In short, we are looking for an animation that is very similar to the attached video, since the narration will be very similar as well. - If the animator requires the script in

    $132 (Avg Bid)
    $132 (평균 입찰가)
    56 건의 입찰

    how to decode : All report content comes from the json data we provide, I explain the logic details in report logic.pdf., please check its content. I also attached a json data and a tire report , they come from one scan, you check its content to verify the report logic. we have to make similar script to generate report from our system

    $152 (Avg Bid)
    $152 (평균 입찰가)
    40 건의 입찰

    I'm in need of a talented scriptwriter that can help lighten up my YouTube channel with some comedy. The script: - Should be medium-length, ranging between 5-10 minutes. - Does not have any specific theme or topic, but creativity and humor sense is a must. - The humor should be tailored to appeal to teenagers and young adults. Skills & Experience: - Fluent in Hindi - Comedy writing experience - Deep understanding of youth culture and slang - YouTube scriptwriting experience is a plus.

    $15 (Avg Bid)
    $15 (평균 입찰가)
    2 건의 입찰

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    I'm looking for a developer to create a simple starter trading script. This is can be based on another script and does not need to be written from scratch. Develop a simple script that buys a particular cryptocurrency when it drops X% and sells it when it recovers Y%. Once that is established, we can look at adding the usual trading indicators as part of the strategy, but I want to start basic. Ability to customize buy and sell points as well as add different cryptocurrencies. Very Important: Host the script in the cloud for convenience and to avoid personal management responsibilities. I don't want the script to run on a server like AWS that I'd have to manage and continually monitor for uptime, etc. The script should a...

    $22 / hr (Avg Bid)
    $22 / hr (평균 입찰가)
    36 건의 입찰

    I'm in need of a skilled programmer experienced in C++ languages. The primary aim is to effortlessly convert simple Python code into its C++ equivalent. Ensuring to maintain specific functionalities such as: - Data Visualization: This functionality must be retained during the conversion process. The C++ code must facilitate the graphical representation of data as efficiently as the initial Pine script. - Algorithmic Operations: The output C++ code should continue to perform certain algorithmic operations, similar to the Pine script. Ideal candidates should have previous experience in similar projects and a strong understanding of both Pine and C++. Excellence in this task may lead to potential future collaborations. This is a great opportunity for candidates...

    $145 (Avg Bid)
    $145 (평균 입찰가)
    25 건의 입찰

    I'm in need of a script that can produce a 3D flipbook video similar to the one I've provided. The script will take source images and render them into a 3D video using , Python, PHP or any other solution Requirements: - Development of a script that can process images into a 3D flipbook video - Experience with framework is preferred - Ability to understand and replicate the style and functionality of the provided reference video - Past work in similar projects is necessary, so make sure to include this in your application If you're interested, please contact me for more information.

    $494 (Avg Bid)
    $494 (평균 입찰가)
    58 건의 입찰

    I need a professional to connect my OAK PoE camera with a Raspberry Pi 5. I have the camera working perfectly fine on my DELL computer. However, I'm unable to use the camera with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the

    $54 / hr (Avg Bid)
    $54 / hr (평균 입찰가)
    23 건의 입찰

    I am in need of a skilled Linux and Bash Script expert to help me with my current project. Although I haven't specified exact tasks or goals, I am seeking assistance in the following areas: - Linux installation and configuration - Bash scripting and automation - Troubleshooting and debugging I expect the successful freelancer to have a deep understanding of Linux systems and be proficient in Bash scripting. Your past work and experience in similar projects will be valuable. Please detail how you can assist and your approach in your application. Thank you.

    $84 (Avg Bid)
    $84 (평균 입찰가)
    8 건의 입찰

    I am seeking a skilled PHP developer to resolve issues on my website's offer/gigs page. The website runs on a PHP MicroJobs Script, and there are several bugs affecting the functionality of this page. Issues Encountered: Error Messages: Users are encountering error messages when attempting to submit offers or gigs. Incomplete Transactions: Some transactions are not completing successfully, leading to inconsistencies in the database. Page Responsiveness: The page's responsiveness needs improvement for better user experience across devices. Requirements: Proficiency in PHP and experience working with PHP MicroJobs Scripts. Strong problem-solving skills to identify and fix bugs efficiently. Ability to optimize page responsiveness for various devices. Excellent communicatio...

    $16 (Avg Bid)
    $16 (평균 입찰가)
    19 건의 입찰

    보다 자세한 내용을 확인하시려면, 회원 가입 또는 로그인 절차가 필요합니다.

    파워형 봉인형

    I'm in need of a developer who can create a n8n script to login to a specific website and extract stock data for multiple companies. Key features of this project include: - Extraction of table data: You should have knowledge and experience working with web data extraction, specifically with table data. - Selection of stocks data: The script should have the ability to select and extract information from the stock table. - Capability for multiple companies: The tool should be versatile to handle data extraction for multiple companies, not limited to just one. Experience in the use of n8n for data extraction from websites, especially in the finance sector, will be a significant advantage for this project. One of the page is: And the table is in the "pre...

    $151 (Avg Bid)
    $151 (평균 입찰가)
    37 건의 입찰

    I'm in need of a skilled scriptwriter who can craft a compelling Spanish script for a 2-minute educational corporate video. The aim of this video is to educate professionals and companies about a specific topic. Ideal skills would include: - Native Spanish proficiency - Strong background in scriptwriting - Experience in creating educational content - Understanding of corporate communication - Ability to write engaging and informative content - Familiarity with video scripts and voice-over requirements Your script should be: - Succinct yet informative - Able to convey complex ideas in an accessible way - Appropriate for a professional audience Please share any relevant experience and provide a sample of your work if possible.

    $19 (Avg Bid)
    $19 (평균 입찰가)
    12 건의 입찰

    Just like the title says, i currently have a script on my site that displays text on mouse over, just not sure why it wont let me add line breaks; i can not give you access to the site, but i can send you the script. I have tried adding... '<br>, n, b, ' not really sure why its doing it. Thanks,

    $46 (Avg Bid)
    $46 (평균 입찰가)
    27 건의 입찰

    Hi, I need many rewrites. The first batch is of 200 articles. I will ask for a 100 -150 word sample rewrite on the topic given by me. (Removed by Freelancer) Interested candidates, please bid. Long-term work for the right candidate. We will hire multiple writers. Regards, B

    $4 / hr (Avg Bid)
    $4 / hr (평균 입찰가)
    68 건의 입찰

    I'm in need of an experienced PHP developer to significantly enhance and upgrade my existing PHP script. The scope of work involves: - Adding new functionalities: Specifically, I am seeking to integrate payment gateway and app, as well as implement a subscription wallet and automated payments system. A background in financial integration technologies is preferred. - Modifying existing features: Notably, the user profile management feature and data management & reporting functionality need revisions. Experience in generating robust user interfaces and crafting intuitive data management systems will be key. Prospective freelancers should have demonstrated experience with PHP, user interface creation and data management tools. Proven skills in payment gateway...

    $463 (Avg Bid)
    $463 (평균 입찰가)
    92 건의 입찰

    I’m looking for an experienced programmer who can create an automation script for a website. Key Requirements: - Automation Tasks: Your main job would be to automate various tasks on a website. This could involve anything from data entry to form submissions, and possibly content scraping. The specific tasks will be shared with you in detail. - Python Expertise: Given the nature of this task, your proficiency in Python is a must. If you have experience with automating websites using Python, that would be a huge plus. - Experience: Your application should showcase your relevant experiences and past projects. I’m looking for someone who has a proven track record in this field. Please include relevant examples of your past work in your application. Looking forward to heari...

    $12 (Avg Bid)
    $12 (평균 입찰가)
    1 건의 입찰

    Hello, I am looking for a programmer with expertise in the Twitter API and JavaScript for Google Sheets. I require assistance in setting up the Twitter API and need a custom script written for Google Sheets. Here are the specific requirements for the project: Project Objectives: 1. Script Functionality: - Automatically fetch Arabic text from a specified Twitter account and insert it into Column B of a Google Sheet, starting from Row 2. - Retrieve and insert links for images and videos associated with the tweets into Columns C, D, E, and F respectively. 2. Automation and Updates: - The data retrieval process should be automatic and occur in real-time, ensuring the Google Sheets document is updated continuously, irrespective of whether it is currently open. ...

    $166 (Avg Bid)
    $166 (평균 입찰가)
    17 건의 입찰

    I'm in need of a Python script that can monitor specific events or conditions that I choose and send notifications to a Discord channel. I would like this to be done on a regular basis, for example, every hour. Key Points: - You need to create a Python script. - It should monitor for specific events or conditions (to be specified). - It must send notifications to a Discord channel. - The monitoring interval should be every hour.

    $33 (Avg Bid)
    $33 (평균 입찰가)
    25 건의 입찰

    Hi, As discussed in meeting , We are going with Phase 1

    $107 (Avg Bid)
    $107 (평균 입찰가)
    1 건의 입찰

    I'm looking for a professional who can develop a Pine script for me that will generate buy/sell trading signals on cryptocurrencies and any other stock or commodity market based on the diversion concept. The deliverables should give me the ability to change the indicator equitation or parameter as i want to toon up the peaks and valleys detection. also he should include the testing and functioning of Pine Script code and Elements to ensure its accuracy in generating Buy/Sell signals. Ideal candidates will have: - Familiarity with TradingView platform and Pine scripting. - A good understanding of trading signals and indicators. - Proven experience with cryptocurrencies and their market trends.

    $122 (Avg Bid)
    $122 (평균 입찰가)
    12 건의 입찰

    Hi Writers Club, I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $110 (Avg Bid)
    $110 (평균 입찰가)
    1 건의 입찰

    I am looking for a freelancer who can help me create a software script for bulk messaging on my website. The purpose of the bulk messaging is to message users about available rooms with text that we can customize. I already have a specific message that I want to send out. I don't have a preferred platform or language for the script, so I am open to suggestions. Ideal skills and experience for the job: - Proficiency in Python or JavaScript - Experience in creating scripts for bulk messaging - Ability to customize the messaging content - Familiarity with website integration and messaging APIs Here's a video of the website and what's needed, please watch this and bid. It's a simple script but I don't have the time to make this so please bid

    $184 (Avg Bid)
    $184 (평균 입찰가)
    36 건의 입찰

    I'm looking for a seasoned Python developer with specific experience in image especially video analysis to create a script that can process a full mp4 video and identify the positions of noise in the video. The idea is to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame numb...

    $260 (Avg Bid)
    $260 (평균 입찰가)
    25 건의 입찰

    Project Duration: 1 Hour Project Type: Python Script Modification Project Level: Normal Server Type: Ubuntu 22.04 Number of Changes Required: 1 Project Overview: We have an existing Python script that allows us to upload a CSV with two columns: Prompt Output The script then submits each “Prompt” to the OpenAI API, inserts the output into the “Output” column. We would like one change made to the existing script. Change Required: We would like to add one more column to the CSV file, “Id”, it will be the first column. We use “Id” as our own reference number for the row This column and its value should be retained in the output file. 5* FEEDBACK WILL BE LEFT FOR YOU

    $33 / hr (Avg Bid)
    $33 / hr (평균 입찰가)
    34 건의 입찰

    I have a set of scanned Hindi documents that need to be transcribed into Microsoft Word for further processing. Key Requirements: - Digitalization: The main purpose of this task is to convert the scanned copies into a digital format. - Basic Formatting: The text should be typed with basic formatting (e.g. bold, italic, etc.) but does not need to exactly match the scanned copies. Ideal Freelancer: - Proficient in Hindi: The freelancer should have a strong command of the Hindi language to accurately transcribe the content. - Experienced in Data Entry: This project requires good data entry skills to ensure accurate and efficient transcription. - Proficient in Microsoft Word: Prior experience with transcribing documents in Microsoft Word is preferred. 3 books in Hindi scanned...

    $78 (Avg Bid)
    $78 (평균 입찰가)
    41 건의 입찰

    Currently, I'm seeking top-notch content contributors with proficiency in creating a variety of professional and formal written materials. The needed content spans across: - Website Content: Crafting brand-focused, clear, and compelling web copy is key. Freelancers should be able to communicate our offerings in an accessible, engaging manner. - Blog Articles: Develop insightful, well-researched articles for our blog. Experience with SEO techniques is a plus. - Product Descriptions: Write concise and persuasive descriptions for our range of products, illuminating their features in a business-friendly tone. Ideal Skills: - Proven experience in professional writing, editing, and proofreading. - An understanding of SEO practices. - The ability to communicate complex ideas effec...

    $69 (Avg Bid)
    $69 (평균 입찰가)
    34 건의 입찰

    I require a skilled blog writer with knowledge and understanding of the job-seeking process. Your task is to produce SEO-friendly articles centered on career advice, job seeking strategies, and the global job market. The ideal person for this role should have: - Experience in writing on job-related topics. - Knowledge of...job-related topics. - Knowledge of SEO best practices. - Ability to capture the interest of job seekers. Your role will focus on: - Writing engaging, informative articles. - Utilizing SEO to increase website visibility. - Creating content specifically tailored to job seekers. The ultimate goal of these blog posts is to inform and guide job seekers. This project presents a valuable opportunity for writers with an interest in career guidance and the job-seeking...

    $4 / hr (Avg Bid)
    $4 / hr (평균 입찰가)
    67 건의 입찰

    I'm looking for a Python script that uses PyAutoGUI to control keyboard inputs, with a specific focus on interacting with a Firefox web page. I would do it myself as its simple python. However, it needs to branch into two different output. 1 clicking certain buttons and then a Then a final enter button to refresh the webpage and get a new list of buttons to select. 2. The second branch does the same thing except that it pushes different bottons so the tab order is different. Having two outcomes makes the python code to difficult for me so that i why I need help. I will also have to fine tune the number of tabs after you give me the code. So branch one will have different tabs frequency than the other branch. The UI should reflect that. I am open to creative ide...

    $45 (Avg Bid)
    상금 보장형
    $45
    8 건의 응모작

    I'm looking for a meticulous individual with expertise in web development and an interest in writing to superbly showcase my portfolio. * Core Skills: * Sensitivity towards both short and long-form written content. You should have a good eye for design, attention to detail and be able to meticulously highlight the unique features of my work. Your portfolio or samples of past work similarly done will be appreciated. Let me know your innovative ideas on how to effectively highlight these skills in my portfolio.

    $103 (Avg Bid)
    $103 (평균 입찰가)
    58 건의 입찰

    I need a proficient researcher and writer to handle a job of writing my PhD Confirmation of Enrolment document. The document has already been written but need to make it up to 6000 words or more. The field of study of my PhD is Translation. The research investigates the translation of specific transcriptions translated from Arabic into English and will be doing a parallel corpus study to do that. Key task: - Finish writing my PhD Enrollment Confirmation document while maintaining the academic integrity and tone of the document. - adjusting the title of thesis Ideal skills: - Experience in academic writing and research is highly preferred. - Fluent in English and Arabic. - Knowledge in academic regulations and terms would be an advantage. Only experienced professional rese...

    $270 (Avg Bid)
    $270 (평균 입찰가)
    35 건의 입찰

    I'm looking for a talented script writer to work on a draft comedy script for a TV project. This script will be targeted at an adult audience. Key Points: - Your primary task is to review, modify and work on the draft to create a compelling, engaging, and humorous script that will captivate the listeners. - The tone of the script should be light-hearted, witty, and entertaining, in line with the comedy genre. - Understanding of TV scripts and their unique requirements is a plus. Ideal Skills: - Proven experience in comedy scriptwriting, especially for radio. - Ability to tailor humor for an adult audience. - Strong understanding of pacing and structure in scripting. - Familiarity with the TV industry and its specific requirements. - Excellent commu...

    $21 / hr (Avg Bid)
    $21 / hr (평균 입찰가)
    30 건의 입찰

    I need a script that will convert any html div to pdf (and download).

    $30 (Avg Bid)
    $30 (평균 입찰가)
    34 건의 입찰

    We are a dev team and seeking a highly experienced individual dev with in-depth proficiency in Laravel, Vue, and Flutter. Your responsibility will comprise the rebranding and extending of existing Codecanyon scripts. - **Script Rebranding**: I need a meticulous freelancer able to successfully rebrand scripts to brands of clients. - **Extending Scripts**: Your tasks also include extending Codecanyon scripts by adding extra functionalities, ensuring consistent, flawless operation , implementing APIs and adding the functionalities in the existing flutter app, testing, fixing any bugs to ensure smooth operations of the system. Pay : 1. INR1200/day or fixed amount as decided by our project managers, for 8 hours of work on anydesk/github for adding functions 2. INR 2000/proje...

    $7 / hr (Avg Bid)
    $7 / hr (평균 입찰가)
    5 건의 입찰

    I'm looking for a designer who can craft a modern, minimalistic logo for my IT support business. This unique logo should include a symbol referring to technology such as a computer/laptop symbol, circuits, or a cloud. Requirements: - Use of cool tones, specifically blues and grays, to communicate our corporate image. - A minimal, sleek sans-serif, serif or script typeface. The choice is yours as I don't have any specific preferences. - The design should be innovative, portraying my business as a cutting-edge, modern IT support firm. - I would like the logo to be an symbol next to the company name Ideal skills: - Creative graphic design - Knowledge in modern logo trends - Familiarity with tech - Attention to details Please include samples of your previous work, espec...

    $25 (Avg Bid)
    $25 (평균 입찰가)
    90 건의 입찰

    I'm in need of a complex script that combines SMC schools, ICT schools, and commercial use elements into a single Tradingview indicator. Here are more details on what I'm looking for: - The script should include various elements from SMC and ICT schools, as well as classic trading methodologies for commercial use. - The primary feature of the script will be the creation of a custom indicator on Tradingview. - This indicator should accurately reflect the principles and strategies taught in SMC and ICT schools, while also incorporating classic trading approaches. Ideal skills for this project: - Proficiency in Tradingview script development - Understanding of SMC and ICT trading methodologies - Knowledge of classic trading indicators and stra...

    $1107 (Avg Bid)
    $1107 (평균 입찰가)
    48 건의 입찰

    I am seeking a qualified web developer to create a captivating blog website for my project. The purpose of the website is to publish genre-specific short stories, aimed primarily at an adult audience. To meet this requirement, the potential freelancer should have: - Proficiency in creating an engaging, user-friendly website layout... - Proficiency in creating an engaging, user-friendly website layout - Experience in incorporating features for story submission and publication - Understanding of how to target content to a specific audience - Experience in genre-specific themes and templates - Excellent SEO skills to drive appropriate traffic to the site Together, we can create a unique platform that successfully connects writers and adult readers through captivating genre-specifi...

    $407 (Avg Bid)
    $407 (평균 입찰가)
    86 건의 입찰

    I'm on a journey to accomplish a PhD in Social Sciences and I need a seasoned expert to assist me with comprehensive research. Specifics: - Your expertise in Social Sciences is of essence and shall be fundamental in this project. - I require assistance in extracting relevant studies from top-tier UK or USA journals. Familiarity and access to vast academic journals are absolutely necessary. - I'm focused on qualitative research and expect appropriate methodologies to be applied in this study. -I require that the writer must not use AI generated text or sources. AI sometimes CREATES references that do not exist! Only true writers may apply please. Skills required: - Extensive experience in Social Sciences. - Should have privileged access to premium academic journ...

    $44 (Avg Bid)
    $44 (평균 입찰가)
    40 건의 입찰

    I am in need of an experienced content writer who can produce various forms of content centered around the topic of bus manufacturing. Your work should cover blog articles, website content, and social media posts. The purpose of the content is to inform, promote, and educate readers about the fascinating world of bus manufacturing. I'd like the tone to be engaging and the information to be accurate, comprehensive and of course, original. Ideal Skills: - Excellent writing and editing skills - Prior experience in writing about manufacturing or a related field - Ability to thoroughly research and understand the topic of bus manufacturing - Creative mindset to make technical content engaging - Ability to adhere to deadlines and content guidelines This project is ideal for ...

    $215 (Avg Bid)
    $215 (평균 입찰가)
    18 건의 입찰

    I have a JSON file containing form data that I need converted into both HTML and PDF. The PDF version should be static, without interactive elements. - The conversion process can be done manually, using HTML and PDF editors, or automatically, for which you can suggest a suitable script or tool. You're also welcome to combine both methods if you believe it would be more efficient. - The HTML output should be easy to read and navigate. The PDF should retain this readability in a static format, making it suitable for printing and viewing but without interactive features. - You will have creative control over how to best represent the JSON form in these two formats. The end goal is to make the content accessible and user-friendly. I'm looking for a professional wit...

    $17 (Avg Bid)
    $17 (평균 입찰가)
    24 건의 입찰

    I need a skilled developer with extensive experience in Python and Solana to integrate my existing Python script with the Solana blockchain using Jito Validator. Key Tasks: - Integrating Solana with Python application - Using Jito Validator for the integration This is a time-sensitive project with an urgent deadline. I am looking for a professional who can dedicate their full attention to this task and deliver high-quality results within a short timeframe. Ideal Skills and Experience: - Extensive experience in Python - Proficiency in Solana blockchain development - Previous experience with Jito Validator, or the ability to quickly learn and adapt to it Please only apply if you have the necessary skills and are able to work on this project immediately. Thank you.

    $162 (Avg Bid)
    $162 (평균 입찰가)
    33 건의 입찰

    I’m seeking experienced content writers capable of producing in-depth blog articles and website content that exceed 1000 words. * Key Topics: Must be comfortable writing about topics related to Business and Finance as well as Technology and Innovation. * Ideal Skills: Solid grasp of the English language, ability to conduct thorough research, excellent SEO know-how, and exceptional critical thinking capacity. * Experience: Past experience in writing detailed articles about Business and Finance or Technology and Innovation is a must. The qualified freelancer should be able to deliver compelling and unique content, free from plagiarism and grammatical errors. Please include samples of your previous work in your bid.

    $34 / hr (Avg Bid)
    $34 / hr (평균 입찰가)
    38 건의 입찰

    ...to create a custom indicator using Pine Script v5 for the TradingView platform. The goal is to develop an indicator based on 3 existing indicators and predefined rules. The source code of all 3 indicators will be provided to the right candidate. The custom indicator should generate trade signals for alerts. Should be able to use this strategy in the Chart, where it should display buy, sell and exit signals. This project requires expertise in Pine Script v5 and a deep understanding of technical analysis principles. My requirement will be as below; 1. Convert 3 indicators into a strategy.(Source code will be provided) 2. Alert Creation. 3. Buy/Sell signal, Trailing SL/Trailing TP integration with alert function. 4. Session End/Start as per the script. 5. Code debug...

    $329 (Avg Bid)
    파워형 NDA (비밀 유지 계약서)
    $329 (평균 입찰가)
    5 건의 입찰