Page 1 of 1

iTrend

PostPosted: Mon Apr 11, 2011 10:41 am
by Apprentice
iTREND.png


The indicator has two components.
Sum of Bull and Bear Power.
Power[period] = -((High[period] - MA[period])+ (Low[period] - MA[period]));

Difference between price and a selected component of Bollinger Bend.
Bollinger[period]= Price[period] - BANDS[Bollinger_Mode][period];
iTREND.lua
(7.7 KiB) Downloaded 1313 times

Tick iTREND.lua
(7.64 KiB) Downloaded 216 times


EURUSD H1 (06-03-2022 1537).png

MTF MCP iTrend Heat Map.lua
(17.41 KiB) Downloaded 113 times


MT4/MQ4 version
viewtopic.php?f=38&t=65972
Indicator-based strategy.
viewtopic.php?f=31&t=66124

Re: iTrend

PostPosted: Mon Nov 28, 2011 7:05 am
by jackfx09
Another great indicator! Can this be used with a previously built strategy? Or could one be built please if not already available... very simple parameter needed


Open Long when Bollinger signal crosses UP through "0" center line and closes when crossing back DOWN through "0".

Open Short when Bollinger signal crosses DOWN through "0" center line and closes when crossing back UP through "0".

Thanks!

sjc

Re: iTrend

PostPosted: Mon Nov 28, 2011 6:27 pm
by Apprentice
Do you think about, Bollinger or iTrend.

Re: iTrend

PostPosted: Tue Nov 29, 2011 9:42 am
by jackfx09
If I understand your reply correctly, you are asking if I would prefer a strategy to be created pertaining to the iTrend indicator OR the Bollinger portion of the indicator.

I did not find any strategies pertaining to the iTrend. But I was not sure if there is a strategy already built that would support the iTrend indicator. That seems to make more sense to me, but I could be wrong.

I have not used Bollinger Bands signals with past trading and since the indicator does use a bollinger signal I was not knowledgeable if any of the several BB signals/strategies support the iTrend.

Thanks again to all the FXcodebase staff for all your efforts, great work!!!

sjc

Re: iTrend

PostPosted: Mon Apr 30, 2018 5:05 pm
by Apprentice
Indicator was revised and updated.

Re: iTrend

PostPosted: Tue Jul 20, 2021 1:11 pm
by swnlobo
Apprentice wrote:Indicator was revised and updated.


May I ask for an indicator applied to tickcharts

Many thanks

Regards

Re: iTrend

PostPosted: Wed Jul 21, 2021 1:20 am
by Apprentice
Tick iTREND.lua added.

Re: iTrend

PostPosted: Thu Jul 22, 2021 7:31 am
by swnlobo
Thank You So Much

All the best,
S.

Re: iTrend

PostPosted: Fri Jun 03, 2022 8:39 am
by Apprentice
MTF MCP iTrend Heat Map added.