Page 1 of 2

Magic Trend

PostPosted: Wed Jan 05, 2011 10:16 am
by Apprentice
Magic Trend.png


IF CCI >= 0 then
MAGIC = max(previous MAGIC, LOW - ATR())
else
MAGIC = min(previous MAGIC, HIGH + ATR())
end
Magic Trend.lua
(3.38 KiB) Downloaded 2369 times

Magic Trend with Alert.lua
(13.63 KiB) Downloaded 1249 times

Magic Trend Overlay.lua
(4.17 KiB) Downloaded 854 times


Indicator-Based strategy
https://fxcodebase.com/code/viewtopic.php?f=31&t=71684

Re: Magic Trend

PostPosted: Tue Jan 11, 2011 2:08 pm
by macogi37
Hi Apprentice,
there is a strategy for this indicator?
would be nice to be able to test ...
Thanks

Re: Magic Trend

PostPosted: Tue Jan 11, 2011 2:54 pm
by Apprentice
Moved From Beta Subforum.

Re: Magic Trend

PostPosted: Wed Sep 21, 2011 3:57 am
by Apprentice
Required can be found here.
viewtopic.php?f=31&t=6681

Re: Magic Trend

PostPosted: Sun Oct 16, 2011 1:57 pm
by RJH501
The strategy will not trade US account.

Your assistance will be appreciated.

Richard

Re: Magic Trend

PostPosted: Mon Oct 17, 2011 2:31 am
by Apprentice
I was not able to repeat this one.
I continue testing.

Re: Magic Trend

PostPosted: Tue Jul 16, 2013 10:28 pm
by fxcyberman
When does it show green or red color ?
Which criteria reached ?

Re: Magic Trend

PostPosted: Wed Jul 17, 2013 3:57 am
by Apprentice
Green
If Line goes Up
Red
If Line goes Down
Gray for Flat

Re: Magic Trend

PostPosted: Thu Aug 29, 2013 11:03 am
by Alexander.Gettinger
MQL4 version of Magic Trend indicator: http://www.fxcodebase.com/code/viewtopi ... 38&t=59351.

Re: Magic Trend

PostPosted: Fri Sep 06, 2013 6:28 am
by Apprentice
Updated.