TMA_CG: EA to buy at support & sell at resistance

Post Reply
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: TMA_CG: EA to buy at support & sell at resistance

Post by milanese »

bazze » Fri Jan 24, 2014 10:46 pm wrote:Ok,thanks...Can I do the same with the "missing" indi?
no this one you should place in the indicator folder ;)

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
bazze

Re: TMA_CG: EA to buy at support & sell at resistance

Post by bazze »

Ok,but I can't find it here? Have browsed after it,but no luck....Does somebody have it?
User avatar
forextra
Trader
Posts: 42
Joined: Tue Mar 12, 2013 12:34 pm
Location: Perth, Australia

Re: TMA_CG: EA to buy at support & sell at resistance

Post by forextra »

Hi Dudest
Here is an observation that has caught my eye!
Trading the currencies. I have only checked this on 15m charts
ONLY TRADE IN THE DIRECTION OF THE SLOPE OF THE MIDDLE BAND.
FOR A SELL
Slope of Middle Band must be <0. The setup is when the 15 m candle closes above the Upper Band. We enter on the next break below the Upper Band (back into the channel). TP is when the BID touches or goes below the MIDDLE BAND

FOR A BUY
Slope of Middle Band must be >0. The setup is when the 15 m candle closes below the Lower Band. We enter on the next break above the Upper Band (back into the channel). TP is when the ASK touches or goes above the MIDDLE BAND.
20 pip SL would seem sufficient in most cases.
AnotherBrian

Here comes the support, and the demand!

Post by AnotherBrian »

I finally woke up and went to the weekly round-up and subscribed. Supply/Demand is the game is choose. Thanks for sticking that note in their Steve, would not have found this little cave.

Well I've been quietly trying to solve other EA blow-ups in the background, dudest has been working on an EA I've thinking about for some time. I tried this a few years ago and couldn't wrap my head around the code. Happy to be here. Good brain food.

First step, demo, watch it and learn it.

Do we have any demo's running on MyFxBook open to view?
User avatar
forextra
Trader
Posts: 42
Joined: Tue Mar 12, 2013 12:34 pm
Location: Perth, Australia

Re: TMA_CG: EA to buy at support & sell at resistance

Post by forextra »

forextra » Sat Jan 25, 2014 11:56 am wrote:Hi Dudest
Here is an observation that has caught my eye!
Trading the currencies. I have only checked this on 15m charts
ONLY TRADE IN THE DIRECTION OF THE SLOPE OF THE MIDDLE BAND.
FOR A SELL
Slope of Middle Band must be <0. The setup is when the 15 m candle closes above the Upper Band. We enter on the next break below the Upper Band (back into the channel). TP is when the BID touches or goes below the MIDDLE BAND

FOR A BUY
Slope of Middle Band must be >0. The setup is when the 15 m candle closes below the Lower Band. We enter on the next break above the Upper Band (back into the channel). TP is when the ASK touches or goes above the MIDDLE BAND.
20 pip SL would seem sufficient in most cases.
My coding skills are not sufficient to adapt one of the existing EA's although I'm trying a hack around of sorts. And I don't how to best calculate the slope of the Middle Band.
However, just grab a random pair and have look. I grabbed NZDCHF at random and went back to Jan 1 this year. Only 15 trades but all were winners. And only averaged 22 pips (allowing 2 pip spread). But multiply that be 28 pairs and worth thinking about.
Food for thought as and add on for this overall impressive strategy.
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: TMA_CG: EA to buy at support & sell at resistance

Post by spotdespot »

forextra » Sat Jan 25, 2014 5:46 am wrote:
forextra » Sat Jan 25, 2014 11:56 am wrote:Hi Dudest
Here is an observation that has caught my eye!
Trading the currencies. I have only checked this on 15m charts
ONLY TRADE IN THE DIRECTION OF THE SLOPE OF THE MIDDLE BAND.
FOR A SELL
Slope of Middle Band must be <0. The setup is when the 15 m candle closes above the Upper Band. We enter on the next break below the Upper Band (back into the channel). TP is when the BID touches or goes below the MIDDLE BAND

