Learn how to code with python: Lesson 1 – Hello World!

Learn How to Code With Python
Learn How to Code With Python – Lesson 01

In this first lesson of my free video course: Learn how to code with Python, you will write your first python program. You may think that the program isn’t much, but actually, it is a big step to get code to run for the first time in a new programming language. It is also kind of a tradition that whenever you are introduced to a new language you start with printing a message to the screen, that says: “Hello World!”.

Continue reading “Learn how to code with python: Lesson 1 – Hello World!”

Learn how to code with python video course

Learn How to Code With Python - Intro
Learn How to Code With Python – Intro

Below is an intro to my free mini video course:

In this course, I will teach you fundamental coding skills using the Python programming language.

Why?

I believe that anyone should learn how to code.

Coding / Computation is all around us and you will understand more of the world around you if you know how to code. It is not my intention to make everyone a software developer,  but coding is a skill like reading and writing. And it can be a lot of fun as well.

Continue reading “Learn how to code with python video course”

Meanreversion and Breakout research on the EURUSD

Mean reversion and Breakout strategy combo
Mean reversion and Breakout strategy combo

Below is a snapshot of some trading research I have been doing.
By no means this is a trade-able strategy as is, but it does show two of the basic trading principles:

  • Mean reversion
    This is the principle that price tends to return to it’s mean after it has moved away from it.
  • Breakout
    This is the principle that price tends to break away once it has moved more then a certain percentage usually after a period of consolidation.

Continue reading “Meanreversion and Breakout research on the EURUSD”