Multiple Timeframe VWAP indicator

工作已完成

执行时间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
等级
(62)
项目
84
26%
仲裁
22
23% / 50%
逾期
23
27%
工作中
4
开发者 4
等级
(21)
项目
24
17%
仲裁
15
20% / 40%
逾期
6
25%
空闲
5
开发者 5
等级
(586)
项目
1046
49%
仲裁
39
28% / 41%
逾期
49
5%
工作中
6
开发者 6
等级
(71)
项目
97
43%
仲裁
2
50% / 0%
逾期
2
2%
空闲
7
开发者 7
等级
(41)
项目
88
14%
仲裁
29
31% / 48%
逾期
36
41%
已载入
8
开发者 8
等级
(563)
项目
931
47%
仲裁
301
59% / 25%
逾期
123
13%
工作中
9
开发者 9
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
空闲
相似订单
Hi I need a software like Mirror trade copier ( https://www.antonnel.net/mirror/ ) which directly connect to the Accounts over api with out MT4 terminal and copies trades from mater to client. I want the same and possible improvement like can be accessed over a url and dashboard for some basic metrics (optional)
Hello there, I need a mql4 EA based on pine script custom indicator. You need to do pine script indicator convert into mt4 advisor. If you are able to do please contact. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
I need an EA which only trades the news data. The EA has to analyze the news-data and needs to classify them into categories. The Strategy includes the following points and this features needs to be included : 1. Filter for news Data : Pairs : USD ● EUR ● AUD ● GBP News Events : GDP Unemployment rate (initial claims) CB Consumer Confidence (US) Retail sales Consumer Price Index (CPI) Purchasing Managers' Index (PMI)
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 750 USD
I am in need of 3 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 50 percent of the Fibonacci..this will be present on all 3 EA, all three EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe

项目信息

预算
50 - 100 USD
开发人员
45 - 90 USD
截止日期
 3  5 天