General - page 1720

Hi. Though 'WinUser32.mqh' include references to the 'HELP' button, including its return code (9), clicking on it has no effect and no code is returned. IS there any way to get this working? For the record, I have written a script with 3 options to BUY, SELL or reverse an already open position....
  Help with code  (2)
Maybe some of you codders can help me. Sometimes i need to retrieve an indicator signal for an EA and i ve been having a problem with this. Let me show you an example: ================ double atrs1=iCustom(NULL, 0, "atrstops",10,5,2.5,1); Comment( "\n atrs1: ",atrs1...
Hi, may I ask: It's possible when an EA opens an order, keep JUST that order? I mean, I want that, whean an EA opens an order, keep that order until S/L or T/P is reached, and just to open positions where there are no orders opened. Thanks in advance.
Slawa, how does MT4 determine that another instance is already running? When in a Windows session, if you try to run another instance of terminal.exe from the same directory, it activates the first instance and terminates the second. This is fine, no problem - that's how it should work. However,...
hello ... i want this indicator
I need to convert this indicator wich is in the attach to be an EA.. It will be very usful for us.. I'll explain in details when I found the helper.. Please PM if u can help.
four indicators simple ma 30 high simple ma 30 low macd 5 34 5 bollinger bands default time frame = m30 (1h) pairs: gbpusd (gbp) long buy condition : macd value> signal>0 && price go up through the ma30high , when the close of last stick is beyond ma30h buy at the (close-some pips) maybe 3pips....
On the website of the Automated Trading Championship 2007, an Interview with Eugeni Neumoin (nen) has been published (http://championship.mql4.com/2007/news/219/). Eugeni Neumoin known as nen uses functions provided by MQL4 to develop his indicator named ZUP. In this indicator, he utilizes various...
  hallo  (2)
Hallo all, i'm newbie anyone can help me in this forex inv.
Hello, fellow fxmasters!I need a great assistance concerning the usage of 1 minute, 15 minutes, 1 hour, 1 day, etc in different currency pair. Does each pair has its own unique timeframe or you can use anyone you like?Also, sometimes, 1m timeframe may indicate an upward trend while 1 hour or so...
Hello, is there any MACD indicator which shown cross value on the price chart... the dot value above is MACD cross blue and red as shown in below: the dot is manually draw by me, I dont have the indicator yet
  start()  (1)
Since last night can not get my EA to react like it used to. init() I can add to or alter and it reacts. start() does not get reached, I have added first line: Print("start() reached") but no reaction. Also Comment() function no longer works!
HI...can anyone post or code an expert advisor that buy and sell on supports and resistances? King regards
newdigital, there is a problem with the way TSD deals with windows that deal with replies to posts and PM's- when using the Opera browser. TSD is the only site on the net I've come across where this occurs. Neither is this a recent occurrance. It 'started' about a year ago and despite several Opera
  Fantail VMA for MT4  (34   1 2 3 4)
How to code this in EA. You see the code below: Just to say that Buy signal does not mean close sell orders. So if there is Buy Signal and no open trades then Open Buy. Then if there is Sell Signal and Buy order is opened then Open Sell but do not close Buy order. Buy orders and sell order are...
I noticed today that the bid price in the Market Watch window was different on that of the Chart Window for the EUR/USD. Does this usually happen? Can you please provide an explanation
why is it to facilitate when I seem at the graph of the Canadian Dollar, it is disappearing downward.
  Please Help  (6)
Hello every one . I have a problem in the expiration time . I want to make the order be expire after 1 houre , what the right code to do that??? OrderSend(Symbol(),OP_BUY ,Lots,Ask,1,Ask-loss*Point,Ask+profit*Point,"Mercury_Man",1,??????????????,Green); thank you for help me.
Hi, Can anyone help in attempting to make this indicator not repaint. Many thanks
I would like to know what questions you would ask of someone if they claim they have an EA that is producing 18% a month returns. Would it be unreasonable to see the trade history? Would it be unreasonable to ask if the EA has been used on a "live" account? Would it be unreasonable to ask how the EA...
[Deleted]
When an order is placed with a stop order and a take profit order we are placing a stop loss order as an order type of 'ON STOP', and the take profit order is a 'LIMIT' order. As LIMIT and STOP orders can been seen by the broker, the broker can push price up to take out your orders for there own...
Does anyone know of a MT4 plugin, or any other system for that matter that will allow me to step through individual candlesticks? Meaning, I'd like to setup my chart with all my indicators etc, and then essentially hit play. That way I can pick a point where I think I can make a trade, and then fast...
[Deleted]
Hello All, I want to share one of my ideas.. I have an idea creating vol level meter from Fisher indicator (i know it repaint the past but its kinda work as vol indi in real time) , so i need to know if what i need is doable and if someone is willing to do it, if yes i will share more of my ideas
Hello, Wondering, if somebody has willing to write an expert and indicator (mq4), based on simple idea?! Details for expert: The indicator we are going to use is Stochastic, which one will take signals from five timeframes at once, 1M-5M-15M-30M-1H, of currency we are working with. Rules to...
Hi, I need some help with the TD Pivot indicator. I want the indicator to show the weekly pivot lines on the daily chart. As you can see on the attached picture, the indicator builds the pivot lines of seven days instead of five days. What to do to make the indicator build the pivot and show the...
Hi, may I ask: It's possible when an EA opens an order, keep JUST that order? I mean, I want that, whean an EA opens an order, keep that order until S/L or T/P is reached, and just to open positions where there are no orders opened. Thanks in advance.
  EA needs TP/SL  (4)
I developed an EA, which takes good trades. What needs developing is Take profit/Stop loss part. I am looking for Forex people with programming skills/ideas to help sort it out. Private Messages are welcome. Image attached.
Hi all, can i code custom indicator such as T3 inside an EA ? the reason is, dont want to have any custom indicator..thanks