Page 4 of 7

Re: Highly adaptable Ichimoku Stategy

PostPosted: Thu Aug 27, 2015 4:10 am
by lancelune
hello,

in backtest i have the same problem.
On the TL/KL crosses, when they are equal for a bar or more, and then complete the cross, no signal is generated. Is that fixable ?

thanks.

Re: Highly adaptable Ichimoku Stategy

PostPosted: Mon Aug 31, 2015 1:13 pm
by lancelune
hello

bug when close position is select. i think is when there are no position and a new close position is send.

Error Message:
...ategies\Custom\Highly adaptable Ichimoku Stategy.lua:422: attempt to call global 'exit' (a nil value)

good day
Thank

Re: Highly adaptable Ichimoku Stategy

PostPosted: Wed Oct 21, 2015 6:10 am
by JOKER83
can you make strategy
with ichimoku cloud to confirm
of other time

Re: Highly adaptable Ichimoku Stategy

PostPosted: Thu Oct 22, 2015 4:46 am
by Apprentice
Your request is added to the development list.

Re: Highly adaptable Ichimoku Stategy

PostPosted: Wed Dec 02, 2015 7:51 pm
by JOKER83
JOKER83 wrote:can you make strategy
with ichimoku cloud to confirm
of other time


Please
can you make this :( :?:

Re: Highly adaptable Ichimoku Stategy

PostPosted: Fri Dec 04, 2015 12:22 am
by cnikitopoulos94
Recieving same Error. For the Ichimoku i will try to fix it when i get the chance

Re: Highly adaptable Ichimoku Stategy

PostPosted: Sat Dec 12, 2015 7:54 pm
by JOKER83
can you make strategy
with ichimoku cloud to confirm
of other time :?:

Re: Highly adaptable Ichimoku Stategy

PostPosted: Sun Dec 13, 2015 4:50 pm
by JOKER83
JOKER83 wrote:can you make strategy
with ichimoku cloud to confirm
of other time :?:


PLEASE make this
and
PRICE/TL CROSS OVER
PRICE/TL CROSS UNDER

Re: Highly adaptable Ichimoku Stategy

PostPosted: Wed Dec 16, 2015 5:47 am
by Apprentice
"Price / TL Cross Over" is already in the list of available methods.
Only invert it. CrossOver for CrossUnder.

Re: Highly adaptable Ichimoku Stategy

PostPosted: Wed Dec 16, 2015 6:05 pm
by JOKER83
moomoofx wrote:Hi everyone,

I have tidied up code, fixed some descriptions and clarified the namings.

The history here is the Indicator was originally written incorrectly, then it was corrected but the descriptions were fixed but the line names were still wrong internally and this is where the confusion comes from (Apprentice pointed this out earlier).

In this new version, this is what the acronyms mean, and this is aligned with the official Ichimoku definition.

TL = Tenkan-sen (Conversion Line)
KL = Kijun-sen (Base Line)
CS = Chikou Span (Lagging Span)
SA = Senkou Span A (Leading Span A)
SB = Senkou Span B (Leading Span B)
Cloud = Area formed between SA and SB.

This means that....
- What was previously called SL is now TL.
- What was previously called TL is now KL.

Additionally I have
- Added a CloseOnOpposite parameter to control this behavior.
- Added actions for when the CS crosses KL or TL lines (requested twice above).

Because I have changed namings, to avoid confusion I will upload the new version here, maintaining the old version in the original post.
Highly adaptable Ichimoku Stategy.lua

Cheers,
MooMooFX


SORRY THIS VERSION FROM moomoofx
IS ONLY
PRICE/KL CROSS OVER