MQL4 and MetaTrader 4 - page 1656

Hello, how I can get indicator values from other time periods gotten during thestrategy testers runs, with the Livechart that goes simply by just adjusts anotherperiod parameter, but with the strategy tester run does not function it. I hopesomeone know the problem and can help.
  Empty Alert Box  (2)
What could be the reason that the alert box content is not shown? Thanks, Al
[Deleted]
Hi, I have a problem with Trailing Stop, I opened a position and added tr. stop, a"T" letter appear on the position, but it doesn't function, the marketwent up and down and exceeded the tr.stop and the position is not closed yet, canyou help? I'm doing right?
[Deleted]
Hello, How to avoid the Balance Deposit line in this FOR loop, browsing all order in theaccount history? int Ticket,o,CntOR=OrdersHistoryTotal();   for(o=CntOR-1;-1<o;o--){        Ticket=OrderSelect(o,SELECT_BY_POS,MODE_HISTORY);        if(0<Ticket){            OrderPrint();...
[Deleted]
what does the new update has ?
[Deleted]
Data loss does occur, and there are usually few copies of a source module compared to object modules copied into many Expert folders. While the original programmer can perhaps recall some of the source code , there is no way to truly duplicate what it was originally without help. Since the object
Help request for this simple alert indicator, why not working at all? int start() { double MA_Main,MA_Signal,SAR,MACD_Main,MACD_Signal, Stochastic_Main,Stochastic_Signal,RSI,RSI_Level; string Up,Down,Sound; MA_Main = iMA(NULL,0,5,0,MODE_LWMA,PRICE_CLOSE,0); MA_Signal = iMA(NULL,0,5...
-
Hello, there are a lot of things which can be improved about MetaEditor. Are taking users' comments into consideration for the development or is it worthless?
[Deleted]
I have about 15 years trading experience, and hold an MBA.  I have two platforms,one is under construction which fully automate arbitrage, both locational and triangulararbitrage on multiple data feeds.  The model works AMAZINGLY..  The OTHER,is what I am posting for..  I would like to find someone...
[Deleted]
i am new to this site and have noodled around but have not seen what i am looking for so i have some questions if any one can help i would appreciate it. 1. the expert advisor for the moving average --how does one set it up to alert when a moving average has been crossed for a specific time frame
[Deleted]
I am very happy that people like u guy are at ons aids. I am a member on this forumand i need to write an EA code to use for my BackTest data I will not mind if any one could assist. The codes goes thus: If low & high Bar1,2,3,4>13EMA If close - Open of Bar 1 + close - open of Bar2 + Close - Open...
  Adding Time  (4)
I want to draw an arrow to the right of the current bar ... e.g. at time current time+1 bar ... How should I calculate the time thanks
i am sorry , the subject is easy to be misunderstand. let me explain what i want. i want a indicator display something on 5miniutes bar,and 4h and 1h and the others display the samething as in the chart m5, which measi don't need the indicator changes in different timeframe chart. i also want when...
[Deleted]
I've scoured the API but can't find if it's possible to determine programaticallyif an object is selected. Is this possible? I would think it would be, since thatis obviously an object property and can't think of why that wouldn't be accessible.
[Deleted]
I have trading strategy based on several indicators. System simply buys after signal occurs. I wonder is there any simple method to change strategy for example from "buy next bar" to "buy 2 bars later"? Regards, Damian
Is this product just for forex, or can i use it on metals and shares. thanks dog
Hello, I was adviced by my broker, ibfx, to install the newest version of the metatraderthrough their site. So I did. But since then my EA doesn't work anymore, also notin Strategy Tester, it just doesn't give any results. While on an older build thesame EA works and the strategy tester and such...
[Deleted]
Hi, There are not accelerating keys for "Chart Shift" button and "AutoScroll" button ? Thanks, Tintin92
[Deleted]
  Please Help!!!!  (1)
Please help I am coding my new EA. But I am struggle in one bit. I want to put some constraintsin the use of my EA. As follows Trial version of the EA as to end: Minute: 15 Day: 20 Month: 6 Year: 2007 Any suggestions on how to code that. Your help is very much appreciated.
[Deleted]
I want to make my own EA and indicators. I looked at the templates and the sourcesof the EAs and indicators that other people have already created but I had absolutelyno idea what the heck they are. So, I really want to study it from basic and masterit. How can I study it? Do I need to study C...
[Deleted]
Working on a new EA with Neural possibilities to do with Statistical arbitrage,the correlation of different currency pairs and methods to exploit these. I have the outline, so if you wish to brainstorm, I would be interested if youhave done some work with it already. Giddyup
[Deleted]
Hello, I have written very basic EA that based on iOsMA for trade signals. First iOsMA uses Main set of external parameters. Now I have added one more iStDev that I want to use as a triger for use of alternative set of extern parameters for tha same iOsMA indicator It doesn work properly or...
In the code shown below I intend to display two indicators but only one indicatorgets displayed on the bar chart? what am I doing wrong ? Thanks, Joe Miller ---------------------------- #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Yellow //jm added...
  MT4 Language  (1)
If there is an MT4 Language User's Guide which explains the syntax for all commandsand/or can I click on an item when in the editor to get an explanation of a particularcommand? Thanks, Joe Miller
What does this error message mean? Thanks, Al
Does MetaEditor have a debugging facility (tool) whereby I can, for instance, haltexecution at a designated statement to observe the state of the program atthat point?
I use SendMail() for when orders open and when close by EA code. This is a Buy openexample. I need advise as to using SendMail() when orders are closed by TakeProfitor Stoploss from the Broker's server. Do I need to use OrderSelect with MODE_HISTORY?Could have a code example. Thanks in advance...
They have given me an EA ex4 and not as making it run. Can someone indicate do itto me like? Thanks.
Hi Guys I'm Trying To Send HTTP-Post request with metatrader. i tried to write a dll for this action but it doesn't.. when i call the request(); function in dll, the Script/Indicator Will stop working... here is the source code // pasargad.cpp : Defines the initialization routines for the DLL. //...
Is there a GOTO statement in MetaEditor?