General - page 1920

CCM Trading system of 4 indicators: - CCM2Trend.mql (colors the bars); - NRTR_Stop_v1.mql (S/L) - NRTR_WATR_Signal_v1.mql (signals); - SlowStohastic.mql (filter).
  CHART ALARM!  (2)
IS IT POSSIBLE TO INSTALL SOME KIND OF ALARM FOR "CONSOLIDATION LINE BREAK OR TRENDLINE BREAK" OR SOME KIND OF ALARM SO WE DON'T HAVE TO SIT BESIDE COMPUTER ALL DAY AND STARE IN SCREEN! MUCH APRECIATED! MEANING WHEN PRICE BREAKS LET SAY RESISITANCE OR SUPPORT LINE OR TO PLACE ALARM AT CERTAIN PRICE...
Will you provide 64bit code version of MetTrader? This could improve many tasks, especially System tester
  Fractals  (312   1 2 3 4 5 ... 31 32)
Fractal signal indicator
Question for developers: I am writing an Expert Advisor. On a daily bars for example. In testing mode future prices from the current bar are available in the system. For example, if EA is at -20 day from the last day. I want to access prices for 5 days in the future from -19 to -14. These prices...
Hi guys, My program print : Error 138 In the description of the error 138, we can read : requote can anyone give me more detail on that?
Put this custom indicator on a MT4 chart - any symbol, say H4 timeframe. Just make sure the symbol is moving - not in consolidation. #property indicator_chart_windowint start() { double ma = iMA(NULL, 0, 2, 0, MODE_SMA, MODE_CLOSE, 0); Comment("ma = ", ma); return(0); } Now...
I have created a sub folder in the indicators folder. How can I bring new file from sub folder to Indicators Drop Down Menu in the Terminal window. Or how can I execute indicator from my sub folder? Is it possible?
I' ve just started with MT4 and I'm still not sure how to do dome thingd and if they are possible. For instance, I want to make an Expert advisor based on 2 indicators. I should go like this: if (conditions_met_by_indicator 1 && cond_met_by_ind2) go short/long Is there any way to do it? TIA
I am new to the community ... my first post here. Hope this is not a real stupid question: I saw a post for this same question ... but no answer. Does anyone have a method for returning the current color of the Awesome Oscillator within Meta-Trader? MT4 has a function for returning the numeric...
Triangle Trading method "My plan for trading the Futures Markets" David N. Windover
Dynamic Breakout strategy
  History Center  (1)
I have only 3 months of data in my history center. How do I extend it? Thanks Ran
I am still thinking about connection of two indicators. I need count moving average of momentum in my code for Expert Advisor. When I made a custom indicator, it was fine, I calculated momentum in buffer and then I used iMA for counting MA of momentum. But in Expert Advisor it dosn't work. I attach...
I thought that, at one point, MQ said by hitting REFRESH you can force the EA to run the Start() function just like it does on a tick. But this doesn't actaully happen. It would be very helpful if you could make the REFRESH button run the EA. ...just the Start(), not Init().
How do I set a sound alert when an indicator gives signal? and can I set the font size and color when I use comment("")? thanks
  Community of Expertise  (110   1 2 3 4 5 ... 10 11)
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
How reliable is the Strategy Tester in MetaQuotes 4? It seems my Expert Advisor strategy is always in the deep negative when the Expert Advisor Strategy Tester is done (F6), but when traded live it is in the positive. What are the perameters for the most accurate results when running (F6)? I am...
  Ichimoku - KS Expert 1.5  (43   1 2 3 4 5)
I havent tested but i believe this expert enters based on kijun break also may use a slope detect to stay out of flat markets 30 min may be favored
Hi all, I have problem with reading signals from indicator to expert. I attachet indicator and screen there http://www.gorski.vel.pl/mysite/pliki.php5?idthema=13 The problem is like this: This indicator (with you can get from here http://www.gorski.vel.pl/mysite/files/file_27.mq4) shows red line...
Hi I would like to know if someone could write a expert for me that would place a trade on a date and time that I could change when needed. And close after a certain profit is made. Thanks in advance, I know nothing about programming. I use metatrader 4.
//+------------------------------------------------------------------+ //| fortune-fifty.mq4 //| total. total@bajzel...
  Zig Zag  (2)
hello, does anyone know how I can call the Zig Zag indicator from an expert? For example the iMACD() function calls the MACD indicator. What calls the Zig Zag indicator?
First, I want to thank you for including the input parameters in the Strategy Tester Report. A very much welcomed improvement. I am seeing buy orders being allowed to close about 10 pips above the bar's high (the bar that contains the closing time of the order). Many of these occur when the...
Will Metaquote consider adding a fibonacci extension/expansion tool to Metatrader to enhance the Fibonacci tools available for users
  hello about MT3  (2)
hello when i download MT3 and want to register,when i registered and clic to open it for the first time,there is a message saying can t connect, you must open the port 1950 i got an adsl modem and at the time ,it was working great. please how can i do to do it...
I have some custom indicators in a file that I want to place into platform how do I do this thanks
The Help - Dictionary in Navigator is written in html code, it should be viewed similar like html pages. But I can see the code only. In few cases I can see normally, for example indicator Aligator, but in almost cases there is only code. I have got the latest version of MT(184), ME(183). In...
Does anyone have the MQL4 code for a Linear Regression Slope (oscillating around zero, and not to be confused with the Lin Reg Indicator or Lin Reg Trendline), or alternatively for the very similar Moving Slope Rate of Change? Ideally I’d like to cut and paste the code from a WORD document...