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

Reply
 
LinkBack (30) Thread Tools Display Modes
  #801 (permalink)  
Old 01-23-2008, 07:27 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 194
azmel is on a distinguished road
Expert Advisor

Hi everyone,

I've just discovered this thread and has been reading from page 1 to page 20. I find the method used here is simple to understand and implement. I have done several manual trades and all of them yields profit. Many thanks to FXOperator for sharing this method.

Has anyone come up with an Expert Advisor (EA) for this method? I am an MQL4 programmer (intermediate level), so I can put something together if no one else have done it already.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #802 (permalink)  
Old 01-23-2008, 08:03 AM
Senior Member
 
Join Date: Jul 2007
Posts: 209
duyduy is on a distinguished road
Quote:
Originally Posted by azmel View Post
Hi everyone,

I've just discovered this thread and has been reading from page 1 to page 20. I find the method used here is simple to understand and implement. I have done several manual trades and all of them yields profit. Many thanks to FXOperator for sharing this method.

Has anyone come up with an Expert Advisor (EA) for this method? I am an MQL4 programmer (intermediate level), so I can put something together if no one else have done it already.
Hi.. I just finish read it too yesterday.
I found the EA, but forget on what page. but there is no explaination of the EA. And I'm gonna forward test it but I have question, maybe u can help.
How to disable trailing and disable breakeven?
And there is ignore date, what is used for?

ANd I wonder maybe u can add some rule to the EA.
One trade/day if the EA hit TP..
If Hit SL, the EA can open opposite position SO max is 2 trade (if the 1st one hit SL)

I use indicator Bband and WSS trend3 to screen false signal
Buy If Price is break the box. Bbands blue and Wss trend Blue
and visa versa for sell

I can share u the bbands, but I can't share the WSS trend3 indicator cause it is paid one
In bbands, change the deviation to 2 and other to default

Can u add bbands as filter to the EA?
Maybe u can help.. Thanks in advance
Attached Images
File Type: gif HL.gif (21.3 KB, 953 views)
Attached Files
File Type: mq4 Opening Range Trader V0_01.mq4 (8.6 KB, 197 views)
File Type: mq4 BBands_Stop_v1.mq4 (5.7 KB, 114 views)

Last edited by duyduy; 01-23-2008 at 08:17 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #803 (permalink)  
Old 01-23-2008, 10:12 AM
Senior Member
 
