Traders Laboratory - View Single Post - Playing with the VMAR`s open research
View Single Post
  #510 (permalink)  
Old 11-01-2007, 10:41 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
Hi Unicorn,

Thanks for reviewing my code.

Cheers and thanks
Sparrow;

In your code, I cannot locate where you compute the rainbow , i.e.


for (rainbow_ema_periods=2; rainbow_ema_periods <=100; rainbow_ema_periods=rainb ow_ema_periods +2)
{
rainbow_line = EMA( rainbow_base_Vidya , ema_periods) ;
plot(rainbow_line, .....);
}

please verify that this loop is correct in your code ( that may be the minor bug you mention)

best regards.
Unicorn.

Reply With Quote