• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion Ichimoku improved

etienneaubry

New Member
Credits
0
Hello I just created an expert advisor using the ichmoku strategy.

(analysis M1 M5 M15 M30 H1 H4 D1) and trade on M5

Purchase position when on each timefrime
span A > span B
Price > span A
Tenkan > kijun

Closed when
Tenkan < kijun

Position statement when on each timefrime
span A <span B
Price < span A
Tenkan < kijun

Closed when
Tenkan > kijun

I await your feedback on this expert! ;)

Etienne
 
Last edited:
Small modification, I added a filter for the fence to avoid untimely closings.

Confirmation of closing in addition to the crossing of Tenkan and kijun when the price goes above or below exponential moving average.
 

Attachments

Small modification, I added a filter for the fence to avoid untimely closings.

Confirmation of closing in addition to the crossing of Tenkan and kijun when the price goes above or below exponential moving average.

Would it be possible to add additional entry:
- Long : when the price is crossing KJ up, and it KJ and price is above the Cloud
- Short : when the price is crossing KJ down and KJ and price is below the Cloud

Thanks!
 
Small modification, I added a filter for the fence to avoid untimely closings.

Confirmation of closing in addition to the crossing of Tenkan and kijun when the price goes above or below exponential moving average.

EURUSD M5... H1, H4 looks similar

upload_2020-1-12_21-50-32.png

Senkou Span A above / under Sankou Span B does not really matter in Ichimoku. What matters is price above / under cloud (whole cloud), which is crossing KinJun (Kin Jun is the most important here). You could add confirmation of Chickou Span.

So the logic should be:
Long: Price above the Senkou Span A and B (does not matter which Span is above which one), Price crossing KinJun up + confirmation of Chickou Span
Short: Price below cloud, Price corssing KinJun down + confirmation of Chickou Span
 

Attachments

  • upload_2020-1-12_21-50-32.png
    upload_2020-1-12_21-50-32.png
    21 KB · Views: 503
Last edited:
Good evening everyone,

I just created a simple multitimefrime bot. Can you tell me what could be worth improving.

the strategy: buy when the candle opens above the kijun (ichimoku) and sell when under kijun. Close when reverse trade.

Martingale or not martingale, push notification, start lots, martingale multiplier and number of moves loss in martingale before resetting.
 

Attachments

Back
Top