Home
View Poll Results: Is the "EASY" EA useful for YOU?
Yes, of course 100 83.33%
No, it's the worse! 20 16.67%
Voters: 120. You may not vote on this poll

Reply
 
Thread Tools
  #1  
Old Jul 28, 2008 10:08pm
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Lightbulb "EASY" EA-Trading made easier

The most updated EASY EA will be on this #1 post. Last updated: 08/08/2010. There are many features in this EA and it is fairly easy to make a minor mistake in the programming. So, if you see any problems, let me know! Or if you have any ideas to improve this EA, let me know too. P.S. Right now the market is closed and I cannot forward test the EA. I tested this updated EA by backtesting.

Dear ForexFactory members,

This is a tool for the manual trader. Not a system.
In a nutshell, it will enter and exit on horizontal and trend lines that you will draw on the chart and can move freely wherever you'd like.

Here are some feedbacks for the EASY EA:
"Only just discovered Easy EA. Potentially the greatest thing since sliced bread."
"In my view, MT4 should be shipped with an EA like yours straight out of the box."
"If you're trading channels/triangles etc - I love it."
"Thank you Dan, for your great work."

Let's get to the good stuff.

Directions for set-up:
1. Download the EASY_v2.ex4 to your 'MT4 Directory/experts/' folder. Then restart your MT4 platform.
2. Once on the platform, on your keyboard, hit CTRL+O. You will get to the options window. Then go to the "Expert Advisors" tab. Uncheck everything. Then check the first, fourth, sixth, and eigth boxes.
3. Attach the EA to any pair. You can find the EA in the navigator window. Set the Manual_Lots, Auto_Lots(true/false), Risk, StopLoss, TakeProfit, Slippage, CanChangeTimeFrames (true/false), and SetHardSLAndTP (true/false) parameters to your liking. You should see a smiley face on the top-right corner of your chart.
4. You are ready to trade!

Rules for trading:
-If Auto_Lots=false, then the LotSize for trades will be the parameter Manual_Lots. If Auto_Lots=true, then the LotSize for trades will be calculated automatically by the parameter Risk and the parameter StopLoss.
-Draw a horizontal or a trend line on the chart. Then right-click on the line, then click 'Trendline Properties'. You will see "Name", "Description", and "Style". We will only worry about "Name".
-If you would like your drawn line to act as a BuyStop, type in "bs" in the "Name" section. SellStop="ss". BuyLimit="bl". SellLimit="sl".
-Once a line is hit, the EA will enter the trade and set a StopLoss (parameter StopLoss pips away from entry) and TakeProfit (parameter TakeProfit pips away from entry) as trendlines (at a 0 degree angle). You can then move the lines as you wish.
-If you have 2 buy entry lines, for example, "bs" and "bl", then when one of them gets hit, the one that wasn't hit will be deleted. The line that was hit will also be deleted. The reason the EA will do this is because it can handle only 1 buy/1 sell at a time. Although, it can handle a buy and a sell simultaneously. So, you can easily draw a "ss" and a "bl" (for example).
-Once a StopLoss or TakeProfit line is hit or passed through, the lines will be deleted, and you can restart the process.
-If the platform turns off, you could be left out without a hard StopLoss or TakeProfit. I've made a solution! Once you move the StopLoss and TakeProfit lines, the hard StopLoss and TakeProfit (broker's server) will move as well if you set SetHardSLAndTP to true. Keep in mind that every br0ker has a different minimum StopLoss and TakeProfit size from entry. The EA will NOT move the hard StopLoss/TakeProfit if the broker will not allow it (closer than minimum). If you would like to hide your StopLoss and TakeProfit from the broker, then set SetHardSLAndTP to false.
-The EA is ECN and 3/5 digit broker compatible.
-Users complained that if you change the timeframe, then the lines will reset. I've made a quick solution for this. In default, the parameter CanChangeTimeFrames will be true. If true, it will NOT delete any lines if you change the timeframe or turn off the EA. So if you plan on turning off the EA and you'd like the lines to be deleted, simply set CanChangeTimeFrames to false.

