Go Back   Forex-TSD > Downloads > Expert Advisors - Metatrader 4
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
  #1 (permalink)  
Old 05-12-2008, 07:54 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 207
azmel is on a distinguished road
Isakas Ashi KusKus I

Isakas Ashi I by Kuskus Osentogg @ Zeman


I have written an Expert Advisor (EA) based on the Isakas Ashi I strategy written by Kuskus Osentogg @ Zeman. The original strategy including its descriptions and discussions can be found at the Manual Trading Systems section here.

Attach is a zip file containing the EA, all required indicators and a template. Unzip the file into the installation folder of your MT4 terminal. Restart MT4 and attach the template onto a chart. The author recommends H1 timeframe, but feel free to experiment on different timeframes. As usual, the lower timeframes are faster but noisy.

Here are the description of the settings:

Magic. This is a unique number to differentiate this EA from others. If attaching to different currency pairs, you don’t need to change the number. However, if you open more than one of the same pair, for example EURUSD M30 and EURUSD H1, then each needs to be different from the other.

CompoundGrowth. If set to true, the EA will calculate the lot size. If set to false, a fixed lot size is used.

CompoundIndex. If CompoundGrowth set to true, the EA will open this many lot per $100,000 account balance ($10,000 for IBFX mini account)

Lots. If CompoundGrowth is set to false, the EA will trade with lots fixed to this size.

TakeProfit. A hard take profit (TP) value for each trade. If no TP is desired, enter zero.

AutoTakeProfit. If set to true, the TP value is set based on the last low/high generated by the KUskUs_stop indicator, multiply by the index value below.

AutoTakeProfitIndex. If AutoTakeProfit is true, the TP is calculated based on the last low/high multiply by this index.

StopLoss. A hard stop loss (SL) value for each trade. If no SL is desired, enter zero.

AutoStopLoss. If set to true, the SL value is set based on the last high/low generated by the KUskUs_stop indicator.

AutoStopLossMin. If the SL value given by the KUskUs_stop indicator is less than this value, then use this value instead.

CloseOnOpposite. If the KUskUs_stop indicator generates a new signal, all opposing trades will automatically be closed.

TripleHeikenAshi. If set to true, the EA will use triple timeframes, which are M30, H1 and H4 to confirm signal. Default is false, which only look at the default TF.

I've started a new forward-test of this EA running on 20 H1 pairs on FXDD with the default settings. Forward test began on May 21st, 2008. I will update the statements weekly. The graph below is extracted from an Excel spreadsheet taken from the previous forward-test.

If you wish to follow the forward-test live, here are the login details:

Broker: FXDD
Login: 5435342
Password: tr7zpkg

Best regards,

Azmel.
Attached Images
File Type: gif statement.GIF (6.3 KB, 3188 views)
Attached Files
File Type: zip Isakas Kuskus I.zip (11.8 KB, 1525 views)

Last edited by azmel; 05-21-2008 at 06:55 PM. Reason: Updated Statement & version 1.21 released.
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
  #2 (permalink)  
Old 05-12-2008, 07:57 AM
Senior Member
 
Join Date: Sep 2007
Posts: 435
jturns23 is on a distinguished road
Looks good. Nice to see people forward testing instead of posting backtesting results. Thanks!
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
  #3 (permalink)  
Old 05-12-2008, 07:59 AM
MANSTIR's Avatar
Senior Member
 
Join Date: Nov 2007
Posts: 160
MANSTIR is on a distinguished road
bro azmel,

i respect u...i'm speechless
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
  #4 (permalink)  
Old 05-12-2008, 08:57 AM
MetamanRR's Avatar
Member
 
Join Date: Mar 2008
Location: Finland
Posts: 77
MetamanRR is on a distinguished road
Can you tell what take profit and stopp loss settings You use in testing?

Edit : it is there "default" so it is change trade from otherside signal.


First statment show floating more minus than booked plus,
maeby need to think what take profit and stopp loss settings are best to use.

Last edited by MetamanRR; 05-12-2008 at 09:33 AM.
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
  #5 (permalink)  
Old 05-12-2008, 09:39 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 207
azmel is on a distinguished road
Thank you for the compliments. But all credits must go to Zeman who produce this strategy. I am just the code writer.

Quote:
Originally Posted by MetamanRR View Post
Can you tell what take profit and stopp loss settings You use in testing?

Edit : it is there "default" so it is change trade from otherside signal.


First statment show floating more minus than booked plus,
maeby need to think what take profit and stopp loss settings are best to use.
There are three exit methods that can be used with this strategy. First is a hard TP and SL. Second is based on the KusKus High and Low, and lastly is based on the opposite signal. My forward test is based on the last one.

Please feel free to test the EA with other parameters, and do let us know if you find a more optimised set-up.
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
  #6 (permalink)  
Old 05-12-2008, 10:45 AM
Junior Member
 
Join Date: Apr 2007
Location: Malaysia
Posts: 28
azam575 is on a distinguished road
Coding help

Hi Azmel,

Can you help me edited your EA to make it, reverse order when SL is hit. For example.

Buy hit SL 40 so the make SELL order although there is no SELL signal

Last edited by newdigital; 05-12-2008 at 04:30 PM. Reason: overquoting
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
  #7 (permalink)  
Old 05-12-2008, 12:29 PM
Member
 
Join Date: Dec 2006
Location: Dubai - UAE
Posts: 32
shaijudubai is on a distinguished road
Cant Login

Cant login..Says "invalid Account"

Quote:
Originally Posted by azmel View Post
Isakas Ashi I by Kuskus Osentogg @ Zeman


I have written an Expert Advisor (EA) based on the Isakas Ashi I strategy written by Kuskus Osentogg @ Zeman. The original strategy including its descriptions and discussions can be found at the Manual Trading Systems section here.

