| PureBytes Links Trading Reference Links | Someone pointed out that it's not straighforward to translate from EL  
to WL as EL/TS has a great deal of built-in logic which WL does not.  
The example given to me was: 
 --
 In EL, if I place 3 stops for a position, the first one to get hit  
will be taken. In WL, the first one ***in the code*** to get hit will  
be taken. So if on the next bar all 3 stops could have been filled,  
the first coded stop gets filled even if it is the farthest away.  
Lots of extra code is needed in WL to always figure out which exit is  
closest and place that order first in the code.
 --
 
 Assuming that I somehow got that right, would you have an issue with  
the translator running on a web site under some kind of a monthly  
subscription ($30-50/mo).
 
 I'm assuming that since I'm the one translating the EL code I could  
generate proper WL code that takes care of stop order, etc. I would  
probably not get it right the first time around but having a web site  
would surely simplify roll-outs. It would be far easier than telling  
everyone to re-download the binaries.
 
 Thanks, Joel
 
 --
 http://wagerlabs.com/
 
 
 
 
 
 
 |