well since no one ever posts ne thing in here lol i use it to link trades and explain statistical systems to people.. this one is a wave trade but its a bad one im better off charging people for it lol then they would listen
Nice approach nuke. Havent read the whole thread yet and already have a couple of ideas. Thanks for posting. JW
the fib grid can tell u when to cut your profits as you can see the expanding markets starting to contract.
nice yeah ive read alot of ur stuff on kreslik searching around.. i like info that is provided by some of the indicators but... i cant use it cause i use oanda :/. would be good to know. ive found that alot of it is good and useful.. recently ive moved on to measuring actual wave lengths normalized.. you should look into it some of the results are shocking. on here i dont post a method just trying to show ways of data collection and creation from that data.. what are the implications..
HighVal = iHigh(rSymbol,rPeriod,i); LowVal = iLow(rSymbol,rPeriod,i); open = iOpen(rSymbol,rPeriod,i); xRange = HighVal - LowVal ; RATIO = 100 * ( HighVal - open ) / xRange ;