If your chart is NQ2=2, do you really want to use just NQ for your study?
In any case, Java Script does have all KINDS of string manipulation look HERE for some of them.
You could use slice() if you know that the symbol stays a fixed format (or even scan for a pattern, and then let that determine the paramters to slice().
You could also use split().
For that matterm you could great a loop from zero to string.length
and copy from the ParseString[i] to the TargetString[i] up to the point you see your separator.
NQ is needed for the order entry strings I am developing.
Cool. If you have a few seconds and are willing to share - what is it you are trying to do with broker order entry (ie: autofire orders, populate an order entry window, intergrate to some 3rd party tool).
Not sure if I am the perfect person for this since I don't use dynaloader, but I will take a peek at it. I did a search (using the very nice new search ability) in the fileshare for this and couldn't find it. Mind giving me the URL to where you uploaded it?
but this will get bent out of shape before it reaches you, so it is in Auto
Trading under DynaOrder
----- Original Message -----
From: "eSignal Bulletin Board Mailer" <[email protected]>
To: <[email protected]>
Sent: Friday, November 22, 2002 5:02 PM
Subject: Reply to post 'String Parsing Question'
I looked at it, and all looks fine. I read up on the Dynaloader papertrader and also looked at other posted examples, and nothing in your code leapt out at me.
Perhaps the good people at Dynaloader could comment.
BTW, the Dynaloader stuff look very cool, and failry full featured. Glad I was given an excuse to read up on it.
Comment