No, the asset price - they are filled from *Data.
BTW, if someone wants to try this strategy in other platforms, here's the C source code of the LowPass, peak, and valley functions: var...
Obviously, a strategy is worthless as long as you don't know how it will perform. For this you need to run a backtest over at least 4 years,...
We're going to analyze the trading code. At first, we can see that the function is now named "run" and not "main". "run" is also a special...
From the lite-C trading tutorial. This is however a newer version.
Let's start. The point of trading is knowing the moment when it's good to buy, good to sell, or good to do nothing. Any trade strategy uses market...
This is the second part of the automated trading course, which will deal with how to write a profitable strategy. Some programming knowledge is...
A little more about if statements. Let's assume that you want to do something only when two different conditions are fulfilled. Try the following...
I just noticed that while copying the stuff from another forum, some conversion software has inserted a couple '*' characters in the last two code...
For this and the next lesson, you'll need a slightly newer Zorro, as the version from the downloaded beta release had two small bugs that affected...
lite-C.
Thanks! A short summary of the new things we've learned yesterday : ► We define functions by writing "function name(...) { ... }" in the...
No, it's not. You have been attacked, and the new buildings and memorial park show the enemy that he has not achieved what he was hoping for. This...
The %.f in the printf function is a placeholder. In the printed text, it is replaced by the content of a var passed to that function. We'll come...
77% losers is in fact a good result - from all strategies or EA's I've seen on the net and in trading books, 99% are unprofitable. In the second...
Well said, only problem is that a CEO that answers to the greater good, not just the board and share holders, will usually be replaced soon by the...
Let's start working. At first a little theory. The purpose of a script (or program) is telling the computer what to do under which circumstances....
Some people have expressed interest in a course about programming automated strategies, so I'll post the first part of the course here over the...
About 2 weeks in our experience. To avoid misunderstandings: The course is not about "real programming" - that would take longer and involve some...
Justified question. My programming experience is mostly in the AI and graphics section, but I also do trading system development, and have written...
Separate names with a comma.