Find Jobs
Hire Freelancers

Add to a Pine script indicator for TradingView to plot buy arrows with alert conditions

$30-250 USD

処理中
投稿日: 6年近く前

$30-250 USD

完了時にお支払い
I simply need someone to add a part to the end of the below script that adds upward buy arrows with 'buy' alert conditions for this Volatility Stop indicator. The main condition is that I don't want a green buy arrow to appear at every green cross, I only want it to appear once at the beginning of a run of green crosses / after each run of red crosses. Below is the code. Should be a 5 minute job to someone who knows Pine script. Not a big job as I am already providing the bulk of the code for this indicator. Also I have attached an image with an example of where I want the arrows to make things clearer. Thanks! //@version=3 study("Volatility Stop Custom", shorttitle="VStop", overlay=false) length = input(20) mult = input(2) atr_ = atr(length) max1=0.0 min1=0.0 is_uptrend_prev = false stop=0.0 vstop_prev=0.0 vstop1=0.0 is_uptrend=false is_trend_changed=false max_ = 0.0 min_ = 0.0 vstop=0.0 max1 := max(nz(max_[1]), close) min1 := min(nz(min_[1]), close) is_uptrend_prev := nz(is_uptrend[1], true) stop := is_uptrend_prev ? max1 - mult * atr_ : min1 + mult * atr_ vstop_prev := nz(vstop[1]) vstop1 := is_uptrend_prev ? max(vstop_prev, stop) : min(vstop_prev, stop) is_uptrend := close - vstop1 >= 0 is_trend_changed := is_uptrend != is_uptrend_prev max_ := is_trend_changed ? close : max1 min_ := is_trend_changed ? close : min1 vstop := is_trend_changed ? is_uptrend ? max_ - mult * atr_ : min_ + mult * atr_ : vstop1 plot(vstop, color = is_uptrend ? green : red, style=cross, linewidth=2)
プロジェクト ID: 17240855

プロジェクトについて

7個の提案
リモートプロジェクト
アクティブ 6年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
アワード者:
ユーザーアバター
$55 USD 1日以内
4.9 (66 レビュー)
6.0
6.0
この仕事に7人のフリーランサーが、平均$189 USDで入札しています
ユーザーアバター
Hello, Warm greetings! You require to make modification in the website and to introduce the script you mentioned into the page. We have review your project and it could be done as your requirements says, We have experience to deal with you issues and a leading team will work behind this. We work on JavaScript, PHP for website development We are wishing to see your reply. Thank you Rajat
$155 USD 3日以内
4.9 (58 レビュー)
5.6
5.6
ユーザーアバター
I believe that my 9+ years of programming experience makes me highly qualified for this project. I believe that I would be an asset to this project. Javascript, Metatrader, PHP, Software Architecture,
$155 USD 1日以内
5.0 (19 レビュー)
5.1
5.1
ユーザーアバター
Hi, Expert here, ready to start immediately. I will always available to discuss project specs. I have reviewed all your requirements and can deliver exactly what you are looking for, 100% guaranteed. If you want I can show you my portfolio. Thanks
$555 USD 8日以内
5.0 (2 レビュー)
0.2
0.2
ユーザーアバター
HIGHLY interested with your project. I'm ready to start right now. My completion rate is always 100% and I STRICTLY BITE WHICH I CAN CHEW. Knock me please
$150 USD 3日以内
5.0 (20 レビュー)
0.0
0.0

クライアントについて

FRANCEのフラグ
Moncrabeau, France
5.0
5
お支払い方法確認済み
メンバー登録日:2月 16, 2014

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。