Pinescript to thinkscript jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 pinescript to thinkscript jobs found, pricing in USD

    I want you to build a very easy pinescript that will be sending messages to Telegram for the strength of currencies and some basic commodities. For someone that is building pinescript projects this must be 2-3 hours of work. More details will be given by project manager. >> I will need a programmer to build me through pinescript an indicator that will be getting some numbers through Rate of change indicator >> and give the strength of the basic forex currencies + basic commodities such as gold/btc/crude oil/silver. >> and send a message with the ranking of the currencies Stronger to Weaker and the commodities Stronger to Weaker against the dollar & send them to my preferred telegram channel every some h...

    $306 (Avg Bid)
    $306 Avg Bid
    13 bids

    Renko based strategy – Tradingview in pinescript I have already developed a strategy in tradingview. I need following inputs: 1. Convert this into an intraday strategy (9.30 to 15:00) with editable timings 2. There should be no carry forward of positions to the next day 3. I have added alerts on this strategy. I get an alert in my email and an alert as a webhook for trading. Email alerts are all fine and there is no repainting issue there. But the webhook sometimes behaves differently and maybe it could be because of a repainting issue. I can't understand why the webhook signals are different from the email alerts. Is this a repainting issue? Or will this get resolved if I untick the following options in the properties section: a. Under Properties/Recal...

    $71 (Avg Bid)
    $71 Avg Bid
    2 bids

    Stock Scanner that scans highest high percentage gain (10%) during extended hours from the previous day RTH close price.

    $9 - $22
    $9 - $22
    0 bids

    If you are familiar with Tradingview then you will know that we can apply script stategies to our chart. Problem is sometimes these indicators are private, meaning you can still add them to your chart but cannot see the source code of that indicator (Pinescript) written by the author. You can use Chrome Debugger tool to debug the Javascript (see screenshot) and get the Pinescript of public scripts. However, with my limited skill in Javascript I could not do the same for the private ones but I'm pretty sure it is still possible using the same method. If you are experienced in Javascript this should not be too hard for you. You must let me know how.

    $22 - $182
    $22 - $182
    0 bids

    I want to convert AFL code logic to TradingView Strategy in PineScript

    $83 (Avg Bid)
    $83 Avg Bid
    2 bids

    Please note: this is a simple logic (ATR stop loss). do not quote high price covert a short pinescript code to AFL amibroker

    $26 (Avg Bid)
    $26 Avg Bid
    4 bids

    A strategy that works on all times frames chosen. When MACD line turn positive and closed price is above EMA (period) give a buy signal. When MACD line turn negative and closed price is below EMA (period) give sell signal. Have target point and stop loss percentage to be used. Kind regards, Gerard

    $38 (Avg Bid)
    $38 Avg Bid
    5 bids

    I am looking for a way in Pine Script to find values within a series that have the same “distance” to each other. So for example within the arraw [1,2,3,5,7,8,9,10] Those continous subarrays can be found: Distance 1 = [1,2,3] + [7,8,9,10] Distance 2 = [1,3,5,7,9] + [8, 10] Distance 3 = [2,5,8] Distance 4 = [1,5,9] Distance 5 = [2,7] + [3,8] + [5,10] Distance 6 = [1,7] + [2,8] + [3,9] Distance 7 = [1,8] + [2,9] + [3,10] Distance 8 = [1,9] + [2,10] Distance 9 = [1,10] Now I try to find the easiest way in Pine script to create a function for this which works with the following series as the array to look for equal distance values. The distance to look for is the bar distance. Meaning how many bars are between the pivot lows fo...

    $210 (Avg Bid)
    $210 Avg Bid
    4 bids

    I use this study in ThinkorSwim and am starting to use NinjaTrader more so I would like to see if I can get this converted - Thanks!

    $157 (Avg Bid)
    $157 Avg Bid
    5 bids

    study("Automatic Support & Resistance by ", shorttitle = "Auto S/R by ", overlay=true) Code left = input(defval=50, title="Left Bars", type=integer) right = input(defval=25, title="Right Bars", type=integer) quick_right = input(defval=5, title="Quick Right", type=integer) src = input(defval="Close",options = ["Close","High/Low"], title = "Source") pivot_high = iff(src=="Close",pivothigh(close,left,right),pivothigh(high,left,right)) pivot_lows = iff(src=="Close",pivotlow(close, left,right),pivotlow(low,left,right)) quick_pivot_high = iff(src=="Close",pivothigh(close,left,quick_right),pivothigh(high,left,quick_right)) quick_pivot_lows = iff(src=="Close"...

    $28 (Avg Bid)
    $28 Avg Bid
    1 bids

    Have you ever heard of TradingView? Do you know what PineScript is? Do you have experience with Javascript? Do you know about website crawling techniques and extracting hidden/protected data? Are you a creative thinker who can "think outside the box" when solving a problem? If you answered "yes" to all the questions above, you might be suitable for the job! I have recently purchased access to a protected/private trading script on TradingView (written in PineScript) and I need your help to extract the source code. I have no idea if the task has been done in the past or not, but your job will be to find a way to do it. Only apply if you are confident you can think of at least one way to achieve it. One common appr...

    $85 (Avg Bid)
    $85 Avg Bid
    1 bids

    Hi, Need someone who can convert Pinescript code to EasyLanguage. Look forward to working with someone who is patient and confident Here is the code and the off is 1000-2000 INR for just converting this and setting the entry and exit points Link: Kind regards,

    $208 (Avg Bid)
    $208 Avg Bid
    3 bids

    Looking for someone to develop a automated supply & demand zone plotter for trading view. Also with scanning functionality which can throw up a list of stocks in which zones are formed. Should work on multiple time frames for NSE india. Chatting platform Tradingview , software pinescript.

    $263 (Avg Bid)
    $263 Avg Bid
    5 bids

    I want to create a buy/sell signal strategy on trading view (written in native pinescript) and link it to a funded crypto currency account on an exchange/broker. I have a subscription to an indicator on trading view that prints buy and sell signals. Eg Bitcoin, Ethereum, Chainlink.

    $304 (Avg Bid)
    $304 Avg Bid
    6 bids

    I have recently purchased access to a protected/private trading script on TradingView (written in PineScript) and I need your help to extract the source code. Only apply if you are confident you can think of at least one way to achieve it. One common approach might be going through the Chrome debugger and inspecting the Javascript code, but that may not be sufficient given it's a protected/private script. If for any reason you are unable to complete the task, I will not leave any negative feedback but payment will be done only after the source code has been extracted successfully and tested by me to confirm the output is the same.

    $86 (Avg Bid)
    $86 Avg Bid
    4 bids

    Will pay INR 600. Please note: this is a simple formula based on EMA. Please do not quote high price This is a 12 line AFL

    $12 (Avg Bid)
    $12 Avg Bid
    2 bids

    Hi, i need to convert an afl script to tradingview pinescript, the code is available, so the work could be easy i think.

    $534 (Avg Bid)
    $534 Avg Bid
    7 bids

    I have some code I want to install into pinescript inorder for me to put it on trading view. Thank you

    $208 (Avg Bid)
    $208 Avg Bid
    2 bids

    Looking For Pinescript Developer to Build Custom Strategy Alert

    $103 (Avg Bid)
    $103 Avg Bid
    4 bids

    Hi Anton B., I noticed your profile and would like to offer you my project. As we discussed, I need you to make the TradingView Pinescript version 4 code for the Amibroker code in this link and ability to turn on or off filtering by the fractal lines in this link

    $200 - $200
    NDA
    $200 - $200
    0 bids

    Hi I need some modification on existing Watchlist in TOS platfrom and have few questions regarding very platform

    $195 (Avg Bid)
    $195 Avg Bid
    2 bids

    Coding for alert trading view for BTST and uptrend stock only.

    $72 (Avg Bid)
    $72 Avg Bid
    5 bids

    Hi there, I want to place trades on my fxcm account and have the alerts from tradingview used as input for the entry and the ATR (Average True Range) as sl and tp. I will share the pinescript code strategy that I have. I am willing to pay for the project. So basically I need a program that will handle the Tradingview alerts and place the trades with exit parameters based on the average true range on my FXCM brokerage account. Also it has to be working online contantly without any interference. So with a heroku app for example. Thanks in advance!

    $159 (Avg Bid)
    Urgent
    $159 Avg Bid
    5 bids

    This is SteveG20 a professional trader from Greece, I would like to automate some of my process in trading that's why I look for a pinescript programmer to create a tradingview indicator for me that will be able to send these signals to telegram. More details will be given in personal message. Just be sure that you can create a complex tool and not something that can combine already existing indicators. Thank's in advance waiting your replies.

    $282 (Avg Bid)
    $282 Avg Bid
    11 bids

    I would like to put this indicator on Trading view. Thank you

    $130 (Avg Bid)
    $130 Avg Bid
    5 bids

    I want to convert my existing script in tradingview to make it work on tradestation using easylanguage or python

    $220 (Avg Bid)
    $220 Avg Bid
    2 bids

    we have an indicator developed on pinescript (trading-view) that needs to be transferred over to Thinkscript (Think or swims) platform.

    $112 (Avg Bid)
    $112 Avg Bid
    4 bids

    Want to develop a blackdog system on pinescript Will be multitumeframe.-5/15/4/1day 5 indicators

    $45 (Avg Bid)
    $45 Avg Bid
    3 bids

    Hi there, I am a trader looking to code my exact strategy so I can get alerts to the setup. Its not too complicated for someone who understands pinescript. I will need someone preferably who trades themselves as it will be much easier to work on together.

    $137 (Avg Bid)
    $137 Avg Bid
    9 bids

    pinescript editor to help add buy and sell alert to my indicator

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    2 bids

    Hello, I'm looking to move about 3-4 indicators from TradingView ( Pinescript ) to Ninja trader 8 ( C#). These are simple Indicators, nothing really complex. Depending on your work on 1, I will award you the Full contract of 4 indicators & Future Productions / changes. Please message me back if you can do something like this with your cost & timeframe.

    $494 (Avg Bid)
    $494 Avg Bid
    12 bids

    I want to convert Tradingview pinescript into tradestaton script

    $250 (Avg Bid)
    $250 Avg Bid
    3 bids

    I need an external bot/system that allows me to find the best parameters on my home made indicator in Tradingview Pinescript strategy. I have a strategy that has 67 different parameters. Currently I'm choosing my start and end for the strategy and than optimized all the settings by hand. I would like to have a automated way that accepts my start and end date and finds the best setting for maximum net profit. If this is possible I also would like to know what the limitations are since I'm also building a version that has 247 different settings.

    $212 (Avg Bid)
    $212 Avg Bid
    8 bids

    I'm having trouble Translating ThinkScripts code to Pinescript. I've tried for hours to get this Translated with no luck. 1. input PeriodStartTime = 0930; 2. input PeriodEndTime = 1000; 3. def Range_Top = if SecondsFromTime(PeriodEndTime) >= 0 then Range_Top[1] else 4. if SecondsFromTime(PeriodStartTime) ==0 then high else 5. if SecondsFromTime(PeriodStartTime) < 0 then else 6. if SecondsFromTime(PeriodStartTime) > 0 and SecondsFromTime(PeriodEndTime) <= 0 7. and high> Range_Top[1] then high else Range_Top[1]; 8. 9. def Range_below = if SecondsFromTime(PeriodEndTime) >= 0 then Range_Below[1] else 10. if SecondsFromTime(PeriodStartTime) == 0 then low else 11. if SecondsFromTime(PeriodStartTime) < 0 then else 12. if SecondsFromTime(Perio...

    $50 (Avg Bid)
    $50 Avg Bid
    1 bids

    Hello, I want to convert a pine script strategy (with Stoploss, Takeprofit, entry and exit conditions for both short and long positions) into a study with alerts for each of the mentioned events and a visual representation of these on the chart.

    $64 (Avg Bid)
    $64 Avg Bid
    7 bids

    I need some code converted from ThinkScript to Tradestation Easylanguage. It's about 150 lines of code. When this is done I have another similar project as well.

    $54 / hr (Avg Bid)
    $54 / hr Avg Bid
    2 bids

    I have created a trading system in Tradingview ( pinescript) I would simply like it moved over to NinjaTrader 8 ( C#) The system itself is completed- would just require moving it over to Ninja trader with probably small modifications to profit / sell Target The goal of moving to Ninja is to backtest it deeply & automate it. Please let me know, if this something you would be interested in working with.

    $200 (Avg Bid)
    $200 Avg Bid
    1 bids

    I need some code converted from ThinkScript to Tradestation easylanguage. Is this in your wheelhouse and if so how much would you charge for the project? It's about 150 lines of code.

    $240 (Avg Bid)
    $240 Avg Bid
    1 bids

    I have a very simple ThinkScript (Thin or Swim) indicator that I want converted to pine script so that it can be used in the tradingview charts. You can use text editor to view the .ts file. It's about 107 lines of code. Thanks

    $145 (Avg Bid)
    $145 Avg Bid
    9 bids

    Hi Crypto T., I noticed your profile and would like to offer you my project. We can discuss any details over chat. We want to combine and convert a few pinescript indicators into a back testable AFL. Kindly get in touch for details.

    $24 (Avg Bid)
    $24 Avg Bid
    1 bids

    Требуется конвертировать фильтр Range Filter в МТ4 При этом фильтр должен работать 1:1 как в оригинале вместе со всеми настройками. Особенно важно для нас смещение линии при смене режимов High/Low. Нам важно, чтобы Vbot (исходный код будет предоставлен) не просто использовал фильтр в фоновом режиме, но и отображал его на графике, так чтобы мы могли наблюдать корректность его работы при открытии и закрытии сделок. Использовать фоновые цвета для фильтра следующие: Верхняя граница: 205,255,198 Нижняя граница 244,203,189 В соответствии с МТ4

    $25 (Avg Bid)
    $25 Avg Bid
    1 bids

    Have you ever heard of TradingView? Do you know what PineScript is? Do you have experience with Javascript? Do you know about website crawling techniques and extracting hidden/protected data? Are you a creative thinker who can "think outside the box" when solving a problem? If you answered "yes" to all the questions above, you might be suitable for the job! I have recently purchased access to a protected/private trading script on TradingView (written in PineScript) and I need your help to extract the source code. I have no idea if the task has been done in the past or not, but your job will be to find a way to do it. Only apply if you are confident you can think of at least one way to achieve it. If for any reas...

    $253 (Avg Bid)
    $253 Avg Bid
    3 bids