stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

TMA_CG: EA to buy at support & sell at resistance
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3372
Page 19 of 30
Author:  SWG123 [ Wed Jan 22, 2014 3:23 pm ]
Post subject:  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.
Author:  varso [ Wed Jan 22, 2014 3:24 pm ]
Post subject:  Re: TMA_CG: EA to buy at support & sell at resistance

dudest » 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):
xauusdm15_tmacg.png
Cheers
here is my pictures
Author:  vadlapatis [ Wed Jan 22, 2014 3:35 pm ]
Post subject:  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
Author:  pete14 [ Wed Jan 22, 2014 3:41 pm ]
Post subject:  Re: TMA_CG: EA to buy at support & sell at resistance

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:
TMACG_Gold_M15_STACKING_C_beta.mq4
Currencies:
TMACG_Currencies_M15_STACKING_C_beta.mq4
[ 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!
Hi dude,
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
Author:  SWG123 [ Wed Jan 22, 2014 4:20 pm ]
Post subject:  Re: TMA_CG: EA to buy at support & sell at resistance

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
Did you close and restart Empty4?
Author:  vadlapatis [ Wed Jan 22, 2014 4:36 pm ]
Post subject:  Re: TMA_CG: EA to buy at support & sell at resistance

SWG123 » Wed Jan 22, 2014 7:20 pm wrote:
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
Did you close and restart Empty4?
s i have done 3 to 4 times
Author:  Geges [ Wed Jan 22, 2014 4:54 pm ]
Post subject:  Re: TMA_CG: EA to buy at support & sell at resistance

vadlapatis » Wed Jan 22, 2014 11:36 am wrote:
SWG123 » Wed Jan 22, 2014 7:20 pm wrote:
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
Did you close and restart Empty4?
s i have done 3 to 4 times

I got the zero divide on the currency version. Then I tried on two other brokers with no error.
Author:  alextavares [ Wed Jan 22, 2014 6:02 pm ]
Post subject:  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
Author:  spotdespot [ Wed Jan 22, 2014 6:59 pm ]
Post subject:  Re: TMA_CG: EA to buy at support & sell at resistance

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
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.
Author:  dudest [ Wed Jan 22, 2014 10:06 pm ]
Post subject:  Re: TMA_CG: EA to buy at support & sell at resistance

spotdespot » Wed Jan 22, 2014 5:50 pm wrote:Looks good dudest - thanks. :good:

This is a simple way to allow xJPY pairs to work too - just put somewhere in start()

Code: Select all

         
if (StringFind(Symbol(),"JPY",0) != -1)
    {
    PFactor = 100;
    }
"Borrowed" this from an indicator.

Cheers,
Dave.
Thanks Dave!, incorporated

Uploading updated versions to Post #1

Cheers
All times are UTC Page 19 of 30