General - page 1887

Is there not an easy way in build 197 to remove those numerous trendlines that follow the new arrows across the charts? I know I can do it in the object list, but that is way too time consuming. Thanks
Hi all, Been looking around the net and couldn't find any example...Is it possible to change the "scale" parameter of a OBJ_FIBOARC object? Thanks, -soso
[Deleted]
  LSMA and EMA with angle ?  (13   1 2)
Hello everybody? I need LSMA and EMA indy with angle view. Please, exist? It is https://c.mql5.com/forextsd/forum/10/snipersw.gif
  MT4 to mySQL  (2)
Hello, has anyone had any luck connecting mt4 to mysql. any help would help!
[Deleted]
Hi all, Can you help me find the reason why I have no results when I back test my EA, created with EA BUILDER (http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/) ? It's a very simple one, based on the CCI 50, H1 : Buy order - when CCI50=215 Sell order - when CCI50=-215 Close Buy order - when CCI50=...
I created an EA (attached), but I want Trailing Stop change itself when profit is > than 50 pips. For example: trailing stop is 30 pips in my EA; when the profit is > than 50 pips it should change to 10 pips. How I have to modify my code?
  Reliable Broker?  (1)
I am looking for a good broker for MetaTrader charting. Who stays up and has very little down time? I have used North Finance and find them to have too much down time during news. I want a stable feed during news time and no mysteries offline. Thanks Darren
On the website of the Automated Trading Championship 2006, the article named "Crude Registration Results" has been published (http://championship.mql4.com/2006/news/22). It contains the statistical data about Championship Participants and their geography, the typical errors at registering and...
I have compiled some 1 minute historical data for import into MT4 in CSV. format. According to MT4 it can handle CSV, HST. files among a few others. However something is happening on import that changes all the Open, High, Low, Close levels to one single mean 'tick' and the minute candles which were
static bool up, down; int start() { if (line_a crossUp line_b) { up=1; down=0;} if (line_a crossDown line_b) { up=0; down=1;} return(0); } when line_a cross up line_b,I expect that up could be 1 ,untill Line_a cross down Line_b. But in fact both up and down are initialized to 0...
Tested at M5 both at (0.02/0.2) Parabolic .SAR and Parabolic.mq4 will give different results when overlaid. On refresh everything is a OK. As new bars are formed there are different results. Slawa, which one is correct
Is it safe to run multiple Meta Trader terminals from different brokers (saved to different directories) at the same time?
hey guys can anybody tell me how can i DEMO trade futures on metatrader. like crudeoil gold and grains ? where should i go what should i donwload? thanks alot. Jay.
i've invented this function and realized that maybe i can share to you all. double DefineTrade(string symbol,int MagicNo,int from,int to,int mode,int index){ double D2R =0; for(int i=from;i<=to;i++) { if(OrderSelect(i, SELECT_BY_POS,mode)) { if(OrderSymbol()==symbol || symbol=="") //Leave it "" like...
Hello all, Does anyone know what API or function call I need to call to get the value of Slow K(5,3,3) and Slow D(5,3,3)? Thanks Kam
Hello guys, I came across this small forex group on google which is run by a "Stay at home Mom" and she trades without using technical analysis. She uses a system of trading by hedging the Eur with the Chf (I know, there are lots of people who believe that it cant be done,including me) and she has...
  Good breakout indicator  (54   1 2 3 4 5 6)
i have good breakout indicator, would you try... ? please download : breakout_indicator.zip
hello, i use meta trader api 3 in asp.net application , i made the wrapper for the connection and login function and where i try to connect i recieve error with this description ("Some Error") ,whenever i can use the same function in C# windows appliction and made connection with it without any...
hi, i want to know how i can use metatrader api 3 in asp.net bye
I have this piece of code: Comment(&quot;\nOrderStopLoss: &quot;,OrderStopLoss(), &quot;\nSL: &quot;, SL, &quot;\nOrderTakeProfit: &quot;, OrderTakeProfit(), &quot;\nTP: &quot;, TP);if (OrderStopLoss() != SL || OrderTakeProfit() != TP) { OrderModify(OrderTicket(),0,SL,TP,0,CLR_NONE);} The Comment...
hello i have one important problem i use the mtapi.dll ver3 api in windows appliction and i can connect and make login with it. but thte problem is when i use this mtapi.dll api in web appliction ,i recieve error from the connect function , i want to know if i can use this mtapi.dll api in asp.net...
  Bad Data Feed  (3)
here is a sample of mt4 brokers bad feed it is 4 hours usdchf chart ,13.09. after making high at 12548 there should be 2 hanging man candles, bearish signal on my Saxo chart i have them,on Prorealtime charts i have them but not here from Neuimex how we supose to trust those feeds and trade with them
  Maximum and minimum visible quotes  (61   1 2 3 4 5 6 7)
Dear developers ! I propose to make available for users the maximum and minimum values of visible quotes in the current chart window (on the vertical axis). It will give an opportunity to place graphical objects in any point of the chart. Now I determine these values using High[ ] and Low[ ] arrays
[Deleted]
Hello, exist any script with send alert to ICQ?
I realize that it has a way to go, but I would like an explaination as to how the Optimization parameters within the Testing Tab is intended to function. For instance, when we select "Profit Factor" and click the Genetic algorithm box, is the backtesting running a genetic algorithm that optimizes...
I have two MT4 running on different Systems. MT4 on Pocket PC and MT4 on Desktop PC. When I place a trade via the Pocket PC it turns up on the screen of the Desktop PC, great. So if I activate a trailing stop via Pocket PC will it be activated on my Desktop PC, and vica versa ? Please advise ?
How do you run an EA only on a new bar? I've been running below but after reading the documentation, it obviously won't work. if (Volume[0]) { return; } // since EA has already acted on this bar.
My problem is when I attach my indicator to main chart it does not cycle. It is successful when I compile it. I don't know why it is. Can you help me? thank you very much Jia Xiangxing
[Deleted]
Hi there, I have two opened 1-hr charts and each chart is attached with a diferent EA. One EA moves the stoploss to breakeven when the price has moved into profit by 20 pips. The other EA moves the stoploss to breakeven when the price has moved into profit by 100pips. Both of these are running on