|
|
|
|
|||||||
| Forex Laboratory Discussion forum for Forex traders. |
![]() |
|
|
LinkBack (8) | Thread Tools | Search this Thread | Display Modes |
|
||||
|
Re: Playing with the VMAR`s open research
NT has already included Gain forex data... now, there is one parameter where I choose ninjatrader servers and get historical data (up too 2.5 years)... much better data also... really its a very friendly platform.. Take care Blu ¡¡ cheers Walter. |
|
||||
|
Re: Playing with the VMAR`s open research
Cyan: ADX:3, EMA:3, Stoch:5, MA:2
Cyan: ADX:5, EMA:5, Stoch:10, MA:2 I haven't looked into the rainbow yet, the MA stays constant all the time. Don't think it will take much effort. Cheers Last edited by Sparrow; 11-01-2007 at 10:30 AM. |
|
||||
|
Re: Playing with the VMAR`s open research
Good day Sparrow;
in your code: double adxMin = MIN( ADX( Low, ADXPeriod ), StochPeriod )[ 0 ]; double adxMax = MAX( ADX( High, ADXPeriod ), StochPeriod )[ 0 ]; are you certain that these lines of code compute adxmin = LLV(adx, stoch_period) ; Lowest value of adx in the last stoch_period bars ? and adxmax = HHV(adx, stoch_period) ; Highest value of adx in the last stoch_period bars ? adx in my implementation is computed on the close. (as is usually done). Does the Ninja Trader have the HHV and LLV functions? cheers. Unicorn. |
|
|||||||||||||||
|
Re: Playing with the VMAR`s open research
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 |
|||||||||||||||
|
||||
|
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. |
|
||||
|
Re: Playing with the VMAR`s open research
Ok I see... now from that base line (red line) would the rainbow averages be 2 , 4 , 6 , 8 etc until 100 ? or what numbers exactly... thanks Walter.
|
|
||||
|
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. |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f24/playing-with-the-vmar-s-open-2440.html
|
|||
| Posted By | For | Type | Date |
| Walter`s | This thread | Refback | 01-30-2008 12:01 PM |
| Forex Trading - View Single Post - Fantail VMA for MT4 | This thread | Refback | 01-14-2008 01:36 AM |
| RandyCandles - Information - Page 39 - Forex Trading | This thread | Refback | 01-05-2008 08:24 PM |
| Anyone trading using the RainbowMMA?? - Page 2 - Forex Trading | This thread | Refback | 12-23-2007 09:10 AM |
| RandyCandles - Information - Page 77 - Forex Trading | This thread | Refback | 10-19-2007 07:24 AM |
| Traders Laboratory - forumdisplay | This thread | Refback | 10-02-2007 02:30 PM |
| Fantail VMA for MT4 - Page 2 - Forex Trading | This thread | Refback | 09-12-2007 12:09 PM |
| Traders Laboratory - forumdisplay | This thread | Refback | 09-11-2007 11:10 PM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | ||||