General - page 1859

I'm not sure that posting a new thread is the right way of asking for an expert. I'm a programmer anyway, but I don't seem to be very good programming experts, as I don't get anyone working 100%, whether profitable or not. This idea has been rounding my mind from around 4 years right now. I...
Does anyone knows why this Alert (TimeToStr(Time[2300], TIME_DATE)); Displays the date as 1970.01.01 while this Alert (TimeToStr(Time[2299], TIME_DATE)); Displays the date as 2006.09.05 Thanks Kam
Hi, How do I pass and return datetime values to a C++ dll. For example I want to pass the current bar time to a c++ function, in the c++ function it needs to do something with the value pass such as compare the value with values in a lookup file and then return a bool. or Pass in a an array of...
  Charts  (3)
If you have an EA running in one time compression, such as 5 minute, but use iHigh to access the data from another time compression, such as daily, do you need to have that other chart (daily) open as well? Do you receive data for all time compressions, regardless of what charts are open? Bryant
I have been using this #MTF supertrend indicator for some time now and found it exceptional at giving trend, exit and entry points. I have been trying for weeks to get the indicator to alert when the two lines cross I can modify non #mtf and some of my attempts in the second version work, but then
European investors will focus on the Federal Reserve's interest rate decision next week and clues about the U.S. economy, while a smattering of company results will also roll on in Europe and the United States. Truck makers will be in the spotlight, with MAN AG's (MANG.DE: Quote, Profile, Research)...
I am writing a Pivot Point System. I need to know the High/Low/Close of a specified period. I need to plot these info from the beginning of the chart so I can study carefully the effect of Pivot Point System on a day to day basis.
I have an included file that just has a bunch of functions I use in it. I just upgraded to build 197 from 194. I have a function Digit_as_Period which will convert the numbers 1,2,3...etc to M1, M5, M15... etc. int Digit_as_Period(int Value ) { int toreturn = 0; //0 = current time frame...
I am looking for someone to design mt4 code for a very simple indicator just as a baseline test to a future system.Its actually a three line break charting type, its not even an indicator in the normal sense. Anyone have suggestions or know someone who can do something like this?
hi, i just made an EA and i get one error: '\end_of_program' - unbalanced left parenthesis C:\Program Files\Interbank FX Trader 4\experts\test.mq4 (116, 1) if i type a paranthesis more i get the error: '}' - unbalanced parentheses C:\Program Files\Interbank FX Trader 4\experts\test.mq4 (116, 1) what...
have a few Indicators that have been coded to provide e-mail alerts when signals are generated. I have a cellphone set-up to receive SMS or e-mails as well as Outlook Express, Yahoo and Gmail accounts. I have tried everything I know how and have read about setting MT4 to send an e-mail and have yet...
Has anybody been using his indicator, if so, what have you found to be the best settings for this??
FX Extensions - extending the world of fx. Our first extension: firefox plugin called forex fox. Get forex fox! Forex Fox is an extension for Firefox that displays currency exchange rates in your status bar. Who would want to see fx rates in firefox? - FX Investors. You don't need to see a chart...
Hi! I must say i yet don't trust all the broker presently offering MT4 platform because broker know what you doing but it is the best yet for Indicators signals, so i open a live (still small) account at Oanda Manuel trading only, and the problem now is even if i have good buy/sell signals , i'm not
Does anyone here have both a PayPal and an E-Gold account? I need money exchanged from PayPal to E-Gold. I'll send $10 via PayPal for $5 in e-Gold. PM me if you can help me out. Thanks.
  EMA in color  (15   1 2)
Anybody can post or direct to EMA (MA) indicator in 2/3 colors. The one that draws the same line as normal MA but in different colors. Thanks euro
Forex Trading Update - China came under renewed pressure today by G7 nations to make it's currency more flexible. Source: Bloomberg. Canadian Finance Minister Jim Flaherty yesterday said: ``We need to see more flexibility in the Asian currencies''. An official said the group will issue a statement...
Hi All I am a newbie so bear with me. I am using an indicator which plots arrows for when to buy or sell. I have put together an EA which is intended to always be in the market but I have two questions. 1. How do you call the arrow signals from the indicator . Basically I need to know when an arrow
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