Questions:
"The however bit though is, I'm finding if I close a trade manually, all the trade lines and text messages stay on screen and have to be deleted manually. Is this normal?"
Woofx, the lines are deleted when a trade is closed based on the lines. If you need to exit your trade, simply move the lines. For example, you have a buy opened. All you have to do is move the StopLoss trendline above the open price of the trade. This will send a signal to the EA saying that the trade should have been closed when it crossed the line down.
Attached Files
File Type: ex4 EASY.ex4 (12.4 KB, 2518 views)
File Type: ex4 EASY_v2.ex4 (16.3 KB, 1932 views)

Last edited Aug 29, 2010 3:00am
Reply With Quote
  #2  
Old Jul 28, 2008 10:18pm
aka "Piprover"
 
Member Since Oct 2007
Default good idea

I've always wanted to be able edit a trade that way. I'll try it out. Thanks

dave
__________________
Is it Break Time yet?
Reply With Quote
  #3  
Old Jul 28, 2008 10:36pm
mphpopular's Avatar
Member
 
Member Since May 2008
Default

Nice jobs there. I guess alot will be thanksful for your idea.

This is juz like an implementation of others trading platform into MT4.

As i know, other non mt4 brokers allow them to adjust their SL and TP by juz adjusting the line on their graph. But we mt4 cant make it.

Now you've done it. I will test it on my trading and shall report to you as i saw any stuff that suspicious.

This is my printscreen.

Note all: You can adjust the line according to yourself, and once the price hit the line, the EA wil help you exit the trades
Attached Thumbnails
Click image for larger version

Name:	Pic13.jpg
Views:	1122
Size:	136.8 KB
ID:	134262    
__________________
Mph Popular Journal
Reply With Quote
  #4  
Old Jul 28, 2008 11:23pm
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Default

Quote:
Originally Posted by dkhinckley View Post
I've always wanted to be able edit a trade that way. I'll try it out. Thanks

dave
Your'e welcome.
Reply With Quote
  #5  
Old Jul 28, 2008 11:25pm
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Default

Quote:
Originally Posted by mphpopular View Post
Nice jobs there. I guess alot will be thanksful for your idea.

This is juz like an implementation of others trading platform into MT4.

As i know, other non mt4 brokers allow them to adjust their SL and TP by juz adjusting the line on their graph. But we mt4 cant make it.

Now you've done it. I will test it on my trading and shall report to you as i saw any stuff that suspicious.

This is my printscreen.

Note all: You can adjust the line according to yourself, and once the price hit the line, the EA wil help you exit the trades
Hi,
Yep, I've always thought it would help others a lot.
Regards,
Dan.
Reply With Quote
  #6  
Old Jul 28, 2008 11:37pm
Harry123's Avatar
Member
 
Member Since Jul 2008
Default Cool

This EA is cool. Thanks for sharing, OKsana17.
Reply With Quote
  #7  
Old Jul 28, 2008 11:40pm
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Default

Quote:
Originally Posted by Harry123 View Post
This EA is cool. Thanks for sharing, OKsana17.
You are very welcome!
Reply With Quote
  #8  
Old Jul 29, 2008 12:32am
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Default UPDATE!!!

------------------
UPDATE!!!
------------------
Hello everyone,

Instead of trendlines, it is horizontal lines

ENJOY!!!!!!!
Dan.
Attached Files
File Type: ex4 EASY.ex4 (10.5 KB, 1538 views)

Last edited Jul 29, 2008 10:34pm
Reply With Quote
  #9  
Old Jul 29, 2008 1:28am
Member
 
Member Since Mar 2008
Default

Quote:
Originally Posted by Oksana17 View Post
------------------
UPDATE!!!
------------------
Hello everyone,
I've made a big update to the EA.
Now, instead of just setting the stoploss and the takeprofit, you can set horizontal lines(BuyStop,BuyLimit,SellStop,Sel lLimit) too!!!

