logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
gorachand  
#1 Posted : Tuesday, April 23, 2024 9:59:03 AM(UTC)
gorachand

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 2/19/2012(UTC)
Posts: 103

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
The MSFL formula for VWAP as given on the Equis website is sm:=Input("starting month",1,12,1); sd:=Input("starting day of month",1,31,1); sy:=Input("starting year",1980,2100,2000); d1:= sd=DayOfMonth() AND sm=Month() AND sy=Year(); pv:=MP()*Cum(V); denom:= If(Cum(V)-ValueWhen(1,d1,V)=0,1,Cum(V)-ValueWhen(1,d1,V)); If(BarsSince(d1),(pv)/denom, MP()) What would be the formula for the Weekly-VWAP indicator as given in Trading view? If I get that --- can you write an exploration formula in MSFL which returns securities where the price has crossed the Weekly VWAP indicator from below and RSI(14)>=60?
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.