MQL4 and MetaTrader 4 - page 1290

I have expressed my needs for help in programming a "Scanner / Sorter" with the tile of 100%+ Profit each month without any Automation-Still need Direction-See Attached I included my demo statement hoping a few aggressive programmers would be interested in this project. I have had many replies from...
[Deleted]
  Hedging Script  (1)
OK this is probable a simple question. I have written a EA to open and trade and set the take profit and stop loss,I know very basic but I want to develop it a bit further. I want the script to be able act as a hedge. If the trade continues in awinning direction the EA monitors and does nothing, if...
[Deleted]
Hi folks, Can someone please tell me what is the expected value of following expression (CCI_0 < -100) when... 1. CCI_0 = -126 .... i expected expression = true 2. CCI_0 = -98 ... i expected expression = false i am getting different results
[Deleted]
Hi. I keep on getting this message every time I try to sell my stock: Hedge is prohibited. Does anyone know why? I know nothing about this program can someone please help me? Thanks
Hey! I would like to have 3 SMA's on H1 chart. All have period 23 but different time frame. One should use H1, second H4 and third D1 time frame. Is this possible to write. Thanks!
[Deleted]
On a one hour chart displaying candlesticks for a particular currency symbol.. how many ticks make one bar?? i.e. between previous bar and current bar how many ticks can one anticipate?
[Deleted]
thanks you guys
[Deleted]
will custom indicators that work in MetaTrader 4 also work in MetaTrader 5? or will they need to be converted?
Hi, I wanted to use an input box with my script, but because windows api doesn't have this function nor MQL, a DLL is needed for this. I found one on the forum, so I downloaded it and put it on MetaTrader 4\experts\scripts folder (also tried experts and metatrader folder). I wrote this on the script...
Hello, I have one line i my EA that looks like this: if (Close[1] < Close[5]) then something I want to add 50pips to Close[5] so i did this: extern int AddPips = 50; if (Close[1] < Close[5] + AddPips), but it doesn't work. What am i doin wrong ? Thanks for your reply in advance.
Hi, Newbie question here. I'm trying to code an EA so that it opens a BUY trade when ma1 reverse direction, ma2 moving up and rsi moving up. The code I came up with is: ma1[2]>ma1[1]<ma[0] && ma2[1]<ma2[0] && rsi[1]<rsi[0] Would the code be correct? Thanks
If I wanted to combine 4 different indicators into one & have a buy/sell alert appear when all 4 meet the right criteria, would it be possible to do this in MQL4?
Hi, I have a custom indicator called the Hodrick-Prescott filter, but it's not a "normal" one: normally this filter recalculates the past, but this one, if you do a visual-mode backtest with an empty EA, and you put it on the chart, it shows you what it would look like in a "dynamic environment"...
  Your opinion...  (117   1 2 3 4 5 ... 11 12)
http://www.onix-trade.net/?act=monitoring_stat&xid=21628&lang=ru
  Dual Monitor  (1)
Hi, I am adding a 2nd monitor to my forex setup, I understand I will need a new graphic's card, the one I have will not do the job. (1) Can any of you guys point me to a good Graphic's Card that will run 2 monitors, (2) Can I also ask, when the dual monitor setup is up and running, will my mouse be...
[Deleted]
Hello there, I would like to write an EA or indicator that detects when the market is over lapping (see attachment) between the bid and ask levels. It must over lap at least 3 times before the alert is given, does anyone have any ideas on how to do this ? It must not give any alert when they do not...
Hi all, Does anyone is familiar with a meta trader app for android? I'm using a Google Nexus One, it runs Android v2.1. It seems like metatraderandroid.com is not working anymore.
New article Creating Multi-Colored Indicators in MQL5 is published at mql5.com: In this article, we will consider how to create multi-colored indicators or convert the existing ones to multi-color. MQL5 allows to represent the information in the convenient form. Now it isn't necessary to look at the...
I am simply wanting a way to close out all my trades regardless of currency pair, long or short @ the same time. I am very new to this..any help would be appreciated.
i see green doted and continuous bias and key level lines in my M1 another time frame charts. i notice that marker reverse when reaching these lines. so i think a Expert Advisor can automatically open trades on these levels. so can somebody give me code that calculates all bias and key...
B"H Hello, Using the strategy tester, positions of a volume larger than 100[Lots] are not allowed. How can I change this limitation to a higher number? Thanks.
Hi guys, I'm having some trouble in my EA and so I need to debug it. It's a pain in the ass to use Print through the whole program, and I need it to be executed step by step to know what's going on. So my idea was to switch everything into a C code and debug it with GDB. To be able to do that I need...
hi i has indicator D-Wave indicator TD_DuWaveUp.mq4 use in Up trend only,,,, i need for use at Down trend too. if your has it can share for me pls. Nickii
-
I am working on creating the D-Wave indicator (basically a mechanized elliot wave). I am running into an issue where the indicator will start drawing the lines correctly but then will skip a few waves. For example in the picture below my indicator is drawing waves 1-4 but then skips wave 5 and...
[Deleted]
why my EA does not open orders? someone help please!! //+------------------------------------------------------------------+//|                                                        SHAUL.mq4...
I have noticed if the price moves up/down fast trailing stop will not work once the price reaches a broker's stop level. For example, Stop level =20, Opening price=1.30000, Trade Type=buy. As per trailing rule if the BID price reaches 1.30020, trailing stop must trigger and 1.30000 be placed as your...
[Deleted]
Im trying to back testing my EA and I get this error in the journal 2010.07.30 13:55:48 TestGenerator: unmatched data error (high value 1.2801 at 2010.05.11 00:00 is not reached from the least timeframe, high price 1.2792 mismatches) 2010.07.30 13:55:45 TestGenerator: unmatched data error (volume...
[Deleted]
  debugger  (2)
Hi, Is there debugger for MQL4 ? Thanks,
[Deleted]
Hi, I'm simply trying to create a custom indicator that produces the simple quotient of (current bid / current triple exponential moving average figure). Any help on making this functional would be most appreciated. Thanks for your time......
i would like to have the signal alert & take profit levels of this indicator displayed in the upper right corner of the creen, but it could probably only be done if the Comment is replaced with an object. i haven't had any luck on my own, hoping for some help here, as I am an MQL4 NOOB. Thanks,...