仕事が完了した

実行時間5 日
開発者からのフィードバック
He know what he exactly wants and gives you comfort during job to lead a very good result. You love to code for him. thanks him
依頼者からのフィードバック
Awesome developer who will evaluate the logic of your program, point out any potential glance, and even be very patient to solve your code bug issues. A high-quality developer who I recommended.

指定

I would like to create a volume weight average price (VWAP) indicator for multiple timeframe. My standard is the VWAP is calculated either starting with daily, weekly, monthly, quarterly or yearly basic. Below is the general formula for the VWAP. Formula from the past developer on the VWAP can be share as well.

 


To simplify my requirement, I will put it into bullets points 

  1. The VWAP indicators will reset based on daily basic ( Default - can set to make changes). When new days reached, the VWAP will begin from 0 again.
  2. I need an inputs that can allow me the period of resetting, just use period timeframe, where i can choose for it to reset on daily, weekly, monthly, quarterly or yearly basic.
    1. To ease the change after the putting into the chart, create 5 button where i can easily navigate between desire VWAP period on the chart. Put the button at the bottom left of the chart with the follow shortcut name. ( Font size 10 - Customisable)
    2. D = Daily (reset every day)
    3. W = Weekly  (reset every week)
    4. M = Monthly  (reset every month)
    5. Q = Quarterly (reset every quarter - 1-3, 4-6, 7-9, 10-12)
    6. Y = Yearly (reset every year)
  3. Follow the math equation above to calculate the center or VWAP lines (Formula will given)
    1. When VVWAP is decreasing = Red Colour
    2. When VVWAP is increasing = Lime Colour
    3. vwap_style = STYLE_SOLID
    4. vwap_width = 2
    5. Volume calculation is based on Tick volume
    6. Input: Price data based on current price mode (Close, Median, Typical etc. - Standard price mode)
  4. The standard deviation, SD bands (upside and downside) is measured using the  standard deviation of the price to the VWAP (1.0, 2.0)
    1. Past developer code will be share
    2. By default I only need 1.0 and 2.0 SD. But give it 2 more float input so i can key in whenever i need it. Meaning, there will be 4 level of SD
      1. 0.5 - No show
      2. 1.0 - Show
      3. 1.5 - No show
      4. 2.0 - Show
      5. I can choose whenever want to show the 0.5 or 1.5 or not. Also, I can make change of the number maybe 0.5 -> 0.75 (so make it into setting that i can change later)
    3. Allow me to change the style of the SD style, and this is the default
      1. band_color = clrWhite
      2. band_style = STYLE_DASHDOT
      3. band_width = 1
  5. A rectangle box will plot from previous VWAP1.0 SD and all the way to the future next VWAP reset period. Below are the design (all the settings below make available in the input section)
    1. style=STYLE_SOLID
    2. width=1
    3. fill=true
    4. selection=false
    5. Colour will different from each VWAP timeframe
      1. D = clrNavy
      2. W = clrDarkGoldenrod
      3. M = clrMaroon
      4. Q = clrIndigo
      5. Y = clrMidnightBlue
    6. A horizontal Solid trend line will plot from the previous VWAP value. The style just follow back the existing VWAP colour.
  6. Input: Period count - For the case where the calculation of VWAP on entire chart will be time consuming, by default let it only count on past 30 daysof VWAP. The '30' (count in day) is the inputs I can define later
    1. Suppose at least 1 VWAP period should plot out
  7. If the data is insufficient for higher period (such as Quarter or Yearly) display the message at TOP RIGHT prompt user to go M1 chart and down load the data until XX date.
    1. Note the highlighted is the input
    2. M1 = data source using now
    3. XX date = if is yearly then need to download the data all the way back to 01.01.2021
    4. I will be very appreciate if the developer knows the way to automatically download the data for the user.
  8. When changing VWAP timeframe option, previous VWAP object should be clear.
  9. When new candle generated the VWAP calculations MUST UPDATE CORRECTLY


Expected Outcome:



Note: The graphic display i know may be a little bit different but similar result is needed.


Question:

  1. Is it possible to have multiple timeframe VWAP display all together?
  2. Is there any thing that is unclear?

Send me an answer so that I know you did read through and understand the requirement


I do not accept indicator code that is generated.


Highly welcome developer that is communicative and experience in MQL indicator. Please communicate with me on your experience so I know if you are suitable in working with this project or not.

Source code is needed by the end of the project.


応答済み

1
開発者 1
評価
(115)
プロジェクト
129
18%
仲裁
11
27% / 55%
期限切れ
4
3%
2
開発者 2
評価
(126)
プロジェクト
160
36%
仲裁
4
25% / 50%
期限切れ
13
8%
3
開発者 3
評価
(63)
プロジェクト
84
26%
仲裁
23
22% / 48%
期限切れ
23
27%
4
開発者 4
評価
(21)
プロジェクト
24
17%
仲裁
15
20% / 40%
期限切れ
6
25%
5
開発者 5
評価
(586)
プロジェクト
1047
49%
仲裁
39
28% / 41%
期限切れ
49
5%
6
開発者 6
評価
(71)
プロジェクト
97
43%
仲裁
2
50% / 0%
期限切れ
2
2%
7
開発者 7
評価
(41)
プロジェクト
88
14%
仲裁
30
30% / 53%
期限切れ
36
41%
仕事中
8
開発者 8
評価
(563)
プロジェクト
932
47%
仲裁
301
59% / 25%
期限切れ
124
13%
仕事中
9
開発者 9
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
類似した注文
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
Need EA programmer to create an MT4 EA that will be able to leverage trades in favour of the market direction ,the EA should be able to operate to any broker. The EA must trade on a clear trend not when the Market is ranging. More will be explained once your application has been accepted for the job
Hey, great developer I have a thinkorswim script I want to convert it into TradingView. Can you please let me know if you can i will be looking for great developer that will bid for it best regards
Tradingview developer 30 - 35 USD
Hey greetings. I am in need of tradingview developer that can modify an open source PineScript indicator code to add additional features. Kindly bid for this project if it is what you handle and let proceed with the project
hi. I hv a strategy on tradingview need to convert to MT4/MT5 expert advisor for algo trading. would like to add some tradingview strategy setting to the EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
Hi there - Overview We are seeking an experienced developer to create a Forex Robot Expert Advisor (EA) tailored to specific trading strategies and conditions. The EA will focus on the London trading session and will automate trades based on pre-defined calculations and market movements. *Responsibilities:* 1. *London Session Analysis:* - Develop functionality to highlight the London trading session on the forex

プロジェクト情報

予算
50 - 100 USD
開発者用
45 - 90 USD
締め切り
最低 3 最高 5 日