Join Date: Jul 2007
Posts: 209
duyduy is on a distinguished road
this is today and yesterday trade on UJ
Attached Images
File Type: gif uj.gif (48.9 KB, 950 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #804 (permalink)  
Old 01-23-2008, 10:24 AM
Senior Member
 
Join Date: Jul 2007
Posts: 209
duyduy is on a distinguished road
This is today and yesterday for E/CHF
Attached Images
File Type: gif echf.gif (39.8 KB, 920 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #805 (permalink)  
Old 01-23-2008, 10:55 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 194
azmel is on a distinguished road
Expert Advisor (my version)

duyduy,

I am not familiar with the EA that you have posted. I think it is best to contact the original author of the EA, Bundyraider, for more information on how to further develop it.

On the other hand, I have wrote a completely new EA from scratch based on FXOperator's methodology and have attached it here together with a simple guide on how to use it.

Since this is just the first version, this EA will not perform the TP1 and TP2, and reposition the StopLoss to Break Even once TP1 is hit as per FXOperator's original methodology. Instead it will just open a BUYSTOP and SELLSTOP on the Asian's High and Low respectively. We can add more features to it as we develop the EA.

This EA does not require any indicators for it to work. You can manually set up your favourite indicators for your own visual purposes only. This EA can be left running 24/7 if required, but it must be active between 0000 GMT and 0600 GMT daily in order for it to calculate what is the Highs and Lows between these hours.

Test this EA on a demo account for a couple of weeks, and report back if you find any bugs etc.

Happy Trading,

Azmel.
Attached Files
File Type: mq4 AsianHighAsianLow.mq4 (6.8 KB, 206 views)
File Type: pdf AsianHighAsianLow.pdf (87.3 KB, 363 views)

Last edited by azmel; 01-23-2008 at 01:52 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #806 (permalink)  
Old 01-23-2008, 11:33 AM
Senior Member
 
Join Date: Jul 2007
Posts: 209
duyduy is on a distinguished road
Today and yesterday trade on GU
Attached Images
File Type: gif Gu.gif (34.1 KB, 933 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #807 (permalink)  
Old 01-23-2008, 11:36 AM
Senior Member
 
Join Date: Jul 2007
Posts: 209
duyduy is on a distinguished road
Quote:
Originally Posted by azmel View Post
duyduy,

I am not familiar with the EA that you have posted. I think it is best to contact the original author of the EA, Bundyraider, for more information on how to further develop it.

On the other hand, I have wrote a completely new EA from scratch based on FXOperator's methodology and have attached it here together with a simple guide on how to use it.

Since this is just the first version, this EA will not perform the TP1 and TP2, and reposition the StopLoss to Break Even once TP1 is hit as per FXOperator's original methodology. Instead it will just open a BUYSTOP and SELLSTOP on the Asian's High and Low respectively. We can add more features to it as we develop the EA.

This EA does not require any indicators for it to work. You can manually set up your favourite indicators for your own visual purposes only. This EA can be left running 24/7 if required, but it must be active between 0000 GMT and 0600 GMT daily in order for it to calculate what is the Highs and Lows between these hours.

Test this EA on a demo account for a couple of weeks, and report back if you find any bugs etc.

Happy Trading,

Azmel.
Thanks i'll look at it..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #808 (permalink)  
Old 02-07-2008, 07:12 PM
moredred's Avatar
Junior Member
 
Join Date: Sep 2007
Location: Texas... where else is there?
Posts: 5
moredred is on a distinguished road
EA Errors

Quote:
Originally Posted by azmel View Post
duyduy,

I am not familiar with the EA that you have posted. I think it is best to contact the original author of the EA, Bundyraider, for more information on how to further develop it.

On the other hand, I have wrote a completely new EA from scratch based on FXOperator's methodology and have attached it here together with a simple guide on how to use it.

Since this is just the first version, this EA will not perform the TP1 and TP2, and reposition the StopLoss to Break Even once TP1 is hit as per FXOperator's original methodology. Instead it will just open a BUYSTOP and SELLSTOP on the Asian's High and Low respectively. We can add more features to it as we develop the EA.

This EA does not require any indicators for it to work. You can manually set up your favourite indicators for your own visual purposes only. This EA can be left running 24/7 if required, but it must be active between 0000 GMT and 0600 GMT daily in order for it to calculate what is the Highs and Lows between these hours.

Test this EA on a demo account for a couple of weeks, and report back if you find any bugs etc.

Happy Trading,

Azmel.
I have attached the log from IBFX MT4 build 211. Got errors when trying to backtest.
Attached Files
File Type: txt AsianHighAsianLow.txt (1.2 KB, 59 views)
__________________
"Follow the herd... your just another cow."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #809 (permalink)  
Old 02-08-2008, 12:27 AM
moredred's Avatar
Junior Member
 
Join Date: Sep 2007
Location: Texas... where else is there?
Posts: 5
moredred is on a distinguished road
EA Errors

Quote:
Originally Posted by moredred View Post
I have attached the log from IBFX MT4 build 211. Got errors when trying to backtest.
Found it. Your missing the semicolon after the cint var.
Attached Files
File Type: mq4 AsianHighAsianLow.mq4 (6.8 KB, 125 views)
__________________
"Follow the herd... your just another cow."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #810 (permalink)  
Old 02-08-2008, 05:40 AM
Member
 
Join Date: Dec 2006
Posts: 66
Paulinge is on a distinguished road
Quote:
Originally Posted by azmel View Post
duyduy,

I am not familiar with the EA that you have posted. I think it is best to contact the original author of the EA, Bundyraider, for more information on how to further develop it.

On the other hand, I have wrote a completely new EA from scratch based on FXOperator's methodology and have attached it here together with a simple guide on how to use it.

Since this is just the first version, this EA will not perform the TP1 and TP2, and reposition the StopLoss to Break Even once TP1 is hit as per FXOperator's original methodology. Instead it will just open a BUYSTOP and SELLSTOP on the Asian's High and Low respectively. We can add more features to it as we develop the EA.

This EA does not require any indicators for it to work. You can manually set up your favourite indicators for your own visual purposes only. This EA can be left running 24/7 if required, but it must be active between 0000 GMT and 0600 GMT daily in order for it to calculate what is the Highs and Lows between these hours.

Test this EA on a demo account for a couple of weeks, and report back if you find any bugs etc.

Happy Trading,

Azmel.

Hi Mr. Azmel,

Thank you for your share EA from your idea logic. I know you are OR you can be a " GREAT MAN ". Cause' you always READY to helping someone.

Azmel, I want to know why when I compiled your EA, there's ERROR.
This is already like this or I am wrong.

Thank you so much for your kindness.

May GOD Bless you.


Best regards,
Paulinge
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
asian breakout, asian high asian low, aSIANhIGHaSIANlOW, trading, asian high low

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/manual-trading-systems/6470-trading-asian-high-asian-low.html
Posted By For Type Date
Breakout Trading Strategy - Asian HIGH AND LOW - Nogold.com This thread Refback 07-13-2008 10:46 AM
Breakout Trading Strategy - Asian HIGH AND LOW - Nogold.com This thread Refback 07-12-2008 07:38 AM
Fibonacci | Forex | Profitable Forex Trading | Forex Trading System | Fibonacci Trading This thread Refback 03-14-2008 08:14 AM
Profitable Forex Trading with FX Operator « Forex | Trader Blog | Forex Trading | Profitable Trading Systems | FX Operator - Neo Blitz This thread Pingback 03-07-2008 04:12 PM
FX Fibonacci Neo Blitz Trend Trading System by FX Operator This thread Refback 02-26-2008 03:50 PM
FX Operator | Forex (FX) Currency Trading Blog | Systems | Neo Blitz Trend Trading System | Trading, Systems, Worth, Strategy, Should This thread Refback 02-17-2008 12:23 PM
FX Operator | Forex (FX) Currency Trading | 12 Apr Asian HL scalping | Var, Around, Today, Fxoperator, Pips This thread Refback 02-03-2008 11:49 PM
Establishing Opening Ranges This thread Refback 01-22-2008 01:39 PM
FX Operator | Singapore Forex (FX) Currency Trading | Have, Ahal, Pips, Range, Trade This thread Refback 01-18-2008 03:52 AM
Breakout Trading Strategy - Asian HIGH AND LOW - Page 91 - Nogold.com This thread Refback 01-15-2008 12:57 PM
Forex (FX) Trading | Currency Market | FX Operator | Pips, Have, Range, Trade, Month This thread Refback 12-18-2007 04:42 AM
Forex (FX) Trading | Currency Market | FX Operator | Asian, High, Session, Pips, Low This thread Refback 12-18-2007 04:37 AM
Forex (FX) Trading | Currency Market | FX Operator - Scalping the Daily Asian High and Asian Low - This thread Refback 11-13-2007 10:59 PM
Scalping The Asian High And Asian Low - Page 4 - Forex Forum This thread Refback 11-11-2007 07:50 AM
Forex (FX) Trading | Currency Market | FX Operator - Scalping the Daily Asian High and Asian Low - This thread Refback 11-07-2007 04:42 AM
Breakout Trading Strategy - Asian HIGH AND LOW - Page 68 - Nogold.com Post #645 Refback 10-24-2007 12:23 PM
Establishing Opening Ranges This thread Refback 09-11-2007 06:45 AM
Establishing Opening Ranges This thread Refback 09-05-2007 03:29 PM
Forex (FX) Trading | Currency Market | FX Operator - Scalping the Daily Asian High and Asian Low - This thread Refback 08-22-2007 12:05 AM
Nogold.com - View Single Post - Breakout Trading Strategy - Asian HIGH AND LOW Post #645 Refback 08-06-2007 03:15 PM
Forex (FX) Trading | Currency Market | FX Operator - Scalping the Daily Asian High and Asian Low - This thread Refback 08-06-2007 12:03 AM
Isakas System - Kongsi pengalaman anda menggunakannya - Page 68 - Nogold.com This thread Refback 08-01-2007 06:20 AM
FREE FOREX STUFF: June 2007 This thread Refback 07-24-2007 05:27 AM</