General - page 1865

Hello everybody! Recently I've read a couple of articles about the Consortium of largest world banks and their EBS system. The main idea is that FOREX, unlike stock market, is not a market at all, and EBS is able and practically moves currencies anywhere it wants to, regardless of any fundamentals...
I need to find a way to tell when an open order has hit it's TP. Is there an event listener in metaquotes language? I am a programmer and looked at every function, but couldn't find a way for this. I'm sure it can be done, but need some help. I assume I get the order but then what function tells me...
Asynchronous Downloading v.2 Dll Needed to connect to Forex Tsd Calendar This function returns "" when url still is being downloaded.
Found this indicator on some forum, shows arrows on the cross of Stochastic. Has potential, maybe some of our great programmers can take a look and see if it can be improved. There is a system based on stochastic crosses on forexfactory by TEB. Stoch 5,3,3 is used. Timeframes are daily, 4h and 30M
  5 13 62 system  (4)
Where can I find this system?
Hi All, Anybody here has infos about the last version of DLMv? I would like to test it. Thank you, Mauro
  start() method  (1)
Hi, Does anybody know why the start method is not called for each bar? I set it to be called on daily bars for example but seems to rise each tick in that day not once per day as i think it should. For example for this code backtested form 2007.04.01 to 2007.04.05: int start(){ Print("show me a...
hi fellow traders, since I didn't find any forum rules which forbid this kind of offer I am gonna post it maybe some people fint useful. However, if Admins consider this to be inappropriate just remove the thread. I've been trading quite a while (a few years) and been programming EAs and indicators
Hello Everyone, I'm looking for a real time currency correlation indicator. If anyone has one or can point me in the right direction, I'd be thankful
[Deleted]
Is their a script, ea or something that will close all trades when you have a certain % of profit
Hi I wonder if somebody can help me, I am trying to determine the status of the open orders on my account in for me to know which orders are currently active and which orders need deleting. I cannot use OrderProfit as some of my orders are filled with 0 profit, I tried using Order type but it is...
Hi, I want to save my MT4 profile automatically every X minutes/hours. This is not difficult to code, right? Thanks. Regards, Hoh
Hi All! I just find this forum on another community. Spent a little time across, and made my decision to join here right away. There are a lot of information about indicators and EAs here, while most of them still mean most likely arabian nights to me. I will spend hours on reading through this...
  Good old BB  (3)
old article at VTrader site. hmm, not bad to remember Bollinger Bands Summary Interpretation Description Results 1. Volatility Bands widen Increase in volatility Bands shrink Decrease in volatility 2. Consolidation – “Squeeze” When bands shrink tightly Breakout eminent 3. Exuberance of Current...
  Kenny
Hello: I'm happy to be speaking, (I had a hard time getting in here.) I'm also happy to be speaking with you all. The whole 'world' calls me 'Kenny'. Please do the same. I'm to try to find out the steps to download, I'm quoting now, "EA-Trailing-Stop.HTML", to my VT4 account. I truly hope I am...
  EA based on Heiken Ashi  (44   1 2 3 4 5)
Hi all. I am looking for someone that can help me create an EA based on Heiken Ashi MA indicator. Here is a list of the requirements: MaMetod: 1 MaPeriod: 15 Timeframe: 4H blue=>long, red=short LONG when ashi Bar is BLUE, exit when ashi Bar is RED SHORT when ashi Bar is RED, exit when ashi Bar is...
Hi MetaQuotes, Here is a very simple code (implemented as indicator) which heavily increases the computer's memory consumption. I only calls the iTime function in a loop. Can you tell me what the problem is? Thanks Ruby #property indicator_separate_window#property indicator_buffers 0 string...
Hi..I downloaded an expert and indicator to meta trader 4 ...the thing is..it only appears in meta editor ..how do i make it show up on my list of indicators in the program and the charts...same with iexpert....i also am wondering if alerts can be set up to a cell phone...somehow...thank you in...
Hi all: I have an good trading idea, I follow it manually and it is profitable/stable. I want to share the idea to everyone here, I hope the coding expert can write an EA for this idea and share the source code to everyone in this forum for future improvement. Not only the EX4 file but the mq4 file!...
I have some strategies which consiting of may custom indicators. How can I arrange them in different folder. Normally I put all of them in one directory : Metatraders\experts\indicators. so that I can see them in Metaraders but the problem is I have to take a long time to in order to use them. Nic
[Deleted]
I am testing a 3 brokers, how does one work out the server time shift from GMT ?? USA : UGM SWISS : FINEX CYPRUS : NORTH FINANCE The last tick time on the each of the charts at current GMT 18:37:01, my local time is 6:37 ( In New Zealand) USA : UGM >>>> 14:37 SWISS : FINEX >>>>>> 20:37 CYPRUS
I want to using indicator below to show the timezone for different places.But the time displayed is not correct compare with Qlock.anyone can teach me how to make it right?My timezone is +8GMT
[Deleted]
Is thier an indicator that will draw lines a certain % of the open Like 5% of the open price draws a horizontal line ?
[Deleted]
Hello, 1. What is the strategy (the idea) behind this EA ? It just open a buy order if there is no opened order. if(total < 1){ ... ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,SL,TP,TradeComment,MagicNumber,0,White); ... It doesn't use any indicator. Strange !! Then, it use a TrailingStop loop:...
  JLPi Grid EA  (129   1 2 3 4 5 ... 12 13)
Hello, first a short introduction: I am a trend follower and have profitable EA for such purposes, but as real trend following systems they don't trade very often (in average once a week per EA), so I have some time to check the forums for new ideas and test also some ideas. Here is one. I am not...
This version of the old indicators GMMA Long/Short around here and other forums has been checked read some papers of Guppy. Shorts GMMA are 3,5,8,10,12,15. Longs are 30,35,40,45,50,60. Also, now the lines maintain the width and color when you move to another TF. Easy color change added
Based on Tom Demark ' TD Sequential Indicator. There is a reversal on the daily chart. The 13 was on 4/17. Tom Demark Rocks
[Deleted]
can some tech me? see bellow picture
Hi guys, I've been using NF's demo account for the charts, but I wonder why there's always an extra bar on the weekend? is it due to server data error? or just for the demo account? can anyone suggest a broker with more reliable data and trading? Another question, is it possible to have an 8-hour...