Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
View Poll Results: tell us what is your opinion about this methode
interesting; code is nice :
// if (TimeDayOfWeek(yesterdaybegin) == 0) ybs++; // we found a Sunday bar so screw it.
}
j++;
if ((j-shift) > 24) {
Print ("Shit!");
}
does it really print it?
I find your chart and use of fib levels very interesting . . . you seem to only be concerned with the 50, 100 and 150 levels.
Any reason for that? I'll be testing this method. Do you think we can find someone to add an alert to these indys when price crosses the pivot lines?
Thanks,
Fx Diva
not at all... you can find your style of using fibbo
i'm not a good progrmaer, but i think alarm alert is usefull for us..(it's better than we must watch chart everyday)
Here is a very neat little indicator that I had written to help me with another manual strategy that I am busy with.
It draws the last two valid fibs on the chart in different colours.
I find it most helpful to know where the pivots are from the previous biggest Fib as well as the current ones, for if they happen to line up or are close together then you can trade with a lot more certainty.
Thanks for pointing this thread out to me Steven, much appreciated.
Cheers
FatCat
__________________ FatCat
Last edited by KaMpeR; 07-11-2007 at 07:32 AM.
Reason: Forgot the attachment. :-)