Dream of one crore with one lakh capital

NTrader42

Well-Known Member
#46
"It was never my trading that win me money in the market, but it was always my sitting tight. Got that SITTING TIGHT"
- - supposed to be a quote by Jesse Livermore.





inputs for your AFL query
need afl code or functions

1)find the date and time of last quote
2)find the date and time of last candle (5 iin or 10 min any)
Code:
Tm	=	TimeNum();
Dt	=	DateNum();
Hr	=	Hour();
Mn	=	Minute();
Sc	=	Second();
Now you can Use Ref(Var, -1) for previous Values

Thanks
NT
 
Last edited: