Page 2 of 5

Re: Complete Ichimoku Strategy

PostPosted: Fri Oct 26, 2018 5:16 am
by Apprentice
Your request is added to the development list under Id Number 4282

Re: Complete Ichimoku Strategy

PostPosted: Sat Oct 27, 2018 5:13 am
by Apprentice
Try this version.
Complete Ichimoku Strategy.Gilles.lua
(64.23 KiB) Downloaded 757 times

Re: Complete Ichimoku Strategy

PostPosted: Sun Jan 06, 2019 6:07 pm
by Gilles
Hi ! Apprentice,

Very good work, I thank you, and before writing to give you news, I tested the script.

Here are my observations and improvements to make if you agree.

The correction is as follows :

As the STOP LOSS closes all open positions at the same time, objective sought.

Would it be possible to do the same with the limit gain ?
Today, each new position gets its own gain limit. However, it would be better if all open positions were the same gain limit to close all open positions.

Proposal for improvement 1 :

Would it be possible for the strategy to check the BUY/SELL signal in D1 and open the positions with each new H1 candle ?

I would also like to add the following.
If we have a BUY signal in D1, is it possible to close all open BUY positions in H1 when the price reaches a new HIGH price in D1 ?

So, for a SELL signal in D1, we are looking for the new LOW price in D1 to close all open SELL positions in H1 ?

This solution that I propose allows you not to keep a large number of open positions, which reduces the risk in case of reversal of market.
Do you think my proposals are feasible where does it seem too complicated?

Proposal for improvement 2 :

Would it be possible to integrate LevelCloseStrategy.Lua into the complete Ichimoku strategy.Gilles.Lua ?

I would like to have your feedback on my message to see if it is possible. Maybe it's a challenge for you, I don't know.
In any case, thanks again for the work already done.

Regards,
Gilles.

Re: Complete Ichimoku Strategy

PostPosted: Tue Jan 08, 2019 6:14 pm
by Gilles
Hi, Apprentice,
Waiting for your feedback on my proposal, I present my best wishes for this New year 2019.
Who I hope will be beneficial.
See you soon.

Re: Complete Ichimoku Strategy

PostPosted: Mon Jan 21, 2019 9:04 am
by Apprentice
Your request is added to the development list under Id Number 4437

Re: Complete Ichimoku Strategy

PostPosted: Mon Jan 28, 2019 6:53 am
by Apprentice
Try this version.
Complete Ichimoku Strategy.Gilles.lua
(66.67 KiB) Downloaded 620 times

Re: Complete Ichimoku Strategy

PostPosted: Fri Feb 01, 2019 5:34 am
by Gilles
Hi, Apprentice,
I have encountered some problems with the latest version of the policy that has an incorrect behavior:).

In D1 we detect the signal BUY or SELL and at each hour of the day, we take 1 new position in the direction of the signal detected in D1.

Example:

D1 = BUY

Then in H1:
8:00 am = open BUY position
9:00 am = open BUY position
10:00 am = Open BUY position
11:00 am = Open BUY position
Etc.

When the signal is BUY, the position closes only when the price has reached a new HIGH in D1 and if the signal is SELL a new LOW in D1.

For the calculation of the LIMIT and STOP LOSS gain with the ATR indicator, it is to protect the positions taken in H1.

Kind regards
Gilles.

Re: Complete Ichimoku Strategy

PostPosted: Sat Feb 09, 2019 4:59 am
by Apprentice
Try this version.
Complete Ichimoku Strategy.Gilles.v3.lua
(66.71 KiB) Downloaded 633 times

Re: Complete Ichimoku Strategy

PostPosted: Sun Feb 24, 2019 5:40 am
by LoneWolf
is it possible to exit a position when price close on the support 1 or 2 line of the cloud ?

Re: Complete Ichimoku Strategy

PostPosted: Thu Feb 28, 2019 5:44 am
by Apprentice
Your request is added to the development list under Id Number 4503