Forex



Go Back   Forex Trading > Downloads > Manual trading systems
Forex Forum Register More recent Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #991 (permalink)  
Old 06-19-2008, 07:41 PM
xtf xtf is offline
Member
 
Join Date: Jan 2006
Posts: 30
xtf is on a distinguished road
when the buy signal appears it should create a buy stop ten pips above. if it is not hit, wait til the next bar - it shouldn't matter if the buy signal flickers on and off.

Potentially a buy signal could go off, the limit order hit, then a sell order- whiplash, which would be rare and you'd have to live with.
I hope someone can code it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #992 (permalink)  
Old 07-15-2008, 11:55 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
d109 is on a distinguished road
First day

Hi, i had study this thread, because i think it can help me to be better trader. My stats today? Awesom. All on Eur/Usd. SELL-17:17-TP ; SELL-20:20-TP ; BUY-22:17/22:31-TP/TP ; BUY-23:09-exit+4pips ; SELL-00:18-exit+2pips. So, today a good day for me, demoAccount +46pips/EU. I made some on Usd/Chf and Gbp/Usd too and result the same. Together all three pairs today well. Thanks for sharing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #993 (permalink)  
Old 07-16-2008, 06:36 AM
marcelcorzo's Avatar
Senior Member
 
Join Date: Oct 2007
Location: Colombia
Posts: 238
marcelcorzo is on a distinguished road
Hello,
I was using manual asctrend_sound, now I'm interested trying the EAS, but none the 1.1 or the 1.7 open trades. What's happening? I have a smiling face, and other EAs are working, with Interbank demo, but asctrend is not working Should I need a specific-named asctrend as indicator to work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #994 (permalink)  
Old 07-16-2008, 07:08 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,083
Blog Entries: 243
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
1.1 version is not using any indicators as icustom (asctrend indicaor was coded inside). So it is simple EA according to my classification http://www.forex-tsd.com/220703-post9.html

1.4; 1.5; 1.6 and 1.7 version is using PriceChannel_Stop_v1.3 indicator (this indicator is attached in one of the zip archive here). You may find it by yourself (which EA is using which indicators) using this post as example http://www.forex-tsd.com/220703-post9.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #995 (permalink)  
Old 07-18-2008, 06:23 AM
marcelcorzo's Avatar
Senior Member
 
Join Date: Oct 2007
Location: Colombia
Posts: 238
marcelcorzo is on a distinguished road
OK, many thanks, NewDigital!!! Now they are working!

I have attached asctrend 1.1., 1.3 and 1.6; the 1.1. has blowed up one demo account today. 1.3 and 1.6 open less trades, but they are not profitable neither. I'm playing with configuration, but I can't find a good set for them (in back and forward testing)

Anybody has a good set?

In which timeframe are better? I'm trying in M1 and M5.

In other instance, I have observed that they open a trade in the next asctrend arrow, but they don't close with the next counter arrow.

I think the best EA could be if:
1. OPen a trade in the next bar after an arrow appears.
2. when the next counter arrow appear, EA close the last trade (or put a 10 pips SL) AND open the counter trade. In this case, losing trades are minimal (near 10 pips loss), and when market is trending, profit trades are good, specially in good-moving pairs like EURJPY and GBPUSD, maybe in H1, (few but profitable trades), and restricted to 5:00 to 15:00 GMT.

I was studying asctrend EA 1.1., which open trades in the next bar after the arrow appears, but doesn't close the trade when the counter arrow appears, and neither open the new trade. Could anybody fix that, please? I know there are next versions that confirm with other indicators, but sometimes they are restricting too many trades.
I have saw the mql code, and I can see that there something like that, but don't close the trade:
if (!ExistPositions()){

if ((ASCtrendBuy)){
OpenBuy();
return(0);
}

if ((ASCtrendSell)){
OpenSell();
return(0);
}
}
if (ExistPositions()){
if(OrderType()==OP_BUY){

if ((ASCtrendSell)){
CloseBuy();
return(0);
}
}
if(OrderType()==OP_SELL){

if ((ASCtrendBuy)){
CloseSell();
return(0);
}
}
}
Thanks in advance.
Excuse me if I have make a mess.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #996 (permalink)  
Old 07-18-2008, 08:27 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,083
Blog Entries: 243
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Hi marcelcorzo,
I am planning to do forward test on one of the versions. But I need to find the settings first. I could not find. May be I need to spend more time for that. Anyway, if I will find good settings for some version I will post it here.
About timeframes so I am thinking something about H1, H4 or D1 may be more good.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #997 (permalink)  
Old 08-07-2008, 11:06 AM
Junior Member
 
