Find Jobs
Hire Freelancers

Pine Editor - create an indicator in TradingView.com

$10-30 USD

Completed
Posted almost 6 years ago

$10-30 USD

Paid on delivery
I am a new trader and I want to have an indicator that I think is simple, but I can't find it on their list of indicators. The indicator would be the value of the greatest distance between a bar's OHLC and another indicator. Of course, really you can ignore Open/Close, because Hi or Low will always be the point to measure to. Example 1: my base indicator is a 50-period simple moving average. The "new indicator" would show me the furthest distance between the SMA and the bar's range: (High price - SMA price) if the candle is above SMA, (SMA price - Low price) if the candle is below SMA, and if the SMA is within the range of the candle, it would pick whichever is further away. Simple, right? Is there already an indicator for this? Example 2: my base indicator is the Ichimoku indicator's "Tenkan Sen" or "Conversion Line." The "new indicator" that I would like you to program will tell me the distance between the Tenkan Sen and the furthest distance within the bar's range (just as above). The indicator can be expressed in terms of dollars or percent; and can be an oscillator or the absolute value. If you think this project is more difficult than a micro project, let me know. I figure this can be banged out in 10 minutes by an experienced Pine Editor, it seems so simple. But of course, I'm not a programmer. So we can discuss price if this is more difficult than I think it is.
Project ID: 16781964

About the project

3 proposals
Remote project
Active 6 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hello, as you guess, the implementation is not much complicated. I have created a pine script for the first example for you (to convince you to assign me the job :) Please hire me and I can create you the script for the second indicator too (and maybe others too) Best regards George The script for Example1: //@version=3 study("Furthest distance") sma50 = sma(close, 50) a = abs(high - sma50) b = abs(low - sma50) x = a > b ? a : b plot(x, color=red)
$25 USD in 1 day
5.0 (2 reviews)
1.6
1.6
3 freelancers are bidding on average $91 USD for this job
User Avatar
A proposal has not yet been provided
$25 USD in 1 day
5.0 (9 reviews)
3.9
3.9
User Avatar
Hi, The calculation you are trying to use represents you are an Experienced Trader. This is simple on the chart but not on perspective to data. Thanks.
$222 USD in 10 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
Arlington, United States
5.0
1
Payment method verified
Member since Apr 25, 2018

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.