[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with Quotes in Print statement



PureBytes Links

Trading Reference Links

Thanks Q and all . The reason I was trying to put
quotes in the statement was the application examples I
have showed the created text file as containing them .
The statement you gave me verifies now I just need to
see if it is compatable with my application .

Regards Bill

 --- Q` <anomalytrading@xxxxxxxxxxxxxx> wrote: > Just
enclose the whole mess in one set of quotes.
> 
>
Print(File("C:\ninjatrader\entry.txt"),"ES,BUY,1,0,BRACKET,MKT,0,0.5,0,1,0.5
> ,FALSE,0,0,");
> 
> 
> ----- Original Message -----
> From: "Bill Lumley" <billlumley@xxxxxxxxx>
> To: <omega-list@xxxxxxxxxx>
> Sent: Tuesday, June 24, 2003 9:14 AM
> Subject: Problems with Quotes in Print statement
> 
> 
> > I am trying to output the following line to a file
> :
> >
> >
>
"ES","BUY","1","0","BRACKET","MKT","0","0.5","0","1","0.5","FALSE","0","0",
> >
> > When I put this is the following print statement
> it
> > will not verify past the first double quote :
> >
> >
>
Print(File("C:\ninjatrader\entry.txt"),""ES","BUY","1","0","BRACKET","MKT","
> 0","0.5","0","1","0.5","FALSE","0","0",");
> >
> > How do I get around the fact that first character
> in
> > my file is a " ?
> >
> > Thanks Bill
> >
> 
>