仕事が完了した
実行時間5 日
依頼者からのフィードバック
Great work, thanks.
指定
I'm looking for the following functions to calculate pivot points, support and resistance levels:
- function to return the pivot point level using 3 different methods of five-point system and its common variations depending on the given parameter (1-3) or enum and the timeframe:
- Pivot Point for Current = High (previous) + Low (previous) + Close (previous) / 3
- P = ((Today\'s O) + Yesterday\'s (H + L + C)) / 4

- function to return S1, S2, S3, R1, R2, R3 values for given timeframe and type of value (either separate functions or all in one):
- Resistance 1 = (2 x Pivot Point) – Low (previous period)
- Support 1 = (2 x Pivot Point) – High (previous period)
- Resistance 2 = (Pivot Point – Support 1) + Resistance 1
- Support 2 = Pivot Point – (Resistance 1 – Support 1)
- Resistance 3 = (Pivot Point – Support 2) + Resistance 2
- Support 3 = Pivot Point – (Resistance 2 – Support 2)
You can use MT4, but I also considering MT5. It would be great to work on both, but not necessary.
Suggested params: double getPivotPoint(ENUM_TIMEFRAMES tf, uint method), getSupportLevel(ENUM_TIMEFRAMES tf, uint n), getResistanceLevel(ENUM_TIMEFRAMES tf, uint n)
So you can either create 3 functions (for PivotPoint, Support and Resistance levels) or 7, it's up to you.
See Pivot Points page for more details.
応答済み
1
評価
プロジェクト
1410
67%
仲裁
123
32%
/
41%
期限切れ
218
15%
暇
パブリッシュした人: 1 code
2
評価
プロジェクト
680
57%
仲裁
25
16%
/
60%
期限切れ
228
34%
暇
3
評価
プロジェクト
984
47%
仲裁
32
38%
/
34%
期限切れ
97
10%
仕事中
パブリッシュした人: 6 codes
4
評価
プロジェクト
670
33%
仲裁
60
17%
/
32%
期限切れ
113
17%
仕事中
5
評価
プロジェクト
358
49%
仲裁
24
25%
/
50%
期限切れ
80
22%
暇
6
評価
プロジェクト
35
40%
仲裁
11
9%
/
91%
期限切れ
4
11%
暇
パブリッシュした人: 4 codes
7
評価
プロジェクト
1124
43%
仲裁
47
49%
/
23%
期限切れ
84
7%
暇
8
評価
プロジェクト
79
18%
仲裁
13
15%
/
54%
期限切れ
5
6%
暇
プロジェクト情報
予算
30 - 60 USD
締め切り
最低 3 最高 5 日