direct statistical trading a "clearly" defined approach by NTW31

Quote from stevegee58:

So what are we looking at, Mister Whales?
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
 
jfyzx1.gif


Hi NTW:

Someone said that you traded using statistics. So do I.

I'll have to read about your method.
 
Quote from TheRumpledOne:

jfyzx1.gif


Hi NTW:

Someone said that you traded using statistics. So do I.

I'll have to read about your method.

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..
 
2hqh355.gif



HighVal = iHigh(rSymbol,rPeriod,i);
LowVal = iLow(rSymbol,rPeriod,i);
open = iOpen(rSymbol,rPeriod,i);

xRange = HighVal - LowVal ;

RATIO = 100 * ( HighVal - open ) / xRange ;
 
Back
Top