Search found 24 matches

by supracharger
Thu Dec 03, 2015 7:42 pm
Forum: Tools and Techniques
Topic: Loaded question
Replies: 3
Views: 4668

Re: Loaded question

ND, It would be a huge programming task to code the Fib Vortex into a signal that a computer would understand. Probably would best done with recursion and trial and error. Anyways, from what I done with my short coding career, the huge investment in coding things like the Vortex is very seldom a goo...
by supracharger
Fri Oct 30, 2015 5:39 pm
Forum: Mechanical Systems
Topic: Systems Workshop: "Buttonwood" E-mini daytrading system
Replies: 116
Views: 429956

Re: Systems Workshop: "Buttonwood" E-mini daytrading system

Hi Earik, I'm looking at all of this optimization and it has me concerned that the data is over-fit/ curve-fit . I realize it has a nice upward sloping equity curve, and the average trade is good, which are good signs that the System will work well in the future, but how does one know that the profi...
by supracharger
Mon Oct 26, 2015 4:01 pm
Forum: Mechanical Systems
Topic: Systems Workshop: "Buttonwood" E-mini daytrading system
Replies: 116
Views: 429956

Re: Systems Workshop: "Buttonwood" E-mini daytrading system

sBank, orionsbelt, Since the avg is always going to be bigger than zero, the signal is always going to equal 1, and your function is always going to return 1. If you want to get a buy/ Sell signal from an average the easiest way is to find whether it is increasing or decreasing (getting the slope, f...
by supracharger
Thu Oct 22, 2015 4:32 pm
Forum: Mechanical Systems
Topic: Systems Workshop: "Buttonwood" E-mini daytrading system
Replies: 116
Views: 429956

Re: Systems Workshop: "Buttonwood" E-mini daytrading system

Sbank, I thought of some pointers, and possible errors in your fractal snippet of code. First, the time frame your allowing with the code you have is just about 1 bar of a window. To help widen the window :mrgreen: , and to have the ability to use more filters than just the fractalTrend, I would do ...
by supracharger
Sat Oct 17, 2015 8:05 pm
Forum: Mechanical Systems
Topic: Systems Workshop: "Buttonwood" E-mini daytrading system
Replies: 116
Views: 429956

Re: Systems Workshop: "Buttonwood" E-mini daytrading system

Thanks Earik. It's good to see the process of how you create a mechanical trading system.

- Andrew
by supracharger
Fri Oct 09, 2015 3:48 pm
Forum: Tools and Techniques
Topic: Energy Bar Fix, and SAR Dots
Replies: 7
Views: 8856

Re: Energy Bar Fix, and SAR Dots

What would you think about having a Wave59 licensed Wave59 DLL. Where one would have to have a license with Wave59 to have access to the Wave59 DLL, it would be secure and theft prof. Additionally, we could have another platform open, and be able to have the same W59 indicators on that platform so w...
by supracharger
Wed Oct 07, 2015 8:34 pm
Forum: Software
Topic: Forex Data
Replies: 3
Views: 7022

Re: Forex Data

You can multiply the pointValue by 10,000 to get the number of PIPS for most all crosses or multiply by 100 to get the number of PIPS for JPY Crosses.

Example:
Price Per point = 10,000

- Andrew
by supracharger
Thu Sep 17, 2015 5:44 pm
Forum: General
Topic: bloodmoon
Replies: 1
Views: 3459

Re: bloodmoon

It is quite interesting how accurate these Blood Moons are to historical events. If we had the ability to profit off of this approach, our chances of succeeding and making money are quite imminent. I do remember about a year ago, John Hagee talking about the four Blood Moons, and I think he wrote a ...
by supracharger
Thu Sep 10, 2015 9:36 pm
Forum: General
Topic: Happy Birthday
Replies: 7
Views: 11084

Re: Happy Birthday

Happy Birthday Earik! :P

- Andrew
by supracharger
Fri Aug 21, 2015 2:56 am
Forum: Tools and Techniques
Topic: Energy Bar Fix, and SAR Dots
Replies: 7
Views: 8856

Re: Energy Bar Fix, and SAR Dots

Awesome Earik, that is right up my alley!
- Andrew