General - page 1802

Yesterday, after reviewing my newly downloaded 10 sec bar data I noticed bad gaps in my chart and price activity during major holidays. I was thinking of cleaning it up with the following: What do you think of cleaning up corrupt data and replacing it with the the open and close of that bar? Also...
[Deleted]
  Coding Problem  (3)
Hi everyone, Could anybody tell me how in Metatrader 4 coding an expert one could draw a trendline from close of one time to close of another time ? eg: include in EA code to draw trendline from close at 15:00 to close at 18:00 ? Thanks
Technical Analysis of Stock Trends by Robert Edwards and John Magee [\b] Does anyone here have this book.. If so.. can he/she plz share it wid me... i hve 500+ books on forex/stocks and willing to trade any book... thanx in advance..
  Third party feed  (1)
Hi, Is there any easy way to feed MT with esignal compatiable data feed directly with out server or some plugin out there can does this job by acting like dummy server
Today's Low for GBP-USD : 0.9792? Anyone got this in their MT4? All my demo EAs got screwed. All Crosses with GBP also got hit...
Slawa, please see http://www.trade4xs.com/Real.html the graph and the data dont match Paul
  EUR HISTORY  (1)
HOW come in meta trader this is EUR/USD data dating back to 1989 apr?? the euro started trading late 90's if i am not mistaken..
Hello all, I used to have a little "indicator" which was showing how much time was left before the closing of the bar but can't find it anylonger... Does anyone got it by chance(fot MT4)? Would be much appreciated p.s : sorry for the possible broken English, French here ^^.
Hi, I´m new here and I have made up a system that I would try in a demo account inInterbankFX, but I don´t know how to do the EA for it. Can someone please help me on this? Cable (charts=30 min) RSI>50 and 5WMA>50WMA BUY RSI<50 and 5WMA<50WMA SHORT All orders are Stop And Reverse, except the 60...
  Audible Alert  (2)
Is it possible for there to be an audible alert added to a chart so that if the ADX either +DL or -DL goes above an external input for value, then it will let you know? Thanx, GK
Hi, Does anyone know how to attach countdown timer to every bar to the chart ? Or any suggestion how do we know that every bar is going to end ? Thank you.
  SHI_SilverTrendSig  (14   1 2)
is there any program to take buy and sell signal in metatader 4 and send them to fxcm to execute them automatically
Hi All I am asking you from your experience how far can we depend on previous behavior in forex trading? Meaning if we run an EA on strategy tester with a very good results over 6 months data.. Is it enough to judge on the ea? Can we move to real money?? Thanks
Is it possible to pull the data feeds via dde from more than one MT4 broker into excel at the same time? presently the formula would be =MT4|ASK! GBPUSD Can I change the "MT4" designation to represent another broker
[Deleted]
  Mtf Hma Do Twork  (3)
Plz Help Me I Used Deppending On Multi Timeframe Moving Av To Get Nice Profit On Mt4 ( Crown Forex ) Now When Using Mt4 (master Forex ) The Inicator Wont Work Or Even Show On Chart Its Attached And I Ca N T Trust Any Other Ind I M In Big Trouble If Any One Could Help I Ll Be Very Thankfull Thanks In
This very simple system was created by TKimble. It is being discussed over at FF, It's been backtested by several forum members over the last 4 yrs and it is proven to be extremely profitable. I wish I had the expertise to create an Expert but my programming skills are just as bad my trading skills...
int limit, records, N=2; int counted_bars = IndicatorCounted(); limit = Bars - counted_bars; if ( counted_bars < 0 ) return(0); if ( counted_bars ==0 ) limit=Bars-1; double JPY; for(int i = 0; i < limit; i++) { JPY = (iHigh("USDJPY", 0, i) - Low[iLowest("USDJPY", 0, MODE_LOW, N, i )] ); } I am
[Deleted]
int limit, records, N=2; int counted_bars = IndicatorCounted(); limit = Bars - counted_bars; if ( counted_bars < 0 ) return(0); if ( counted_bars ==0 ) limit=Bars-1; double EUR; for(int i = 0; i < limit; i++) { EUR = (iHigh(" EURUSD ", 0, i) - Low[iLowest("EURUSD", 0, MODE_LOW, N, i )] ); } I am
Hi all Firstly as a newbie here I would like to say congratulations on an excellent site, and probably the most informative forum I have seen online! Hoping someone may be able to help me - I'm looking for an EA that will set and adjust a trailing stop once I place a trade manually. If it can also...
[Deleted]
I am having a problem that I can not find because I can only test my EA on one currency at a time... In real life I need it to run one EA on 4+ currencies at once... it is closing the wrong currency and using values from the wrong currency Can anyone tell me how I can run my EA on more then one...
What's the best way to compare time values? For instance, assume I have a string var of "12:35". I want to place trades anytime after 12:35. So, I might have something like this: datetime var = StrToTime(&quot;12:35&quot;);datetime now = TimeLocal();if(TimeHour(now) &gt;=...
Is there a way to get a separate report on each EA running on my MT-4 platform? I have 4 EAs running, and it does not do any good to see my demo account going up and down without knowing which EA is profitable and which ones are dragging the account down. The EA log is too cumbersome to be able to...
I have several EAs running on MT4, is there a way to get a single report on each one individually? It doesn't do much good to see my demo account just going up and down, without knowing which EA is doing the moving. The log is not that helpful because it combines the results of all EAs. I was hoping...
Hi Guys, I wonder if someone knows how to put expiry time in EA which will allow EA not to trade at all Thanks MACD
[Deleted]
I have this code.. int limit, records; int counted_bars = IndicatorCounted(); limit = Bars - counted_bars; if ( counted_bars < 0 ) return(0); if ( counted_bars ==0 ) limit=Bars-1; for(int i = 0; i < limit; i++) { ...do something with i records += 1; } Q1: So when I look at a chart is this loop for
  Pivot  (10)
Hi We have pivot indicator that draw pivot line for not only today but also for previous days. We have another indicator named “PivotCustomTime” that draw pivot lines for custom time eg 1H, 4H, 30M ,… only for today. I have a request. combination of two indicators, An indicator that draws pivot line...
Since the layout of the form has changed I find things odd. When I now click a topic I don't get the last post, I have to search around in the top window. I click on post reply and links and sometiimes nothing happens or I get an error message, also I find now I cannot download files I get an error,...