| Forex Trading Laboratory Discussion forum for Forex traders - all forex pairs |
![]() | | Tweet | |
| | #505 | ||
![]() | Re: Playing with the VMAR`s open research
__________________ you must enjoy trading... otherwise you shouldnt trade... | ||
| |
|
| | #506 | ||
![]() | Re: Playing with the VMAR`s open research Quote:
Thanks for reviewing my code, you're right I got confused with LLV and HHV. NT hasn't got LLV or HHV, but ADX produces only 1 value per bar so it is not necessary. Otherwise can be done by MIN( Low, Period ), MAX( High, Period ). Fortunately the glitch does not produce very different results. Cheers and thanks | ||
| |
|
| | #507 | ||
![]() | Quote:
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. | ||
| |
|
| | #508 | ||
![]() | Re: Playing with the VMAR`s open research Looks much better now. | ||
| |
|
| | #509 | ||
![]() | Re: Playing with the VMAR`s open research Quote:
__________________ you must enjoy trading... otherwise you shouldnt trade... | ||
| |
|
| | #510 | ||
![]() | Quote:
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. | ||
| |
|
| | #511 | ||
![]() | Re: Playing with the VMAR`s open research I like to have the FantailVMA1 just the way it is, so it can be reused in other indicators. I'll try to get a rainbow like thing coded today, however I'll start with a band and probably will eventually arrive at the ultimate rainbow. We'll see how things work out. Resources are limited. P.S.: Unfortunately I can't take your approach, it's a bit more complex on NT Last edited by Sparrow; 11-01-2007 at 11:56 AM. | ||
| |
|
| | #512 | ||
![]() | Re: Playing with the VMAR`s open research Quote:
Blu-Ray
__________________ “ Search is the ultimate expression of the power of the individual, using a computer, looking at the world, and finding exactly what they want ” – Eric Schmidt, Google | ||
| |
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Playing the Initial Balance | TinGull | Market Profile | 13 | 10-19-2011 10:48 AM |
| Walter`s First Forex Research (various ideas) | walterw | Forex Trading Laboratory | 157 | 09-13-2011 05:14 AM |
| Playing the Opening Gap | Soultrader | Technical Analysis | 19 | 05-23-2007 05:10 PM |
| Playing Inside Days | Soultrader | E-mini Futures Trading Laboratory | 12 | 03-06-2007 05:10 PM |
| Research On Forums and Communities. Comments Please. | RichardKen | General Discussion | 6 | 02-18-2007 08:48 PM |