Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Manual trading systems


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

 
 
LinkBack (61) Thread Tools
 
Old 08-02-2007, 10:10 AM
Junior Member
 
Join Date: Apr 2007
Posts: 1
Neonemo is on a distinguished road
MTF ASCTrend

Newdigital,

I was wondering if it could be interesting to create a multiple timeframe #MTF ASCTrend based on the N4 (Steinitz or LSMA) model developed by Mr. Pip. This could give clearer signals on different timeframes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-02-2007, 10:27 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,946
Blog Entries: 64
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
Quote:
Originally Posted by Neonemo View Post
Newdigital,

I was wondering if it could be interesting to create a multiple timeframe #MTF ASCTrend based on the N4 (Steinitz or LSMA) model developed by Mr. Pip. This could give clearer signals on different timeframes.
Indicator or EA?
If indicator so it means to have the signal to enter on H1 trading M15? It may be too late ...
MTF EA may be fine. Steinitz's EA is MTF as well.

We have 2 MTF EAs: BrainTrading EA and TrendEnvelope EA. First one is having the different logic and second one is having logic to trade monthly trend. It is in elite section. I described my opinion about MTF EAs on this page.

By the way it may be very good to have MTF EA for M1 asctrend for example.

Last edited by newdigital; 08-02-2007 at 10:40 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-12-2007, 12:27 PM
kjhfdgjfhdghdf's Avatar
Senior Member
 
Join Date: Mar 2007
Posts: 678
kjhfdgjfhdghdf is on a distinguished road
The indicator PriceChannel_Signal_V1 and TrendEnvelopes_v1.1 are slightly different in that TrendEnvelopes waits longer to give a signal and stays in trend longer on H4.
Also TrendEnvelopes arrow comes then goes away a little bit.
But it still ends up with the same bad entry exit situation.
Both indicators keep rechecking to much.
I have watched PriceChannel_Signal_V1 Indicator extensively and have found that when the dot comes, it stays, doesn't change color, doesn't go away then come back, and where the price is when the visual dot is does come, is a good price to enter or exit.
But the indicator doesn't give the alert until sometime after the dot has come at the good price.
Ive asked people to fix this seems they don't know how.
The EA PC_SignalExpert_v1 is even more out of wack with the indicator PriceChannel_Signal_V1 as when the indicator gives its alert for entry sometime after the dot has come, the EA is not entering until even later.
I think this maybe code problem that what is giving signal to draw the dot isn't giving signal for alert entry, and is keep on rechecking to much.
I think if this could be fixed wouldn't need to mess around with mtf's etc because loss would be minimised with better entry and exit.These indicators on H4 do give profit but can take it all away because of the to late entry exit and rechecking to much needs to just read what ever is drawing the dot and enter right then and there and stay until next one.
Look at the picture maybe you will see what I mean.
The crosses are where the price was when the dot came, the entry and exits on the EA as you can see are far away from this.

__________________
Dont worry, bout a thing, cos every little thing, gonna be alright.
The future has not been written.
There is not fate, but what we make for ourselves.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-16-2007, 12:51 PM
Member
 
Join Date: Dec 2005
Posts: 52
hoosain is on a distinguished road
Help create PriceChannel EA

Hi, Can anyone create an EA based on the following indicator. The rules are that when a blue dot appears a BUY must be opened and when a red dot appears the BUY must be closed and a SELL must be opened. The SELL will be closed when the next blue dot appears. Been trading manually on 4hr charts and it works well. Dont have the time to sit and watch tho. Orders must be placed on bar after dot appears. that confirms the dot.

