Traders Laboratory - View Single Post - Playing with the VMAR`s open research
View Single Post
  #507 (permalink)  
Old 11-01-2007, 10:20 AM
unicorn's Avatar
unicorn unicorn is offline
unicorn has no status.

 
Join Date: Apr 2007
Posts: 164
Thanks: 25
Thanked 0 Times in 0 Posts
Thumbs down Re: Playing with the VMAR`s open research

Quote:
View Post
Now let me ask again inputs :

Unicorns _Cyan line _ Red line
Walter;

the values I have used are also depicted in my charts, in the following notation:

In vmar_1
cyan line is: signal vmar_1(ema_periods, adx_periods)
and
red line is: rainbow base vmar_1(ema_periods, adx_periods);

Note that in vmar_1 implementation, stoch_periods = adx_periods.

In vmar_2
cyan line is: signal vmar_2(ema_periods, adx_periods, stoch_periods);
and
red line is: rainbow base vmar_2(ema_periods, adx_periods, stoch_periods);

Usually I have used:

signal vmar_2(ema_periods=3 or 4, adx_periods=4 or 5 or even 8, stoch_periods = 4 or 5 or even 8, 10)
and
rainbow base vmar_2(ema_periods=5 or 6, adx_periods=4 or 5, or even 8 stoch_periods = 4 or 5 or even 8, 10)


Take care.
Unicorn.

Reply With Quote