Afl problems and basic afl programming (problems which i felt difficulties )

trash

Well-Known Member
#23
@Trash

I am only interested in an expert's answer. AB illiterates please do a favour-stay OUT.:D
I dont care about what complete programming newbies who state their nonsense as their one and only fact are interested in. BS remains BS. Rather stay with playing with Barbie and Ken but keep away from professional software you cant cope with.

And if you dont understand your own nonsense but have a legal license then rather go to AB support to get set straight by TJ. He will be very pleased listening to your jokes.


And here is a hint for life for any helpless newbie having no idea what he is doing. Instead of claiming nonsense as fact like in this prime example
But in my opinion AB has a BIGGGG deficiency and it is as follows:

AB does not recognise buy/sell/short/cover codes if the Cross function is not used, right?
Rather post non factual way so that it is not coming back as boomerang haunting you.

Since I am a beginner I am facing a problem and it is as follows:

AB does not seem to recognise buy/sell/short/cover variables of MY code if the Cross function is not used. What am I doing wrong?
 
Last edited:
#27
It's similar kind of your problem
For Example
Right Below is formula of two pattern shootingstar and doji
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));
How would you Explore it in timeframe between 1 min. to 30 min.?
digging here here's tip
for ( i = 1; i <= 30; i++ ) // 1minute to 30minute
{
TimeFrameSet( i * in1Minute );
??
TimeFrameRestore();

}

AddToComposite( pattern, "PatternName()",..? );
 
Last edited:
#28
It's similar kind of your problem
For Example
Right Below is formula of two pattern shootingstar and doji
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));
How would you Explore it in timeframe between 1 min. to 30 min.?
digging here here's tip
for ( i = 1; i <= 30; i++ ) // 1minute to 30minute
{
TimeFrameSet( i * in1Minute );
??
TimeFrameRestore();

}

AddToComposite( pattern, "PatternName()",..? );
Anyone? .
 
#29
It's similar kind of your problem
For Example
Right Below is formula of two pattern shootingstar and doji
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));
How would you Explore it in timeframe between 1 min. to 30 min.?
digging here here's tip
for ( i = 1; i <= 30; i++ ) // 1minute to 30minute
{
TimeFrameSet( i * in1Minute );
??
TimeFrameRestore();

}

AddToComposite( pattern, "PatternName()",..? );
Hi FXLOVER,
I was looking for same thing, hope someone will answer this question.By the time
http://www.traderji.com/amibroker/89460-implementing-multiple-time-frame-analysis-amibroker.html
http://www.traderji.com/amibroker/7...g-multiple-time-frame-analysis-amibroker.html
http://www.traderji.com/amibroker/89663-mutiple-time-frame-trading-system-multi-conditions-afl.html

check those links, I know those are not exactly what are you looking for, but give you very little information.
regards
 

Similar threads