Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
For example: start in 0 line:
when CCI cross +200, open sell
when CCI cross -200, open buy
*couse CCI is POSITIVE, only permit open SELL
*couse CCI is NEGATIVE, only permit open BUY
Money management system based in the Balance, for example = 10% of margin
Principal Functions:
- Stop Loss
- Close position too, for example: couse the trade open is in +200 (SELL), stop when the CCI cross -200, and open a reverse position.
- Magic Number
- Take Profit
- Trailling Stop
- Hours to start and finish EA
- Option to configure the CCI period and level cross
- Money Management (true or false) couse true, especify the % of free margin
- Alert when open trades
Thank´s for all
Last edited by rodrigokaus; 09-18-2006 at 10:18 PM.
For example: start in 0 line:
when CCI cross +200, open sell
when CCI cross -200, open buy
*couse CCI is POSITIVE, only permit open SELL
*couse CCI is NEGATIVE, only permit open BUY
Money management system based in the Balance, for example = 10% of margin
Principal Functions:
- Stop Loss
- Close position too, for example: couse the trade open is in +200 (SELL), stop when the CCI cross -200, and open a reverse position.
- Magic Number
- Take Profit
- Trailling Stop
- Hours to start and finish EA
- Option to configure the CCI period and level cross
- Money Management (true or false) couse true, especify the % of free margin
- Alert when open trades
Thank´s for all
the way you waht it is dangerous as when cci is pos.(above 0) the market is moving up and visa-versa. When cci is above 200 or below -200 its trending hard. This would have to be used on 1 hr time and above. I make a living on buying above 0 and selling below 0 line. CCI is one of my main indacaters in my manual system. You can have it like this....when cci crosses back on the 200/-200 and targets 100/-100 then open order. But not on the initial cross above or below. And move s/l to b/e at 100 line because price can continue to trend well when above 100 or below -100.
Your chart is opening sell on the wrong side of the cross. Open on the cross back.
Just a suggestion.
here is the code for disable sell/buy but I don't have one for the entry as I am not a coder. This is taken from another EA I use. the 13 is CCI peroid. Change as needed. if price above 0 disable buy, if price is below 0 disable sell. I personaly don't use it set this way I have it opposite.
For example: start in 0 line:
when CCI cross +200, open sell
when CCI cross -200, open buy
*couse CCI is POSITIVE, only permit open SELL
*couse CCI is NEGATIVE, only permit open BUY
Money management system based in the Balance, for example = 10% of margin
Principal Functions:
- Stop Loss
- Close position too, for example: couse the trade open is in +200 (SELL), stop when the CCI cross -200, and open a reverse position.
- Magic Number
- Take Profit
- Trailling Stop
- Hours to start and finish EA
- Option to configure the CCI period and level cross
- Money Management (true or false) couse true, especify the % of free margin
- Alert when open trades
Thank´s for all
Hi,
Your ideia is very good and maybe will give some good results.. but i think in bigger time frames like 30 m and 1h..
The option of micro mini lots can be placed too..
Lets Wait that someone can build this simple EA...
why not post it here. I trade all day for a living and have more hours than any body to test ea's.
I have gone on a mission to find what works. I can test ea's 24/7
reason being is I want to get out from infront of the pc so I can enjoy life w/o feer of missing the big move...seems when I do get out I miss the best trades.
So I have no life but trading.
the way you waht it is dangerous as when cci is pos.(above 0) the market is moving up and visa-versa. When cci is above 200 or below -200 its trending hard. This would have to be used on 1 hr time and above. I make a living on buying above 0 and selling below 0 line. CCI is one of my main indacaters in my manual system. You can have it like this....when cci crosses back on the 200/-200 and targets 100/-100 then open order. But not on the initial cross above or below. And move s/l to b/e at 100 line because price can continue to trend well when above 100 or below -100.
Your chart is opening sell on the wrong side of the cross. Open on the cross back.
Just a suggestion.
here is the code for disable sell/buy but I don't have one for the entry as I am not a coder. This is taken from another EA I use. the 13 is CCI peroid. Change as needed. if price above 0 disable buy, if price is below 0 disable sell. I personaly don't use it set this way I have it opposite.
I am interested in how you use CCI, do you use DoubleCCI, and do you also use Woodies TLB and all of that stuff to trade? I would be most interested in how you use CCI to trade, may I PM you?
I am interested in how you use CCI, do you use DoubleCCI, and do you also use Woodies TLB and all of that stuff to trade? I would be most interested in how you use CCI to trade, may I PM you?