Pine Script Jobs
Pine Script is a language created by TradingView, a website that offers charting services to track market insights. But TradingView users can also create their own charts, share and learn ideas from other traders, and improve their own trading skills.
Pine Script is that which enables users to create their custom charts or modify the available Pine Scripts depending on their needs. Learning the Pine Script language is most beneficial to financial analysts and stock exchange traders.
From 13,023 reviews, clients rate our Pine Script Developers 4.76 out of 5 stars.Hire Pine Script Developers
Please Sign Up or Login to see details.
trading view Pine script stock indicator trendline convert in python with ohlcv and trendline values in the new column and plot
I need a python script work with API of Binance. this script must notify the coins that have exceeded certain conditions at each 1-minute timeframe closure with an audible alert. Part of the script has already been written ready for review. You have to add the technical indicators, the cycle, and the conditions for the sound alerts. Job details are attached.
I want you to convert the pinescript in the file I have provided as a doc to PYTHON. 1. OHLC data will be captured with CCXT must be used 3. After converting pinescript to python, all output should be displayed in a dataframe 4. My Deadline : For zigzag and OB Boxes part : 1 day For rest (BB Boxes,deleting violated OB,BB etc.) : 1 day Total 2 days. All my rules are so I don't want any graphics etc. I just want to see the output of the indicator in a dataframe. Also script link if you want to check script on TV : If you feel ready, you can start right away. I ask you to let me know when you finish your zigzag and OB boxes parts, After I will test it and you will get half of the Award, then when the other parts are finished you will get the rest. I can provide you dataset code...
I am looking for a trading strategy conversion from PineScript to Tradestation Easy Language.
I would like to create a bot that can indicate support and resistance lines according to my own criteria. I will provide you in private with examples of what I want.
I want to be able to have my be able to indicator draw data from higher timeframes / lower timeframes on the current chart time. I have attempted to code this myself but have been unsuccessful.
Add the 3commas safty order to an existing pine strategy. 1. Safety order size 2. Price deviation to open safety orders (% from initial order) 3. Safety orders count
I need someone who can make an indicator into a trading bot using Python. The indicator is "Machine Larning: Lorentzian Classification by jdehorty". Please apply if you have previous experience. Thank you.
i need to create a trading view script by using some indicators
I have a bot in Ctrader but I need to ad the following: hi boss.. i just noticed i Need the following... - Multiple pairs per instance (the bot should be able to trade several pairs) - Counter for each opened trade per pair (allow me to set the numbers of trade I want opened at any time per pair) - Set and forget instead of modifying position (bot currently modifies other positions, I want it to just open a position with TP and SL already defined) Can you do it? Future work together if meet requirement. Thanks
The main idea is to be able to do the analysis looking only at a single place. Without transiting through all assets. I want to relay part of this one across all assets, forming a single table. The image will show what my screen looks like today. and how I would like the table to look.
I want to slightly modify pine script strategy (already available on tradingview.com. Its based on supertrend by KivancOzbilgic. Just want to modify entry conditon
Requirements: Strong experience with PineScript and Python Knowledge of algorithmic trading and QuantConnect platform Ability to understand and optimize existing code for improved performance Excellent problem-solving skills and attention to detail Responsibilities: Convert PineScript code to Python for use in QuantConnect Ensure that the code is optimized for performance and meets the requirements of algorithmic trading
I have set up a strategy, but I am unsure whether it's backtest is reliable. When I want to set an alert, I get warned for repainting. As such, I would like repainting to be eliminated so: - Backtest becomes more reliable - I can implement the strategy using alerts
Hi, Looking for Trading view notifications to save in MySQL database whenever it triggers.
Hi there, I have a pinescript strategy in place, and wish to use it with the 3Commas platform. The issue I have is that only the trade close/exit alerts show on TradingView, meaning that trade entry alerts are not met and therefore not automated. Would just need a couple lines of code alerted to make sure the entry triggers as well. Thank you
i need a strategy with those rules: 1 - 3 Lower high 2 - 3 Higher low 3 - if the price break the last lower high, enter a long position with a take profit set to the first high and the stoploss will be the first low 4 - if the price break the last higher low without reaching the first high, just reset and invalidate the sequence
I need a pinescript startegy tester for Double Supertrend Strategy. There will be 2 supertrends with different period and factor. When a signal is generated on both of them at a time then only entry shall happen and when both of them show reversal at a given point o time then only reversal shall happen and oppsite positions shal betaken. Startegy tester should have all the normal parameters like max drawdown and run up etsc. and should work on different time frames.
I am looking for someone with a pine script strategy with alert that is not too sensitive so it avoids choppy price action. It needs to take advantage of long positions for a bull market and flip automatically to a short position when the charts drop. I use 3commas so I need someone to help me set it all up. It should be useable on any time frame but preferably on a shorter time frame such as 3 mins. This should be a backtest-able strategy to verify. With these rules in place it should be extremely profitable, ideally 100% return with in 1 week. **Bonus** if it’s possible to compound the profits into the next trade then that would be preferable.
To merge indicators and set conditions for alert
Merging should not affect the indicator performance and need a notification (bar colour change like that)once my logical step attained and set alert for that
Rules for in the code: Longs & Shorts (both treated the same, the same break out, exit & stop loss) Every trade is a futures trade! 1 entry: 100 day break out 1 exit: 100 day low/high (shorts) 1 stop loss: 50 basis points (of closed trade equity) Leverage: 5:1 Position sizing: use closed trade equity, 1,5% of total equity based, position sizing by volatility (ATR) N=20 & contract size. If initial capital drops to -10% a 20% cut back in position sizing: Example 10.000 drops to 9000, you as if you have 8000. Rules for in the code:
Rules for in the code: Longs & Shorts (both treated the same, the same break out, exit & stop loss) Every trade is a futures trade! 1 entry: 100 day break out 1 exit: 100 day low/high (shorts) 1 stop loss: 50 basis points (of closed trade equity) Leverage: 5:1 Position sizing: use closed trade equity, 1,5% of total equity based, position sizing by volatility (ATR) N=20 & contract size. If initial capital drops to -10% a 20% cut back in position sizing: Example 10.000 drops to 9000, you as if you have 8000. Rules for in the code: Code including the rules above and nothing more or less. Thank you.
Please see the short brief, we are looking for someone to edit and update our existing indicator to include the triple weighted moving average and historical pivot lines. Please feel free to message me with any questions
Please see attached script. [works on ES symbol and 15 minute timeframe] (currently script waits for the end of the 8:15AM bar before sending a signal). Need the following - adjust trade entry rules to work intrabar: meaning the conditions should submit within the same bar and not only on bar close. so for example if the session bar starts at 8:15AM then signal should be able to come at anytime (e.g. 8:16AM, 8:18AM etc and not only on bar close) - get bar-magnifier working for precise backtesting. (bar magnifier needs exact price for strategy entry in order to work. If we manage to give it the price from above then this will work - make sure alerts are correctly configured to send an email when the entry signal is active. - eliminate any repainting. Reasonable price please. This is only ...
I am looking for a freelancer that can help me code an indicator that will help me with my trades. I have a few pre-written scripts that I want to use.
I am developing a trading bot with indicators and alarms from Tradingview (Pine) that are sent to my Heroku Virtual-Machine. There I am executing trades on my ByBit account using their API. In the beginning I just need someone that can execute the rights things over the ByBit API for testing. Later multiuser, billing system, etc. has to be implemented. For now it is not much work for an expert I think…. I can share what I did so far and tell you what I want to have changed.
I need Pine Script and Python programmers to create student trading tools, for example scanners that give alerts and can be copied into Metatrader. Tengo una academia de trading y requiero crear más herramientas ligadas a Trading.