General - page 1811

I need my expert advisor to download some variables from my webserver. If you can program any solution for me, please write here, PM or e-mail, quote your price. Thanks in advance.
  GUndam EA for test  (17   1 2)
Here is the GUndam EA to test and play around with. I hav develop this EA and backtest seems good but cant really trust backtest. Just manage to get 80% modelling quality. If its good, I will further develop it and I dont hav any intention to sell it. The EA performs on GBPUSD only with 5min...
Does anyone have an Adaptive Moving Average with PRICE input (High, Low, etc.)? Am working on a promising double AMA cross Expert Advisor optimized in TradeStation. Thanks for your help. Les
Hi, I'm planning to add some mutual funds simbols into MT4, then import history data, just to analyse the history charts...... It's certainly not in any MT4 server..... Can I
  Grid Ea  (7)
Hello does anyone have an EA that buy's and sell's every pip with an autofill feature and adjustable TP levels? Any help on this would be great! Thanks you, GRID
  Coding an EA  (1)
Hello all I can't believe that I found this great forum .. with all of great community.. and I need a help .. can anyone help me to make a strategy together.. I have a very sample Idea but I'd like to convert it to be a EA.. Thanks Ossama
Hi, I'm using wcci & patterns .. i i am trading with metatrader and i am looking for an "patterns alert" indicator that ...allow the user set as a inputs: psirs' 'time fraims' & patterns.. 4 example : i want to trade all the "ZLR" & "ghost" patterns that happen in the eurusd & gbpusd in 30 min/
I'm testing a EA that uses 2 indicators. The values of both are retrieved by iCustom statements. I'm experiencing cases where the values retrieved (printed to the journal by Print commands) do not match the values shown on the chart and the EA is making bad trades as a result. Is there something I...
  3 MA cross  (5)
Hi All, Just a quick question, is this indicator any good, not sure if it paints the past or anything like that. It looks good visually. I would check myself but as its the weekend, I can't Any feedback would be great. Thanks
Hello, just looking for an answer to what Trailing Stop does in an EA. Thanks
  Distance trading  (7)
Hello everyone , I really need your help , I'm looking for a software or an EA to do a distance trading in computer with metatrade from an other computer (distance) .Like what the braintrading software do . It's will better if this software include an error management, for an example if my...
Hi all, I just started working with MQL, I am playing around with it trying to figure out how things work, and I am trying to write my account information to a CSV file. Here is the code I have: int start() {//---- int fnum = FileOpen("testMQ4.txt",FILE_CSV|FILE_WRITE,"...
Hello! When I draw a trendline and switch to another timeframe then the trendline is gone. Even on the oroginal timeframe. I don't think it always was like that. I didn't change anything on the programm (at least not on purpose) I dont want to reinstall because of the many templates and custom...
When I open demo account in EUR, it does not show anywhere the account is in eur, and it behaves like is it in USD. What's wrong?
[Deleted]
  For russian guys  (5)
what does it mean?see the pic thanks
Been with this Forum for a while now and just want to thank each and every person who has posted a thread, be it a question, strategy, outlook or just sound advice. Thanks. What I am in need of is an indicator that will display in my main chart window, the level of a moving average . Even better if
  How to open 1 trade per bar  (36   1 2 3 4)
Hello, I was wondering if there is anyone kind enough to tell me how you would program an expert advisor to open one trade only per bar. What I mean for this is, I have programmed an expert advisor that opens a buy trade when the current MACD is greater than the previous MACD, but opens a trade
  Bars to read  (1)
How do I limit how many bars are read by EA? I want my indicators to have the same value as my demo account at fxgame.oanda. And also, what If there is an open position which is being controled by an EA with a trailing stop,what If someone turns off the computer while I am out?Does broker server...
Hello, I would like to know, whether it is planned to build in some sort of state-caching mechanism of indicators? I see no reason to recalculate whole loads of indicator output everytime i change a timeframe. With as much optimisation i could do on my indicator changing from 5 mins to 1 min...
I have a local variable called last_accessed and i use it in the global scope inside the EA. But now i want to use it as a global variable. Do i need to create another name for it or can i just access it with the same name e.g. GlobalVariableGet("last_accessed"). Also, how does the...
I am using Interbank Fx for trading. However I used some other Metatrader demo platform from Fxdd, ODL and Windsor Direct. Since last Metatrader update for Version 4.0 Build 203 I have been notified from McAfee Security Center that Metatrader as some trojan files, in terminal.exe and Metalang.exe...
  Auto Trading  (6)
Im new to Meta Trader and a little bit to Forex as my name implies. I was wondering about Grid trading and other auto trading scripts. If some of you could help me through this, id like to keep this thread open for discussions, to help me better understand how meta trader works and its usefulness...
Hello, Friends of TSD, This thread is dedicated to INDICATOR EXTREME SETTINGS. In HIGHER TIME FRAMES or LOWER TFs, these extreme settings can sometimes show interesting CONGRUENCE. An example can be seen in the DAILY chart of the GU that I attached. The picture shows Bollinger Bands set at...
  Millenium_21 EA  (9)
Dear All, I attach the back testing of my EA for 1 year. Look like good but please chek and give your opinion on result. This EA only tested in GBP-USD, EUR-USD, EUR-JPY, USD-JPY AND GBP-JPY. All work well and work best in GBP-JPY. Initial deposit 5000.00 Total net profit 200,986.23 Gross profit
Can someone please direct me to this indicator? It is on this forum but I cannot locate it. Thanks in advance. WNW FOUND! attached below
I am looking for an EA that when added to a chart will place a trade and manage the profit of the trade. Entry is manual. This is based off of finding an entry after a pair breaks a TL and retraces to a FIB level. Iam going to attach an image of a trade I took this week. This set-up is for manual...
New Tool : Volume , Selling / Buying Pressure .. honestly have some idea to distinguish the Selling/Buying Pressure on each bar .. and I really hopefully looks for a help to code it .. How we distinguish and seperate the UP-Ticks from DOWN-Ticks in order to measure the Selling/Buying Pressure on...
  Order Limit  (1)
Hello Everyone, Using "ordersend" I cannot figure out how to place a limit order at a price different from the default trade operation enumeration (OP_xxx). What if i want to place an order limit at the high of the previous bar or at the price of a moving average? Could you provide me with a quick...
Hi, I can set the indicator_level/horizontal line for an indicator window with e.g. #property indicator_level1 300 This line goes completely to the right axis. Is there a chance to shift this line to the left so that I have a little free space right at the right axis? Thanks
I want to open several lots at the same time in an EA, but each with a different takeprofit value. I had problems doing so and read in the forum that others have experienced that only one OrderSend will be processed at the time. I don't see how i can split orders later and modify the takeprofits...