Find Jobs
Hire Freelancers

Pine Editor - create an indicator in TradingView.com

$10-30 USD

完了済み
投稿日: 6年近く前

$10-30 USD

完了時にお支払い
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.
プロジェクト ID: 16781964

プロジェクトについて

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

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
アワード者:
ユーザーアバター
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 1日以内
5.0 (2 レビュー)
1.6
1.6
この仕事に3人のフリーランサーが、平均$91 USDで入札しています
ユーザーアバター
A proposal has not yet been provided
$25 USD 1日以内
5.0 (9 レビュー)
3.9
3.9
ユーザーアバター
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 10日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

UNITED STATESのフラグ
Arlington, United States
5.0
1
お支払い方法確認済み
メンバー登録日:4月 25, 2018

クライアント確認

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