• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:53am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:53am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Fundamentals - The Ultimate Lagging Indicator 21 replies

The Ultimate Guppy Multiple Moving Average (GMMA) Thread 73 replies

Ultimate Successful Trading Technique 114 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 28
Attachments: Ultimate TRADE EA
Exit Attachments

Ultimate TRADE EA

  • Last Post
  •  
  • 1 6789Page 10 11
  • 1 89Page 10 11
  •  
  • Post #181
  • Quote
  • Apr 25, 2012 10:09am Apr 25, 2012 10:09am
  •  wolfeman
  • | Joined Apr 2007 | Status: Member | 447 Posts
unimak,

Earlier I saw you reference yearly, monthly, weekly and daily pivots. Later you mentioned only the daily pivot. If the system is stronger using all four, then that is what should be used. As far as coding these- well, it's just simple math as you said earlier.

This does not sound difficult at all for Steve to code. He is however, very peticular about having all the rules in place; in very clear terms, before he begins. I would suggest writing this out completely with the rules you know are best and placing it in post one of this thread.

Steve uses his shell template that has every exit option you could imagine, already in place. This is cool and will be very helpful to us!

I know how Steve works. If he comes to look at this thread (and he will) and sees the first page as it is now, he will leave and not look back. Make sure every rule is clearly stated in the very first post. Having the rules on page 12 will turn off just about everyone that finds your thread.

Be specific about things, for example: When you mention the price "cutting" the pivot- do you mean the price just breaking the pivot, or do you mean a candle close on the opposite side? What timeframe? These things would be very important for anyone trading this system to know...If Steve is left to guess or interpret the rules on his own, he will dump the project immediately and move on to another.

Take a few minutes to rewrite post one. Giving potential readers a thorough breakdown of the system right away will generate much more interest, from trades and programmers alike.
 
 
  • Post #182
  • Quote
  • Apr 25, 2012 10:21am Apr 25, 2012 10:21am
  •  unimak
  • | Joined Nov 2009 | Status: Member | 709 Posts
Please for now let us not confuse ourselves , we stick to day for now, let us stabilise one portion then only we move ahead, earlier i thought of going in one full flow, then it became too confusing so there is no progress.

we do only day logic ,
 
 
  • Post #183
  • Quote
  • Apr 25, 2012 10:36am Apr 25, 2012 10:36am
  •  xlitang
  • | Commercial Member | Joined Aug 2011 | 1,121 Posts
You also mention tp1, tp2, tp3. Do We just fire a trade and exit 1/3 of the trade at three different levels or three trades at the same time and exist one each at three different levels? or something else? What are the rules to enter second or third trades?
Follow me to the Promised Land
 
 
  • Post #184
  • Quote
  • Apr 25, 2012 12:38pm Apr 25, 2012 12:38pm
  •  wolfeman
  • | Joined Apr 2007 | Status: Member | 447 Posts
Nice work mike. Steve's shell is very cool- it has every exit configuration we could need. This is a good start. I wish I could help you with the code, but I can't. Hope someone else can....


Quoting magft
Disliked
Ok, had a few spare minutes to knock this together but it doesn't seem to want to trade at the moment so i am posting as a work in progress as i have other commitments i need to deal with.

I took Steve's shell and added the relevant code to use seller9 code snippet, this is found in CheckSignals() at bottom of the code. At the moment if you look at the display you will see "Buy Signal R1:" and "Sell Signal S1:". What you want is three "1" for a Buy or three "2" for a Sell, these are based on the three checks in the code snippet from seller9...
Ignored
 
 
  • Post #185
  • Quote
  • Apr 25, 2012 1:31pm Apr 25, 2012 1:31pm
  •  unimak
  • | Joined Nov 2009 | Status: Member | 709 Posts
Quoting xlitang
Disliked
You also mention tp1, tp2, tp3. Do We just fire a trade and exit 1/3 of the trade at three different levels or three trades at the same time and exist one each at three different levels? or something else? What are the rules to enter second or third trades?
Ignored
refer to post 1 , we just enter say with 1 std lot and we will try to book it at tp 3 which is 30 pips , at each 10 pip level we will consider it as tp 1 , so suppose we buy eu at 1.3150 then tp 1 is at 1.3160 tp2 at 1.3170 and tp3 at 1.3180 .

