Volume Weighted Momentum Oscillator

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

Volume Weighted Momentum Oscillator

Postby logicgate » Sun Jan 06, 2019 8:38 am

Hi there dear friend Apprentice. Here is the formula for Linda Rashcke 3-10 Momentum Oscillator.

threeMA = MA(C, 3);
tenMA = MA(C, 10);
threeTen = threeMA - tenMA;
trendLine = MA(threeTen, 10);

Plot(threeTen, "3-10 Line", colorGreen, styleLine, Null, Null, 0, 0, 2);
Plot(threeTen, "3-10 Line", colorGreen, styleHistogram + styleNoLabel, Null, Null, 0, 0, 2);
Plot(trendLine, "Trend Line", colorBlue, styleLine, Null, Null, 0, 0, 2);
Plot(0, "0 Line", colorGrey40, styleDashed + styleNoLabel, Null, Null, 0, 0, 2);



My idea is to replace the MAs for VWMAs. I think the signals and readings will be more reliable if we use volume weighted moving averages.

You could compile both versions for MT4 and compare the results.

Cheers!
logicgate
FXCodeBase: Aspirant (Junior)
 
Posts: 680
Joined: Tue Dec 11, 2018 7:54 am


Re: Volume Weighted Momentum Oscillator

Postby logicgate » Mon Jan 07, 2019 6:33 pm

Apprentice wrote:Try this version. (TS2/Lua)
viewtopic.php?f=17&t=67245


Hello dear friend! I am a MT4 user so, all my requests are for MT4.

Did you use the VWMA instead of the MA?
logicgate
FXCodeBase: Aspirant (Junior)
 
Posts: 680
Joined: Tue Dec 11, 2018 7:54 am


Re: Volume Weighted Momentum Oscillator

Postby Apprentice » Mon Jan 07, 2019 6:49 pm

VWMA can be selected from the menu.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Indicator and Signal Requests

Who is online

Users browsing this forum: No registered users and 14 guests

cron