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

Reply
Old 11-01-2007, 08:44 PM   #537

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 »
Looking good there Walter, would you be able to put it onto a template?

Cheers

Blu-Ray
Flash ¡¡





jejejje.... flash flash ¡¡



I will post a template when I get an argument arround this....

It stimulates pure net scalping.... thats what circulates on my veins ¡¡

Cheers from the on high dopamine Chimp... jejeje pure inspiration ¡¡
Attached Thumbnails
Playing with the VMAR`s  open research-flash.png  
__________________
you must enjoy trading... otherwise you shouldnt trade...
walterw is offline  
Reply With Quote
Old 11-01-2007, 09:02 PM   #538

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 »
I will post a template when I get an argument arround this....

It stimulates pure net scalping.... thats what circulates on my veins ¡¡

Cheers from the on high dopamine Chimp... jejeje pure inspiration ¡¡

Cheers Walter, much appreciated, Nice work Sparrow and Unicorn

Just an observation, the candle formations are much clearer on the 11 tick compared to the 1 min chart.


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, 09:26 PM   #539

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 »
Cheers Walter, much appreciated, Nice work Sparrow and Unicorn

Just an observation, the candle formations are much clearer on the 11 tick compared to the 1 min chart.


Cheers

Blu-Ray

well 11 tick is really a great edge for scalping.... on this chart its similar too the 55t on currency futures like Unicorns chart...

my ultimate wish eventually would be to have adxvma6 from Pyenner coded into NT... as I believe it has been the greatest masterpiece Bruce has developed so far... I imagine that line on a 11T chart here would be simply awesome...

Now what I see here its a scalpers haven... will probably need to start a new thread for what I see here... I dont want to mix aproaches... but its just great...

clean cristal clear charts... cheers Walter.
__________________
you must enjoy trading... otherwise you shouldnt trade...
walterw is offline  
Reply With Quote
Old 11-01-2007, 09:30 PM   #540

PYenner's Avatar

Join Date: May 2007
Location: New Zealand
Posts: 511
Ignore this user

Thanks: 0
Thanked 8 Times in 8 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by Sparrow »
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.
Sparrow
The MT4 version of sniper malfunctions on live ticks.
Sniper ran into the 8 array limit that MT4 imposes so he used variables for e1 to e6 (I think thats it) when he should have used arrays e1[i] etc.
Without arrays it does bar by bar okay but does not handle life ticks.
I think he used a repaint loop to correct the bar data. The live tick problem showed up when I removed the repaint step.
I think if you use arrays for e1[i] etc as for normal emas, it should fix the live tick problem and remove the need to repaint the most recent bar.
I still need to get past the 8 array limit before I can fix it in MT4.
Good luck
PYenner is offline  
Reply With Quote
Old 11-01-2007, 09:52 PM   #541

PYenner's Avatar

Join Date: May 2007
Location: New Zealand
Posts: 511
Ignore this user

Thanks: 0
Thanked 8 Times in 8 Posts



Re: Playing with the VMAR`s open research

Quote:
Originally Posted by walterw »
would you be willing to migrate to Ninjatrader ? cheers Walter.
That might be the best idea yes.
PYenner is offline  
Reply With Quote
Old 11-01-2007, 10:08 PM   #542

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 PYenner »
Sparrow
The MT4 version of sniper malfunctions on live ticks.
Sniper ran into the 8 array limit that MT4 imposes so he used variables for e1 to e6 (I think thats it) when he should have used arrays e1[i] etc.
Without arrays it does bar by bar okay but does not handle life ticks.
I think he used a repaint loop to correct the bar data. The live tick problem showed up when I removed the repaint step.
I think if you use arrays for e1[i] etc as for normal emas, it should fix the live tick problem and remove the need to repaint the most recent bar.
I still need to get past the 8 array limit before I can fix it in MT4.
Good luck
Tough nut to crack Bruce,

the NT code uses 7, funny the fxst3cci doesn't use EMAs on the es.
On NT some things are incredibly easy to do, you won't be burdened by many restriction. The language is more complex but also more powerful.

And sometimes I could just hit my head against the next wall, because something doesn't perform as expected, it's not all a piece of cake.

Hope you'll have a great idea and that code will work like a charm .

Cheers
Sparrow is offline  
Reply With Quote
Old 11-01-2007, 11:36 PM   #543

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

Hi Sparrow... there is one little glitch on the rainbow indi and also happens with the bands one, that may require eventually some consideration... when I load template again.. he doesnt remember the colors... kind of fancy glitch.. lines dont get ploted until you asign a color and fills look all gray...

sorry about that... apart from that glitch, everything is ok... cheers Walter.
__________________
you must enjoy trading... otherwise you shouldnt trade...
walterw is offline  
Reply With Quote
Old 11-02-2007, 04:09 AM   #544

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 guys (and the rare woman ),

Sorry, I wasn't aware of the problem, even coded an indicator some time ago that that has the same bug. Using colors in NT without lines/bars is very uncommon and it really takes some effort to get the colors saved.
Fortunately a guy at NT already did this before, otherwise it would have taken me days.

Hope everything is fine now, happy researching/trading.
Attached Files
File Type: zip VMABand_v1.3.zip (13.3 KB, 144 views)
File Type: zip VMARainbow_v1.1.zip (14.0 KB, 142 views)

Last edited by Sparrow; 11-02-2007 at 04:30 AM.
Sparrow 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:32 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.