Page 4 of 5

Re: Complete Ichimoku Strategy

PostPosted: Tue May 07, 2019 4:44 am
by Apprentice
The v3 version does not do what I proposed to you.
For example :
If BUY signal was detected in D1, the new open position in H1 should only close when we have reached a new higher price in D1.
Vice versa with a SELL position.

The latest version is v4 and it works like that

Re: Complete Ichimoku Strategy

PostPosted: Fri Dec 06, 2019 5:31 am
by Gilles
Hi Apprentice,

Could you make an indicator that draws the supports and resistances:
- when SSB and Kijun are flat, at the same level, for D1, W1, M1,
- 42 months of history.

Archive the results in an external CSV file.
- Items of the current day will not be archived.

In advance thank you for your help.
See you soon.

Re: Complete Ichimoku Strategy

PostPosted: Fri Dec 06, 2019 2:20 pm
by Apprentice
Your request is added to the development list.
Development reference 411.

Re: Complete Ichimoku Strategy

PostPosted: Thu Dec 12, 2019 6:10 pm
by Apprentice
Can you confirm
Is it
SSB and Kijun are flat during the same time period, regardless of their level.
Or
SSB and Kijun have the same level on different time frames.

Re: Complete Ichimoku Strategy

PostPosted: Fri Dec 13, 2019 4:05 pm
by Gilles
hi Apprentice !

For each time frame we look for SSB, Kijun flat levels independently.

For D1, we have (X) SSB, Kijun flat level.

For W1, we have (X) SSB, Kijun flat level

For M1, we have (X) SSB, Kijun flat level

If we find the same levels in these 3 units of time, it will be a coincidence or a support/resistance that will be strong enough to coincide in the 3 units of time.

I hope to be precise enough.

Thank you Apprentice, see you soon.

Re: Complete Ichimoku Strategy

PostPosted: Wed Dec 18, 2019 4:50 pm
by Apprentice
Ichimoku_resistance.lua
(5.86 KiB) Downloaded 395 times

Didn't manage to find any matches for that.

Re: Complete Ichimoku Strategy

PostPosted: Wed Dec 18, 2019 5:01 pm
by Gilles
Hi Apprentice,

Please verify this rule :

ICH.TL[period] == ICH.SB[period + Kijun]

Thank you, see you soon :)

Re: Complete Ichimoku Strategy

PostPosted: Wed Dec 18, 2019 5:19 pm
by Gilles
Apprentice,
each time frame is independent.
So, when we look for levels kijun/SB flat levels, some have no relation to each other.

Each time unit has its own Kijun/SB flat level.

(n) flat level for D1
(n) flat level for W1
(n) flat level for D1

Don't forget the backup in an external file (*.txt ou *.csv).

Thank you.
See you soon :)

Re: Complete Ichimoku Strategy

PostPosted: Thu Dec 19, 2019 11:35 am
by Apprentice
Your request is added to the development list.
Development reference 455.

Re: Complete Ichimoku Strategy

PostPosted: Fri Dec 20, 2019 9:12 am
by Apprentice
I do not understand the request. There are two statements:
ICH.TL[period] == ICH.SB[period + Kijun]
and kijun/SB.
TL is Tenkan-sen, KL is Kujun-sen. Why do we need three timeframes? Why we can't use just on of them and just add three indicators with different timeframes (this is a better way to do that). And CSV export can be done by FXTS2 command.
Ichimoku_resistance.lua
(6.63 KiB) Downloaded 360 times