View Full Version : Programming with MT4
abonifi1
06-26-2009, 11:51 AM
Has anyone ever programmed in this language, or have books available on this language I can borrow or purchase from them.
If you have any experience can you point me in the proper direction for the necessary algorithms used, along with standard constants and, here's the long shot ...... Superposition and Interference of Financial Securities.
I have looked the internet, but a lot of what is out there is either translated pages, that are almost unreadable, or in a foreign language I don't understand.
Thanks
Good luck. People here need help with html, even. :p
abonifi1
06-26-2009, 12:04 PM
I'm sure I'll get the code once, I get down the standards, but those algorithms, are going to kick my mothaf'n a@# I tell, I took a lot of math courses, but I'm definately not a statitician, or advanced theorists, I never even made it to quantum physics (calc 4)
You should learn Haskell. http://en.wikipedia.org/wiki/Haskell_(programming_language))
Yeah, first time I heard about that I thought it was a Pascal joke.
abonifi1
06-26-2009, 12:35 PM
You should learn Haskell. http://en.wikipedia.org/wiki/Haskell_(programming_language) (http://en.wikipedia.org/wiki/Haskell_(programming_language)
Yeah, first time I heard about that I thought it was a Pascal joke.
Maybe it is a joke here's what came up on wiki
18:32, 5 May 2009 JHunterJ (talk | contribs) deleted "Haskell (programming language" (R3: Recently-created, implausible redirect: No need for the closing-parenthesis-less version)
It's not a joke. I've read up on it.
abonifi1
06-26-2009, 12:41 PM
Yeah, I just found the site, on Miranda, holy crap, I haven't seen that language since I was in middle school.
I tell you, sometimes you gotta wonder who sits down to create all these, or if there just remnants of old languages, that a few old bastards refuse to put to rest....
I want to learn J++:rolleyes:
abonifi1
06-26-2009, 12:51 PM
Wow, if you get really good at Haskell, you can switch to Mondrian, and end up with the "Hello World" Program, I can't wait until I'm that advanced.
I'm stealing your line DK, cause this crap is giving me a headache right now.
"You need any help with HTML,"
Blues
06-26-2009, 12:55 PM
Good luck. People here need help with html, even. :p
http://www.demotivateus.com/posters/html-tits-demotivational-poster.jpg
I'm having some problems getting this piece of code to show up at my door step, any errors I'm missing?
Wow, if you get really good at Haskell, you can switch to Mondrian, and end up with the "Hello World" Program, I can't wait until I'm that advanced.
I'm stealing your line DK, cause this crap is giving me a headache right now.
"You need any help with HTML,"
Hey, that's my line bitch! I will ban cannon your ass back to the stone age!!!
abonifi1
06-26-2009, 01:10 PM
http://www.demotivateus.com/posters/html-tits-demotivational-poster.jpg
I'm having some problems getting this piece of code to show up at my door step, any errors I'm missing?
I had this:
If STDValueAtKeyDown = True Then
If stdComplete = False Then
If phoneValueAtKeyUp = True Then
MsgBox "It appears that you have not completed entering the STD Code." & vbCrLf & "Please complete the same before proceeding further ", vbOKOnly + vbInformation
MED1.Text = prevVal
Exit Sub
Call STDCorrectCheck
If errLocated Then Exit Sub
Else
Call STDCorrectCheck
End If
Else
If phoneValueAtKeyUp = True Then
Call PhoneCorrectCheck
End If
Call STDCorrectCheck
End
IfElse
If phoneValueAtKeyDown = True Then
If phoneComplete = False Then
If STDvalueAtKeyUp = True Then
MsgBox "It appears that you have not completed entering the Phone no." & vbcrfl & "Please complete the same before proceeding further ", vbOKOnly + vbInformation
MED1.Text = prevVal
Exit Sub
nopar
06-26-2009, 11:31 PM
is it actually mql you have a question about?
vBulletin® v3.7.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.