Page 1 of 2

Multiple CCI Strategy

PostPosted: Fri Aug 19, 2016 3:53 am
by Apprentice
EURUSD H1 (08-19-2016 1005).png

Based on request.
viewtopic.php?f=17&t=60474&start=10

It allows you to select different cci / level entrys.
Multiple CCI Strategy.lua
(25.5 KiB) Downloaded 973 times


EURUSD H1 (08-30-2016 1322).png

Will allow you to choose between 5 available actions
If all conditions are met.
Total of 10 actions.



EURUSD H1 (08-30-2016 1321).png

Will allow you to choose between 5 available actions
For each indicator line Cross Over or Under will allow you to choose one of available actions.
Total of 40 actions.
Highly adaptable Multiple CCI Strategy version 2.lua
(45.61 KiB) Downloaded 963 times

Re: Multiple CCI Strategy

PostPosted: Fri Aug 19, 2016 7:26 am
by albertparis
Hello, I'm french , my english is bad. you can add in signal type closed postion in addition to other propostion crossover , cross under etc. thank you very much

lien ; http://74.52.98.35/code/viewtopic.php?f=31&t=63785

Re: Multiple CCI Strategy

PostPosted: Thu Aug 25, 2016 5:35 am
by Apprentice
Can you describe your idea in more detail.

Re: Multiple CCI Strategy

PostPosted: Thu Aug 25, 2016 6:33 am
by Apprentice
Major update.

Re: Multiple CCI Strategy

PostPosted: Thu Aug 25, 2016 7:42 am
by albertparis
this is to merge the two strategies. for a stop on each cci

http://74.52.98.35/code/viewtopic.php?f ... 175c59a7f1

thank you

Re: Multiple CCI Strategy

PostPosted: Mon Aug 29, 2016 4:34 am
by Apprentice
Your request is added to the development list, Under Id Number 3610
If someone is interested to do this task, please contact me.

Re: Multiple CCI Strategy

PostPosted: Tue Aug 30, 2016 7:20 am
by Apprentice
Highly adaptable Multiple CCI Strategy version 1.lua & Highly adaptable Multiple CCI Strategy version 2.lua added.

Re: Multiple CCI Strategy

PostPosted: Wed Aug 31, 2016 3:43 am
by albertparis
I thank you for this great work.

Re: Multiple CCI Strategy

PostPosted: Sat Jan 27, 2018 5:58 am
by Apprentice
The strategy was revised and updated.

Re: Multiple CCI Strategy

PostPosted: Wed May 13, 2020 8:29 am
by sliova
Apprentice wrote:The strategy was revised and updated.


@ Apprentice:

I encountered a very strange problem when using version 1 trading strategy, as follows:

my trading rules:
1, Open short when cci 5 and cci 20 cross under 100 at the same time, or open long when cci 5 and cci 20 cross over -100 at the same time;
2, When open short, if a long position is holding, then close the long position first; vice versa

problem:
After backtesting, it is found that this strategy only open long trades, and there is not any short trades opened. No matter which time frame is used, the same problem is encountered.

Whether it is due to wrong strategy parameter setting or other reasons? Please help me out with this problem, thanks a lot!