Forex



Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging
Forex Forum Register More recent Blogs 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
  #81 (permalink)  
Old 09-21-2008, 07:52 PM
Junior Member
 
Join Date: Mar 2007
Posts: 18
karlorihoo is on a distinguished road
Question Anybody -- Nobody?

Anybody -- Nobody?

Read post above!
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
  #82 (permalink)  
Old 09-23-2008, 02:58 PM
lron's Avatar
Senior Member
 
Join Date: Feb 2008
Location: Michigan
Posts: 162
lron is on a distinguished road
My Update

All,

Yes, this is a good EA but it had some issues with the lots. I took the liberty of tweeking the code slightly to allow it to trade microlots. Since then, it's done me very well on my demo accounts. I also added an internal magic number generator (thanks to pipmaker!). I've attached the Blessing file with my updates done internally. I hope the owner likes the ever so small changes. I've also attached my set file backtested for 2 years. Additionally, I've attached a word doc describing the settings. If anyone wants to "clean up" some random elements in the code...go for it! This EA, I've found, works successfully on accounts >$5000. On my $50K practice account, it's earned me well over $10K in three weeks. Enjoy!

v/r

Jeff
Attached Files
File Type: mq4 Blessing update.mq4 (16.9 KB, 452 views)
File Type: doc Blessing Settings and suggestions.doc (26.5 KB, 611 views)
File Type: set usdjpy daily.set (1.4 KB, 334 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
  #83 (permalink)  
Old 09-23-2008, 04:20 PM
Senior Member
 
Join Date: Mar 2008
Posts: 431
ChicagoRob is on a distinguished road
Quote:
Originally Posted by lron View Post
All,

Yes, this is a good EA but it had some issues with the lots. I took the liberty of tweeking the code slightly to allow it to trade microlots. Since then, it's done me very well on my demo accounts. I also added an internal magic number generator (thanks to pipmaker!). I've attached the Blessing file with my updates done internally. I hope the owner likes the ever so small changes. I've also attached my set file backtested for 2 years. Additionally, I've attached a word doc describing the settings. If anyone wants to "clean up" some random elements in the code...go for it! This EA, I've found, works successfully on accounts >$5000. On my $50K practice account, it's earned me well over $10K in three weeks. Enjoy!

v/r

Jeff
I thought v3.3 already traded micro-lots.
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
  #84 (permalink)  
Old 09-23-2008, 10:36 PM
Junior Member
 
Join Date: Mar 2007
Posts: 18
karlorihoo is on a distinguished road
Exclamation Nobody likes this idea?

I guess nobody likes the idea because I could get any comments?! Maybe it's already been done.

Quote:
Originally Posted by karlorihoo View Post
This is my second time posting to this forum. I've actually put this comment in the v1+v2mini thread but can't get a response from anybody. I'll put it here and see what you guys think. I'm not sure if this makes sense but can someone (maybe fifthelement) program this ea a little different from what it's doing now. Why aren't the lots increased towards the trend. Example:

buy .1 and sell .1 -- buy takes profit because it's an uptrend
now we have
buy .1 and sell .1 + sell .2 -- again buy takes profit because of an uptrend
now we have
buy .2 and sell .1 + sell .2 + sell .4 --buy of .2 takes profit and keeps trending up
now we keep increasing the buy
buy .4 and sell .1 + sell .2 + sell .4 and sell .8 and so on
keeping the winning trade lot size increasing but always half of the highest losing trade side.
But as soon as the trend reverses, the ea must close ALL buy and sell orders and it will still be in profit instead of a loss.
There are many benefits to this style of trading instead of the original one. If someone can try this and revive this ea and maybe even the v1+v2mini which is what I've had much success with. Thank you.

Karlo.
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
  #85 (permalink)  
Old 09-23-2008, 11:30 PM
lron's Avatar
Senior Member
 
Join Date: Feb 2008
Location: Michigan
Posts: 162
lron is on a distinguished road
Micro Lots

All,

Blessing in it's origonal format, traded down to mini lots, not micro. When I backtested the origonal, it would only open lots of .1 or .2 etc. When I changed the code slightly, it allowed lots of .01, .02 and variations thereof. This significantly improved Blessing's behavior through it's hedging scheme. Try the updated version by backtesting with the settings included above...you'll see!

v/r

Jeff
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
  #86 (permalink)  
Old 09-24-2008, 01:04 PM
Senior Member
 
Join Date: Mar 2008
Posts: 431
ChicagoRob is on a distinguished road
Quote:
Originally Posted by lron View Post
All,

Blessing in it's origonal format, traded down to mini lots, not micro. When I backtested the origonal, it would only open lots of .1 or .2 etc. When I changed the code slightly, it allowed lots of .01, .02 and variations thereof. This significantly improved Blessing's behavior through it's hedging scheme. Try the updated version by backtesting with the settings included above...you'll see!

v/r

Jeff
Thanks for your input, settings, recommendations, etc. I'm running
v3.3 right now - it has a micro-lot parameter, unlike the original.
It's trading .05 lots on my IBFX mini, without any problems.

One thing I've discovered about Blessing2 is that it has the potential
to make a lot of money. I have another demo running at .1 lots and it
is banking serious profits. It hasn't traded anything bigger than 1.2
lots, but you never know what's around the next corner. I think this
EA can do the job, once it's dialed-in.

Rob
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
  #87 (permalink)  
Old 09-24-2008, 01:31 PM
Junior Member
 
Join Date: Jun 2006
Posts: 2
millyjim is on a distinguished road
blessing 2

Quote:
Originally Posted by FiFtHeLeMeNt View Post
longtime ago I wrote an expert based on a strategy named Blessing , it was discussed a long time on forex-tsd , but unfortunately its thread was deleted by mistake. now I am glad to announce a new version of Blessing is available.
I named it Blessing 2. it has many more features compared to first version of blessing and it works by stop and limit orders rather than spot orders.
For the people who are not familiar with Blessing idea , it is an EA which works based on grid and martingale theories.
it enters the market in one direction ( which you may specify ) , and if didnt hit the profit , after specific amount of loss , it opens a double lot trade in the same direction of first trade , hoping it will retrace and hit the TP and close all open trades.

I believe blessing 2 is a great tool to trade forex markets.

I would be glad to hear your ideas and feedback regarding this expert. I would suggest you to run it in backtester visually to see how it works in action.

Important Settings :
lot : starting lot
Micro : using micro lots (0.01 lots)
MC : Market Condition , 0=uptrend (only opens buy orders), 1=downtrend (only opens sell orders) , 2=range (opens both buy and sell orders)
MCbyMA : defines market condition by EMA , if price is above EMA , it will take it as an uptrend and goes only long , vice versa for below the EMA.
MA_Period : Period of EMA
LotInc : Lot Increment on each level
TimeGrid : Time Grid in seconds , to avoid opening of lots of levels in fast market
GridSet1 : Set 1 Grid Size
TP_Set1 : Set 1 Take Profit
GridSet2 : level 2 Grid Size
TP_Set2 : level 2 Take Profit
GridSet3 : level 3 Grid Size
TP_Set3 : level 3 Take Profit
d : used to offset entry to round numbers , for example if you set g=50 and d=5 , it will places its sell order on 1.5795 instead of 1.5780
Set1Count : level 1 max levels
Set2Count : level 2 max levels
MaxLevel : level 2 max levels ( stops placing orders when reaches maxlvl2 )
BELevel : Close All level , when reaches this level doesnt wait for TP to be hit , if overall profit >= 0 , closes all orders

PLEASE NOTE ALWAYS THE LATEST VERSION OF EA WILL BE POSTED ON THIS POST.
I would recommend to attach this EA ( Version 3.3 ) to H4 or daily chart and fine tune MA_Period.

how can i attach to my mt4 ...pls advise.. tks
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
  #88 (permalink)  
Old 09-24-2008, 03:19 PM
Senior Member
 
Join Date: Aug 2008
Location: London
Posts: 138
Limstylz is on a distinguished road
Might help if you read the MT4 instructions...

Quote:
Originally Posted by millyjim View Post
how can i attach to my mt4 ...pls advise.. tks
If you have never used Metatrader before, you should get used to how to use its functions before attaching any EA's to your charts.

That said, first close Metatrader, then put the EA in your Experts folder under %systemdrive%\program files\Your_MT4_Folder. Now restart Metatrader and look under your Expert Advisors in the Navigator window.

Go to Tools > Options > Expert Advisors tab and check Enable Expert Advisors, Allow live trading and Allow DLL imports. Uncheck Ask manual confirmation and confirm DLL fuction calls. Then click OK

Make sure the Expert Advisors button is pressed. Next, drag the EA to your chart and set the EA as per your requirements.

I would recommend familiarizing yourself with this strategy before you implement the EA as you must be aware of the potential drawdowns using this method.
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
  #89 (permalink)  
Old 09-28-2008, 06:23 AM
Junior Member
 
Join Date: Sep 2005
Posts: 26
barryvincent is on a distinguished road
Here is attactment on how to
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
  #90 (permalink)  
Old 10-04-2008, 04:59 AM
JBear's Avatar
Member
 
Join Date: Aug 2008
Location: Adelaide South Australia
Posts: 45
JBear is on a distinguished road
Hi Karlo

You might need to redo your maths again. I am new to this forum also but I am guessing that this is probably why no one is answering you

Because you continue to sell while taking profits you are compounding a negative giving you major losses.

Supposing that you have a B/S margin of 10 Pips then your example alone suggests a loss of 180 Pips * $value

Just a thought

Regards

JBear

Quote:
Originally Posted by karlorihoo View Post
This is my second time posting to this forum. I've actually put this comment in the v1+v2mini thread but can't get a response from anybody. I'll put it here and see what you guys think. I'm not sure if this makes sense but can someone (maybe fifthelement) program this ea a little different from what it's doing now. Why aren't the lots increased towards the trend. Example:

buy .1 and sell .1 -- buy takes profit because it's an uptrend
now we have
buy .1 and sell .1 + sell .2 -- again buy takes profit because of an uptrend
now we have
buy .2 and sell .1 + sell .2 + sell .4 --buy of .2 takes profit and keeps trending up
now we keep increasing the buy
buy .4 and sell .1 + sell .2 + sell .4 and sell .8 and so on
keeping the winning trade lot size increasing but always half of the highest losing trade side.
But as soon as the trend reverses, the ea must close ALL buy and sell orders and it will still be in profit instead of a loss.
There are many benefits to this style of trading instead of the original one. If someone can try this and revive this ea and maybe even the v1+v2mini which is what I've had much success with. Thank you.

Karlo.
__________________
Great Wealth comes to those who experience trends; Great expense to those who try and predict them.
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
bless, bless 2, bless ea, bless2, Blessing, blessing 2, blessing 2 EA, blessing 2 forex, blessing 2 v4.3, blessing ea, blessing EA forex, blessing forex, blessing forex-tsd, blessing martingale, blessing mql, blessing system, blessing system EA, blessing2, blessing2 EA, blessings 2 ea, ea blessing, FiFtHeLeMeNt, forex, forex blessing, forex blessing system, forex funnel, funnel, fxpromaker, J Talon Associates, search, tradingea, Waddah_Attar_Explosion.ex4


Currently Active Users Viewing This Thread: 3 (2 members and 1 guests)
jpl1961, Kalenzo
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


All times are GMT. The time now is 08:07 AM.



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