Many thanks
Attached Files
File Type: mq4 PriceChannel_Signal_v1.mq4 (5.6 KB, 99 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-16-2007, 01:33 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,946
Blog Entries: 64
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
Quote:
Originally Posted by hoosain View Post
Hi, Can anyone create an EA based on the following indicator. The rules are that when a blue dot appears a BUY must be opened and when a red dot appears the BUY must be closed and a SELL must be opened. The SELL will be closed when the next blue dot appears. Been trading manually on 4hr charts and it works well. Dont have the time to sit and watch tho. Orders must be placed on bar after dot appears. that confirms the dot.

Many thanks
It was created with many versions and it was forward tested for the about 2 years already.
It is Brainwashing system. Check BrainSystem section.
Besides as I remember one EA was posted on this asctrend tread.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-19-2007, 06:29 AM
yyc196's Avatar
Senior Member
 
Join Date: Dec 2006
Location: Earth
Posts: 197
yyc196 is on a distinguished road
Unhappy ASC Trend program

Hi,

Recently, I have mentioned that the ASCtrend cannot be set to 1000 and higher. If you do so there is no effect.

So I look into the program and realised that there is a line which casued it to stop at the maximum value of 950 e.g.

If countbars>=1000 countbars = 950

So I made a slight modification on it and it works. But I do not know whether this would affect the the overall performance of this indicators.

FYI, I want to increase the countbars to do a manual backtest on the past history. The default on the original ASCtrend is 300 but you may set to 999.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-28-2007, 04:03 PM
Member
 
Join Date: Jun 2007
Posts: 30
eegle is on a distinguished road
Yes I agree Can anyone Fix this?

Quote:
Originally Posted by kjhfdgjfhdghdf View Post
The indicator PriceChannel_Signal_V1 and TrendEnvelopes_v1.1 are slightly different in that TrendEnvelopes waits longer to give a signal and stays in trend longer on H4.
Also TrendEnvelopes arrow comes then goes away a little bit.
But it still ends up with the same bad entry exit situation.
Both indicators keep rechecking to much.
I have watched PriceChannel_Signal_V1 Indicator extensively and have found that when the dot comes, it stays, doesn't change color, doesn't go away then come back, and where the price is when the visual dot is does come, is a good price to enter or exit.
But the indicator doesn't give the alert until sometime after the dot has come at the good price.
Ive asked people to fix this seems they don't know how.
The EA PC_SignalExpert_v1 is even more out of wack with the indicator PriceChannel_Signal_V1 as when the indicator gives its alert for entry sometime after the dot has come, the EA is not entering until even later.
I think this maybe code problem that what is giving signal to draw the dot isn't giving signal for alert entry, and is keep on rechecking to much.
I think if this could be fixed wouldn't need to mess around with mtf's etc because loss would be minimised with better entry and exit.These indicators on H4 do give profit but can take it all away because of the to late entry exit and rechecking to much needs to just read what ever is drawing the dot and enter right then and there and stay until next one.
Look at the picture maybe you will see what I mean.
The crosses are where the price was when the dot came, the entry and exits on the EA as you can see are far away from this.

I agree totally---can anyone fix this glitch so that we can use the alarm effectively?

thanks

Greg D
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-28-2007, 04:26 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,946
Blog Entries: 64
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
Quote:
Originally Posted by eegle View Post
I agree totally---can anyone fix this glitch so that we can use the alarm effectively?

thanks

Greg D
I see from the image that EA opened the order in right with no error: in any signal systems the orders are openning the the next bar with signals. Any signal system. And basicly any other system as well.
For example, we are having signal on some bar so EA will wait untill this bar will be closed to open the order.
manual traders are tading on the same way: they are waiting untill the open bar with the signals will be closed and open the order in the beginning of the next bar.
And I am trading in the same way as well (all my statements posted on this forum were traded on the closed bar only).

It is not a bug. In signal systems we will see the dot/arrow to enter when the bar is open and we must wait untill this open bar with dot will be closed: it the dot is not disapeared so we are entering.
And it is related to any other signal indicators and any other software.
It is not a bug.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-28-2007, 04:50 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,946
Blog Entries: 64
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
This PC_SignalExpert_v1 is using 2 indicators:
- PriceChannel_Signal_v1. That's right. And this indicator PriceChannel_Signal_v1 is having alert. But this alert is nothing with EA: EA is trading not according to any alert. Alert in indicator is just for manual trading only.
- standard WPR indicator (Larry Williams' Percent Range indicator). Everybody is having this WPR in Metatrader as standard indicator. This WPR indicator is using for re-entry only.

I am not a coder but as I understand this alert was design for close bar as well (close bar is previous bar):

Code:
if (i==0 && AlertMode > 0)
      {
         if (trend[i+1] > 0 && Volume[0]>1)
         {
            if (trend[i+2]<0 && !UpTrendAlert)
	         {
	         string Message = " "+Symbol()+" M"+Period()+": Signal for BUY";
	         Alert (Message); 
	         UpTrendAlert=true; DownTrendAlert=false;

And everything is on close bar (previous bar comparing with bar before previous one):

Code:
double wpr  = 100 + iWPR(Symbol(),TimeFrame,Length,1);
   double pwpr = 100 + iWPR(Symbol(),TimeFrame,Length,2);
   
   double trend  = iCustom(NULL,TimeFrame,"PriceChannel_Signal_v1",Length,0,Risk,0,0,6,1); 
   double ptrend = iCustom(NULL,TimeFrame,"PriceChannel_Signal_v1",Length,0,Risk,0,0,6,2);
If it is talking about close or open bar so I don't see any bug.

Last edited by newdigital; 08-28-2007 at 04:52 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 08-28-2007, 05:08 PM
Member
 
Join Date: Jun 2007
Posts: 30
eegle is on a distinguished road
PC SignalExpert v1

Quote:
Originally Posted by newdigital View Post
This PC_SignalExpert_v1 is using 2 indicators:
- PriceChannel_Signal_v1. That's right. And this indicator PriceChannel_Signal_v1 is having alert. But this alert is nothing with EA: EA is trading not according to any alert. Alert in indicator is just for manual trading only.
- standard WPR indicator (Larry Williams' Percent Range indicator). Everybody is having this WPR in Metatrader as standard indicator. This WPR indicator is using for re-entry only.

I am not a coder but as I understand this alert was design for close bar as well (close bar is previous bar):

Code:
if (i==0 && AlertMode > 0)
      {
         if (trend[i+1] > 0 && Volume[0]>1)
         {
            if (trend[i+2]<0 && !UpTrendAlert)
	         {
	         string Message = " "+Symbol()+" M"+Period()+": Signal for BUY";
	         Alert (Message); 
	         UpTrendAlert=true; DownTrendAlert=false;

And everything is on close bar (previous bar comparing with bar before previous one):

Code:
double wpr  = 100 + iWPR(Symbol(),TimeFrame,Length,1);
   double pwpr = 100 + iWPR(Symbol(),TimeFrame,Length,2);
   
   double trend  = iCustom(NULL,TimeFrame,"PriceChannel_Signal_v1",Length,0,Risk,0,0,6,1); 
   double ptrend = iCustom(NULL,TimeFrame,"PriceChannel_Signal_v1",Length,0,Risk,0,0,6,2);
If it is talking about close or open bar so I don't see any bug.
Thanks for the info...let me ask you this then....Is it possible to edit this to give an alert at the time of the signal and not the close of the TF CANDLE? If so would someone please do this for me..

Thanks

Greg D
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Bookmarks

Tags
ASCTrend, NonLagMA, labtrend
Thread Tools

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/manual-trading-systems/598-asctrend-system.html
Posted By For Type Date
- ASCTrend, NTR: *.mql->*.mq4 :: Forex :: - VIAC.RU This thread Refback 08-30-2008 07:04 AM
????????ASCTREND SYSTEM - ???????? - ???? ??????|????|????| - Powered by Discuz! This thread Refback 08-17-2008 04:13 AM
MEGA PORTAL - FOREX PIVOTS BRASIL - Frum de Discusso: Alguem conhece o eASCTrend ? This thread Refback 08-07-2008 04:51 AM
AscTrend ? - NinjaTrader Support Forum This thread Refback 07-04-2008 09:25 PM
AscTrend ? - NinjaTrader Support Forum This thread Refback 07-01-2008 09:15 PM
AscTrend ? - NinjaTrader Support Forum This thread Refback 07-01-2008 05:55 PM
Tienaus.com katso viestiketjua - Indikaattoreista, forexista, metatraderista, ym. This thread Refback 06-17-2008 11:20 AM
ASCTrend system - Page 20 - Forex Trading This thread Refback 06-17-2008 08:40 AM
Pro Forex Strategy Blog Archive ASCTrend Trading System This thread Refback 06-16-2008 04:27 PM
Pro Forex Strategy This thread Refback 06-10-2008 05:07 PM
Tienaus.com katso viestiketjua - Indikaattoreista, forexista, metatraderista, ym. This thread Refback 06-09-2008 05:36 PM
一分钟交易系统:ASCTREND SYSTEM - 指标公式及软件版 - 外汇论坛 汇客外汇论坛|金融考证|外汇入门| - Powered by Discuz! This thread Refback 06-07-2008 06:33 AM
一分钟交易系统:ASCTREND SYSTEM - 指 公式及软件版 - 外汇论坛 汇客外汇论坛|金融考证|外汇入门| - Powered by Discuz! This thread Refback 05-07-2008 12:34 PM
Tienaus.com katso viestiketjua - Indikaattoreista, forexista, metatraderista, ym. This thread Refback 05-06-2008 04:58 PM
Tienaus.com &bull; katso viestiketjua - Indikaattoreista, forexista, metatraderista, ym. This thread Refback 04-11-2008 10:22 AM
一分钟交易系统:ASCTREND SYSTEM - 指 公式及软件版 - 外汇论坛 汇客论坛|最好的外汇论坛|外汇入门|股票|外汇|外汇保证金|理财|股票论坛|投资论坛| - Powered by Discuz! This thread Refback 03-15-2008 03:22 AM
一分钟交易系统:ASCTREND SYSTEM - 指 公式及软件版 - 外汇论坛 汇客论坛|最好的外汇论坛|外汇入门|股票|外汇|外汇保证金|理财|股票论坛|投资论坛| - Powered by Discuz! This thread Refback 03-14-2008 03:19 PM
- This thread Refback 02-25-2008 04:06 PM
һӽϵͳASCTREND SYSTEM ת - 뽻ϵͳ - áרҵ̳ ̳,,㱣֤,,̱Ƚ,,㽻, - Powered by Discuz! This thread Refback 02-24-2008 04:46 AM
- ASCTrend, NTR: *.mql->*.mq4 :: Forex :: - VIAC.RU This thread Refback 02-21-2008 11:52 AM
eASCTrend 6.0 profesional - Sarmaye Forums This thread Refback 02-14-2008 02:22 AM
一分钟交易系统:ASCTREND SYSTEM - 指 公式及软件版 - 汇客外汇论坛 最好的外汇论坛|外汇论坛|外汇入门|股票|外汇|外汇保证金|理财|股票论坛|投资论坛|大汇咨询 - Powered by Discuz! This thread Refback 02-07-2008 01:12 AM
fadeevbiz "forex" Memori.ru This thread Refback 02-03-2008 03:54 AM
Forums - AbleSys Post #8 Refback 01-31-2008 10:39 AM
Forums - AbleSys Post #8 Refback 01-29-2008 10:31 PM
eASCTrend 6.0 profesional - Sarmaye Forums This thread Refback 01-20-2008 08:45 AM
- ASCTrend, NTR: *.mql->*.mq4 :: Forex :: - VIAC.RU This thread Refback 01-18-2008 03:11 PM
eASCTrend 6.0 profesional - Sarmaye Forums This thread Refback 01-14-2008 07:42 AM
eASCTrend 6.0 profesional - Sarmaye Forums This thread Refback 01-14-2008 07:04 AM
ASCTrend system - Page 80 - Forex Trading This thread Refback 12-28-2007 02:29 PM
ASCTrend system - Page 80 - Forex Trading This thread Refback 12-28-2007 01:56 PM
ATRָ~ - 㽻 - ̳ ̳|㱣֤|FXSOL This thread Refback 12-28-2007 01:52 PM
ATRָ~ - 㽻 - ̳ ̳|㱣֤|FXSOL This thread Refback 12-02-2007 01:58 PM
fadeevbiz Memori.ru This thread Refback 11-24-2007 11:31 AM
New Blogs - ablesys blog This thread Refback 11-24-2007 04:08 AM
ASCTrend system - Page 15 - Forex Trading This thread Refback 10-27-2007 03:58 AM
asctrend system - Habibi.hk This thread Refback