Welcome to the Traders Laboratory Forums.
Forex Trading Laboratory Discussion forum for Forex traders - all forex pairs

Reply
Old 11-01-2007, 10:31 AM   #497

Sparrow's Avatar

Join Date: May 2007
Location: Vienna/Austria
Posts: 306
Ignore this user

Thanks: 86
Thanked 20 Times in 16 Posts



Re: Playing with the VMAR`s open research

Hi all,

I took unicorn's suggestion and moved the Vidya into a seperate indicator, that way it is more reusable as well.
Walter: parameter's should be ADXPeriod:3, StochPeriod:5, EMAPeriod:3, MAPeriod:2
The MAPeriod is not configurable in unicorn's version, it's just for more final smoothing, but most likely the default value is fine.

I had a minor bug in the Vidya as well.

Here's also my first attempt of the sniper fx cci, i dunno if it is correct, hope someone can verify it. I used someone else's T3, dunno how well the results match up.

Cheers
Attached Files
File Type: zip FantailVMA1_v1.3.zip (8.8 KB, 69 views)
File Type: zip FXST3CCI_0.8.zip (8.7 KB, 52 views)

Last edited by Sparrow; 11-01-2007 at 11:29 AM.
Sparrow is offline  
Reply With Quote
Old 11-01-2007, 10:40 AM   #498

walterw's Avatar

Join Date: Nov 2006
Location: Argentina
Posts: 2,228
Ignore this user

Thanks: 0
Thanked 199 Times in 127 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by unicorn »
Good day Walter;

IQFeed
The CME package.

take care
Unicorn.
Thanks Unicorn...
__________________
you must enjoy trading... otherwise you shouldnt trade...
walterw is offline  
Reply With Quote
Old 11-01-2007, 10:46 AM   #499

Blu-Ray's Avatar

Join Date: Nov 2006
Location: England
Posts: 508
Ignore this user

Thanks: 164
Thanked 288 Times in 105 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by walterw »
Hi Bruce... Ninjatrader would be the way... it has tick charts and its free, also forex data is free there... so far had tested quite a lot and has a very friendly charting functions and no connection issues (very important )...
Walter

What data feed are you using to get free forex data into NT?

Cheers

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
Blu-Ray is offline  
Reply With Quote
Old 11-01-2007, 10:46 AM   #500

walterw's Avatar

Join Date: Nov 2006
Location: Argentina
Posts: 2,228
Ignore this user

Thanks: 0
Thanked 199 Times in 127 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by Sparrow »
Hi all,

I took unicorn's suggestion and moved the Vidya into a seperate indicator, that way it is more reusable as well.
Walter: parameter's should be ADXPeriod:3, StochPeriod:3, EMAPeriod:5, MAPeriod:2
The MAPeriod is not configurable in unicorn's version, it's just so more smoothing, but most likely the default value is fine.

I had a minor bug in the Vidya as well.

Here's also my first attempt of the sniper fx cci, i dunno if it is correct, hope someone can verify it. I used some else's T3, dunno how well the results match up.

Cheers
This is great Sparrow ¡¡ I am testing them right now...

Now let me ask again inputs :

Unicorns _Cyan line
_ Red line

would the rainbow be built with the ma periods ?

thanks for this great contributions ¡¡ cheers Walter.
__________________
you must enjoy trading... otherwise you shouldnt trade...
walterw is offline  
Reply With Quote
Old 11-01-2007, 10:51 AM   #501

Sparrow's Avatar

Join Date: May 2007
Location: Vienna/Austria
Posts: 306
Ignore this user

Thanks: 86
Thanked 20 Times in 16 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by walterw »
Hi Bruce... Ninjatrader would be the way... it has tick charts and its free, also forex data is free there... so far had tested quite a lot and has a very friendly charting functions and no connection issues (very important )...

I would love to get a chart on Ninjatrader similar to Unicorn`s on amibroker... hope we get there...

The edge of using Tick charts on forex is being able to get a very good precise timing... even better than the 1 min we actually have on mt4...

I dont know how their coding language differs to mt4... but if we could migrate there, it would be worth the effort eventually... cheers Walter.
It uses C# which is not only for indicator programming, so it has more stuff but is also a little more complex but with less limitations. I haven't coded MT4 stuff but from what I have seen I prefer NT.

Things that are missing in NT: using data from other time frames in an indicator
Also the indicator on indicator thing is not possible to configure on the chart, but is easy to do in the code.

Last edited by Sparrow; 11-01-2007 at 10:57 AM.
Sparrow is offline  
Reply With Quote
Old 11-01-2007, 10:54 AM   #502

walterw's Avatar

Join Date: Nov 2006
Location: Argentina
Posts: 2,228
Ignore this user

Thanks: 0
Thanked 199 Times in 127 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by Blu-Ray »
Walter

What data feed are you using to get free forex data into NT?

Cheers

Blu-Ray

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.
__________________
you must enjoy trading... otherwise you shouldnt trade...
walterw is offline  
Reply With Quote
Old 11-01-2007, 10:56 AM   #503

Sparrow's Avatar

Join Date: May 2007
Location: Vienna/Austria
Posts: 306
Ignore this user

Thanks: 86
Thanked 20 Times in 16 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by walterw »

Now let me ask again inputs :

Unicorns _Cyan line
_ Red line
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 11:30 AM.
Sparrow is offline  
Reply With Quote
Old 11-01-2007, 11:03 AM   #504

unicorn's Avatar

Join Date: Apr 2007
Location: Athens
Posts: 165
Ignore this user

Thanks: 27
Thanked 1 Time in 1 Post



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by Sparrow »
I had a minor bug in the Vidya as well.
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.
unicorn is offline  
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

All times are GMT -4. The time now is 03:34 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.