Want intraday vwap indicator.

MQL5 指标

指定

i want intraday vwap indicator. i have attached sample vwap formula in AFL format. it is calculated from the first candle of every new day. but indicator should be continuous from the previous day. the indicator is available in tradingview chart also. and i need indicator in mql4 source file.

It calculators from the days first candle. Till the day end. 


There is no time period in this indicator. It is intraday.

This indicator will jump from day close to next day open.


For example


20/5/2020 in 15 minutes chart. Market starts at 9.0 clock this indicator will calculates from 9.0clock till the end of the day.

And

It continues to calculates Next day.

21/5/2020 from 9.0 clock.



((((_SECTION_BEGIN("VWAP");

Bars_so_far_today = 1 + BarsSince( Day() != Ref(Day(), -1));

StartBar = ValueWhen(TimeNum() == 093000, BarIndex());

TodayVolume = Sum(V,Bars_so_far_today);

IIf (BarIndex() >= StartBar, VWAP = Sum (C * V, Bars_so_far_today  ) / TodayVolume,0);

Plot (VWAP,"VWAP",colorYellow, styleThick);

_SECTION_END();))))

附加的文件:

反馈

1
开发者 1
等级
(219)
项目
370
42%
仲裁
145
17% / 41%
逾期
124
34%
空闲
2
开发者 2
等级
项目
1
0%
仲裁
0
逾期
1
100%
空闲
3
开发者 3
等级
(409)
项目
537
75%
仲裁
9
44% / 0%
逾期
24
4%
空闲
4
开发者 4
等级
(550)
项目
827
73%
仲裁
15
53% / 13%
逾期
193
23%
工作中
5
开发者 5
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
相似订单
I want a developer to create the below attachments which consists of the Supertrend indicator and the Trendseeker indicator. The parameters for the indicators are also in the attachments below. The indicators must be able to work at all times frames from 1 mins to monthly time frames. I need the codes upon completion of order. Thank and regards
hello i like to have zigzag added to my EA and set orders when it makes a pullback strategy (Higerlow/Lowerhigh) or break of market structure strategy Higherhigh/Lowerlow break set order entry I want it to be able to do these 2 things but one at a time. -Zigzag makes a pullback into an HigherLow/LowerHigh set order entry -Zigzag breaks structure HigherHigh/LowerLow set order entry - For PULLBACK STRATEGY i just want
Looking for a indicator that can show where the majority of retail stop losses are placed Please can someone advise me how best to achieve this but it needs to be accurate
Hello, I’m looking for an experienced MQL5 developer to help integrate cloud-based parameter control for an existing MT5 EA. The goal is to allow EA parameters to be adjusted via a secure web interface. Please reach out via private message for more details and to discuss further
I need to make EA (Expert Advisor) and would appreciate it if you could provide your most competitive quote. Please let me know your best price for completing these changes, as I’m looking to get this done promptly and effectively. Thank you
I need a programmer for converting a MetaTrader indicator into ea for TradeLocker. Additionally, I would like to have a new EA built in TradeLocker that mirrors the logic of the original MetaTrader, including the specific rules and conditions I need. Please contact me only if you have prior experience converting scripts from MetaTrader to TradeLocker
I HAVE A SQ EA AND IT NEEDS TO RUN WITH 3 SETS WITH DIFFERENT TIME CONFIGURATION. Basically the trade logic will read different input values for the same parameter with the same and/or different timeframes and manage trades accordingly and individually. If it is a trouble, timeframe can be ignored and we can continue only with the parametrization
I need to make several modifications to an EA (Expert Advisor) and would appreciate it if you could provide your most competitive quote for these edits. Please let me know your best price for completing these changes, as I’m looking to get this done promptly and effectively. Thank you
hello here am looking for someone that can assist me in removing validation form my demo file and if anyone is interested dm the for more details i will be waiting to get any reply by some on that can assist me with this
I want a combined Standard deviation channel and Fibonacci channel indicators into just one indicator. The standard deviation channel lines would have same characteristics as the Fibonacci lines in terms of format (adjustable width, colors, type, size etc.). I want unique buffer values for all the lines (for both the 3 upper and 3 lower STD.DEV lines and the same for the Fibonacci channel lines) which would be

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 3 天