- Search Crypto Craft
-
MissPips replied Jun 3, 2010The truth is I'm not that good with EAs yet (mostly I've only worked on indies). But I can think of three things: 1. Maybe the hot is different than the SA indie you are comparing to. 2. You are using a different value for the A t3 perod and B t3 ...
THV system, final edition
-
MissPips replied Jun 1, 2010The thanks go to Cobra for the strategy (buy the dips, sell the tops in the direction of the trend, using the trix to find them). All my contributions have basically been just to help us see better graphically which way the trend is going (i.e ...
THV system, final edition
-
MissPips replied May 29, 2010V1.5 and V4.21 are the lastest versions I've released. I think that the trix histo you are refering to with the different colors is Stratman's version of the trix. After I created a version of the trix with a histogram, he also added one to his and ...
THV system, final edition
-
MissPips replied May 28, 2010Hi Cobra, Nice to see you around and thanks for sticking up for my good name! (Didnt see it but I can guess..)
THV system, final edition
-
MissPips replied May 28, 2010Hi Seller 9, I just want to clarify something about the trix histo (the spread). The one I did (and supplied the code for from the Swiss army histo) colors a square red if the fast and slow trix are above zero and the fast trix is above the slow but ...
THV system, final edition
-
MissPips replied May 28, 2010Have you downloaded all the helper indies I posted with the SwissArmy histo, specifically the THV T3 Trix?
THV system, final edition
-
MissPips replied May 25, 2010Mode1 trxfastcurr =iCustom(NULL, prd, "THV T3 Trix",TrixNumberOfBars, A_t3_period, B_t3_period_ac,hot, MODE_MAIN, yy); trxfastprev =iCustom(NULL, prd, "THV T3 Trix", TrixNumberOfBars, A_t3_period, B_t3_period_ac,hot, MODE_MAIN, yy+1); if ...
THV system, final edition
-
MissPips replied May 25, 2010It catches the divergence arrows from the trix on the timeframe specified by the row. (After the fact of course since the trix arrows themselves are put in place after the fact.) url url url url
THV system, final edition
-
MissPips replied May 25, 2010Oh, now I see. For that setup only an EA will work. Stratman gave me another suggestion once to use icons instead of buffers, which would allow 8 different indies (8 buffers each displaying a red or green icon) but even that wouldn't help here. You ...
THV system, final edition
-
MissPips replied May 24, 2010Didn't you say that your current setup loads the SA histo three times? So I don't understand how you get 5 lights in windows 2 and 3 since the histo only has 4 lights. If you are running it three times as stated previously what I can do is make an ...
THV system, final edition
-
MissPips replied May 24, 2010I had the same probem so I also used a different HA indie.
THV system, final edition
-
MissPips replied May 24, 2010Ah, I dont code for hire. I'm working on an EA of my own at the moment so I can backtest an idea I have, but if you want to share your criteria I'll see if it can be coded into a more complicated condition so that it could all fit into one row (that ...
THV system, final edition
-
MissPips replied May 23, 2010No way that I know of to do this with one indicator because you are limited to 8 buffers per indicator. A ways back in the thread someone wrote an EA alerter with many of the same indicators that the swissArmy histo has, and this EA is not limited ...
THV system, final edition
-
MissPips replied May 21, 2010The first page doesnt address the rainbow because it is not part of the original THV system. It is an additional filter that I personally use (and that Cobra very kindly allowed me to share, because he realizes that everyone personalizes THV.) Since ...
THV system, final edition
-
MissPips replied May 20, 2010You left out a param. double Varbrown=iCustom(NULL,0,"VarMA_v1[1].2",2,4,8,0,1,0,0); double Varblue=iCustom(NULL,0,"VarMA_v1[1].2",100,4,8,0,1,0,0); Comment("Value of MA slowblue is ",DoubleToStr(Varblue,5),"n"," Value of MA brown is ...
THV system, final edition
-
MissPips replied May 20, 2010I don't know how much more clearly I can put this: I trade THV trades The instructions and settings for trading THV trades (regular and 6 point trades) are centralized on page 1. In addition to the rules and settings on page one I personally now use ...
THV system, final edition
-
MissPips replied May 20, 2010I don't trade the rainbow per say - I it as a trend filter for THV trades in addition to the coral. For instructions on how to trade THV (six lights or regular) see the manuals in the Manuals zip file on the first page of the thread. (That explains ...
THV system, final edition
-
MissPips replied May 19, 2010You're welcome! Re the repetitive questions: Yes, I know, and it does make the thread even longer, but I dont like to be rude and not answer. Re the trade. I would have (except I was on holiday today), but the 6 pt entry was a couple of bars earlier ...
THV system, final edition