General - page 1703

  Trading Group  (9)
I found a video from youtube which is an informative one. https://www.mql5.com/go?link=http://youtube.com/watch?v=d9FEHjFMEkc. This trading group sounds very interesting. I heard that people are having good results with this. Anyone tried this one?
  Bar
Hi there, I've noticed some strange bar behaviour when launching the MT4 terminal with a pre-existing indicator on a chart. This is the output of a very simple indicator that just prints details of the last 5 bars in a chart every time the start() function is called. It is run on a 1 min chart...
Does anyone know what the monthly technical outlook is for the EUR, GBP and JPY currencies and for EUR/GBP, EUR/JPY and GBP/JPY pairs? Here's a good article from fxstreet, Monthly Technical Outlook
Does anyone know how to make a second buffer that is a Smooth Moving Average of the first buffer in the Accumulation/Distribution indicator? If so, how can it be done? Visually, what I want to see, I can do manually, but need it coded. To do it manually: 1. Place Accumulation/Distribution indicator
Hi, Is there any way how to detect whether the indicator is restarted from the compiling operation or from the editing property values drop down window?
  trading on 9/11  (1)
Hi, has anyone actively traded around 9/11? What was happening then? Which broker were you trading with? What about liquidity?
Hi, This certainly is not the most appropriate place for my post but I am sure it's gonna be of interest for many of us: Actually, it's said that in Forex you cannot lose more money than you have on you r trading account. But is that really the case? I mean, sure you're stopped out at one place...
  ProfitOnSymbol  (19   1 2)
I've created an indicator that others may or may not find useful. Essentially you no longer have to have the "trades" section at the bottom of your screen. It will show you the total profit and profit on that symbol, so there's no need to look down or have it enlarged. When big is set to "true" you...
Hi there, Question regarding #import Lets say I have an expert called myexpert.mq4 that has the following function definition... ///// Code for myexpert.ex4 expert #import "mylib.ex4" #import int AppFunc() { // Do some stuff return (0); } Notice that the "myexpert" expert imports a library called...
Someone passed me an EA that showed a reasonable equity curve backtested on eur/usd daily chart with the attached settings. Please feel free to try out different parameters values to obtain even better results and share the settings here so that everyone can benefit from it.
A Better Way To Code III think MT4 chart programs should be split up into 2 types: 1) DISPLAY or FRONT END 2) WORK or CALCULATORS The display programs would be: 1) Chart window plot 2) Separate window plot 3) DASHBOARD 4) Digital Compass 5) Gauge 6) Meter 7) Multi Meter 8) History bars The work...
Is there a way to get the time zone offset from GMT of the broker's charts from a command that can be used in indicators and experts? If not, could something to do this, be added to the next Build? For example it would be great if a function or command such as MarketInfo(Symbol(),MODE_GMT); or...
Hi, I would like to send email alerts to several emails at once. The Metatrader help file indicates that only one address will be picked up that is entered in the email tab under options. For example I tried "email1@server.com,email2@server.com" and of course no success. Will using the...
Hi all, I've been trying to find out what devices is actually supported. There is a wide range of Windows Mobile phones with different screen resolutions like: 240x240 240x320 320x240 640x480 800x480 Would Metatrader run on any of these? I am especially interested to know what happens at...
ObjectGet() can't return which window the object belongs to, when a script run on a subwindow, it even has no way to know which window it runs on? the subwindow's shortname? WindowOnDropped() only return the window id when using mouse dragging, thus it always return 0 when use hotkey to...
  Strato - RIP  (8)
Some of you may have known Strato, who used to post a lot at SBFX. I saw this notice in another forum. On Friday evening, June 6 2008, Craig Smith (a.k.a. Strato) passed away. He was a great friend and mentor to many people, and had a big heart. He suffered for over six months from non-hodgkins...
  Buffer problem  (7)
Hi all, I asked this question in another forum but it was moved, I think it was meant to be moved to this one but instead it got buried in another thread. I know a little about MQL programming but not enough to solve this problem! I'm trying to create an indicator with two buffers. The values held...
With the method that I trade, nothing is initiated until ADX rises above 30. In order not to have to remained glued to the computer, I was hoping that someone can code in an alert sound. I would like an alert sound to get my attention once ADX rises above 30. I've attached the indicator that I have...
I'm asking this as a general survey to see what kind of DD you would REALISTICALLY accept to gain 20% a week. (Realistic is the keyword there!) Just curious. Thanks! (No I'm not making 20% a week, just a question)
Hi, I'm always use EMA 50 as my major guideline for my entry and TP. EMA 50 can be temporary support & resistance. I'm using M1 chart to enter position and see how much the different current price from EMA 50 on M5 chart as my first target and M15 as next target. Can someone help me to do simple
Is there a way to set pending orders(s) to enter a single position with 4 lots and, at the same time, set orders to take profits at +50, +100, +150, +200. The 'help' mentions "opposite positions", but this does not appear in the "type" window as described. I have tried searching the forum without...
I have a very simple question, is anyone using futures (of the same currency) as an indicator on their spot trading strategy? Does anyone know if there are any indicators that plot available futures prices for the pair to the screen?
Hi there, Strings are a bit quirky in MQL and I am struggling with a bit of code that employs string references as parameters to functions. Rather than go into detail about the code in question, here is a simple example script that highlights the problem....
Anybody know anything about running terminal.exe as a service under Server 2003 ? I appear to have set it up correctly, and it works if I start the service manually, but doesn't start up automatically. Any thoughts appreciated Mark
Hi, I was trying to make an indicator with bars displayed in the separate window. Similary like Heiken Ashi indicator shows bars in the chart window. I've changed #property indicator_separate_window in the HAS indicator but the result is not what I've expected Is it possible to make bars in the...
Hedge fund traders Reposition for Price Drop in copper Hedge-fund managers and other large speculators reversed from a net-long position to a net-short position in New York copper futures in the week ended June 3, according to U.S. Commodity Futures Trading Commission data. Speculative short...
HI, I would like to insert in my expert advisor a DAILY LIMIT LOSS (different from a stoploss used by the trade committed). Idea underlying permit to lose a few pips per day to EA, it stops during the day when it overpass this limit, then it starts again the next day. How to codify the language...
Hi there, When writing a MT4 library is there a means programtically of determing whether the code is being called from an Expert, Script or Indicator? For example... void some_function() { if (IsScript() == TRUE) { // Do some script stuff... } else if (IsExpert() == TRUE) { // Do...
[Deleted]
Just want to say "hello" to all here on fxfisherman.com. Yours makra