Learn how to code for complete Virgins

Posted By: Kkaos

Learn how to code for complete Virgins - 02/07/17 07:13

Ok so day one here, I need to learn how to programme in C-Lite, any recommended courses or advice on WHAT TO DO FIRST ( that doesn't cost money )
I HAVE ZERO PROGRAMMING KNOWLEDGE - ABSOLUTELY ZERO.

Thanks in advance.
Posted By: firecrest

Re: Learn how to code for complete Virgins - 02/07/17 10:31

Hi Kkaos,

You can start with the Zorro Tutorial @ www.zorro-project.com. I am trying to learn from there too.

Regards
Posted By: Kkaos

Re: Learn how to code for complete Virgins - 02/07/17 11:54

Hi, thanks I had a look, still to much "unkown" lingo for me to fully understand 50% of it blush
Posted By: sodiumchloride

Re: Learn how to code for complete Virgins - 02/17/17 13:46

im also still very new to all the stuff - but i read a lot of (other/mql4) tutorials/ebooks and i can HIGHLY recommend you to just do the tutorial in detail.

i mean, take your time for each workshop - reconstruct the scripts & read all related links. try the scripts, modify them slightly and whatever.

the tutorial is just great (not only for learning) but the whole way it is designed makes u learn it very fast. one could also say the autor of this tutorial cares a lot about cognitive ease.

just do it tongue
Posted By: boatman

Re: Learn how to code for complete Virgins - 03/01/17 11:05

There's no real shortcut to learning programming, but Lite-C is arguably the gentlest language you can possibly start with, so you should be able to get up and running with some basic scripts within a few days. Programming really is a journey - you can work at it for ten years without mastering it, but you can also perform a surprisingly large number of tasks quite early on in your journey.

My advice is to start simple. Try coding a Lite-C script that plots a few indicators on a chart. Then try coding the moving average cross-over strategy. Then try optimising it. Then you can start getting more complex.

Another tip that I found incredibly useful when I was starting out: regularly test your script is doing what you expect it to - when starting out, do it after you write a single line of code. Not only will this save you huge amounts of debugging time, it will give you immediate feedback on the errors you make.

In programming as in life, there is always someone who has a better way of doing things. Try coding your idea and then ask other programmers for feedback. I guarantee that seeing how the same thing can be implemented in many different ways, with varying degrees of elegance and efficiency, will provide a huge amount of insight and speed your own learning.

In terms of free tutorials that are relevant to Lite-C - check out Sam's Teach Yourself C in 24 Hours. Its pretty basic, but will give you a good introduction to C programming that fits in nicely with Lite-C.

If you ever feel you want more of a targeted, efficient leg up that will get you writing code for Zorro as quickly as possible, there is also module 1 of my introductory algorithmic trading course, which you can find via my email signature. Please don't take this as a hard sell, my intent is merely to make you aware that it exists. No hard feelings whatsoever if you're not up for forking out your hard earned cash!

Good luck with it, and enjoy the journey.
© 2024 lite-C Forums