"Everybody needs money. That's why they call it money" - Danny De Vito
trendchaser psar 268 replies
trendchaser ea's 137 replies
Question about "super micro accounts" 13 replies
Super Patterns 59 replies
Disliked
If u can figure out the sell only issue I have I would appreciate it. I'm getting great results from just sell trades which of course will burn my account when the market goes for a ride on the buy train.Ignored
DislikedAlright TC, I just couldn't resist trying out your latest creation! it's up and running, can't wait to see how it does.Ignored
DislikedOk, I have a special broker that is using a Currinex feed, and ordering, this is in test mode, I would like to use this EA as it does give some advantages (smaller spreads), but , it seems that on a currinex system you need to send 0 and 0 for TP and SL then comeback and Modify the order with the SL and TP.
So something like this is what I need.
Extern CurrinexMode = True;
if (CurrinexMode)
{
if(Entry)
ticket = OrderSend(Symbol(), OP_BUY, Lots, Ask, Slippage, 0 , 0, "", MagicNumber, 0, Blue);
OrderSelect(ticket,SELECT_BY_TICKET);
OrderModify(OrderTicket(), 0, OrderOpenPrice()-StopLoss*Point, OrderOpenPrice()+TakeProfit*Point, 0, White);
}
as an example, is there any way i can setup something like this? or can it be done?Ignored
Dislikedi was running the ea on a 50k demo acct and so far balance is up 2.5%. its on default everything? how is MM adjusted?
This EA is fantastic. Will the EA on the site expire. I am thinking opening up a micro acct with 500 and see how well it would do live.
TC, what is the mini acct size can this EA handle trading the GBP/JPY?
thanks for everything,
JonIgnored
DislikedThis is the first EA in awhile that has my interest, great job TC. Been testing last 2 versions with profit but only opens sell trades on the 5 pairs I have it attached to. Have used default settings only. Demo 3000 account increases around 200 pips daily with a floating dd under 100 usually. On the screen it tells me buy lots 0.00, sell lots 0.06 which I'm sure is not correct. Been using 5 pairs just to see how it trades, which one is most profitable, and which TF to attach EA to. Find that TF for eur/usd & usd/chf is 30m, for gbp/usd & gbp/jpy is 1m and for usd/jpy it's 1h. TF's have been taken from backtesting and holding up under demo forward testing. Again I say superb job TC, don't let negative feeback get u down because your EA is the best I've tested in awhile.
If u can figure out the sell only issue I have I would appreciate it. I'm getting great results from just sell trades which of course will burn my account when the market goes for a ride on the buy train.Ignored
DislikedI believe this issue has been acknowledged when TC referred to ranging market and trying to limit the number of trades during such periods;
Steve50, please read the whole tread, try to assimilate, do some testing if you want to bring your contribution to this thread, and come with some suggestions, rather than dismissing the whole effort and making general assumptions based on your preconceptions; For now thank you for your intervention, we got your point.
TC, please address the trade closing issue.Ignored
Dislikedah thats old version wolfman
looks like 1 i uploaded over the weekend
theres obviously a problem with itIgnored
Disliked
i mean would you realy want to add trades to gbp-jpy that the ea wont manage?
is this what you want slide
here it is
but iml stick with the other way, if anything i may want to manually add trades to help ea if i see the right setup, if i was wrong the ea will manage itIgnored
DislikedYes. Just as a way to preserve your options for taking own shots at the pair during news hours, hi-los, or using a second EA.
I attach my chart at 7.00AM EST:
http://forexfactory.com/attachment.p...1&d=1205233868Ignored