Attach is a zip file containing the EA, all required indicators and a template. Unzip the file into the installation folder of your MT4 terminal. Restart MT4 and attach the template onto a chart. The author recommends H1 timeframe, but feel free to experiment on different timeframes. As usual, the lower timeframes are faster but noisy.

Here are the description of the settings:

Magic. This is a unique number to differentiate this EA from others. If attaching to different currency pairs, you don’t need to change the number. However, if you open more than one of the same pair, for example EURUSD M30 and EURUSD H1, then each needs to be different from the other.

CompoundGrowth. If set to true, the EA will calculate the lot size. If set to false, a fixed lot size is used.

CompoundIndex. If CompoundGrowth set to true, the EA will open this many lot per $100,000 account balance ($10,000 for IBFX mini account)

Lots. If CompoundGrowth is set to false, the EA will trade with lots fixed to this size.

TakeProfit. A hard take profit (TP) value for each trade. If no TP is desired, enter zero.

AutoTakeProfit. If set to true, the TP value is set based on the last low/high generated by the KUskUs_stop indicator, multiply by the index value below.

AutoTakeProfitIndex. If AutoTakeProfit is true, the TP is calculated based on the last low/high multiply by this index.

StopLoss. A hard stop loss (SL) value for each trade. If no SL is desired, enter zero.

AutoStopLoss. If set to true, the SL value is set based on the last high/low generated by the KUskUs_stop indicator.

AutoStopLossMin. If the SL value given by the KUskUs_stop indicator is less than this value, then use this value instead.

CloseOnOpposite. If the KUskUs_stop indicator generates a new signal, all opposing trades will automatically be closed.

Also attach is the forward-test statement of this EA running on 20 H1 pairs on FXDD with the default settings. Forward test began on May 7th, 2008. I will update the statements weekly.

If you wish to follow the forward-test live, here are the login details:

Broker: FXDD
Login: 5405234
Password: ma7zwny

Best regards,

Azmel.
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
  #8 (permalink)  
Old 05-12-2008, 02:42 PM
niaga's Avatar
Junior Member
 
Join Date: Jan 2007
Location: World of Forex
Posts: 21
niaga is on a distinguished road
hello azmel
can u tell me

which pair is great to trade by this EA?
Can we use other TF?
how much EA open trade per day?

Ok that all
TQ

Thank for sharing this Great EAs
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
  #9 (permalink)  
Old 05-12-2008, 04:11 PM
Member
 
Join Date: Nov 2007
Posts: 41
dumbtrader is on a distinguished road
bro azmel... is this beta/demo version of ea?? still in development? tq
__________________
Storm myfavForeX Blog :: http://forexstorm.blogspot.com
NEW era of MAKING money :: http://www.mywangpos.com

Last edited by newdigital; 05-12-2008 at 04:26 PM.
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
  #10 (permalink)  
Old 05-12-2008, 08:05 PM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 207
azmel is on a distinguished road
Quote:
Originally Posted by azam575 View Post
Hi Azmel,

Can you help me edited your EA to make it, reverse order when SL is hit. For example.

Buy hit SL 40 so the make SELL order although there is no SELL signal
That's an interesting loss recovery strategy. I need you to do me a small favour: could you flip through the charts history and do some analysis on this method? If we have a good win:loose ratio, then we're on.

Quote:
Originally Posted by FerruFx View Post
With all respect I have for Zeman, the EA coder has also a part in the EA success.

FerruFx
Thanks, FerruFX. I have seen and recognise some of your excellent coding work as well. Hopefully we can help produce the ultimate holy grail EA soon.

Quote:
Originally Posted by shaijudubai View Post
Cant login..Says "invalid Account"
I have tested the login/password this evening and it is working well. A typo, perhaps?

Quote:
Originally Posted by niaga View Post
hello azmel
can u tell me

which pair is great to trade by this EA?
Can we use other TF?
how much EA open trade per day?

Ok that all
TQ

Thank for sharing this Great EAs
I just wrote this EA and the forward-test is less than one week old. Given time, we should be able to answer your questions.

Unfortunately I do not enough computing resources to test different TFs and settings. So any volunteers out there who wish to try/experiment different settings, you are most welcome. Please don't forget to share your findings if they happen to hit the jackpot.

Quote:
Originally Posted by dumbtrader View Post
bro azmel... is this beta/demo version of ea?? still in development? tq
The EA is working, but it is not optimised. I don't recommend we go live on this EA yet. We need to forward test this EA for some time before we are confident to put real money on it.

The strategy has been a success. In the Manual Trades Section, this strategy is rated five stars and many manual traders have reported big profits since it was posted back in 2006. Let's hope the EA can replicate the success that the manual traders have enjoyed.
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
isakas kuskus, heiken ashi kuskus, isakas kuskus ea, kuskus, ferrufx, kuskus starlight, heiken ashi kuskus ea, isakas ashi, kuskus STOP, kUskUS_STOP, Heiken_ashi_kuskus2, kuskus indicator, heiken ashi kuskus 2, kuskus ea, isakas


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
ISAKAS ashi by Kuskus_Osentogg zeman Manual trading systems 2047 01-21-2010 12:42 PM
Collaboration Dolly + Isakas + Nina System ANCOLL Dolly 780 09-24-2009 04:16 PM
Kuskus syakirah Indicators - Metatrader 4 8 02-29-2008 04:41 PM
BBANDS ( ISAKAS II ) + 100% Win Money Management Million_Fund Expert Advisors - Metatrader 4 8 12-20-2007 06:12 AM
ISAKAS CS by Kuskus_Osentogg zeman Manual trading systems 50 05-20-2007 08:47 PM


All times are GMT. The time now is 05:56 PM.



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