Find Jobs
Hire Freelancers

Convert Trading View Script into Indicators

$10-30 USD

Closed
Posted over 6 years ago

$10-30 USD

Paid on delivery
I have a very simple project. I need a specific Trading View Script, Pivot Reversal Strategy (see code below) to be turned into an indicator so that I can add alerts to it on Trading View. //@version=3 strategy("Pivot Reversal Strategy", overlay=true) leftBars = input(4) rightBars = input(2) swh = pivothigh(leftBars, rightBars) swl = pivotlow(leftBars, rightBars) swh_cond = not na(swh) hprice = 0.0 hprice := swh_cond ? swh : hprice[1] le = false le := swh_cond ? true : (le[1] and high > hprice ? false : le[1]) if (le) [login to view URL]("PivRevLE", [login to view URL], comment="PivRevLE", stop=hprice + [login to view URL]) swl_cond = not na(swl) lprice = 0.0 lprice := swl_cond ? swl : lprice[1] se = false se := swl_cond ? true : (se[1] and low < lprice ? false : se[1]) if (se) [login to view URL]("PivRevSE", [login to view URL], comment="PivRevSE", stop=lprice - [login to view URL]) //plot([login to view URL], title="equity", color=red, linewidth=2, style=areabr)
Project ID: 16001994

About the project

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

About the client

Flag of BANGLADESH
Dhaka, Bangladesh
4.9
7
Payment method verified
Member since Apr 14, 2004

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.