Page 1 of 3

Two MA cloud

PostPosted: Tue Jun 18, 2013 2:31 pm
by Alexander.Gettinger
The indicator draws the strip between the two MA.

Formulas:
MA1 = MA(Price),
MA2 = MA(MA1).

2MA_Cloud.PNG


Download:
2MA_Cloud.lua
(5.77 KiB) Downloaded 1858 times

2MA_Cloud with Alert.lua
(16.48 KiB) Downloaded 662 times


For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).

Re: Two MA cloud

PostPosted: Wed Mar 04, 2015 4:30 pm
by JOKER83
PLEAS MAKE STRATEGY BUT
THREE CLOUD AVERAGE
WITH PARAMETERS
ONE CLOUD
TIMEFRAME
TRADE CLOSE YES/NO

TWO CLOUD
TIMFRAME
TRADE CLOSE YES/NO

THREE CLOUD
THREE CLOUD ON/OFF
TIMEFRAME
TRADE CLOSE YES/NO

Re: Two MA cloud

PostPosted: Thu Apr 23, 2015 2:10 pm
by mykkee
Is there, or can there be, an alert when the moving averages of the cloud cross?? Thank you for your time and consideration.

Re: Two MA cloud

PostPosted: Mon Apr 27, 2015 2:18 am
by Apprentice
You can find a strategy based on this indicator here.
viewtopic.php?f=31&t=62150

Set "Allow strategy to trade" no NO for alerts only.

Re: Two MA cloud

PostPosted: Tue Jul 07, 2015 6:40 am
by jamrocktrader
Hi Apprentice,

This is a very useful indicator. Using the strategy as an alert does not work because I use a custom time frame. It would really help if you could add an alert similar to the Equilibrium Cross with Alarm indicator.

Thank You,

Jamrocktrader

Re: Two MA cloud

PostPosted: Mon Jul 13, 2015 3:49 am
by Apprentice
How you generate custom time frame?

Re: Two MA cloud

PostPosted: Tue Jul 14, 2015 3:03 pm
by jamrocktrader
I use the "Custom Time Frame Candle View" indicator.

Re: Two MA cloud

PostPosted: Thu Jul 16, 2015 5:21 am
by Apprentice
New version of TS should allow such timeframes,,
for now Backtester will not allow non standard time frames like "m2"
With Views things are even more complicated.
Try this version.
2MA cloud Strategy.lua
(22.73 KiB) Downloaded 960 times

For example you can type in "m2" time frame.
Trading should work.

Re: Two MA cloud

PostPosted: Thu Jul 16, 2015 6:56 am
by jamrocktrader
Thank you very much :D

Re: Two MA cloud

PostPosted: Thu Jul 16, 2015 7:06 am
by jamrocktrader
The results that the strategy gives for both standard and custom timeframes are different when compared to the indicator. The strategy will enter trades before the MA crosses and for m1&m2 TF it sometimes enter a short trade 3 or 4 candles after the indicator cross with a long signal.