Jump to content

High Velocity Market Master


Recommended Posts

  • Replies 151
  • Created
  • Last Reply

Top Posters In This Topic

I am kinda a late comer to this thread. Is there a manual for this system? Or is it on a previous post that I missed?

 

Edit: I saw there was a manual link in post #35, but that link no longer works. So are the YouTube videos the substitute for manual?

Edited by joeytrader
Link to comment
Share on other sites

  • 2 weeks later...
Collin, I 've added the tradestation version from your link... I'm still getting dll issues, was the TS version open? or is there something I'm doing wrong here..

maybe somebody else can confirm.. cheers guys ..

 

Frank

 

Hello Frank,

 

I understand your frustration and I really wish I could help. But honestly I have no experience with TS, so I am not sure if these set of indicators need extra education.... Maybe someone with better experience could help look into it?

 

Regards,

Collin

Link to comment
Share on other sites

http://www.highvelocitymarketmaster.com/blog/ . There is no template. They manly use HVMM directional, HVMM calc and HVMM OSOB.

The problem that you have to renew the sub. of the indicators once a month, otherwise stop working. The indicators cost around 2000 and they don't give you a higher version unless you enroll in the club and pay around 177 dollars. Also to get a refund very hard.

They are only few parameters that have to be changed not a big deal.: your target can be higher 3-4 , also reentry target can be changed to higher numbers, pl factor from 4-6 depends on how agressive is your style and reentry X value changed to1 -1.5. Also HVMMOSOB change to level 0.5 and period 15. (very expensive just for few indicators).

Link to comment
Share on other sites

  • 5 weeks later...
I just found this indicator for NinjaTrader:

 

hxxp://hotfile.com/dl/17175966/80c4cb3/NetPicks_HVMM_1.2_(highvelocitymarket.com).rar.html

 

I don't use NT so I don't know how it works on NT but it is not password protected. Anyone has TS version and can you share? Thanks!

 

The link appears to be broke, could you please re-post? Thanks!!!

Link to comment
Share on other sites

Hey, guys. Awesome thread and posts. Thanks to all. I've been trying to figure out this thing for a while.

 

The NP_Directional is a 72 period Smoothed Moving Average (SMMA)

 

For more info see: http://ta.mql4.com/indicators/trends/moving_average

 

 

I saw it posted earlier, but this guy gives pretty regular examples of how he uses this system for those looking for some instruction on how to trade it.

 

http://www.atradingplan.com/the-systems/

 

Cheers,

Edited by Ahp Chagi
Link to comment
Share on other sites

Can anyone convert this MT4 code to Ninja 7.0? Pretty please with a cherry on top? It's for the HVMM Profit Line

 

2 files: #1: MMVH_PLine.mq4 is .ex4-to-.mq4 converted with converted variable names. #2: is same w/ re-named variables and commented out code that might make it easier.

 

OR if someone already has the Profit Line for Ninja that would be great also!! Thanks!!!

 

Folder: http://[email protected]/dir/k0EJRMEQ/P-L1ne.html

File #1: http://[email protected]/file/2bwZ-lZ6/MMVH_PLine.html]MMVH_PLine.mq4

File #2: http://[email protected]/file/EFGoL-PK/KC-10.html]KC-10.mq4

 

Thanks, I'm a noob, but seems to help to rename files and camouflage the links.....

Please post for all to share.

Thanks again!

Link to comment
Share on other sites

"NP_Directional might be different but the HVMM_Directional uses a 144 day EMA.

 

J "

 

reinhj,

 

I stand corrected. :hammer:

 

You are correct. ^:)^

 

I was trying to figure it out before I found this fantastic forum, and found the 72 smma to be a very close approximation.

 

I'm still looking for the Ninjatrader version.... [-O<[-O<[-O<

Edited by Ahp Chagi
.gifs, quote previous post
Link to comment
Share on other sites

who knows the name and settings of the green and yellow line ?

 

Here's my understanding of the lines.

 

http://www.4shared.com/photo/TuAueZzS/lines_defined.html

" h11p://[email protected]/photo/TuAueZzS/lines_defined.html "

 

I like the guys videos on "www.atradingplan.com"** He's a paid coach, but "seems" like a straight shooter.

 

**not an endorsement of any vendor, system, or broker, there is risk in trading, blah, blah, blah, this system will not make you rich in the next 10 days, yaddy, yaddy, yah

Edited by Ahp Chagi
trouble posting pic
Link to comment
Share on other sites

Wow, the whole enchilada would be great! The piece I'm working on right now is the Profit Line.

 

The directional is easy to graph, the profit line requires a little more logic, but here's my conversion of it into thinkscript for Think or Swim. It should give you the values and what it's comprised of. If you get the protected Ninja indicators I can explain to you how to make them work.

 

input price = close;

input PLLength = 100;

input PLRange = 10;

input PLFactor = 3;

input displace = 0;

 

def gda_108 = high - low;

def gda_112 = Average(gda_108[-displace], PLLength);

def gda_116 = ExpAverage(gda_112[-displace], PLRange);

def gda_120 = gda_116 * PLFactor;

 

rec gda_96 =

if close == gda_96[1] then

gda_96[1]

else

if ((close[1] < gda_96[1]) && (close < gda_96[1])) then

if gda_96[1] < (close + gda_120) then

gda_96[1]

else

close + gda_120

else

if ((close[1] > gda_96[1]) && (close > gda_96[1])) then

if gda_96[1] > (close - gda_120) then

gda_96[1]

else

close - gda_120

else

if (close > gda_96[1]) then

close - gda_120

else

close + gda_120

;

 

plot HVMM_ProfitLine = gda_96;

HVMM_ProfitLine.AssignValueColor(

if gda_96 < close then

Color.GREEN

else

if gda_96 > close then

Color.RED

else

if gda_96[1] < close[1] then

Color.GREEN

else

Color.RED

);

Link to comment
Share on other sites

I have managed to get hold of the 2010 system.

 

In the rar file is one video that gives some idea of how to trade it.

 

But the manual refers to the older system. The indicators referred

to in the manual are not all the same as the 2010 version, there are

no cross-overs for example. But the didn't bring out a new manual.

They expect people to learn by watching the videos on the member's

site. I wish I could get hold of those training videos.

 

If anyone can help with clear instruction on how to trade this, that

would be amazing.

 

Download:

www.mediafire.com/?ynikumnxyij

Link to comment
Share on other sites

I have managed to get hold of the 2010 system.

 

In the rar file is one video that gives some idea of how to trade it.

 

But the manual refers to the older system. The indicators referred

to in the manual are not all the same as the 2010 version, there are

no cross-overs for example. But the didn't bring out a new manual.

They expect people to learn by watching the videos on the member's

site. I wish I could get hold of those training videos.

 

If anyone can help with clear instruction on how to trade this, that

would be amazing.

 

Download:

www.mediafire.com/?ynikumnxyij

 

I found these, are they what you're looking for?

 

hxxp://www.<insert company name here>llc.com/HVMM2010/HVMM2010Training03112010P1.html

hxxp://www.<insert company name here>llc.com/HVMM2010/HVMM2010Training03112010P2.html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...