logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Carmichael_f  
#1 Posted : Wednesday, September 1, 2010 1:20:40 PM(UTC)
Carmichael_f

Rank: Member

Groups: Registered, Registered Users
Joined: 8/24/2010(UTC)
Posts: 15
Location: France

Bonjour, I'm working with MS 11 EOD with Windows XP SP3, Ram = 2 Go, Free HardDrive = 142 Go, Dual core Pentium 4 3.0Ghz. Could you help me to understand why this formula send me "Internal compiler error. Insufficient memory for binary." The indicator is : Result:= If(BarsSince(C>Min(Ref(C,-1)+(ATR(4)*2), If(Ref(H,-1)>PREV,C*2,PREV)))>BarsSince(C<max(Ref(C,-1)-(ATR(4)*2), If(Ref(L,-1)<prev,0,PREV))),-1.5,0) + If(BarsSince(C>Min(Ref(C,-1)+(ATR(4)*2), If(Ref(H,-1)>PREV,C*2,PREV)))<barsSince(C<max(Ref(C,-1)-(ATR(4)*2), If(Ref(L,-1)<prev,0,PREV))), +1.5,0)+ If(C > (Min(Ref(C,-1)+(ATR(4)*2), If(Ref(H,-1)>PREV,C*2,PREV)) + Max(Ref(C,-1)-(ATR(4)*2), If(Ref(L,-1)<prev,0,PREV)))/2, +0.5, -0.5); Result;
Carmichael_f  
#2 Posted : Wednesday, September 1, 2010 1:21:49 PM(UTC)
Carmichael_f

Rank: Member

Groups: Registered, Registered Users
Joined: 8/24/2010(UTC)
Posts: 15
Location: France

Bonjour, Sorry à mistake is in my prévius post. the indicator is : Result:= If(BarsSince(C>Min(Ref(C,-1)+(ATR(4)*2), If(Ref(H,-1)>PREV,C*2,PREV)))>BarsSince(C<max(Ref(C,-1)-(ATR(4)*2), If(Ref(L,-1)<prev,0,PREV))),-1.5,0) + If(BarsSince(C>Min(Ref(C,-1)+(ATR(4)*2), If(Ref(H,-1)>PREV,C*2,PREV)))<barsSince(C<max(Ref(C,-1)-(ATR(4)*2), If(Ref(L,-1)<prev,0,PREV))), +1.5,0)+ If(C > (Min(Ref(C,-1)+(ATR(4)*2), If(Ref(H,-1)>PREV,C*2,PREV)) + Max(Ref(C,-1)-(ATR(4)*2), If(Ref(L,-1)<prev,0,PREV)))/2, +0.5, -0.5); Result;
mstt  
#3 Posted : Wednesday, September 1, 2010 6:47:37 PM(UTC)
mstt

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 7/25/2005(UTC)
Posts: 1,042

Was thanked: 57 time(s) in 54 post(s)
Hi Charmichael I believe the problem is caused by too many If() functions in combination with too many PREV functions. Try simplifying the formula by performing as many calculations as possible before calculating the PREV variable. Roy
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.