Pine Script Jobs
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.
A partir das avaliações de 13,465, os clientes avaliam nosso Pine Script Developers 4.86 de 5 estrelas.Contratar Pine Script Developers
I am looking for someone to help me add conditions in an existing pine script indicator for use on the TradingView platform. The specifics of the condition that I need to be added are outside the scope of the simple and complex conditions, so I need the individual to further specify what needs to be done. I have an existing pine script indicator to modify, so no coding from scratch is necessary. I look forward to working with someone who has extensive knowledge and experience with TradingView and pine script.
Por favor, Cadastre-se ou Faça Login para ver os detalhes.
Project Title: Copy invite only indicator Platform: Tradingview Design: Specific design in mind Functionality: To be determined Skills and Experience: - Proficiency in Tradingview platform - Experience in indicator development - Strong understanding of design principles - Ability to implement notification alerts, user limitation, and access control features
Por favor, Cadastre-se ou Faça Login para ver os detalhes.
Por favor, Cadastre-se ou Faça Login para ver os detalhes.
I am looking for a freelancer who can convert code from Tradingview Pinescript to Amibroker AFL. The code complexity level is simple, and I do not require any additional features or modifications in the converted code. The project needs to be completed within a week. To give a brief overview of the code, it is around 90 lines, out of which 40 lines is variable declarations, and the rest 50 lines consists of logic and calculations. I will provide the code once the job has been accepted. My budget is around $10 for this project (non-negotiable). Ideal Skills and Experience: - Proficient in Tradingview Pinescript and Amibroker AFL - Previous experience in converting code between different platforms - Strong understanding of technical analysis and trading strategies - Attention to detail an...
Project Description: I am in need of a skilled developer who can convert a Pine script to Python. The complexity of the Pine script is intermediate. The conversion needs to be completed within a week. Commenting the Python code for better understanding is only necessary if needed. This is the script I need to be converted. Plus I need the buy sell alerts on webhook whenever it triggers. Skills and Experience: - Strong experience in Pine script and Python programming - Proficiency in converting scripts from Pine to Python - Ability to work within a tight deadline and deliver high-quality results - Attention to detail and ability to understand complex scripts - Excellent communication skills to clarify any necessary comments in the Python code
Hi, I need to convert two (2) Tradingview Pinescript indicators to ATAS trading platform, which is using C#. Indicator 1: 68 Lines Indicator 2: 73 Lines Convert both to ATAS Indicators.
I am looking to enhance my existing Python script by incorporating two new features. Firstly, I want to implement a 'auto break-even' functionality, which would determine the point at which revenue equals costs, ensuring that there's no net loss or gain. Secondly, I aim to add a 'take profit 3' feature, which would automatically close a trade or position when it reaches a third predefined profit level. The integration of these functionalities will provide more flexibility and precision to the trading strategy and risk management within the script.
I am encountering an issue with the Average True Range (ATR) calculation within a custom TradingView indicator. The indicator calculates the main pivot price level for a symbol during a specific time period session and subsequently determines support and resistance levels based on fixed percentages of the daily ATR for that symbol. **Key Features:** - The strategy triggers alerts on either custom session open or close. - The Current Day Daily ATR value, computed from a lower time frame using the `` function, is utilized to draw Support and Resistance lines at specific levels (x%) away from the main pivot price level. **Issue:** Upon triggering an alert and calculating the Support and Resistance levels based on the current day daily ATR available at the time of the alert triggering, I hav...
I have a tradingView strategy that runs automatically throughout the day. I need to be alerted when a losing trade happens…. that’s it.
Por favor, Cadastre-se ou Faça Login para ver os detalhes.
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 ...
There is a pine script indicator that needs to be converted into Python so we can backtest it on Quantconnect
У нас на проекте используется библиотека 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...
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.
@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...
looking for pinescript coder to edit my tradingview code