FOR A BUY
Slope of Middle Band must be >0. The setup is when the 15 m candle closes below the Lower Band. We enter on the next break above the Upper Band (back into the channel). TP is when the ASK touches or goes above the MIDDLE BAND.
20 pip SL would seem sufficient in most cases.
My coding skills are not sufficient to adapt one of the existing EA's although I'm trying a hack around of sorts. And I don't how to best calculate the slope of the Middle Band.
However, just grab a random pair and have look. I grabbed NZDCHF at random and went back to Jan 1 this year. Only 15 trades but all were winners. And only averaged 22 pips (allowing 2 pip spread). But multiply that be 28 pairs and worth thinking about.
Food for thought as and add on for this overall impressive strategy.
Sorry forextra but I am pretty sure this won't work. It looks great in visual backtest but the reality is that TMA-CG repaints quite considerably, so essentially the slope of the middle band will change AFTER you have taken a trade based on its slope. For the purposes of dudest's EA/system this doesn't matter as much as we are only interested in the location of the outer bands, even though they also move (repaint).
User avatar
SpiderX
Trader
Posts: 554
Joined: Thu Aug 22, 2013 4:50 pm

Re: TMA_CG: EA to buy at support & sell at resistance

Post by SpiderX »

Hi,

I have managed to create a non-repainting version which we can see how TMA-CG really works.
Crosses do not repaint, but the band repaint.
I was only able to get this picture by running a backtest in visual mode with the indicator on.
It is obvious how much the indicator repaints with this.
Still the same definition as TMACGKumo..... (blue in center is bullish, yellow in center sideways, red in center is bearish)
So is this indicator still useful live ?
Leave this for everyone to decide, but highly doubt it.

Cheers
You do not have the required permissions to view the files attached to this post.
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
User avatar
forextra
Trader
Posts: 42
Joined: Tue Mar 12, 2013 12:34 pm
Location: Perth, Australia

Re: TMA_CG: EA to buy at support & sell at resistance

Post by forextra »

spotdespot » Sat Jan 25, 2014 4:46 pm wrote:
Sorry forextra but I am pretty sure this won't work. It looks great in visual backtest but the reality is that TMA-CG repaints quite considerably, so essentially the slope of the middle band will change AFTER you have taken a trade based on its slope. For the purposes of dudest's EA/system this doesn't matter as much as we are only interested in the location of the outer bands, even though they also move (repaint).
Yeh - I was always concerned about repainting but more so at the outer bands for checking for a close outside.
However, for the Middle Band, is it possible to look back X number of candles to ensure the slope is in the required direction? It doesn't look like it changes direction frequently once the direction is established.
bazze

Re: TMA_CG: EA to buy at support & sell at resistance

Post by bazze »

milanese » Fri Jan 24, 2014 11:48 pm wrote:
bazze » Fri Jan 24, 2014 10:46 pm wrote:Ok,thanks...Can I do the same with the "missing" indi?
no this one you should place in the indicator folder ;)

Cheers :)

Tommaso

Tommaso,do you have this indi?
pete14
Trader
Posts: 73
Joined: Thu Feb 02, 2012 1:29 pm
Location: Germany

Re: TMA_CG: EA to buy at support & sell at resistance

Post by pete14 »

SpiderX » Sat Jan 25, 2014 10:46 am wrote:Hi,

I have managed to create a non-repainting version which we can see how TMA-CG really works.
Crosses do not repaint, but the band repaint.
I was only able to get this picture by running a backtest in visual mode with the indicator on.
It is obvious how much the indicator repaints with this.
Still the same definition as TMACGKumo..... (blue in center is bullish, yellow in center sideways, red in center is bearish)
So is this indicator still useful live ?
Leave this for everyone to decide, but highly doubt it.

Cheers
Can you post the indi?
Post Reply

Return to “Automated trading systems”