Hebrew script cursive fonts työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 hebrew script cursive fonts työtä löytyi, hinnoittelu EUR

    Java, J2EE, JDBC, SQL, java Threading,GWT,Html,CSS

    €571 (Avg Bid)
    €571 Keskimäär. tarjous
    3 tarjoukset
    simple script Loppunut left

    a great job

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    1 tarjoukset
    a p[hp script edit Loppunut left

    a p[hp script edit. may need java script

    €11 (Avg Bid)
    €11 Keskimäär. tarjous
    5 tarjoukset
    Web Programing Loppunut left

    Java Script Base Web Programing

    €1106 (Avg Bid)
    €1106 Keskimäär. tarjous
    31 tarjoukset

    Moi, Mulla on nettisivu jossa on kolme välilehti. Kokonaisuudessa 240 sanaa! Haluan sinut korjaamaan oikein kirjoitukset sekä tekemään parannuksia myynti kirjoituksiini. Saat aikalailla vapaat kädet parannuksiin! Kirjoita biddiin "Suomi" varmistaakseni että olet lukenut ja ymmärtänyt budjekti: $24 Tässä on nettisivustoni siittä näkee kuinka vaativasta työstä on kyse

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    4 tarjoukset

    Minulla on jatkuvaa työtä, joka liittyy aikaisempaan projektiimme 'Video script copywriting'

    €9 / hr (Avg Bid)
    €9 / hr Keskimäär. tarjous
    1 tarjoukset
    Trophy icon City Nest Living Logo Design 2 päivää left

    I'm looking for a professional, modern and elegant logo design for my business, City Nest Living. I'm open to any colour scheme, so feel free to be creative. Key requirements: - Professional: The logo should reflect a sense of experience, trustworthiness and credibility. This should be conveyed through the choice of fonts, symbols and overall design. - Modern: The logo should have a contemporary feel, avoiding dated or overly traditional design elements. - Elegant: I want the logo to have a touch of sophistication and refinement. It should be stylish and classy, without being too flashy. - The company name must be included in the logo Ideal skills and experience: - A strong portfolio with a history of successful logo designs, particularly for professional services or r...

    €46 (Avg Bid)
    Taattu
    €46
    78 työtä

    Need someone to create Php script that can be used to create domain and subdomain using cpanel api

    €119 (Avg Bid)
    €119 Keskimäär. tarjous
    57 tarjoukset
    FileMaker - WhatsApp Web Integration 6 päivää left
    VARMENNETTU

    ...integration is to automate the sending of reminder messages to my contacts. Key Project Requirements: - Develop a functionality (script) where WhatsApp messages (to an existinig or not existing contact) are generated automatically upon clicking a button from the database Ideal Skills and Experience: - Proficient in FileMaker and JavaScript - Previous experience in integrating WhatsApp into other platforms - Strong understanding of message automation i think is really a simple thing, but there is something in my syntax that is not allowing to finish the task, im almost done with this. i think is just a line in javsacript I could give my script coding perhaps is very simple, This project requires technical skills and a good understanding of both platform...

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    9 tarjoukset
    PHP Design Enhancements Implementation 6 päivää left
    VARMENNETTU

    I am in need of a skilled PHP developer who can help me with implementing some design adjustments on my website. The job will involve: - Making layout adjustments - Updating the fonts - Adding new sections, specifically testimonials Your tasks will include modifying the layout of the website to accommodate the new sections and updating the fonts to align with the design changes. You will also be responsible for ensuring that the users' testimonials are seamlessly integrated into the design. Ideal Candidate: - Proficient in PHP - Strong understanding of front-end design - Experience in layout adjustments and font updates - Ability to add new website sections - Attention to detail, to implement the design changes accurately. Please note that you will be provided wit...

    €146 (Avg Bid)
    €146 Keskimäär. tarjous
    129 tarjoukset

    I'm looking for a professional who can turn a Pine Script Indicator into a Trend Following Strategy on TradingView. The indicator is written in Pine Script, and the end product should offer clear entry and exit signals based on the indicator's moving averages. Key Deliverables: - Convert the existing Pine Script Indicator to a comprehensive Trend Following Strategy. - The strategy should utilize moving averages as the primary factor for determining entry and exit points. Ideal Skills & Experience: - Proficiency in Pine Script - Strong background in trading strategies, specifically trend following - Experience building and implementing trading strategies on TradingView - Familiarity with moving averages and their application in trading strategies.

    €333 (Avg Bid)
    €333 Keskimäär. tarjous
    3 tarjoukset

    Looking for a Python & Active Directory Expert to create a script and test data to capture all meta data linked to and which describes the confined parameters of an AD account, group policy etc. and export to a MS Excel File. More information attached.

    €46 (Avg Bid)
    €46 Keskimäär. tarjous
    4 tarjoukset

    I need a PHP script to update an existing PDF file with data from a form. - The purpose is to update information in the PDF file, not generate new ones. - The edited PDF will be displayed once, not saved for future reference. - The data that I'll be entering into the form is a bit more complex than just text. It includes text, images, tables, etc. The ideal freelancer for this project should have: - Strong understanding of PHP. - Experience with PDF manipulation in PHP. - Ability to work with various data types in PDFs. - Attention to detail to ensure the PDF retains its original style, font, spacing, etc.

    €21 (Avg Bid)
    €21 Keskimäär. tarjous
    33 tarjoukset

    ...in a visually appealing and easy-to-understand manner. Project Details: Video Length: Approximately 2-3 minutes Style: 2D/3D animation (depending on the freelancer's expertise and recommendation) Content: Script, storyboard, and voice-over (to be provided by us) Objective: Highlight key features, user interface, and unique selling points of the software Target Audience: Potential clients, investors, and stakeholders Responsibilities: Collaborate with our team to understand the project requirements and objectives Develop a creative and engaging storyboard based on the provided script Create high-quality animations that align with our brand and project goals Incorporate feedback and revisions as needed to ensure the final product meets our expectations Deliver the fi...

    €216 (Avg Bid)
    €216 Keskimäär. tarjous
    15 tarjoukset

    I need create calculator like on page : https:/...VAT. here is JS for this from page dreambed. <script> function calculateCustomPrice(element) { const customPriceInput = ('js-custom-input'); let productId = , location = String() + '?productId=' + productId + '&do=calculateCustomPrice'; for (let input of customPriceInput) { if ( === '') { return; } location = location + '&' + + '=' + ; } if (typeof jQuery !== 'undefined') { $.({ url: location, }); } else { ('POST', location); } } </script>

    €29 (Avg Bid)
    €29 Keskimäär. tarjous
    5 tarjoukset
    Python Script for Web Scraping 6 päivää left
    VARMENNETTU

    I urgently need a Python script created to scrape data from Website 1 and write it to a CSV file. The data I need to extract is specific to TVL daily total. Site: Key Requirements: - Develop a Python script for web scraping - Extract TVL daily total data from - Save the data into a CSV file Ideal Skills: - Proficient in Python programming - Experience with web scraping tools and techniques - Strong understanding of data handling, especially writing to CSV files - Good communication for timely updates on the project's progress.

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    40 tarjoukset
    Telegram VoIP Python Script Development 6 päivää left
    VARMENNETTU

    I'm seeking a skilled Python developer to create a script that can facilitate sending and receiving voice calls via Telegram VoIP. The main aim of this project is to integrate the developed script into an existing application. The script should be compatible with Python 3.x.

    €88 (Avg Bid)
    €88 Keskimäär. tarjous
    2 tarjoukset
    Premier Pro Video Glitches Fix -- 2 6 päivää left
    VARMENNETTU

    I'm currently working on a Premier Pro project, but I'm experiencing video glitches in the form of unwanted artefacts that need t...with Premier pro, who can help me eliminate these glitches swiftly. Ideal skills include: - Proficiency in Adobe Premier Pro - Experience with video glitch fixing - Keen eye for detecting and eradicating unwanted artifacts - Excellent problem-solving skills that will ensure efficient resolution of the issue. I was told by Adobe Help that it was third party fonts, and GPU capability causing the issues, but I have deleted the fonts, and used a more powerful computer, still with the same issues and warnings coming up. I have since removed effects that were needing the more powerful processing, but still getting the ribbons and warning...

    €59 (Avg Bid)
    €59 Keskimäär. tarjous
    33 tarjoukset

    ...Skills Required: - Proficiency in HTML, CSS, JavaScript, and responsive web design - Experience with web form development and validation PHP Integration (optional): - Form Data Processing: Develop a PHP script to receive the form submission and convert the data into a multidimensional array. - Data Population: Implement functionality to pre-fill the form fields with corresponding data from the multidimensional array when the form is displayed again. Deliverables: - one (1) fully functional and responsive webpage form based on the provided Microsoft Word document - optional: one (1) PHP script that processes form submissions into a multidimensional array - optional: Functionality to pre-fill the form with data from the multidimensional array - Testing and debugging to ...

    €31 (Avg Bid)
    €31 Keskimäär. tarjous
    31 tarjoukset

    ...Elements: - Logo Design: We need a professional, modern logo that represents our company's core values and services. - Color Palette: The dominant color in the brandbook should be purple. The usage of this color should reflect our brand identity and resonate with our target audience. - Typography Guidelines: We're looking for a minimalistic and clean design, including a specific font or set of fonts to be used in our branding materials. - Text: Dronectic The text of the logo should NOT be: Industrial Drone Services Your role would be pivotal in crafting a brandbook that not only represents our startup but also resonates with our target market. Experience in creating brandbooks and expertise in visual identity design are crucial for this project. Please be read...

    €110 (Avg Bid)
    Taattu
    €110
    161 työtä
    Trophy icon Modern Brand Design and Manual 6 päivää left

    ...thinking to have a symbol for each activity and for the main area to have as many symbols as we can COMBINED! The location is the city of Urziceni. For that reason, I am interested in having the possibility to use the logo together with the name of the city: ARENA Urziceni. Please let me know if any questions! Deliverables: LOGO + GENERAL (*COMBINED) SYMBOL SYMBOL FOR EACH ACTIVITY FONTS USED (*I need also the font that you first use for the logo, even that you modify it) Vector file, source file, JPG, TIFF, EPS, PNG...

    €92 (Avg Bid)
    €92
    76 työtä

    ...digital marketing trends is a plus. Technical Requirement: • Fast Internet • American English Accent • Quality Microphone Ready to take your sales career to the next level? We are! How to Apply? (Do the Following to be considered, copy and paste the template below and use as your cover letter) 1. Record Your Voice: Read the following sales script with your voice: 2. Speed Test Goto: Change server to any Los Angeles, CA Server. Screenshot or link me to your test result. 3. Are you able to work in USA Time? (-8 PST) working 8am-4pm or 8am-5pm? 4. What is your Sales Experience and Website Design knowledge? 5. Are

    €10507 (Avg Bid)
    €10507 Keskimäär. tarjous
    2 tarjoukset

    Before you respond on Freelancer.com, please...excellent previous ratings. The chosen freelancer will receive positive feedback score and prompt payment. ----------------- About the subject ----------------------- This is a 3-hour project to create 3 videos which explain how to use a new software which we have created The deadline is sacred, we cannot extend the 3 hour timeline. ---------------- About the video ------------------- Video script: (See attached file - Video ) --------- Other details ------------------------- No voiceover is required. Generic background music is required, something light and peppy. Please bid only if you have prior experience in making animated videos, and can deliver this in 4 hours. Otherwise, do not waste your valuable bid. Good luck!

    €36 (Avg Bid)
    €36 Keskimäär. tarjous
    8 tarjoukset
    Custom Jasmin SMS Gateway Setup 6 päivää left
    VARMENNETTU

    I need an experienced engineer on the Jasmin SMS gateway. Please place a bit ONLY IF you have experience with Jasmin SMS gateway!!! Task: Run Jasmin locally and wish you to demonstrate how to set the first example script from their documentation linked here:

    €40 (Avg Bid)
    €40 Keskimäär. tarjous
    3 tarjoukset
    Trophy icon "Smart Signal Adaptor" A4 Brochure 2 päivää left

    ...to creatively present these features in a visually appealing and concise manner. It is crucial that you create a design that speaks to the tech-savvy nature of the audience and the innovative qualities of the product. The ideal professional for this job should have: - the part name "Smart Signal Adaptor" - Holroyd logo (attached) - Follow our brand guidelines and colours (attached) - Use the fonts in the attached pic - use the smart signal adaptor pics 1, 2 & 3. Ensure they have a 3D effect and pop out of the brochure - Blend the caravan photo into the brochure Description of part: - Modified 12 pin to 12 adaptor - Suited to newer vehicles such as Ford Ranger, Dodge Ram, Silverado, FTruck etc - No trailer brakes connection on their dash if the have factory fitte...

    €30 (Avg Bid)
    Taattu
    €30
    19 työtä

    I want a skilled PHP developer with experience in form handling to create a script for me that will block a form's submit button until certain conditions are met. Key Requirements: - The button should only become active if the user types in any text. This means if the form is left blank or a field is left empty, the button should stay inactive. - After clicking the button, if the conditions are not met, I want an error message to be shown to the user. This is to ensure that they understand what is expected before the form is submitted. The form is working inside an wordpress website but was made with php

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    40 tarjoukset

    hello, there, We need some Native Austrian and German to do a recording task, they are short sentences, the recording would take you about 15 minutes, the budget is $9 for the whole task the speakers need to be: -Age from 18-55, Both professional voiceover or amateur -Equipment: You just need to have a good phone. The recording script is in our recording app so you will need to download our recording app and then use task name we provide to log in and record. -Envrionment: Please record in a quiet room, no echo, no other noise like birds noise, car noise and so on. Don't need to use earphone or bluetooth. -Pronunciaiton: we will provide a few sample audios for you to check the pronunciation we need, you need to listen them first before starting the recording task If you are ...

    €9 (Avg Bid)
    €9 Keskimäär. tarjous
    1 tarjoukset
    Traffic-Boosting Pinterest Pin Designer 6 päivää left
    VARMENNETTU

    ...money-oriented audience. Key requirements and responsibilities include: - Designing pins that are specifically aimed at encouraging clicks and visits to my website - Understanding the interests and preferences of a tech and money making focused audience - Ensuring the pins are of high quality, engaging, and well-aligned with Pinterest's best practices and guidelines - Using relevant colors, visuals, and fonts that resonate with the target audience - Delivering the pins in a timely manner The ideal candidate for this project should have: - Proven experience in creating Pinterest pins that have successfully driven traffic to websites - A good understanding of the tech and money making niches - Strong graphic design skills and a keen eye for detail - Excellent communication s...

    €17 (Avg Bid)
    €17 Keskimäär. tarjous
    26 tarjoukset

    Before you respond on Freelancer.com, ...freelancer will receive positive feedback score and prompt payment. ----------------- About the subject ----------------------- This is a 4-hour project to create a 30-second to 1-minute video (time can be slightly more or less, it is up to your judgment when making the video) The deadline is sacred, we cannot extend the 4 hour timeline. ---------------- About the video ------------------- Video script: (See attached file - video ) --------- Other details ------------------------- No voiceover is required. Generic background music is required, something light and peppy. Please bid only if you have prior experience in making animated videos, and can deliver this in 4 hours. Otherwise, do not waste your valuable bid. Good luck!

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    5 tarjoukset

    I'm seeking a software-based solution that will help me bypass facial biometrics without the need for the individual's physical presence. With split cam program The site to be worked on. What is required is to find an idea or script

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    4 tarjoukset

    I have a web scraper script that needs fixing. It's designed to scrape various URLs from the Apollo website. Key Requirements: - Scraper debugging: The script is currently not working properly, and needs to be fixed. - URL scraping: The script should be able to successfully pull the data from the selected URLs on Apollo website. Experience with: - Web Scraping: Previous experience in web scraping is essential, as the data needs to be pulled accurately from this specific website. - Script Debugging: Ability to identify and fix issues within an existing script. - Proficiency in Python or relevant language for web scraping. - Knowledge of Apollo website structure. Please make sure your bid includes information on how you plan to approach fixing ...

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    16 tarjoukset

    I'm looking for a talented designer to put together a comprehensive brand and logo kit for my business. Key Deliverables: - Brand colors and fonts - Logo design concept - Logo Variations (dark, light, transparent background, etc) - Favicon - Typography **Scope of Work:** - The design should be elegant and sophisticated, reflecting the premium nature of my brand. - The kit will be used across various platforms, including the website and social media pages. - We have the basic design template for the main logo, and will attach the file - We also need one additional image created that will be the front label of our product named "Goddesses Nectar" The ideal candidate should have: - Proven experience in branding and logo design, preferably within the sophisticated s...

    €74 (Avg Bid)
    €74 Keskimäär. tarjous
    92 tarjoukset

    I already have the story ready with rough dialogues.I am looking for a talented and experienced scriptwriter to help me create a dialogue version for my Telugu short film. Specifically, I need your expertise to write: - A compelling, immersive script that fits the drama genre - Dialogue that's simply yet efficient - Dialogues in telugu language Ideal candidates should be familiar with telugu movies and have experience in writing for telugu films/short films. A strong understanding of the drama genre is required. Looking forward to working with you!

    €73 (Avg Bid)
    €73 Keskimäär. tarjous
    26 tarjoukset

    I'm looking for a skilled web developer who can create a custom raffle/lottery website script with the following features and specifications: - Cryptocurrencies: The platform should support Bitcoin, Ethereum, Litecoin, BNB, USDT, AVAX, SOLANA, and TRX. If we can add other cryptocurrencies, will be so nice. - Winner Selection: The system should randomly select a winner from the first 1-6 numbers of the raffle/lottery tickets. If admin wants to choose the number which will be result after lottery, should have access to do it. - External API Integration: The website should be integrated with: - Crypto payment gateways for seamless and secure transactions. - Email notification services for communicating with participants. - Real-time chat for maintaining engagement and provi...

    €167 (Avg Bid)
    €167 Keskimäär. tarjous
    25 tarjoukset
    Trophy icon Sleek Text-Based Hair Salon Logo 4 päivää left

    I need a logo design for my hair salon, "CXR Hair Studio". I'm looking for a simple and sleek text-based logo. You can have the words “cxr” and “hair studios” in different fonts to spice it up. The main requirements are: - Color Scheme: The logo should have a black background with white letters. The words “CXR” and “hair studios” can be in different fonts to spice it up as well. This minimalist approach will help maintain a clean, professional look that's essential for a hair salon. - Font Style: I'm hoping to have an elegant font style for the logo. This will give it a sophisticated and stylish visual appeal. - Graphic Elements: I'm not looking for any graphic elements to be incorporated with the...

    €276 (Avg Bid)
    Taattu
    €276
    1546 työtä

    ...for this job. You will pass the name of the input file as an argument and the output file should be the same file name with the .output extension. The input file is attached. Pay attention to the backslashes ("") that make it non-compliant. All the elements to need to be structured correctly. input is attached. You will need to remove the backslashes and make the output file from the python script look like this as an example. (Note that it is only a small portion of the file, the entire JSON needs to be corrected and validated). Use a JSON validator to ensure that your file is compliant with JSON standards for parsing and processing. Share a screen shot of the JSON validation. example output format (incomplete, this is just how it should look): { "view...

    €46 (Avg Bid)
    Taattu
    €46
    4 työtä

    I am in need of a talented Hindi scriptwriter to work on a long-term basis, generating scripts for educational online videos. The ideal candidate should...ideal candidate should be passionate about creating engaging and informative content. Key Requirements: - Writing online video scripts: I require at least 60 minutes worth of script each day. - Genre: The content will be educational, so a strong grasp of the Hindi language is essential, as is the ability to make complex topics accessible to a wide audience. Ideal Skills and Experience: - Proven experience in scriptwriting, particularly for online videos. - Strong understanding of the nuances of the Hindi language. - Background in creating educational content is a plus, but not mandatory. - Ability to meet daily script out...

    €110 (Avg Bid)
    €110 Keskimäär. tarjous
    14 tarjoukset
    Advanced Video Editor Required 6 päivää left
    VARMENNETTU

    I'm on the lookout for an experienced video editor with superior skills in advanced editing techniques including color correction, sp...editor with superior skills in advanced editing techniques including color correction, special effects, and audio enhancement. The project comprises editing a video of a duration exceeding 10 minutes. Skills Required: - Expertise in advanced video editing techniques - Proficiency in color correction - Special effects implementation - Audio enhancement abilities Please note, a storyboard or script isn't provided, allowing you full creative control to bring the footage to life. Applications from individuals with a knack for creativity are particularly welcomed. Your portfolio demonstrating your past work would be advantageous during th...

    €107 (Avg Bid)
    €107 Keskimäär. tarjous
    30 tarjoukset
    WordPress Theme Customization 6 päivää left
    VARMENNETTU

    I have a WordPress theme that requires a significant amount of customization for the front end. You'll need to work on four things: 1- Customize Homepage 2- Customize listing page 3- Write 'Tommy' at the beginning of your bid if you read and agree to the job description. 4- Change fonts, colors, and work on responsive 5- Implement Google login to the site

    €79 (Avg Bid)
    €79 Keskimäär. tarjous
    203 tarjoukset

    ...colors per design > The design should be effective in black and white as well as color > The design should be recognizable even at very small sizes > Designs with contrasting elements which lead the eye toward the center of the icon are preferred. > The core design should be in vector format, with .ai (CS3 compatible) and .eps formats required. Other formats are welcome and appreciated. > Fonts used should be identified and either commonly and freely available or be included with the design files. >>> Submissions should be made as soon as possible, <<< as they need to be reviewed by multiple parties before a decision is made. Early submissions will have a greater chance of being reviewed and selected. > Award of the contest prize will co...

    €28 (Avg Bid)
    Taattu
    €28
    212 työtä
    Trophy icon Modern, Mixed Logo for Software Business 6 päivää left

    ...of our automation solutions. Fluidity and Flow: Incorporate elements that suggest smooth operations and efficiency. Color Palette: Primary colors: Consider using blues, greens, or grays to convey trust, innovation, and reliability. Accent colors: Orange or silver can be used as accent colors to add vibrancy and modernity. Typography: Choose clean, modern fonts that are easy to read and professional. Avoid overly decorative or complex fonts. Imagery and Symbols: Consider using symbols that represent automation, technology, and flow, such as arrows, gears, or abstract tech designs. Avoid clichés and ensure the imagery is unique and distinctive. Logo Type: Open to both wordmarks (text-based logos) and combination marks (text and symbol). Requirements: Must include...

    €28 (Avg Bid)
    Taattu
    €28
    224 työtä

    I need a bash script that can import and export data from my database to CSV files. Ideal candidate should be able to: - Create a bash script that can effectively import and export data - Have experience working with database management systems such as MySQL, PostgreSQL, or MongoDB - Ensure that the script securely creates user accounts and manages their access to the database. The script will be used for daily database management tasks, so it needs to be reliable, secure, and efficient.

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    14 tarjoukset

    I want a strategy for tradingview that it opens the orders manually or crossing emas, we input a range for the stop loss and take profit using % or $ and when it reachs the SL it opens a new order using the same range and different direction, if it is long, turn in to a short but with the value increase by a pre set multiplier (one for the SL ad one for the TP) and also add a possibility to multiples TP We also need to pre set a limit of times that the reversion happens and also add a option tralling stop loss. Can you make it?

    €162 (Avg Bid)
    €162 Keskimäär. tarjous
    14 tarjoukset

    Ciao Script Forever, il tuo profilo mi ha colpito e mi piacerebbe assegnarti il mio progetto. Possiamo discutere i dettagli tramite chat.

    €230 (Avg Bid)
    €230 Keskimäär. tarjous
    1 tarjoukset

    I'm in need of a skilled designer who can create a set of Notion templates, with a focus on project management. Key Customization Points: - **Fonts and Typography:** The templates should reflect both a professional and engaging aesthetic. - **Color Palette Customization:** A harmonious and visually appealing color scheme is essential. - **Layout and Structure Customization:** The templates should be organized and intuitive to navigate, making project management more efficient and less cluttered. The primary users of these templates will be for individuals and potentially teams within organizations. Ideal Skills and Experience: - Proven experience designing Notion templates, specifically for project management. - Strong eye for design and detail, able to create visually ap...

    €11 (Avg Bid)
    €11 Keskimäär. tarjous
    11 tarjoukset

    I am seeking a proficient Pine Script specialist with a proven track record in creating high-accuracy indicators for TradingView. The goal is to produce an indicator that can deliver buy and sell signals with exceptional precision, particularly when applied to short timeframes ranging from 1 to 5 minutes. Key Requirements: - Development of a Pine Script Indicator: The main task is to design an indicator that generates both buy and sell signals. The accuracy of these signals is crucial, and they should be specifically tailored for the 1-5 mins timeframe. - Incorporation of Multiple Trading Indicators: While I do not have a specific strategy in mind, the ideal candidate should be well-versed in using a variety of indicators to create a robust and reliable tool. - Commitment to...

    €132 (Avg Bid)
    €132 Keskimäär. tarjous
    6 tarjoukset
    Trophy icon inDesign brochure 210x210mm 5 päivää left

    The brochure is for a private chef who serves on yachts, in villas, for individuals or companies. The design should be simple and minimalist, targeting a luxury clientele. On the cover page, include images of people di...individuals or companies. The design should be simple and minimalist, targeting a luxury clientele. On the cover page, include images of people dining on a yacht or in a villa. Bilingual Layout: The brochure should be readable in both directions: one side in French and the other side in English. Texts are provided in the attached PDF files. Visuals: The presentation must feature the chef's photo. Fonts: The logo font is Caviar. The font choice for the text is open. File Requirements: Provide an InDesign file in the 21x21cm format with 3mm bleed. 8 or 12 pages, ...

    €50 (Avg Bid)
    Taattu
    €50
    47 työtä

    Looking for help in modifying an existing python script and related sql database table The current script - (1) scrapes company financial data from website and populates database (2) scrapes news related to keywords from google news (3)sentiment classification of news items (4)pushes data to sql database The company names and keywords are currently hardcoded in the script Requirement- (1) Company names/urls/keywords (will be provided) to be put in master table in the database (2) The script to loop through and scrape the relevant data and put in database

    €256 (Avg Bid)
    €256 Keskimäär. tarjous
    26 tarjoukset

    i have script .js i want convert it to powershell .ps1

    €29 (Avg Bid)
    €29 Keskimäär. tarjous
    34 tarjoukset
    NinjaTrader 8 Auto Label and Disappear 5 päivää left
    VARMENNETTU

    I need a script for NinjaTrader 8 that automatically marks a "untested" 60-minute high/low with a labeled line. This line should disappear once the level is tested by price touching it. I will send a video to those interested to show what I am referring to. The script should: - Automatically mark a 60-minute high/low with a labeled line. -The 60 minute high/low will show on ANY timeframe chart. For example, if I'm looking at a 60 minute chart and 5 minute chart side by side, and both have the new indicator on them, the 60 minute lines should be the same on both charts. I will be adding this indicator to many charts and the timeframes will all be different, but they should all pull their lines from the untested 60 minute high/low. - Make the label &qu...

    €171 (Avg Bid)
    €171 Keskimäär. tarjous
    23 tarjoukset