About realtime scanning

#41
Hi Trash sir,
Thanks for letting me know.
if base interval is 1 min. and exploration timerange 1min. to 30 min.
What coding should be than it shows like below
TICKER || DATE || PATTERN
FB || 11/21/14 ||shooting star(20min), Doji(30min)

regards
 
Last edited:
#42
Hi,
Something kind of problem already posted in other thread, Here's little code.
PatternName = "ShootingStar"; Pv = (((H-L)>4*(O-C)) AND ((H-C)/(.001+H-L)>= 0.75) AND ((H-O)/(.001+H-L)>= 0.75));
PatternName = "NearDoji"; Pv = (abs(O-C)<= ((H-L)*0.1));
//timerange between 1 min. to 30 min.

for ( i = 1; i <= 30; i++ ) // 1minute to 30minute
{
TimeFrameSet( i * in1Minute );
??
TimeFrameRestore();

}
AddToComposite( pattern, "PatternName()",..? );
regards
 
#43
Hi,
it's a long time back, I'll continue this thread soon
Last few posts answers , i didn't get it.
Multi timeframe is amazing thing, and amibrroker can't do such exploration like i mentioned.
with help of OLC , it might be possible.
regards
 

Similar threads