This is how:
(1)Create any horizontal line on the chart.
(2)Name it in the description:
-For BuyStop(description=bs).
-For BuyLimit(description=bl).
-For SellStop(description=ss).
-For SellLimit(description=sl).
(3)When you set it, it doesn't create the BuyStop,BuyLimit,SellStop, or SellLimit. Instead, it waits until the price reaches the horizontal line, this way, if you change your mind, or if you scalp and want to modify the pending order, you can just drag it!
(4)Remember, ONLY 1 buy and 1 sell is what the EA can handle. Do not buy 2 times or sell 2 times. To avoid that mistake, I've coded it so that if you set a BuyStop and BuyLimit, and one of those horizontal lines are hit, for example, if the BuyStop is hit, then the BuyLimit horizontal line is deleted(with the text "BuyLimit" also), and then a BuyStopLoss and a BuyTakeProfit is created for the BuyStop(which the market now reached and bought). Same thing for SellStop and SellLimit.

If there are any problems with it, feel free to tell me!

ENJOY!!!!!!!
Dan.

hi oksana,

thanks for the sharing...should we draw the line manually???

also could you pls post some chart thanks..
mohan
Reply With Quote
  #10  
Old Jul 29, 2008 1:36am
seamonkey's Avatar
Member
 
Member Since Dec 2007
Default

Wow, thats pretty kewl. Thanks for sharing. This will really help when I'm trading from my laptop. Before the order screen would take up so much screen space that I could't even see what was going on with the chart and kept having to move my screens all around.
Reply With Quote
  #11  
Old Jul 29, 2008 2:32am
bima's Avatar
Member
 
Member Since Oct 2007
Cool How to use it?

Hi Oksana,

I really need your EA, but I don't know how to use it? Mind helping me of what I have to do?

Thanks
Reply With Quote
  #12  
Old Jul 29, 2008 3:01am
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Default

Quote:
Originally Posted by mohan View Post
hi oksana,

thanks for the sharing...should we draw the line manually???

also could you pls post some chart thanks..
mohan
Yes, draw the lines(only the bs,bl,ss, and sl).
Write the name.

Last edited Jul 29, 2008 4:05am
Reply With Quote
  #13  
Old Jul 29, 2008 3:01am
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Default

Quote:
Originally Posted by seamonkey View Post
Wow, thats pretty kewl. Thanks for sharing. This will really help when I'm trading from my laptop. Before the order screen would take up so much screen space that I could't even see what was going on with the chart and kept having to move my screens all around.
Your welcome.
Dan.
Reply With Quote
  #14  
Old Jul 29, 2008 3:02am
Oksana17's Avatar
Commercial Member
 
Member Since Sep 2007
Default

Quote:
Originally Posted by bima View Post
Hi Oksana,

I really need your EA, but I don't know how to use it? Mind helping me of what I have to do?

Thanks
I've explained it on post #1 and post #8.
You need to draw the lines manually for the buystop, buylimit........but the sl and the tp are drawn automatically. Name the type of horizontal line in the name.
Dan.

Last edited Jul 29, 2008 4:05am
Reply With Quote
  #15  
Old Jul 29, 2008 3:11am
moneymate8's Avatar
Member
 
Member Since Aug 2007
Dollar

Great work! This save us alot of time, if your trading from a chart.

I've tried the latest EA, what i did was,

1. I've place the EA on the chart, and make sure its running

2. I drew a horizontal line and label bs

3. Price reaches at my bs but the was no trade enter.

Did i did any wrong? Refer to my pic for more details.

Please help me out here.

Thanks

Quote:
Originally Posted by Oksana17 View Post
I've explained it on post #1 and post #8.
You need to draw the lines manually for the buystop, buylimit........but the sl and the tp are drawn automatically. Name the type of horizontal line in the description.
Dan.
Attached Thumbnails
Click image for larger version

Name:	easy.JPG
Views:	944
Size:	70.9 KB
ID:	134320    

Last edited Jul 29, 2008 3:33am
Reply With Quote
Reply

1 Trader Viewing This Thread (0 are members)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
I'm tired of reading "I'd have made more but I made mistakes." tdion Trading Discussion 16 Jun 28, 2011 6:05pm
Broker Challenge "NDD/STP" vs. True "ECN" and "Mkt Mkr" broker talk XTrade Broker Discussion 45 Mar 13, 2011 4:05am
Who made up the title "holy grail" in the forex world and does it even exist? Cubbybgood Rookie Discussion 7 May 17, 2010 9:38pm
Doing things the "easy" way = failure? armrd08 Rookie Discussion 8 Mar 4, 2007 1:36pm