Join Date: Jul 2008
Posts: 2
d109 is on a distinguished road
unbeliveable

Hi newdigital, sorry for my english, but this is awesom. I have taken this metod on Oil TF1 with SL25 and PT50, with spread it's about 35/60 and asc with risk=1, i started on thurstday this weak, and i till now i have made 559pips. I think only 2 trades were lost. Averething else with profit. Thank you for sharing this metod. It's my holy grail.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #998 (permalink)  
Old 08-12-2008, 04:23 AM
Junior Member
 
Join Date: Aug 2007
Posts: 4
RedRobin is on a distinguished road
Talking

Hello guys and gals, after testing this system for about 1-1/2 years, I have finally been able to adjust the system to my personality. I would like to show it to you all, and I really hope you don't mind but I have put it in another forum "Forexfactory" I'm sure you all heard of it, but you can check out how I made it to suit my needs. Also is included a set of rules, which are very strict, but after testing it for 18 months I have had a 95% success rate. You may check it out here:

ASCTrend System
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #999 (permalink)  
Old 08-12-2008, 07:32 AM
Member
 
Join Date: Nov 2007
Posts: 44
remmy007 is on a distinguished road
Quote:
Originally Posted by RedRobin View Post
Hello guys and gals, after testing this system for about 1-1/2 years, I have finally been able to adjust the system to my personality. I would like to show it to you all, and I really hope you don't mind but I have put it in another forum "Forexfactory" I'm sure you all heard of it, but you can check out how I made it to suit my needs. Also is included a set of rules, which are very strict, but after testing it for 18 months I have had a 95% success rate. You may check it out here:

ASCTrend System
it will be more helpful if you can post the system on this forum rather than referring us to another forum.
hope you understand.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #1000 (permalink)  
Old 08-13-2008, 01:43 AM
Junior Member
 
Join Date: Aug 2007
Posts: 4
RedRobin is on a distinguished road
Okay here is how I set mine up
Attached Files
File Type: zip ASCTrend.zip (38.0 KB, 380 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
ABSOLUTE STRENGTH, ACSTrend, asc trend, ASC trend ea, asc trend forex, ASC Trend system, ASCTrend, asctrend 1.7 ea, ASCTrend ea, asctrend expert advisor, asctrend for metatrader, asctrend forex, asctrend manual, asctrend metatrader, asctrend mq4, asctrend mt4, ASCTrend NinjaTrader, ASCTrend system, ASCTrend.mq4, asctrend1, ASCTrend1sig, asctrend2, AsctrendBuySellExpert, ATRStops, auto_optimization.mqh, Fisher_v1, forex, forex tsd asctrend, kgsp indicator, lab trend, labtrend, labtrend ea, labtrend mq4, labtrend1, LabTrend1_v1.mq4, LabTrend1_v2, labtrend2, metatrader asctrend, nonlag, NonLagMA, nonlagma ea, nonlagma indicator, nonlagma v7.1, nrtr line, perky asctrend, perky Asctrend1, pricechannel_signal, pricechannel_signal_v1, PriceChannel_Stop_v1.3, rsi filter, search, Sidus, system, trend, trendtriggermod, williams percent range


Currently Active Users Viewing This Thread: 2 (1 members and 1 guests)
jenava2002
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASCTREND Expert that works!!! nikorivera Expert Advisors - Metatrader 4 1 09-13-2007 11:44 AM
BTSystem - ASCTrend System Duke Nukem General Discussion 9 12-22-2005 06:32 PM


All times are GMT. The time now is 04:29 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.