Script to draw box on main chart

仕事が完了した

実行時間1 日
開発者からのフィードバック
Great customer, highly recommended.
依頼者からのフィードバック
I am very please to work with him! Number1!

指定

Hi,

I have 1 original indicator and 1 Higher TimeFrame for this indicator.

This indicator draw value when bar closed.

This indicator take value +/-5, 4, 3, 1.5, 0.1

In the picture, I put:

- H4 for Higher Time Frame on M15 for current time frame à 16 bar

- Value to draw: 5

Any time the HTF indicator turn to value 5 or -5, I want to draw a box that cover the High and Low for bar[i+1] to bar[i+16]. 16 is because H4 on M15 has 16 bar.

 

So the script(?) I need allow me to:

1.       Put HTF of any window (D1, H4…) into any lower time frame. If D1 put on H1, the script will draw box based on 24 bar of H1.

2.       Change the value to draw. If value to draw is 3, the script will draw anytime HTF indicator3, 4,5 or -3, -4, -5

The logic can be found in the draft below. Might be it helpful.

Thank you.

HHC


Input Value_to_draw=5;

 

If( MathAbs(HTF_indicator(i)) >= Value_to_draw && HTF_indicator(i+1) != HTF_indicator(i))   

{              for( int j=i+1; j<=i+16; j++)

                {              get_highest=

                                get_lowest =

                }

}

Based on highest and lowest, draw box from bar[i+1] to bar[i+16]


ファイル:

PNG
Untitled.png
81.5 Kb

応答済み

1
開発者 1
評価
(28)
プロジェクト
30
63%
仲裁
0
期限切れ
4
13%
パブリッシュした人: 1 code
2
開発者 2
評価
(365)
プロジェクト
507
40%
仲裁
159
17% / 74%
期限切れ
99
20%
取り込み中
3
開発者 3
評価
(195)
プロジェクト
395
28%
仲裁
155
20% / 52%
期限切れ
112
28%
4
開発者 4
評価
(806)
プロジェクト
1126
43%
仲裁
47
49% / 23%
期限切れ
84
7%

プロジェクト情報

予算
50+ USD
締め切り
最低 1 最高 2 日