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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Auto execute a trade from email signals 0 replies

Using one EA to execute with two mt4 brokers 7 replies

Execute remote MT4 trades via Twitter 21 replies

indicator alart 1 reply

Newbi alart, need halp 7 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 2
Attachments: Help me to Auto Execute Signals Alart on MT4
Exit Attachments
Tags: Help me to Auto Execute Signals Alart on MT4
Cancel

Help me to Auto Execute Signals Alart on MT4

  • Post #1
  • Quote
  • First Post: Feb 3, 2016 12:00pm Feb 3, 2016 12:00pm
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Dear All,
I have an indicator which generate Buy and Sell Alerts when there is chance. So I like those Signals alerts be automatically executed on the same MT4 platform or another. {;ease share me if you have any EA to trade signal alerts automatically.
Thanks very much.

mmswe
  • Post #2
  • Quote
  • Feb 3, 2016 12:14pm Feb 3, 2016 12:14pm
  •  hanzov
  • | Joined Nov 2012 | Status: Member | 128 Posts
Quoting mmswe
Disliked
Dear All, I have an indicator which generate Buy and Sell Alerts when there is chance. So I like those Signals alerts be automatically executed on the same MT4 platform or another. {;ease share me if you have any EA to trade signal alerts automatically. Thanks very much. mmswe
Ignored
Hello,
to execute signals on the same MT4 platfoem is a very simple thing.
Look at
http://www.forexfactory.com/showthre...18#post8727918
I put there example how to realize it with GlobalVariables.

To execute signals on another platforms, is a very different approach.
 
 
  • Post #3
  • Quote
  • Feb 3, 2016 9:40pm Feb 3, 2016 9:40pm
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Quoting hanzov
Disliked
{quote} Hello, to execute signals on the same MT4 platfoem is a very simple thing. Look at http://www.forexfactory.com/showthre...18#post8727918 I put there example how to realize it with GlobalVariables. To execute signals on another platforms, is a very different approach.
Ignored

Hi .. thanks for sharing and I would like to execute the Signals on the same platform also fine. I had look at your Indi EA but not sure if this will work for my below alert. Do I have to attach both indi to same chart to auto execute?

I have signal alert on the chart attached to as in " --> START BUY @1.45794000,SL=1.44794000,TP=1.46794000 ". Also the same alert send to my email in same format. So I like to execute that alert in certain lot. Please help.

Thanks.
 
 
  • Post #4
  • Quote
  • Feb 4, 2016 3:43am Feb 4, 2016 3:43am
  •  hanzov
  • | Joined Nov 2012 | Status: Member | 128 Posts
Quoting mmswe
Disliked
{quote} Hi .. thanks for sharing and I would like to execute the Signals on the same platform also fine. I had look at your Indi EA but not sure if this will work for my below alert. Do I have to attach both indi to same chart to auto execute? I have signal alert on the chart attached to as in " --> START BUY @1.45794000,SL=1.44794000,TP=1.46794000 ". Also the same alert send to my email in same format. So I like to execute that alert in certain lot. Please help. Thanks.
Ignored
Hello, you have attach not both indi ( it is impossible),
but indi and EA ro the same chart( it is possible)
My EA doesnot use TP and SL now, but it is possible add .
What means "execute that alert in certain lot"?
 
 
  • Post #5
  • Quote
  • Feb 4, 2016 4:17am Feb 4, 2016 4:17am
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Quoting hanzov
Disliked
{quote} Hello, you have attach not both indi ( it is impossible), but indi and EA ro the same chart( it is possible) My EA doesnot use TP and SL now, but it is possible add . What means "execute that alert in certain lot"?
Ignored
Hi Sir,
Thanks for reply. May I know the 2 files you mentioned me in your earlier reply is MomentumIndi.mq4 file and the other one name as Magic.mq4 file. Which one is EA and which one is Indicator file? I place MomentumIndi into MQ4 > Indicator and attached to chart. I can see buy and sell Arrows too. But the arrow only appear when I change the chart timing. The Indicator look impressive only problem is it wont show arrow unless change the chart timing. What do you think?

When I place magic.mq4 into Expert folder and try to attach to chart but it wont attached.

Another query is how to execute the alert from my indi which is like "--> START BUY @1.45794000,SL=1.44794000,TP=1.4679 4000" ?
 
 
  • Post #6
  • Quote
  • Feb 4, 2016 11:21am Feb 4, 2016 11:21am
  •  hanzov
  • | Joined Nov 2012 | Status: Member | 128 Posts
Quoting mmswe
Disliked
{quote} Hi Sir, Thanks for reply. May I know the 2 files you mentioned me in your earlier reply is MomentumIndi.mq4 file and the other one name as Magic.mq4 file. Which one is EA and which one is Indicator file? I place MomentumIndi into MQ4 > Indicator and attached to chart. I can see buy and sell Arrows too. But the arrow only appear when I change the chart timing. The Indicator look impressive only problem is it wont show arrow unless change the chart timing. What do you think? When I place magic.mq4 into Expert folder and try to attach to chart...
Ignored
Hello.
I am not familiar with indicator logic, I only added Global Vars to original code.
You have look at this thread
http://www.forexfactory.com/showthre...18#post8727918
from first post.
magic.mq4contains EA's code. You have open this EA in MetaEditor tool, compile and put resulting file magic.ex4 in Expert folder.
After compilation, ex4 file should exist in Expert folder automaticlly.
Try to attach magic to chart after compilation. Did you it?
if not attached, look at the Metatrader journal , copy error messages and put here.
Be lucjy!
 
 
  • Post #7
  • Quote
  • Feb 4, 2016 8:13pm Feb 4, 2016 8:13pm
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Quoting hanzov
Disliked
{quote} Hello. I am not familiar with indicator logic, I only added Global Vars to original code. You have look at this thread http://www.forexfactory.com/showthre...18#post8727918 from first post. magic.mq4contains EA's code. You have open this EA in MetaEditor tool, compile and put resulting file magic.ex4 in Expert folder. After compilation, ex4 file should exist in Expert folder automaticlly. Try to attach magic to chart after compilation. Did you it? if not attached,...
Ignored
Hello .. good morning and thanks for reply. I understand now and compiled the magic.mq4 so can attached to chart now and testing. I will let you know the result.
 
 
  • Post #8
  • Quote
  • Feb 4, 2016 9:14pm Feb 4, 2016 9:14pm
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Hi Sir,
When I attach magic EA to chart and Momentum Indi it is trading so working fine, only thing is if you could kindly add SL and TP and Trailing would be very nice including Dynamic stop using ATR if you could.

I would like to check with you if you could code an EA using last Bar close above and below MA and RSI value plus MA cross RSI strategy as I found from a ebook I got on the net. I found this work most time. If you could code I will send you the pdf.

Thanks
 
 
  • Post #9
  • Quote
  • Feb 5, 2016 2:52am Feb 5, 2016 2:52am
  •  hanzov
  • | Joined Nov 2012 | Status: Member | 128 Posts
Quoting mmswe
Disliked
Hi Sir, When I attach magic EA to chart and Momentum Indi it is trading so working fine, only thing is if you could kindly add SL and TP and Trailing would be very nice including Dynamic stop using ATR if you could. I would like to check with you if you could code an EA using last Bar close above and below MA and RSI value plus MA cross RSI strategy as I found from a ebook I got on the net. I found this work most time. If you could code I will send you the pdf. Thanks
Ignored
Ok, great. I will add SL and TP.
Send me pdf, I need look at strategy.
Lucky trading!
 
 
  • Post #10
  • Quote
  • Feb 5, 2016 4:34am Feb 5, 2016 4:34am
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Quoting hanzov
Disliked
{quote} Ok, great. I will add SL and TP. Send me pdf, I need look at strategy. Lucky trading!
Ignored
Thanks Hanz .. the magic EA actually trade the Momentumindi not yet with my Signal Alert.

Attached here is the pdf file with MA cross to code if you could. It will be better if include 20MA HIgh and Low cross as Entry signal which is not mentioned there but I feel will be better to use the MA cross.
Attached File(s)
File Type: pdf forex-power-pro.pdf   796 KB | 512 downloads
 
 
  • Post #11
  • Quote
  • Feb 9, 2016 3:39am Feb 9, 2016 3:39am
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Quoting mmswe
Disliked
{quote} Thanks Hanz .. the magic EA actually trade the Momentumindi not yet with my Signal Alert. Attached here is the pdf file with MA cross to code if you could. It will be better if include 20MA HIgh and Low cross as Entry signal which is not mentioned there but I feel will be better to use the MA cross. {image}
Ignored
Hello .. hope you had a good weekend and successful trades. By the way have you got my pdf file with strategy downloaded? Let me know if you can code as EA. Please email me the EA after you code at [email protected]
 
 
  • Post #12
  • Quote
  • May 11, 2016 8:07am May 11, 2016 8:07am
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Quoting mmswe
Disliked
{quote} Thanks Hanz .. the magic EA actually trade the Momentumindi not yet with my Signal Alert. Attached here is the pdf file with MA cross to code if you could. It will be better if include 20MA HIgh and Low cross as Entry signal which is not mentioned there but I feel will be better to use the MA cross. {image}
Ignored
Hi Hanzz,
Happy to see you back. Please have a look at this pdf file here attached to code as EA if you could help.
Thanks
Myo
 
 
  • Post #13
  • Quote
  • May 13, 2016 2:25pm May 13, 2016 2:25pm
  •  hanzov
  • | Joined Nov 2012 | Status: Member | 128 Posts
Quoting mmswe
Disliked
{quote} Hi Hanzz, Happy to see you back. Please have a look at this pdf file here attached to code as EA if you could help. Thanks Myo
Ignored
Hi mmswe,
I am also happy to see you. Thanks for pdf book.. To code this rules, we have invest a lot of time..Of course, we are not at the top, these approaches are traditional and coded a lot of times.
I proposed a different idea. I have custom EA, based on adx. It is reenginered from known EA, but changed srongly.
I propose to test it intensively. I have not opportunity regular and pernanent testing, but my results looking optimistic.
I will share EA with people who is ready to test , obligate to share final version with all fixings to them, I am requiring complete testing results in an exchange
 
 
  • Post #14
  • Quote
  • May 26, 2016 12:52am May 26, 2016 12:52am
  •  mmswe
  • | Joined Jun 2009 | Status: Member | 47 Posts
Dear Hanz
Thanks for your reply and Yes I like to test your referred EA with my broket continuously and will let you know the result then. Please share me your latest version.
Cheers
 
 
  • Post #15
  • Quote
  • Last Post: Jan 1, 2019 10:10am Jan 1, 2019 10:10am
  •  lukaduka
  • | Joined Dec 2018 | Status: Member | 7 Posts
Happy New Year to allI hope this is the right section of the forumI've just discovered this indicator that SEEMS profitable.when the trend changes the indicator alerts me with an alert.I'm not a programmer and mql5 language I do not understand anythingis it possible to have the allert open the position instead?
Attached File(s)
File Type: mq4 Trendsignal_version_2.mq4   5 KB | 274 downloads
 
 
  • Platform Tech
  • /
  • Help me to Auto Execute Signals Alart on MT4
  • Reply to Thread
0 traders viewing now
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 / ©2023