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

Notification

Icon
Error

Options
Go to last post Go to first unread
Adrenaline  
#1 Posted : Friday, March 23, 2012 10:15:44 PM(UTC)
Adrenaline

Rank: Member

Groups: Registered, Registered Users
Joined: 4/21/2005(UTC)
Posts: 25
Location: Los Angeles, CA

Hey guys, I would greatly appreciate any help on a "20% Flip" code as read in Nick Radges new book "Unholy Grails" which is great so far for what i've read. This is what i've come up with so far but am not sure what to use for a "but not greater than" function or just how to complete it.
Code:
C>(LLV(C,300)*1.20)
jjstein  
#2 Posted : Friday, March 23, 2012 11:08:57 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Adrenaline wrote:
am not sure what to use for a "but not greater than" function or just how to complete it.


You just need to use "AND":

Code:
C>=(LLV(C,300)*1.16) AND C<=(LLV(C,300)*1.24);


Adrenaline  
#3 Posted : Friday, March 23, 2012 11:22:06 PM(UTC)
Adrenaline

Rank: Member

Groups: Registered, Registered Users
Joined: 4/21/2005(UTC)
Posts: 25
Location: Los Angeles, CA

Damn, I wish I would have figured that out. Thank you very much.
jjstein  
#4 Posted : Friday, March 23, 2012 11:33:16 PM(UTC)
jjstein

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/13/2005(UTC)
Posts: 715
Location: Midwest, USA

Was thanked: 1 time(s) in 1 post(s)
Adrenaline wrote:
Damn, I wish I would have figured that out.


You'll get the hang of it, eventually. Then YOU can start answering questions...<g>

Users browsing this topic
Guest (Hidden)
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.