General - page 1653

If you compile this code, it will cause tree optimize error, and crash MetaEditor (5.0.0.244)! void TestMath6(long lParam) { //if directly assign value to lLocal, will cause //tree optimize error 1 1 //long lLocal=lParam; long lLocal=555; long...
  Forex Tips by Stevenglobal  (15   1 2)
I like this forum better than others. I've decided to write some tips for you guys out there who are trying hard enough to stay alive in the forex. I'm writing something that most people would not like to see and ignore. First of all, There are 8 patterns of playing to win and loss in the forex....
  New Pip - system no EA  (38   1 2 3 4)
I wont to start that thread coz soon i will lunch my signal system named New Pip It is completely manual system whit no EA baste on price action The signals are providet 24 h a day 5 day a week The system is not grail but the profits as you all will see are constant ID: 30311 on RAS
Any coders willing to add email and sound alert to the attached indicator? Any help is much appreciated!
Build 244 According to the help file of function "ArrayInitialize", it says that "It's not recommended to initialize index buffers in the OnInit() function of custom indicators, because they are automatically initialized byEMPTY_VALUE when buffers are distributed and re-distributed." But when I...
i've downloaded mt4 free version, can i install a "forex signal" or a "robot" application from a 3rd party on in ? since this is a free mt4, will there be a free period after which i must purchase mt4 ?
[Deleted]
Hello, If you see diagrams on websites/images, maybe you wish to have an crosshair like in metatrader. After small research, here's a small tool: Mike Lin's Home Page Greetings
MathFloor (any value) return 0. MathCeil (any value) return 1. MathRound() is right
Hello; I am a conservative trader that wishes to trade when price is moving the same direction in all the time frames. The attached indacator, AllFramesTrend suits my trading style. I think it could be better if it had an alert feature. Can or would someone add the standard alert message and alert
Hi everyone, I am having problems with the historical data. I am able to get 30 minute historical data all the way until Jan 2004, however for 5min historical data I can only get until March 2009... anyone know how to get more? Also i'm trying to make price alerts... like the following 2.. anyone...
I am new to MetaTrader and I have been using another program that I have had to go to great lengths to get the past Tick data to get accurate results for strategy backtesting. Meaning I wrote DLL to retreive the Tick data and then retreive the tick data for each time interval in my strategy. I did...
After jumping to a var/function definition, is there any keyboard shortcut to go back to the original place (to the place where Alt-M or Alt-G was used last)? If there isn't, I think it would be a good and highly usable feature. Recommend adding it. Thanks.
Hello All, I was just wondering if you know of an Indicator or System that doesn't loose twice consecutively? Thank you
What is the trick to consistently get the vital statistics to show up in the temporary box on the chart beside a candle when I rest my cursor on that candle?
In MT4, there is a error code "ERR_END_OF_FILE". When using GetLastError(), user can know when reaching the end of file. But in MT5, there is no such a error code, how to do the same work in MT5, just like in MT4? Thanks
Hello, I would like to know at any given moment what is currently the strongest/weakest currency in the market. I figured that it would help me a lot if in the "market watch" window i had a daily change indication for each trading pair (Symbol: Bid; Ask; High; Low; Daily Change). Is there any
Hello, I would like to know at any given moment what is currently the strongest/weakest currency in the market. I figured that it would help me a lot if in the "market watch" window i had a daily change indication for each trading pair (Symbol: Bid; Ask; High; Low; Daily Change). Is there any
Because CopyBuffer() return int. But I don't know how to deal the checking . Indicator.mqh bool CIndicator::GetData( int start_pos, int count, int buffer_num, double & buffer[]) bool CIndicator::GetData( datetime start_time, int count, int buffer_num, double & buffer[]) bool CIndicator::GetData(
I have a open position on USDJPY.I run this code: SymbolInfoDouble("USDJPY",SYMBOL_TRADE_TICK_VALUE,sd);SymbolInfoDouble("USDJPY",SYMBOL_TRADE_TICK_SIZE,sd); Why the sd is 0? MQLmagazine.com
Hi MetraTrader team, I use MT4, a legacy 32 bit XP application, to optimize multi-variable multi-currency multi-indicator multi-algorythm EAs. In a desperate attempt to cut the processing time down, I just got a very powerful 64 bit 12GB I7 machine, but...as you already know it did not do the...
Just a general observation. My MT5 uses nearly 500Mb of RAM compared with about 45Mb on MT4. I have exactly the same number of windows, and the same indicators on both. MT5 takes about 20 seconds to start up, whilst MT4 is almost instant. MT5 is, by comparison, very sluggish. MT5 uses about...
Is there a data feed available for shares in the FTSE index? I've been looking everywhere.
Hi all, We want to launch a new graphical environment / tool to createcustom indicators. No coding or MQL knowledge is required. If you wantto test it please go to: http://www.molanis.com/index.php?option=com_content&view=article&id=73 Registration is required (It's FREE). The installation comes...
Hi there, I've been trying to sort this problem out now for a few weeks so can someone please help? I enslited on a course that recommends using BANDS rather than Bollinger Bands as you can input numbers such as 10/1.9 (Bands is already within MetaTrader4 and can be located by navigating...
  printf() bug?  (1)
This code here: Print(package.bid," ",package.ask," ",sn);printf("Received bid %.5f , ask %.5f, from %s",package.bid," ",package.ask," from ",sn);  yields this:   MQLmagazine.com 
[Deleted]
  How to fight fear of losing?  (14   1 2)
HI I started trading in Jun 09. Did blow up 4/5th of my account. Did some networking thru forums. then I was suggested to understand price action/candlestick patterns. During this time I read alot on fibonnacci too and Pivot points. Now, I'm able to understand market movements lil by lil thru...
Hi, I am looking for a simple coded system that will enter a max of 1 long and 1 short position per daily bar (not at same time). variables would be X pips above and below the opening price, with a set stop loss and profit target. Nothing fancy.. If someone could help code this system I would really...