Thread: 10points 3.mq4
View Single Post
  #903 (permalink)  
Old 12-14-2006, 01:50 PM
mtaboneweb mtaboneweb is offline
Senior Member
 
Join Date: Sep 2006
Posts: 105
mtaboneweb is on a distinguished road
Quote:
Originally Posted by matrixebiz
What page can I download this version?
Page 89, post 890, Jugulator.zip

I am running all default settings. Don't forget to change precision to 2 if you're going to start at 0.01 and it should be left at 1 if you're going to start at 0.10. Also, I am running an H4 TF but if you wanted to run another TF then you will need to change the following code appropriately.

UpTrendVal = iCustom(Symbol(), PERIOD_H4, "Turbo_JVEL",7,-100,0,0);
DnTrendVal = iCustom(Symbol(), PERIOD_H4, "Turbo_JVEL",7,-100,1,0);

I did not have good results with H1 TF so I think for now I am going to stick with H4. It seems to provide more of a stable direction. I would still like to look at other indicators since on my results there was one point when it had to go to 7 orders to achieve profit.
Reply With Quote