as each level brks the sl will be kept at 1 pip below the level so 1.3159 , 1.3169 and 1.3179 this will continue till the sl triggers and closes the trade . there is no concept of partial booking here. those are fancy features which can be implemented later on also .
 
 
  • Post #186
  • Quote
  • Apr 25, 2012 2:44pm Apr 25, 2012 2:44pm
  •  xlitang
  • | Commercial Member | Joined Aug 2011 | 1,121 Posts
Quoting unimak
Disliked
refer to post 1 , we just enter say with 1 std lot and we will try to book it at tp 3 which is 30 pips , at each 10 pip level we will consider it as tp 1 , so suppose we buy eu at 1.3150 then tp 1 is at 1.3160 tp2 at 1.3170 and tp3 at 1.3180 .

as each level brks the sl will be kept at 1 pip below the level so 1.3159 , 1.3169 and 1.3179 this will continue till the sl triggers and closes the trade . there is no concept of partial booking here. those are fancy features which can be implemented later on also .
Ignored
if the price just hit tp1 and the spread more than one, you would not be able to move sl just one pip below tp1.
Follow me to the Promised Land
 
 
  • Post #187
  • Quote
  • Apr 25, 2012 3:08pm Apr 25, 2012 3:08pm
  •  fxshadow
  • | Joined Mar 2007 | Status: Member | 247 Posts
Closed trades so far this week.
Attached Image (click to enlarge)
Click to Enlarge

Name: pivots.jpg
Size: 202 KB
 
 
  • Post #188
  • Quote
  • Edited at 5:21pm Apr 25, 2012 3:58pm | Edited at 5:21pm
  •  blamshakk
  • Joined Mar 2010 | Status: Member | 2,150 Posts
i think this in seller9's hands had some real potential. results from the basic version he posted are incredibly encouraging

dont forget that his EA's trading logic is strictly a "little different" to unimak's rules


is there any way for the redeveloped EA to incorporate the 3 levels of profit and trailing stop as mentioned in seller9's post #121? :-

"Next week I am going to add in the moving stop loss based on the 3 Targets so the results should be better...Also when I add in the 3 Targets the profits should go up even more I would think, some of these would have made it to T3 I believe"
 
 
  • Post #189
  • Quote
  • Apr 25, 2012 6:20pm Apr 25, 2012 6:20pm
  •  magft
  • | Joined Apr 2011 | Status: Member | 208 Posts
I've done some bug fixing and added option to override other rules and just use Rule 1, from seller9 code snippit, so now it does trade at least.

Still needs improvements but these will have to wait unless anyone else has a go.

Regards

Mike
Attached File
File Type: mq4 Unimak.mq4   57 KB | 418 downloads
 
 
  • Post #190
  • Quote
  • Apr 25, 2012 10:22pm Apr 25, 2012 10:22pm
  •  unimak
  • | Joined Nov 2009 | Status: Member | 709 Posts
Quoting xlitang
Disliked
if the price just hit tp1 and the spread more than one, you would not be able to move sl just one pip below tp1.
Ignored
in that case i would covered by buy or sell price so no loss in the trade,
 
 
  • Post #191
  • Quote
  • Apr 26, 2012 9:52am Apr 26, 2012 9:52am
  •  Icemaan
  • | Joined May 2008 | Status: Member | 45 Posts
Hi Seller9 and all

I let this EA (Pivots_V3) run on my second Live Account. On the first Live Account run Ichimoku V8.

What we need for the Pivot Ea

1. BEJS same as in the Ichimoku

Is this possible

Icemaan
 
 
  • Post #192
  • Quote
  • Apr 26, 2012 10:43am Apr 26, 2012 10:43am
  •  AbhijetPandi
  • Joined Apr 2011 | Status: Member | 216 Posts
Quoting Icemaan
Disliked
Hi Seller9 and all

I let this EA (Pivots_V3) run on my second Live Account. On the first Live Account run Ichimoku V8.

What we need for the Pivot Ea

1. BEJS same as in the Ichimoku

Is this possible

Icemaan
Ignored
Icemaan,

Your Ichimoku EA settings are working out perfectly...will you be updating other currencies also?
 
 
  • Post #193
  • Quote
  • Apr 26, 2012 11:03am Apr 26, 2012 11:03am
  •  Icemaan
  • | Joined May 2008 | Status: Member | 45 Posts
