Traders Laboratory - View Single Post - VSA - No Demand/No Supply & Squats
View Single Post
  #21 (permalink)  
Old 03-12-2008, 05:34 AM
Blu-Ray's Avatar
Blu-Ray Blu-Ray is offline
Blu-Ray is or is not online

Trader Specs
 
Join Date: Nov 2006
Location: England
Posts: 406
Thanks: 93
Thanked 40 Times in 26 Posts
Re: VSA - No Demand/No Supply & Squats

Quote:
View Post
Hi Blu-Ray,
I was looking through the code and I think I found a possible mistake. Can you verify for Plot21 and Plot22 in the file "VSA No Demand No Supply.txt". Both "if" statements for those plots contain the condition: (H[3]-L[3])<(H[3]-L[3]) which will always be evaluated as FALSE. Perhaps this is a typo???

Thanks,
Ben

Thanks Ben for pointing that out, yes it is a mistake

the code should read " (H[3]-L[3])<(H[4]-L[4]) ".

I've attached the modified ELD ( Hopefully James or a Mod could move it to the front page )

Thanks again

Blu-Ray
Attached Files
File Type: eld VSA_NODEM_NOSUPP.ELD (29.7 KB, 47 views)

__________________
Remember - Take the path of least resistance.
Reply With Quote