TMA_CG: EA to buy at support & sell at resistance
-
SWG123
- Trader
- Posts: 565
- Joined: Wed Nov 16, 2011 3:02 pm
- Location: Cape Town
Re: TMA_CG: EA to buy at support & sell at resistance
vadlapatis - you might want to try deleting the old ex4 files and compile the new EAs.
- varso
- Trader
- Posts: 44
- Joined: Mon Oct 22, 2012 7:19 am
Re: TMA_CG: EA to buy at support & sell at resistance
here is my picturesdudest » Wed Jan 22, 2014 10:44 am wrote:@varso: upload a screenshot of your Gold chart with the TMA_CG indi on it
Here's mine (won't be surprised if they are different):
Cheers
You do not have the required permissions to view the files attached to this post.
-
vadlapatis
Re: TMA_CG: EA to buy at support & sell at resistance
SWG123 » Wed Jan 22, 2014 6:23 pm wrote:vadlapatis - you might want to try deleting the old ex4 files and compile the new EAs.
i tried all ways - still same ZERO DIVIDE ERROR
-
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
Hi dude,dudest » Wed Jan 22, 2014 2:30 pm wrote:So without further ado, please find below the culmination of our efforts thus far: version C_beta
Gold: Currencies: [ EAs also uploaded to Post #1 ]
Change-log:
a) Conforms ( and performs ) best as per the concept in my mind
b) Param to allow / disallow Stacking [ AllowStacking, default = true ]
c) Param to choose opposite or mid-band TP'ing [ TP_At_Opposite_Band, default = true ]
d) ATR-based JumpingStop and StopLoss [ 2000 periods, slightly more than 1 trading month ]
e) ATR-based TP buffer [ 2000 periods ] that is halved when TP'ing at mid-band
f) ALOT of bug-fixes in pre-existing logic
Note: Currency version is made for the usual 4/5-digit pairs. My intention is to use it with the highly volatile pairs, i.e GBPNZD, GBPAUD, GBPCHF, GBPCAD. It will NOT work with the YENS (and other 2/3-digit pairs).
>> Helpful feedback is greatly appreciated. Also to let you know that (all factors constant), these are the versions I will be trading LIVE.
Enjoy!
this looks really good.
Can you tell me what currencies are tradeble with the "currencies c beta"-version?
In the meantime I've started testing yesterdays versions and after about one day(what means nothing) the best results are coming from SL 20 and TP 60.
Unfortunately I have a cpu problem every time I attach the mptm. If I do so the whole Empty4 freezes.
If it's not to much work for you, is it possible to include a SL and TP set possibility by pips?
Maybe the freezing problem is because of the many pairs I've opened.
Anyhow, I want to thank you again for your great work
Peter
-
SWG123
- Trader
- Posts: 565
- Joined: Wed Nov 16, 2011 3:02 pm
- Location: Cape Town
Re: TMA_CG: EA to buy at support & sell at resistance
Did you close and restart Empty4?vadlapatis » Wed Jan 22, 2014 5:35 pm wrote:SWG123 » Wed Jan 22, 2014 6:23 pm wrote:vadlapatis - you might want to try deleting the old ex4 files and compile the new EAs.
i tried all ways - still same ZERO DIVIDE ERROR
-
vadlapatis
Re: TMA_CG: EA to buy at support & sell at resistance
s i have done 3 to 4 timesSWG123 » Wed Jan 22, 2014 7:20 pm wrote:Did you close and restart Empty4?vadlapatis » Wed Jan 22, 2014 5:35 pm wrote:SWG123 » Wed Jan 22, 2014 6:23 pm wrote:vadlapatis - you might want to try deleting the old ex4 files and compile the new EAs.
i tried all ways - still same ZERO DIVIDE ERROR
-
Geges
- Trader
- Posts: 60
- Joined: Thu Dec 15, 2011 5:33 pm
Re: TMA_CG: EA to buy at support & sell at resistance
vadlapatis » Wed Jan 22, 2014 11:36 am wrote:s i have done 3 to 4 timesSWG123 » Wed Jan 22, 2014 7:20 pm wrote:Did you close and restart Empty4?vadlapatis » Wed Jan 22, 2014 5:35 pm wrote:SWG123 » Wed Jan 22, 2014 6:23 pm wrote:vadlapatis - you might want to try deleting the old ex4 files and compile the new EAs.
i tried all ways - still same ZERO DIVIDE ERROR
I got the zero divide on the currency version. Then I tried on two other brokers with no error.
-
alextavares
- Posts: 4
- Joined: Tue Aug 07, 2012 12:04 pm
Re: TMA_CG: EA to buy at support & sell at resistance
Hello, congratulation for your good work, I will try in demo in my vps in several pairs same time, I can suggest you if is possible to add a moving average filter, example: above 480 ema (120 on 15 min) only take long, below short, thank you
-
spotdespot
- Trader
- Posts: 768
- Joined: Sun Jan 22, 2012 11:38 pm
Re: TMA_CG: EA to buy at support & sell at resistance
I think dudest has answered this one before. I looked at the tma-cg for manual trading and it basically excels in ranging markets and also does well when trending. Introducing a filter to only take trades in the direction of "a trend" (too many definitions of "a trend" anyway) will filter out a huge number of good trades. The strategy takes advantage of the fact that price bounces between the bands - only half of those will be with any trend definition.alextavares » Wed Jan 22, 2014 7:02 pm wrote:Hello, congratulation for your good work, I will try in demo in my vps in several pairs same time, I can suggest you if is possible to add a moving average filter, example: above 480 ema (120 on 15 min) only take long, below short, thank you
-
dudest
- Trader
- Posts: 1847
- Joined: Tue May 08, 2012 2:37 pm
Re: TMA_CG: EA to buy at support & sell at resistance
Thanks Dave!, incorporatedspotdespot » Wed Jan 22, 2014 5:50 pm wrote:Looks good dudest - thanks.![]()
This is a simple way to allow xJPY pairs to work too - just put somewhere in start()"Borrowed" this from an indicator.Code: Select all
if (StringFind(Symbol(),"JPY",0) != -1) { PFactor = 100; }
Cheers,
Dave.
Uploading updated versions to Post #1
Cheers