PureBytes Links
Trading Reference Links
|
I have a JavaScript that runs 10 backtests on the same afl. This works fine, but I wanted to add some popup windows that I saw for a vsbacis program. I did a bunch of googles. Lots of stuff, but no help. Here is what I have and need help with.
var i = 1;// In the end, a loop will take i from 1 to 10.
var WshShell = WScript.CreateObject("WScript.Shell");
// Informational Popup "Step 1" all the way to "Step 10" for 5 seconds
Return = WshShell.popup("Step " & i, 5, Bacttest Job, 64);
// Informational Popup "Done" for 10 seconds outside of loop
Return = WshShell.popup("Done", 10, Bacttest Job, 64);
// Does not work. Help needed and thanks!
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
amibroker-digest@xxxxxxxxxxxxxxx
amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|