Pine Script is a powerful coding language specialized for the financial market. It was designed for backtesting and creating automated trading strategies with flexibility and efficiency. Being an open-source language, it is used by traders and investors in nearly all markets to optimize technical analysis, making it an invaluable tool for developers.

Pine Script Developers are in high demand on Freelancer.com due to the vast potential they bring to traders and investors. Developers on the site can help any client with an idea or strategy build their own custom indicators, or even improve existing code, quickly and efficiently.

Here's some projects that our expert Pine Script Developer made real:

  • Converting scripts written in Pine Script to Python code so clients can leverage platforms like FreqTrade
  • Designing custom indicators in Pine Script with TradingView integrations to provide alerts when needed
  • Adapting existing indicators to meet the needs of clients’ trading strategies
  • Creating complicated strategies involving multiple indicators
  • Building extensions for existing scripts
  • Extending graph visualizations in Pine Script for use in web projects
  • Debugging code for optimization and refinement

At Freelancer.com, our expert Pine Script Developers have a wide array of knowledge and skills that allow them to bring ideas from concept to fruition. If you're looking to get into the financial market and leverage Pine Script, look no further than hiring one of our world-leading developers! Post your project on Freelancer.com today and get started building your unique trading or investing solution.

Từ 12,755 nhận xét, các khách hàng đã đánh giá Pine Script Developers 4.84 trên 5 sao.
Thuê Pine Script Developers

Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    26 công việc được tìm thấy, giá theo USD
    Add alert for losing trade on TradingView 5 ngày left
    ĐÃ XÁC THỰC

    I have a tradingView strategy that runs automatically throughout the day. I need to be alerted when a losing trade happens…. that’s it.

    $26 (Avg Bid)
    $26 Giá đặt trung bình
    9 lượt đặt giá

    Project Title: Trading view strategy for breakout trading in stocks, mcx, crypto with moderate risk and moderate return Description: - I am looking for a skilled freelancer to develop a trading strategy on Trading View platform specifically for breakout trading. - The strategy will be focused on stocks, mcx and crypto as the desired asset class. - The client is comfortable with a moderate level of risk and expects a moderate return on investment. - The ideal freelancer should have experience in developing breakout trading strategies for stocks. - Knowledge of Trading View platform and its scripting language is required. - Strong analytical and programming skills are necessary to develop an effective strategy. - The freelancer should be able to backtest and optimize the strategy to ensure ...

    $112 (Avg Bid)
    $112 Giá đặt trung bình
    6 lượt đặt giá
    convert a pinecript strategy into python 5 ngày left
    ĐÃ XÁC THỰC

    There is a pine script indicator that needs to be converted into Python so we can backtest it on Quantconnect

    $56 (Avg Bid)
    $56 Giá đặt trung bình
    11 lượt đặt giá

    У нас на проекте используется библиотека Tradingview для отображения графиков. Также используются собственные торговые индикаторы вне графика. Появилась необходимость отрисовки наших индикаторов на графике, но столкнулись с тем, что библиотека Tradingview не предоставляет такой возможности. Что есть. По каждому нашему индикатору есть код на Pine, код на python, данные по каждому индикатору считаются на нашем сервере. Что нужно. Нужно получить код на Javascript для использования в нашей локальной версии графика на библиотеке Tradingview. ================================================= We have coded about 6 Indicators in Pinescript for native Tradingview since we implemented Tradingview in our System. However we found out that the Tradingview Library is coded in Javascript and doe...

    $34 / hr (Avg Bid)
    $34 / hr Giá đặt trung bình
    29 lượt đặt giá
    Make a pine script strategy 5 ngày left
    ĐÃ XÁC THỰC

    I am looking for a freelancer to create a pine script strategy for me. The main purpose of the strategy is to identify breakout opportunities in the market. I need the strategy to be designed for intraday trading, meaning it should be able to analyze price movements within a single trading day. The level of complexity I am looking for is intermediate. This means that the strategy should have some advanced features and indicators, but it does not need to be overly complicated. Skills and experience required for this project include: - Strong knowledge of pine script and the ability to write efficient and effective code - Experience in developing breakout strategies - Understanding of intraday trading and the ability to design strategies specifically for this timeframe - Familiarit...

    $127 (Avg Bid)
    $127 Giá đặt trung bình
    6 lượt đặt giá

    I am looking for a skilled Pine Script developer to create a script for TradingView. The script should present the 30 second MACD on a 1 second chart. Specific Requirements: - The script should include only the 30 second MACD indicator. - I would like a custom representation of the indicator on a 1 second chart. Ideal Skills and Experience: - Proficiency in Pine Script development. - Experience with creating custom indicator representations. - Understanding of MACD indicators and their usage. - Ability to work with TradingView and its scripting language. Please note that I do not require any specific alert triggers to be included in the script. The focus is solely on the indicator representation. To test your script, I will simply compare the result to MACD on a 30-second chart. If y...

    $258 (Avg Bid)
    NDA
    $258 Giá đặt trung bình
    7 lượt đặt giá

    We would like to create a strategy in python for doing algo trading in Olymp Trade. Requirements: Olymp Trade through API for placing orders automatically. strategy as per our requirements and doing automation. (Note: We don't have API) agree any programming language but it should automate the orders in Olymp Trade without having any lags or bugs. want 15 seconds candle and trade entry and exit timing will be 5 second only. should not have any delay in data and data should be taken from API.

    $104 (Avg Bid)
    $104 Giá đặt trung bình
    7 lượt đặt giá

    @salmanadeem //@version=5 strategy(title="3C Price Action indicator", shorttitle="3C Price Action in", overlay=true) showVWAP = input(title='Show VWAP', defval=true) ema2= input(title='Data 1', defval=false) ema3= input(title='Data 2', defval=true) showhhll = input(title='Real Time HH-LL', defval=true) prd1 = (defval=8, title='HH-LL /Length', minval=2, maxval=100) prd = (defval=10, title='S/R Length', minval=2, maxval=100) maxnumsr = (defval=5, title='Number of S/R', minval=1, maxval=20) - 1 loopback = 200//// float ph = (close, prd,prd) float pl = (low, prd,prd) prdhighest = (200) prdlowest = (200) cwidth = (prdhighest - prdlowest) * 2 / 100 var pivotvals = array.new_float(0) var pivotlocs = array.ne...

    $3 / hr (Avg Bid)
    $3 / hr Giá đặt trung bình
    1 lượt đặt giá

    Hello, I'm looking for a developer experienced with Pine script to help me create a script from scratch. My main objective is to use the script to backtest a trading strategy for cryptocurrencies. If you're familiar with Pine script and have experience developing scripts for cryptocurrencies, please let me know. I look forward to working with you.

    $140 (Avg Bid)
    $140 Giá đặt trung bình
    9 lượt đặt giá
    AFL TO PINESCRIPT CONVERSION 4 ngày left
    ĐÃ XÁC THỰC

    I am looking for a skilled developer who can help me with an AFL to Pinescript conversion project. The purpose of this conversion is to create custom indicators for optimizing my trading strategies. Requirements: - Experience in AFL and Pinescript conversion - Strong knowledge of trading systems and indicators - Ability to add additional functionalities to the Pinescript version - Familiarity with simple AFL scripts and their conversion process This project is of a simple complexity level, making it ideal for developers with experience in AFL to Pinescript conversions. If you have the necessary skills and experience, please reach out to discuss further details.

    $138 (Avg Bid)
    $138 Giá đặt trung bình
    6 lượt đặt giá

    I am looking for a skilled developer who can convert a simple Pinescript code into a Ninjatrader script. The ideal candidate should have experience in both Pinescript and Ninjatrader scripts, and be able to replicate the same functionality in the Ninjatrader script as in the original Pinescript code. Requirements: - Convert a simple Pinescript code into a Ninjatrader script - Replicate the same functionality as in the original Pinescript code - Make the script compatible with Ninjatrader 8 Skills and Experience: - Proficient in Pinescript and Ninjatrader script development - Experience in converting scripts between different platforms - Familiarity with Ninjatrader 8 and its specific requirements

    $52 (Avg Bid)
    $52 Giá đặt trung bình
    7 lượt đặt giá

    I am looking for an experienced coder to create a custom trading strategy using Pine Script. The strategy will include stochastic and exponential moving averages and backtesting strategies. This project aims to automate trading decisions based on certain indicators, and use a visual representation of data to identify profitable trends. A successful outcome would be to create a coded trading strategy that can be used to bolster the portfolio. Ideally, the coder should have significant experience using Pine Script language to generate custom trading strategies.

    $105 (Avg Bid)
    $105 Giá đặt trung bình
    12 lượt đặt giá

    So i need my own Idicator written For me. The goal is to highlight 5 min supply and demand levels + show the overall trend whether buy or sell which is taken from the 15 min chart using a 50 ema. It is a supply or demand zone when there are 3 or some big impulsive Candles. The boxes on the Photo can you ignore. the overall buy or sell im thinking about an horizontal line who is green or red. + I need a gray background during my trading times which I can customize.

    $59 (Avg Bid)
    $59 Giá đặt trung bình
    9 lượt đặt giá
    pinescript 3 ngày left

    i want to covert this to pinescript rsi envelope

    $36 (Avg Bid)
    $36 Giá đặt trung bình
    3 lượt đặt giá

    I'm looking for an experienced Pine Script developer to help with a project. Specifically, I need help with strategy development for TradingView. At this moment, I'm not sure if the project is a one-time project or if ongoing support/updates will also be necessary - it could go either way. I expect the developer to have experience in using Pine Script for strategy development on TradingView and be able to provide top-notch advice. If you think you can provide the services I need, please get in touch.

    $1001 (Avg Bid)
    $1001 Giá đặt trung bình
    30 lượt đặt giá

    I'm looking for an expert-level algo trading strategy developer for Qlymp Trade to help me with my personal project. This will involve developing and implementing a set of algorithms to achieve my desired objectives in trading securities. My target market for this project will be related to composites, including stocks, forex, and cryptocurrencies. This project requires an experienced freelancer who is well-versed in developing trading strategies based on data and who also possesses a good understanding of trading best practices. As such, I'm looking for someone who can provide exceptional solutions and help me meet my trading objectives.

    $194 (Avg Bid)
    $194 Giá đặt trung bình
    7 lượt đặt giá

    Need to automate strategy and run it in tradingView

    $283 (Avg Bid)
    $283 Giá đặt trung bình
    17 lượt đặt giá
    Corrections to Pine script (TradingView) 2 ngày left
    ĐÃ XÁC THỰC

    I am creating a simple backtesting strategy with Pine for TradingView with following rules on M15 timeframe. I have already developed the script but it is not executing my trades correctly, is it needs some adjustment: for Up-trend: 1) an UP-TREND is true when the following conditions are met: a) high[1] > high[2] and high[2] > high[3] b) close[1] > 50 EMA (not just on crossover but at all times when this is true) 2) when UP-TREND is true, place a BUY-LIMIT on high[1] (i.e. the most recent closed candle). the trade should be executed IMMEDIATELY when the buy-limit is touched (not after the candle is closed!). 3) exit conditions are SL = low[1] and TP = SL amount in pips (i.e. 1:1 RR) 4) only ONE trade is possible at a time for Down-trend: 1) a DOWN-TREND is true when ...

    $61 (Avg Bid)
    $61 Giá đặt trung bình
    7 lượt đặt giá

    i want to add zoom in X2 in rsi chart can u do it in pinescript ? using chart.left_visible_bar_time and chart.right_visible_bar_time or any think

    $25 (Avg Bid)
    $25 Giá đặt trung bình
    6 lượt đặt giá

    I need someone who can help me to include Buy/Sell Signal, Back Test and Optimization code for my existing AFL code. Please contact me for more details.

    $121 (Avg Bid)
    $121 Giá đặt trung bình
    5 lượt đặt giá

    I have s strategy in mind, want to program it, and apply it to see back testing results and future paper trading ....

    $120 (Avg Bid)
    $120 Giá đặt trung bình
    10 lượt đặt giá
    create levels on excel 1 ngày left
    ĐÃ XÁC THỰC

    I am looking for a freelancer who can create levels on Excel using a specific template. The levels needed are numeric levels, and there will be a total of 1-10 levels required. Skills and experience required for this project include: - Proficiency in Excel and knowledge of creating levels - Understanding of numeric levels and how to implement them - Ability to work with a specific template provided by the client If you have experience in creating levels on Excel and can work with a specific template, please submit your proposal for this project.

    $125 (Avg Bid)
    $125 Giá đặt trung bình
    79 lượt đặt giá

    I am looking for a freelancer who is familiar with both Pinescript and Sierra Chart platforms. I need to convert 4-7 Pinescript studies to Sierra Chart study. The conversion needs to be completed within two weeks. Skills and Experience Required: - Proficiency in Pinescript and Sierra Chart platforms - Experience in converting Pinescript studies to Sierra Chart study - Ability to meet deadlines and deliver high-quality work

    $179 (Avg Bid)
    $179 Giá đặt trung bình
    10 lượt đặt giá
    edit tradingview codes Đã kết thúc left

    looking for pinescript coder to edit my tradingview code

    $49 (Avg Bid)
    $49 Giá đặt trung bình
    7 lượt đặt giá

    Các bài viết khuyên đọc dành cho bạn

    If you want to stay competitive in 2021, you need a high quality website. Learn how to hire the best possible web developer for your business fast.
    11 MIN READ
    Learn how to find and work with a top-rated Google Chrome Developer for your project today!
    15 MIN READ
    Learn how to find and work with a skilled Geolocation Developer for your project. Tips and tricks to ensure successful collaboration.
    15 MIN READ