Can we making an EA based on indicator's alert only - page 2

 
Automated:

Do you see these alerts in any other window as well ? like expert window, journal window, etc. Have you checked any other window ?

Or are the alerts displayed at the top left corner of the chart window only ?

thank you

Hello,

The only alert is in pop up alert window, I've just check other windows and there's no alert in it.

Thank you
 
Automated:

Do you see these alerts in any other window as well ? like expert window, journal window, etc. Have you checked any other window ?

Or are the alerts displayed at the top left corner of the chart window only ?

thank you

@Automated


I have the same problem as @devillian1899. No objects, but the text of the alert-window (the window which creats after calling Alert(...)) beside the yellow bell is writin g in the expert window (I mean the tab of the terminal-window!)


SELL: EURJPYFXF @ 135.89


This is an example for this signal in the alert-window and this tab.


How can I transform this message in my own programm (EA)?


Thanks

 

Alerts show in /experts/logs

parse the text of the daily log file and find your alerts

$ cd "D:\Program Files (x86)\MetaTrader\FxPro MetaTrader\experts\logs"
$ grep -Ei alert *
20090807.log:00:00:07 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52036.57 Average per Order = $282.81 Average Profit per Lot = $60.66 Lots Traded = 445.70
20090807.log:00:10:09 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52130.47 Average per Order = $283.32 Average Profit per Lot = $60.87 Lots Traded = 445.70
20090807.log:00:20:02 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52173.87 Average per Order = $283.55 Average Profit per Lot = $60.97 Lots Traded = 445.70
20090807.log:00:30:03 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52373.17 Average per Order = $284.64 Average Profit per Lot = $61.42 Lots Traded = 445.70
20090807.log:16:37:03 Phy__Trade Alert GBPUSD,M15: loaded successfully
20090807.log:16:37:03 Phy__Trade Alert GBPUSD,M15: initialized
20090807.log:16:37:04 Phy__Tick Bars with History EURGBP,M15: Alert: ReadTickHistory Failed
20090807.log:16:37:04 Phy__Tick Bars with History GBPUSD,M15: Alert: ReadTickHistory Failed
20090807.log:16:37:04 Phy__Tick Bars with History USDJPY,M15: Alert: ReadTickHistory Failed
20090807.log:16:40:13 Phy__Trade Alert GBPUSD,M15: Alert: AccountEquity = $29516.27 Average per Order = $143.98 Average Profit per Lot = $8.72 Lots Traded = 517.90
20090807.log:16:47:14 Phy__Trade Alert GBPUSD,M15: deinitialized
20090807.log:16:47:14 Phy__Trade Alert GBPUSD,M15: uninit reason 3
20090807.log:16:47:14 Phy__Trade Alert GBPUSD,M1: initialized
20090807.log:16:50:16 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $30827.85 Average per Order = $150.38 Average Profit per Lot = $11.25 Lots Traded = 517.90
20090809.log:02:13:29 Phy__Trade Alert GBPUSD,M1: deinitialized
20090809.log:02:13:29 Phy__Trade Alert GBPUSD,M1: uninit reason 1
20090809.log:02:13:29 Phy__Trade Alert GBPUSD,M1: removed
20090809.log:21:05:22 Phy__Trade Alert GBPUSD,M1: loaded successfully

 
phy:

Alerts show in /experts/logs

parse the text of the daily log file and find your alerts

$ cd "D:\Program Files (x86)\MetaTrader\FxPro MetaTrader\experts\logs"
$ grep -Ei alert *
20090807.log:00:00:07 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52036.57 Average per Order = $282.81 Average Profit per Lot = $60.66 Lots Traded = 445.70
20090807.log:00:10:09 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52130.47 Average per Order = $283.32 Average Profit per Lot = $60.87 Lots Traded = 445.70
20090807.log:00:20:02 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52173.87 Average per Order = $283.55 Average Profit per Lot = $60.97 Lots Traded = 445.70
20090807.log:00:30:03 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $52373.17 Average per Order = $284.64 Average Profit per Lot = $61.42 Lots Traded = 445.70
20090807.log:16:37:03 Phy__Trade Alert GBPUSD,M15: loaded successfully
20090807.log:16:37:03 Phy__Trade Alert GBPUSD,M15: initialized
20090807.log:16:37:04 Phy__Tick Bars with History EURGBP,M15: Alert: ReadTickHistory Failed
20090807.log:16:37:04 Phy__Tick Bars with History GBPUSD,M15: Alert: ReadTickHistory Failed
20090807.log:16:37:04 Phy__Tick Bars with History USDJPY,M15: Alert: ReadTickHistory Failed
20090807.log:16:40:13 Phy__Trade Alert GBPUSD,M15: Alert: AccountEquity = $29516.27 Average per Order = $143.98 Average Profit per Lot = $8.72 Lots Traded = 517.90
20090807.log:16:47:14 Phy__Trade Alert GBPUSD,M15: deinitialized
20090807.log:16:47:14 Phy__Trade Alert GBPUSD,M15: uninit reason 3
20090807.log:16:47:14 Phy__Trade Alert GBPUSD,M1: initialized
20090807.log:16:50:16 Phy__Trade Alert GBPUSD,M1: Alert: AccountEquity = $30827.85 Average per Order = $150.38 Average Profit per Lot = $11.25 Lots Traded = 517.90
20090809.log:02:13:29 Phy__Trade Alert GBPUSD,M1: deinitialized
20090809.log:02:13:29 Phy__Trade Alert GBPUSD,M1: uninit reason 1
20090809.log:02:13:29 Phy__Trade Alert GBPUSD,M1: removed
20090809.log:21:05:22 Phy__Trade Alert GBPUSD,M1: loaded successfully

Thanks,


but the alert is an ordersignal!!!, eg." SELL: EURJPYFXF @ 135.89", and my EA have to take a part of this signal, e.g. 135.89, and init a sell-trade. How can get my EA this 135.89 from the /experts/logs und process in a sell-trade?


This is the problem!


What is the solution?


tarderdoc

 

Dear Automated,

Can you please tell me if you can create an EA with fibonacci mystery Indictor. I find this indicator quite useful for giving signals but due to the lack of time from my full time job I can't follow thw signals properly. If you can make an EA who can follow the signal arrows from this indicator than we all can make good profits with that.

Thank you all and waiting for your soonest replies about this...

My direct email is (waqasriaz1987@gmail.com) if you wanna contact me via email for sooner responses.... 

 

Thanks Again,

Waqas Riaz 

 
waqas1987:

Dear Automated,

Why are you replying to a post that is over 3 years old ?  do you expect a reply from the poster ?

Do you like SPAM ?  you might want to remove your email address from this public Forum where it can be seen by anyone.
 

Hi folks!

Can anyone put together a Williams% range overbought/oversold audible alert for me?

I have NO IDEA about coding- just to make that clear.

All I require is something I can download, then drag onto my screen.

Thanks in advance!

Reason: