General - page 1757

Hi All, As many of you might be aware, most of the indicators are reactive rather than proactive...so i was just thinking of making a predictive indicator which would be able to predict the trend or the price for the next time frame...few indicators out there try to do it but their logic does not...
hi, im looking for an indicator that displays the interest rate swaps for currency pairs, so we can know how much interest we get or is taken away. i think it would be a good inicator for any one holding a position for more then one day. anyone have such an indicator?
On the Automated Trading Championship 2007 website, the article named "Automated Trading Championship: 2006 and 2007" has been published (http://championship.mql4.com/2007/ru/news/172/). The article summarizes the Automated Trading Championship 2006 and its impact on the automated trading industry...
Hello I want to keep my view on the "Trade" tab/window but everytime I get something in the "mailbox" tab/window it just automatically switches to it ,...... then I have to click on the Trade tab again to see how my trades are going........ Is there a way to stop this from happening and gets...
[Deleted]
  EA Automated  (7)
Hi, I have to find a EA free on an Internet site but saves that it it has a scratch date if somebody can remake this identical EA and the r' to send here I could test it on an account demonstration . ( Forex Automatic Trading Using DNForex) THX
I am trying to convert two string values to a datetime value but I cant get it right can anyone help... My two string values are: string aDate = eDate[n]; string aTime = eTime[n]; Wnat I need is datetime aDateTime[n] = StrToTime(eDate[n]+eTime[n]); just does not seem to work any suggestions?
I have never used EA and I do not how to install one I get one from someone. Can any one teach me how to install EA to my MT4 platform? Many thanks.
I'm looking for some code (script, or EA) that has volatility based trailing stops. I would like to see what other people have done in this area, and possible methods for implementing such a thing.
Hello my fellow Traders and Coders, Hope all is going well in your quest for financial independence. I have a quick question... Can anyone post the code and describe the process to set 2 or more Moving Averages inside an indicator? I read Coders' Guru's report on building an indicator from scratch
I am new here. I want to know how to put your own EA, and where can i find it. Are those for sell?
  EAs not working  (3)
Hi All, I am new to the MetaTrader, but I was able to figure out most of the things. However, as always, there are some questions and some things which are buging me. I have tried to test some of the EAs found here, as well as some found at MetaTrader. Some work fine in testing, like Day Trading one...
[Deleted]
threads closed and thanks for attentions
  Trending Pairs  (6)
WHich pairs do u guys view as always trending instaed or ranging.... I only know of G/J
Hello Do you have this indicator? neme : FX TURNING POINT Note : References be fixed
I thought I'd put my ebook here as well as the Trading Systems sub-forum. It details a system for entering and exiting and selecting trades based off the daily charts. If you have any questions just ask. Enjoy .
If anybody has this, please send it to me at ronaldgerdes@sbcglobal or post on forum. Thanks in advance! Ron
  EA Needed  (12   1 2)
Hi, I need an EA to place a trade when the price reaches a particular level for buy and sell. Example, if the price is now 1.9700 I would need to tell the ea to place an instant order if the price reaches or is 1.9723 for a buy and if price reaches 1.9690 for a sell. I must be able to type in the...
hi all how to get the time of Swap, when applied by the broker... in MT code... regards...
[Deleted]
Hi, Ive got an app that Ive written that works fine.. (EA) Ive got the following concerns.. 1. This is a Hedge app that monitors 4 charts. I dont like the idea of running my ea on all 4, cuz they could step on each on each other.. Ive looked at using gloabal vars, as there are no built in Semiphores...
Its been a while since I have been over here to TSD I noticed a new calender pretty cool.... Anyone here have a MT4 template that pulls the calender data into an EA. I have a pretty good EA that uses the calender from another site but the site goes down frequently. Basically all I need is something...
ive managed to compile a very simple setup //+----------------------------START---------------------------------+ extern int TakeProfit = 40; extern int StopLoss = 20; int start() { double lots, ma1, stop, profit, slippage; ma1 = iMA(NULL,0,21,0,MODE_EMA,PRICE_WEIGHTED,0); lots =...
hi all iam making my first indicator but ther is some thing wrong here is the code #property indicator_chart_window#property indicator_buffers 2 #property indicator_color1 Aqua #property indicator_color2 Red //---- input parameters extern int rsiPeriod = 10; //---- buffers double buySignal[];...
hi all, please see the attached eurusd daily chart. 34 period JMA looks very good. Need some help. Other than buy/sell at the blue/red arrow (as suggested by HellGungrave_777) please suggest: 1. entry/stoploss/target method with low drawdown. 2. any indicator (if needed) to go along. Thank-you
[Deleted]
  1-2-3 Pattern  (6)
Please, exist any 1-2-3 Pattern - mq4 version? I see BPS 1-2-3 Pattern from Barry Stander ...nice, but i need mq4 version.
  Palm  (1)
According to what I have found is that the istallation file for the mobile terminal is different for palm devices from MS devices, so will you continue supporting the palm operating system after palm have relwased its new products with MS. Samir.....
I have a EA which was running perfectly fine (over 3 months), but right now, it keep send me SMS alert NON-STOP! Even I turned off EA or even I turned off the Terminal Client, it still sending me SMS! Could anyone please help please? Even right now my phone still getting SMS non-stop! (Over 100...
Is there any broker in canada that uses the metatrader platform. I am in VAncouver BC and tried to use interbankFX but they will not open accounts for BC residents. If I can't use metatrederfx what should I use. I am new to the Forex Meander
  PDAs  (2)
Hello all; Actually, I like to buy one of these many types and versions of these PDAs found in the market, but I can not decided which one, I only need to run the metatrader and check emails,,,,, So if you please can you post what is your device and are you convenient with it or not.... Thank you in
I have an EA that will close trades and reopen when I switch the chart between timeframes. I DO NOT want this to happen. Any EA prgrammers have a idea how to not do this? I removed code from init and deinit thtat opened and closed trades and that stopped the problem, but I don't like the fact that