|
Quote: |
|
 |
|
|
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.