| / | Forum |
|
Chuey
2006.02.02 04:02
I am trying to setup an auto trade using an expert advisor using the commodity channel
index.
Can you give me some pointers on how to write the code to perform this? Example if I want to issue a buy when the CCI goes above -100 or a sell when it goes below 100. |
|
What is Martingale and Is It Reasonable to Use It? This article contains a detailed description of the Martingale system, as well as precise mathematical calculations, necessary for answering the question: "Is it reasonable to use Martingale?". |
|
Maratha
2006.02.04 02:15
Here is the expert advisor with MA crossover and CCI...you can delete the MA part
and use the CCI for generating buy/sell signals...
http://codebase.mql4.com/222 |