Page 7 of 8

Re: Highly adaptable CCI Strategy

PostPosted: Thu Jan 12, 2017 4:51 am
by Apprentice
Multiplier or CCI or position size.
You need to be specific.

Re: Highly adaptable CCI Strategy

PostPosted: Thu Jan 12, 2017 6:49 am
by kokobill
Apprentice wrote:Multiplier or CCI or position size.
You need to be specific.


dear apprentice
''allow multiple'' like the strategy ''higily adaptable rsi strategy''
i want every time the price crosses down , open a new sell position
every time the price crosses over , open a new buy position.

thanks a lot for your great work apprentice.

Re: Highly adaptable CCI Strategy

PostPosted: Sun Jan 15, 2017 5:08 am
by Apprentice
Your request is added to the development list, Under Id Number 3717
If someone is interested to do this task, please contact me.

Re: Highly adaptable CCI Strategy

PostPosted: Tue Jan 17, 2017 8:26 am
by kokobill
Dear Apprentice
please can you specify what the below two lines in the strategy means?
'' MAX NUMBER OF OPEN POSITION IN ANY DIRECTION
'' MAX NUMBER OF POSITION IN ONE DIRECTION''

please clarify because i am very confused
thanks a lot

Re: Highly adaptable CCI Strategy

PostPosted: Thu Feb 02, 2017 5:10 pm
by hany_khella
Dear Apprentice
Hi,
Can you modify the Highly adaptable CCI Strategy to work based on RENKO Candles Chart and add the follwing options

Overbought level CrossOver Action Close Sell Position

Oversold Level CrossUnder action Close Buy Position


Thanks a Lot

Re: Highly adaptable CCI Strategy

PostPosted: Fri Feb 03, 2017 12:26 pm
by Apprentice
Your request is added to the development list, Under Id Number 3734
If someone is interested to do this task, please contact me.

please can you specify what the below two lines in the strategy means?
MAX NUMBER OF OPEN POSITION IN ANY DIRECTION
MAX NUMBER OF POSITION IN ONE DIRECTION''

If "Position Cap" is used
MAX NUMBER OF OPEN POSITION IN ANY DIRECTION
will define the total number of positions allowed for underlying strategy.
MAX NUMBER OF POSITION IN ONE DIRECTION
will define the total number of positions allowed on Long or Short side of trade.

Re: Highly adaptable CCI Strategy

PostPosted: Fri Sep 29, 2017 4:34 pm
by Alexander.Gettinger
kokobill wrote:
Apprentice wrote:Multiplier or CCI or position size.
You need to be specific.


dear apprentice
''allow multiple'' like the strategy ''higily adaptable rsi strategy''
i want every time the price crosses down , open a new sell position
every time the price crosses over , open a new buy position.

thanks a lot for your great work apprentice.


The strategy is updated.

Re: Highly adaptable CCI Strategy

PostPosted: Sat Sep 30, 2017 1:46 am
by jaricarr
Hi Apprentice,

Can you please add 'Live' execution.

Re: Highly adaptable CCI Strategy

PostPosted: Tue Oct 03, 2017 12:21 pm
by Alexander.Gettinger
hany_khella wrote:Dear Apprentice
Hi,
Can you modify the Highly adaptable CCI Strategy to work based on RENKO Candles Chart and add the follwing options

Overbought level CrossOver Action Close Sell Position

Oversold Level CrossUnder action Close Buy Position


Thanks a Lot


Please, try this version of the strategy.
For this strategy you need to install Tick_CCI indicator also.

Tick_CCI.lua
(4.23 KiB) Downloaded 817 times

Tick_CCI.lua.rc
(3.43 KiB) Downloaded 848 times

Highly adaptable Renko CCI Strategy.lua
(26.3 KiB) Downloaded 849 times

Re: Highly adaptable CCI Strategy

PostPosted: Sun Jul 29, 2018 7:26 pm
by RuskyTraderBear
Hi, I have read about a manual strategy that when the CCI (usually in the hour chart) that once the CCI hits or goes past the 250 and -250 levels then wait for the CCI to cross the 100 (sell) or -100 (buy). Looking over history It seems to be very reliable. Is there a way of implementing this into the strategy but not limiting but letting you to adjust the initial cci value hit. ie instead of limiting to 250 you are able to adjust this. I hope my explanation makes sense.
Cheers and thanks for all the great work.