The ultimate guide to hiring a web developer in 2021
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.
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:
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.
De 16,596 opiniones, los clientes califican nuestro Pine Script Developers 4.9 de un total de 5 estrellas.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:
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.
De 16,596 opiniones, los clientes califican nuestro Pine Script Developers 4.9 de un total de 5 estrellas.I'm looking for a skilled developer who can create a specialized Hidden Divergence RSI indicator for TradingView. The indicator should encompass the following key features: - **Hidden Divergence Detection**: The ability to identify and signal hidden divergences within the RSI and engulfing candlestick or pinbar for signal. - **Order Block Identification**: The capacity to locate and mark order blocks on the chart. - **Supply and Demand Zone Mapping**: The tool should also be able to delineate supply and demand zones. The ideal candidate for this project should have extensive experience with TradingView's Pine Script, a deep understanding of RSI and divergence analysis, and an ability to visually represent complex trading concepts in a user-friendly way. Prior work creating cust...
I am trying to create a script that counts stock chart candles that are above or below a certain value. specifically, I want my script to sequentially count candles once they are above the 9 simple moving average. When the candle eventually closes below the 9 sma, I want those to be counted also my current script isnt perfect and occasionally give repeating numbers plot(close) indicator("Candle Count", overlay=true) // Source for SMA calculation source = close // Calculate the 9-period SMA sma9 = (source, 9) // Variables for counters and tracking state var int aboveCount = 0 var int belowCount = 0 var bool isAboveSMA = false var bool isBelowSMA = false // Check if the body of the candle (open and close) is above or below SMA and handle counting if close > sma9 and...
Por favor, regístrate o inicia sesión para ver los detalles.
I'm looking for a Pine Script expert to enhance my TradingView setup. Currently, I have a Heikin Ashi-based strategy with defined buy and sell conditions. My objective is to automate this process across approximately 40 stocks. Key Requirements: - The script should scan the 40 stocks and place Limit Orders via my trading account for those that meet the buy/sell conditions. - For stocks that partially meet the criteria, the script should execute a partial order instead of ignoring the stock or sending an alert. - The script needs to be user-friendly and efficient, eliminating the need to attach my strategy to every single chart. Ideal Skills: - Proficient in Pine Script with extensive experience in TradingView. - Understanding of Heikin Ashi and stock trading strategies. Please only...
I'm looking for an experienced developer to create a simple grid trading bot for me. The bot will need to operate on the Bitget platform, and I require the strategy to be built in Pine Script. Key Requirements: - The bot should implement a price movement trading strategy. - It should have adjustable settings for different trading conditions. Ideal Skills: - Proficiency in Pine Script. - Previous experience with trading bots, particularly on Bitget. - Understanding of price movement trading strategies. Please provide examples of your previous work related to this project when you bid.
Hi, there is an inbuilt indicator in the TradingView platform as one of their technical indicators called Elliott Wave Chart Pattern. I would like to retrieve the source code for it, but I believe it may be written in Javascript or a different language to PineScript the code is not visible. I would like the source code provided for me and it should work in exactly the same way as the original indicator. As long as it provides the same wave count I don't mind how this is achieved. **** I am only interested in this exact same indicator called 'Elliott Wave Chart Pattern' offered by TradingView **** I will require demonstration that you have replicated it exactly before payment is made. Please only bid if you are sure you can achieve this. Thank you.
after the market opening of the day or week or month , indicator will identify the setup candle in a smaller time frame based on my spec and draw horizontal lines on HL that will stay for the rest of the day, week, month.
I'm seeking a Python developer with experience in trading tools. I need a program that scans stock market data from the NSE FNO. The scanner should filter stocks based on price movements and technical indicators. Key Requirements: - Proficiency in Python - Experience with trading software development - Ability to create a scanner that exports results in .csv format Ideally, the freelancer will have a good understanding of stock trading and technical indicators. Please include examples of relevant projects in your bid.
Por favor, regístrate o inicia sesión para ver los detalles.
Por favor, regístrate o inicia sesión para ver los detalles.
We are looking for a skilled EasyLanguage developer with experience in TradeStation platform development to convert a Pine Script indicator into a TradeStation strategy. The project includes adding custom logic and ensuring the final strategy is suitable for both automated trading and comprehensive backtesting. Candidate Should have strong experience working with TradeStation’s platform and a deep understanding of both Pine Script and EasyLanguage programming languages. Must be proficient in English and able to communicate well - must have examples of projects and references for similar work they have done in the past to validate skill set.
Hello, I need to fix a few bugs here : 1/ Pivots calculation : - pivot are fractals (3, 5 or 7bars formation with the highest/lowest on the middle). - when two fractals low in a row happen, the highest point in between theses two fractals will be the opposite pivot. And when two fractals high in a row happen, the lowest point in between theses two fractals will be the opposite pivot. - handle both sided fractals like this indicator : - apply this logic to fractals (HH LL and triangles) This is almost good but there are still bug here and there. 2/ Show Pattern function - that function draw rectangle when a specific pattern occurs. I just wants to change the patterns to detect, this will show breaker blocks and mitigation blocks. 3/ Add SMT divergence indicator - check divergence ...
I have a strategy which i use for auto trading, it works continuously , if a long entry comes , it will trade in long until any short arises, if short entry comes , it exits long and enters short immediately. I want to enable pyrammiding function on my algo , but i want different alerts for pyrammiding , for examplae, if i set pyrammidng to 3, then consider that stock is going up , so it buys 1 quantity , then again 1 , then again 1 , so now it has 3 lots , but when short trade comes immedietly , it exit 3 lots and enters 1 lot of short position , so i need you to do such modifications in alerts and {quantity} parameters.
Looking for a pinescript developer or full time or part time work.
I'm looking for a skilled programmer who specializes in NT8 and PineScript to help me troubleshoot and optimize my trading strategy. - The strategy has already been chosen, I just need it to run properly. - Currently, I'm facing some bugs that need fixing. Positions are opening and closing when they should not. Ideal candidates for this project should have: - Extensive experience with Trading View PineScript and Alert system, sending signals to NT8 - Proven track record in debugging and optimizing trading strategies - Ability to understand and work with pre-existing code.
looking for pinescript coder to edit my tradingview code
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.
Learn how to find and work with a top-rated Google Chrome Developer for your project today!
Learn how to find and work with a skilled Geolocation Developer for your project. Tips and tricks to ensure successful collaboration.