Need help in calculating vwap through fxdreema blocks.
-
Hello Friends, Is there anyway, I can get the vwap calculations using fxdreema blocks so we can customize it as per our wish. I am very confused on how to achieve this. Please help me to get this work done.
-
@gpaneers MT4? Add as a custom indicator but you will have to place different blocks to get what you want.
0_1651697456721_167f5fae-18fb-40b3-a1df-291bc4c700c4-VWAP.mq4
0_1651697505437_6e4f09ba-9f12-4d5f-8bfa-17d3eec68eb4-VWAP.ex4
-
@jstap Thanks for this indicator. I want vwap to start calcuating when RSI crosses above 50. It will be helpful if we can do this with fxdreema blocks, so we can do check with different combos. Thanks
-
@gpaneers Start a project and put shared link here, we can work from that, condition RSI > value 50 will make things work only when over 50, use a flag so when > 50 bool flag true, under 50 bool flag false. Other conditions can then be added.