General - page 1727

  My new indicators !  (184   1 2 3 4 5 ... 18 19)
hi guys i was long on Din thread trying develope some ideas i made new indicators using MTF jma signals and hidtogram history and great use of lsma ema plus haiken ashi calculation and combining all from diferend timefarme for H4 barchart timeframe still is not done till then i wana show you the...
  ADX indicator  (38   1 2 3 4)
hi, could anyone tell me where can i get ADX indicator, please help me
  Price amplitude counter ...  (16   1 2)
Hello, I am looking for some indicator that will count price amplitude in a special way... All indicators I have found counted amplitude of every bar (hi-low, shadows etc.) but I am looking for sth that will tell me what was the "real" amplitude of every price movement ... "real" means to me
  zar
a possible scenario!! now that the zar finished a 5 wave seq. and a zigzag correction. it looks like the next sequence is up. a break bellow 7.0620 will deffer the scenario/
  AVG removed MT4  (9)
AVG antivirus removed all copies of MT4 terminal.exe from my computer. I downloaded a fresh one and it considers it a threat. I think this is a mistake, and AVG will probably correct it, but meantime if anyone is experiencing this problem you will have to disable your AVG in order to trade. Update
Hi, How can a mini or standard account be detected in EA? Regards, Jeff
Hello all, I am in need of a programmer that is proficient in GFT's CTL language, to write the code needed to autmate my trading system. I'm willing to pay a reasonable fee. Anyone interested please contact me. ADLREALTY@MSN.COM Frank
  Virus in MT4  (2)
Overnight, my AVG antivirus (paid version) found viruses in 2 metatrader files: terminal.exe and metalang.exe and moved them to the virus vault. It says they could be infected with Win32 Heur. Naturally, without those all my MT4 platforms quit and I now cannot access them. I've tried healing the...
any one has parabolic sar expert advisor please? thanx
Anyone knows of an indicator that display perhaps using a line or timestamp the market openings and close for the major markets, i.e. Asian (Azzie, kiwi, japanese), European, london, and US. The indicator should be adjustable to broker server. Thanks in advance
  for MetaQuotes  (3)
Hi MetaQuotes I would have some proposals to improve the metatrader client 1) a new function in the history centre to delete data from date and time to date and time 2) when the trader open a new chart , would be beautiful the possibility to choose the timeframe of the new chart....
  RSI of Moving Average  (437   1 2 3 4 5 ... 43 44)
Hello Traders! I want to introduce my new Friday invention! It is RSI of Moving Average . I thought that this can be a very nice trend identifier. But test it for your self. I hope it will be helpfull
Good evenings, I have a good indicator and I need to realize an EA, it(he,she) is very profiterable, please only expert programmers, I compartire my strategy with this programmer, To abstain lamers:) alone serious people Leave your email me here I will contact with you Regards
I am looking for an indicator which I am sure will exist out there somewhere and maybe very common even. Basically I want to be able to view the distance from a moving average of choice [variable, but something like ma20 probably] to the current bar high when ma20 is moving up and in the form of an
Greetings, my MT4 platforms, live and demo, all display a tendency to eat connection proportionally to the time they are kept running. At start, download kb connection indicator at the lower right states less than 100kb traffic; after a day its over 1000kb, the next day over 2000kb and so on... I...
Hi all, I need an explanation how do Ind- Fractals -1.mq4 works? For example, I put the indicator on H4. How did it perform especially the BROWN arrow (which is for D1)
  General Question  (1)
I know this may sound stupid, But I have tryed to get an answer from the broker, and I get a difference answer each time I call. So, the question! When using an "EA" with a "trailing stop loss" built into the EA (extern double TrailingStopLoss = ??), what is the smallest number I can use and have...
  Programmer  (5)
Would the best programmer on the planet please PM me. Thanks, N2
[Deleted]
I need the full & free expert fore the amazing (trading on the news) please help me
  fxt file  (1)
Hi MetaQuotes There is a way for build the fxt file in tick by tick mode from 1 minute data? I would make this fxt file from a external program or with the mql script but I have need of algorithm for market interpolation. Where I can find it? thanks eugenio
Could anyone provide me where can i get a simple an Entry and an Exit EA, just a simple basic..... Really appreciate your help in matter.....
Hello, I would really like my chart to do the following while I am away. When I am at a certain price level, can I just attach something to the chart, so it can do the following :? 1) 1 pip above starting price level, it buys...with a stop of 2 pips. 2) 1 pip under starting price level, it sells.......
I get a good system from someone yesterday but when I used in my Metatrader, I see only a normal chart without any indicators. Can somebody check it and update ? Nic
Hello everyone! I wanna thank this great community of traders. I have found a lot of useful material here. I've been trading my own system successfully for a while now and i wanted to know if it's possible to make an EA out of it. It is a dricretionary system however, I still beleive that a...
Does anyone know anything about this site and their service? It looks interesting I'm just looking for more information and to see if its actually worth the $100 so I can turn $10000 into 1 million. Any takers? 5emas-forex-trading-system
It has about flatlined and rolled over and died. None of the EA's or manual trading is doing much good this week. Oh well, hopefully next week will be better??? Dave
Hello, i try to compare two double numbers with the same values but the querie is false Code: double a,b;a=High-Open; //The Result is 0.0001 b=1.3333-1.3332; //The Result is 0.0001 if(a==b)Print("true"); //Result is false if(a>b)Print("true"); //Result is true if(a<b)Print("true"); //Result is false...
Hi Can somebody tell me what happens if I start two instances of MT4 from two different computers, BOTH operating on the same account? I want to run an EA on my PC and I want to run the same EA on the same account on another PC (as a backup in case one of the computers/connections crashes). It will...
Looking for a procedure to Check Time to see if it is within a trade window. My code here is okay but isn't playing nice with the EA when I'm just trying to test a system. Example - I may only want to open trades from 1700GMT - 2000GMT. Anyway, if anyone has a procedure, that would be great. Thanks
This ModifyOrder code in MT3 Demo returns a "Modify failed [invalid s/l or t/p)" in the Journal. This same code works OK in the MT3 Backtest. Could someone advise if they see something wrong in this code. Thank you, Wackena defines: Gap(20),factor(1);var: ts(0);for cnt=1 to...