Quote from Arthur Deco:
Or as Bill Cosby said, "First you say it, and then you do it."
God, I wish I could get excited about trading again! I never realized how unutterably dull it would be! Not at all what I imagined when I was a wage slave. I see nothing to excite me about 11. My codes are set up to see things that aren't really there. I am going to make a wild-assed guess that the ultimate version of 11 will be so bloated that it will take a Cray for it to run my one-second codes.
On those days when my favorite porn sites aren't updating, I get my jollies going to the gun range. I have three rules. If my system says stand aside, I go shooting. If my stop loss is triggered, I go shooting. If my profit target is hit, I go shooting. I find that an hour a day on the range is extraordinarily calming. A simple achievable objective. Don't shoot anybody, and don't get shot.
<a href="http://www.briefing.com/Investor/Public/MarketSnapshot/PageOne.htm">Briefing</a> gave a good heads up on the likely timing of Jobs's announcement. Sometimes the Page 1 has some good insights.
So. I installed 11, thinking that I'd best look it over before spending a considerable amount of time on Ninja just yet. Maybe my current backtesting headaches will be improved by a 64 bit program. I can deal with the chart formatting issues, but now I'm getting "undefined function call" on scripts that worked easily in 10.6. Something as simple as this:
NoDoji = wma(Math.round(Math.sqrt(Length)),efsInternal("RetailDayTraderisaBonehead",Length,sym(Symbol));
Is it due to calling efsInternal as a series parameter of a wma? Something wrong with the function called by efsInternal itself? It's driving me crazy. I used to be able to decode errors in my scripts based on descriptions in the formula output window. Now there's no way to tell what exactly is undefined: function A, function B, or the call itself?
It hasn't even made it to my playsound calls. I can't imagine what else is going to be wrong.
I will likely spend as much time figuring simple flaws like this out as I would learning Ninja's code structure. This first attempt does not bode well.