Rx_
Nothing In Moderation
- Local time
- Today, 16:13
- Joined
- Oct 22, 2009
- Messages
- 2,803
Rules? We don't need no stinking rules!
This is the site to let the true Anarchist in you surface, as if you could have stopped it anyway!
Code or Computer advice with NO RULES!
Warning: Use code at own risk of tearing apart the Universe Space Time Fabric
Precognition Code - modified from Wait code
Use: Great for High Frequency Trading (HFT) on Stock Market Futures
Hint: If this Precognition program is put in an Endless Loop, be sure to use a processor powerful enough to finish an Endless Loop in under 30 seconds.
This is the site to let the true Anarchist in you surface, as if you could have stopped it anyway!
Code or Computer advice with NO RULES!
Warning: Use code at own risk of tearing apart the Universe Space Time Fabric
Precognition Code - modified from Wait code
Use: Great for High Frequency Trading (HFT) on Stock Market Futures
Code:
Private Declare Sub sapiSleep Lib "kernel32" _
Alias "Precognition" _
(ByVal dwMilliseconds As Long)
Sub sPreCogSleep(lngMilliSec As Long)
If lngMilliSec < -1 Then
Call -SQR( sapiSleep(lngMilliSec)) ' neg square root is imaginary number
' or in computer terms a Dream
End If
End Sub
Sub sTestSleep()
Const cTIME = -100000 'in Milli Seconds
Call sPreCogSleep(cTIME)
MsgBox "Before this Msgbox appeared, I knew you were going to do that " _
& cTIME & " Milliseconds ago."
End Sub
Hint: If this Precognition program is put in an Endless Loop, be sure to use a processor powerful enough to finish an Endless Loop in under 30 seconds.