Forex Factory
  • Login

  • Username: Password:
  • 10:42pm

  • Search
  • Home

  • Forums

  • Trades

  • Calendar

  • News

  • Market

  • Brokers

Options

Search
Search
Search

Subscribe to Thread

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Is the "system" part really so easy to come by? 86 replies

I'm tired of reading "I'd have made more but I made mistakes." 16 replies

Broker Challenge "NDD/STP" vs. True "ECN" and "Mkt Mkr" broker talk 45 replies

Who made up the title "holy grail" in the forex world and does it even exist? 7 replies

  • Commercial Content
  • /
  • Reply to Thread
  • 16

"EASY" EA-Trading made easier

  • Last Post
  • First Unread
  •  
  • Page 1 23456 10
  •  
  • Opened Jul 28, 2008 | Never Closes | 127 Votes
  • Poll Results
Is the "EASY" EA useful for YOU? Show Voters
Yes, of course 105 Votes 82.68%
No, it's the worse! 22 Votes 17.32%
  • Post# 1
  • Quote
  • First Post: Jul 28, 2008 10:08pm | Edited Aug 29, 2010 3:00am
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
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 KB | 3,026 downloads | Uploaded Jul 29, 2008 10:31pm
File Type: ex4 EASY_v2.ex4   16 KB | 3,015 downloads | Uploaded Aug 8, 2010 3:46am
  • Post# 2
  • Quote
  • Jul 28, 2008 10:18pm
  • dkhinckley
    Joined Oct 2007 | 81 Posts | Status: aka "Piprover"
I've always wanted to be able edit a trade that way. I'll try it out. Thanks

dave
Is it Break Time yet?
  • Post# 3
  • Quote
  • Jul 28, 2008 10:36pm
  • mphpopular
    Joined May 2008 | 1,236 Posts | Status: Member
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 Image (click to enlarge)
Click to Enlarge

Name: Pic13.jpg
Size: 137 KB
  • Post# 4
  • Quote
  • Jul 28, 2008 11:23pm
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting dkhinckley
I've always wanted to be able edit a trade that way. I'll try it out. Thanks

dave
Your'e welcome.
  • Post# 5
  • Quote
  • Jul 28, 2008 11:25pm
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting mphpopular
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.
  • Post# 6
  • Quote
  • Jul 28, 2008 11:37pm
  • Harry123
    Joined Jul 2008 | 245 Posts | Status: Member
This EA is cool. Thanks for sharing, OKsana17.
  • Post# 7
  • Quote
  • Jul 28, 2008 11:40pm
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting Harry123
This EA is cool. Thanks for sharing, OKsana17.
You are very welcome!
  • Post# 8
  • Quote
  • Jul 29, 2008 12:32am | Edited at 10:34pm
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
------------------
UPDATE!!!
------------------
Hello everyone,

Instead of trendlines, it is horizontal lines

ENJOY!!!!!!!
Dan.
Attached File
File Type: ex4 EASY.ex4   10 KB | 1,812 download
  • Post# 9
  • Quote
  • Jul 29, 2008 1:28am
  • mohan
    Joined Mar 2008 | 190 Posts | Status: Member
Quoting Oksana17
------------------
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
  • Post# 10
  • Quote
  • Jul 29, 2008 1:36am
  • seamonkey
    Joined Dec 2007 | 98 Posts | Status: Member
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.
  • Post# 11
  • Quote
  • Jul 29, 2008 2:32am
  • bima
    Joined Oct 2007 | 8 Posts | Status: Member
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
  • Post# 12
  • Quote
  • Jul 29, 2008 3:01am | Edited at 4:05am
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting mohan
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.
  • Post# 13
  • Quote
  • Jul 29, 2008 3:01am
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting seamonkey
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.
  • Post# 14
  • Quote
  • Jul 29, 2008 3:02am | Edited at 4:05am
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting bima
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.
  • Post# 15
  • Quote
  • Jul 29, 2008 3:11am | Edited at 3:33am
  • moneymate8
    Joined Aug 2007 | 32 Posts | Status: Member
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

Quoting Oksana17
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 Image (click to enlarge)
Click to Enlarge

Name: easy.JPG
Size: 71 KB
  • Post# 16
  • Quote
  • Jul 29, 2008 3:22am
  • CTGUY
    Infractions Overload | 902 Posts | Joined Jun 2008
I wish you good luck on your new EA.

As a suggestion, can you place the most updated version of your EA on the first post? You can always edit and add it on the first post which will allow everyone to find it without searching for the EA. Maybe also consider posting a message stating that your placing the most updated EA on the first post.

Good Luck and keep up your excellent contributions.
"To Be A Successful Forex Trader, You Need A Successful Forex Mentor."
  • Post# 17
  • Quote
  • Jul 29, 2008 3:23am
  • limcs
    Joined Sep 2006 | 90 Posts | Status: Old Rookie
that's what i need
  • Post# 18
  • Quote
  • Jul 29, 2008 4:06am
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting moneymate8
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
Hi,
Sorry!!!
I didn't mean "description", I mean the "name" part.
Dan.
  • Post# 19
  • Quote
  • Jul 29, 2008 4:07am
  • Oksana17
    Commercial Member | 817 Posts | Joined Sep 2007
Quoting limcs
that's what i need
Hi,
It's not an indicator, it's an EA, and Your'e welcome.
Dan.
  • Post# 20
  • Quote
  • Jul 29, 2008 4:34am | Edited at 4:39am – miss a word
  • moneymate8
    Joined Aug 2007 | 32 Posts | Status: Member
Hi,

Thanks, It works now..

Will keep trying it..

Can i add more suggestions into this EA?

1. Auto-trail x pips when x pips in profit

2. Auto-breakeven with x pip extra (to cover spread or lock in profits) even when x pips in profits.

3. Multiple lots exits at certain prices per lot
EG: First Target, exit at x lot with x pip profits and x stops,
Second Target, exit x lot with x pip profits and x stops,
Third Target, exit x lot with x pips profits and x stops.


4. Reverse the trade when hit stop lost or profit target.

5. Each time when we draw a horizontal line at chart for buystop/buylimit/buy to cover short, add options for plus with spreads, yes or no. if yes, when we draw buystop at price 100.00 at the chart, it will buy at bid price - 100.02 (2 pips spread) - this is an important features for most chart trader. Thats when this options is selected as yes, it will always buy at bid prices when you draw at chart (ask price).


ps - x = numbers, 1,2,3,4 and so on.

Thanks

Quoting Oksana17
Hi,
Sorry!!!
I didn't mean "description", I mean the "name" part.
Dan.
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Commercial Content
  • /
  • "EASY" EA-Trading made easier
  • Reply to Thread
    • Page 1 23456 10
0 traders viewing now
  • More

©2013 Forex Factory, Inc. / Terms of Use / Privacy Policy

Forex Factory® is a registered trademark.

Connect

  • Facebook
  • Twitter
  • RSS

Company

  • About FF
  • FF Blog
  • Careers at FF
  • Advertising
  • Contact FF

Products

  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer

Website

  • Homepage
  • Search
  • User Guide
  • Member List
  • Online Now
  • Report a Bug