Quoting AbhijetPandi
Disliked
Icemaan,

Your Ichimoku EA settings are working out perfectly...will you be updating other currencies also?
Ignored
Which Currencies you wish to have

When Weekend would me let Time I make it
 
 
  • Post #194
  • Quote
  • Edited at 4:51pm Apr 26, 2012 12:18pm | Edited at 4:51pm
  •  blamshakk
  • Joined Mar 2010 | Status: Member | 2,150 Posts
hey icemaan

unfortunately it seems seller9 has at this point disengaged from further development of both ultimate trade EA and ichimoku EA because of the disagreement over code (damn shame, as even this basic pivots v3 is trading well)

in the meantime to add BEJS etc i suggest you download MTPM ea by steve hopwood, its a trade manager EA that will have BE JS, and all sort of other MM options. it sits on the same platform as your main EA, on another chart.

Quoting Icemaan
Disliked
Hi Seller9 and all

I let this EA (Pivots_V3) run on my second Live Account. On the first Live Account run Ichimoku V8.

What we need for the Pivot Ea

1. BEJS same as in the Ichimoku

Is this possible

Icemaan
Ignored
 
 
  • Post #195
  • Quote
  • Apr 26, 2012 12:19pm Apr 26, 2012 12:19pm
  •  blamshakk
  • Joined Mar 2010 | Status: Member | 2,150 Posts
hey what have your results been like with icemaans settings?


Quoting AbhijetPandi
Disliked
Icemaan,

Your Ichimoku EA settings are working out perfectly...will you be updating other currencies also?
Ignored
 
 
  • Post #196
  • Quote
  • Edited at 1:53pm Apr 26, 2012 1:49pm | Edited at 1:53pm
  •  AbhijetPandi
  • Joined Apr 2011 | Status: Member | 216 Posts
Quoting blamshakk
Disliked
hey what have your results been like with icemaans settings?
Ignored
These trades are based on Ichimoku breakout ea settings. I should be keeping this in the other threads.

The attachment statement can see some of the nice trades. I did close some trades manually, too early, because i was not sure. But eventually those turned out to be winner. Missed around 150 pips.

Average per day i am getting 70-100 pips, but due to trailing stop, not able to achieve all those entire range of pips.

I have increased my lot size for usdjpy after looking at 4 continuous winner in this week. But not sure about other pairs till now.

Anyways, thanks Iceman for sharing the settings. Looking forward for the next week without interfering in the EA trades.
Attached Image (click to enlarge)
Click to Enlarge

Name: statement.JPG
Size: 171 KB
 
 
  • Post #197
  • Quote
  • Apr 26, 2012 9:09pm Apr 26, 2012 9:09pm
  •  forexripper
  • | Joined Sep 2010 | Status: Member | 226 Posts
Quoting blamshakk
Disliked
hey what have your results been like with icemaans settings?
Ignored
Can you please share Iceman settings for Ichimoku EA. I am unable to understand from his post in the other thread for this EA.

Thanks.
 
 
  • Post #198
  • Quote
  • Apr 27, 2012 12:32am Apr 27, 2012 12:32am
  •  AbhijetPandi
  • Joined Apr 2011 | Status: Member | 216 Posts
Quoting forexripper
Disliked
Can you please share Iceman settings for Ichimoku EA. I am unable to understand from his post in the other thread for this EA.

Thanks.
Ignored
Check this post= #1007
 
 
  • Post #199
  • Quote
  • Apr 27, 2012 4:31am Apr 27, 2012 4:31am
  •  pret
  • | Joined Jan 2009 | Status: Member | 185 Posts | Online Now
What is wrong when u get error 133 ?
 
 
  • Post #200
  • Quote
  • Apr 27, 2012 4:34am Apr 27, 2012 4:34am
  •  pret
  • | Joined Jan 2009 | Status: Member | 185 Posts | Online Now
Quoting magft
Disliked
I've done some bug fixing and added option to override other rules and just use Rule 1, from seller9 code snippit, so now it does trade at least.

Still needs improvements but these will have to wait unless anyone else has a go.

Regards

Mike
Ignored
The EA place two trades at about the same time
on same currency
 
 
  • Trading Systems
  • /
  • Ultimate TRADE EA
  • Reply to Thread
    • 1 6789Page 10 11
    • 1 89Page 10 11
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022