General - page 1773

Hi all. Hope you are all having trading success. I would so appeciate it if someone could please make me this indicator. I want to be able to draw the 3 horizontal lines on my charts. A middle line which can be positioned either on the open/close/high or low of any candle of my choosing, and have...
hi all... How I can determine in my code if the password used in login is readonly (Investor)? i need send alert message for this situation... thanks
[Deleted]
  Lowest spreads...  (18   1 2)
Hi guys and gals, I would like to know which broker are offering the lowest spreads specially on the GBP pairs. When you add a reply, please give the name of the Broker and the spreads if possible. With best regards..
after reading and reading and reading i was extremely bored from threads that starts with ideas and end with failure where i dont know why people specially in forex aim to build a trading system and its not a Holy Grail but its more like a sweeping machine. so i will share some of the nice ideas i
Howdy y'all; I just want to show everyone that it's possible to build a good scalping EA by using multiple indicators. I've spent about 2 weeks developing this EA, it works on EUR/USD at the M1 timeframe. It's sole purpose is to scalp 2pips off every trade. It's lot size is derived from the...
Hello, how I can get indicator values from other time periods gotten during the strategy testers runs, with the Livechart that goes simply by just adjusts another period parameter, but with the strategy tester run does not function it. I hope someone know the problem and can help.
hi, i've attached an elliot wave indicator but i it gives a stupid alert can some programmer over here remove that alert saying only IBFX user can use it...i dont like IBFX thanks alot
Hi all, I have an multi time frame strategy . I test it manually! ( back test from 2000 and live test for one year.) I have 2 indicator in this strategy , I want to write an expert for it , but I don't know mql program ! If every body can help for write this expert , please email me:...
The "close at stop" calculation seems wrong : Order 291 is a buy 3.2 lots opened at 1.3320. The Bid at stop is 1.3372. How can the profit be -208 ? Is there anything I don't understand ? 1043 2007.03.23 21:33 modify 291 3.20 1.3320 0.0000 0.0000 0.00 19505.171044 2007.06.08 22:59 close at...
I have been hearing about a recent new EA somebody created called Super RSI. It apparently is doing very very well. Can somebody point me in the right direction to find this? Is it for sale somewhere at a website? Does anyone here have it or perhaps might be using it? Thanks so much.
  iAsk or iBid?  (1)
I am writing an EA that will suggest buy orders on different symbols. I see that you can get information about a symbol that is not the current chart using the iHigh, iLow, iOpen, and iClose methods. Is there a way to retrieve the Ask and Bid values for a specific symbol that is not the current...
Is there a way to set the leverage on my strategy tester account?
[Deleted]
See my Statement from the week that just passed or 4th to 8th June 2007. I took advantage of the g/j support break.
Hi, I would like to increase the number of bars in the History Data for an 'offline chart' as there are only 53 bars displayed. Also, when I try to lay a moving average on the chart it does not appear at all. Would apprecaiate any advice. Thanks David
Hi all, I want to share with you my trading system that has been working for me for 1 year now. It is called macrotrading. I am not really good with programming, so I am seeking your help in this forum to develop some visual aides that i use in trading. Please see my charts I want a programming that...
when using strategy tester do you use under modeling every tick, control points, open prices only? also is strategy tester accurate way of backtesting ea or does it give false data TIA
  Testing EA ?  (5)
when using strategy tester do you check every tick, control points or open prices only under model? is strategy tester accurate for backtesting also?
I came across a very interesting trading system in the current issue of Currency Trader Mag. (Page 26): http://www.currencytradermag.com/chrlm32/CurrencyTrader0607.pdf Strategy code Tradestation EasyLanguage Code Setup on a 60 minute chart of the EURUSD symbol. If Time=1700 Then Sell Short next Bar...
Can anyone explain why my offline 200 minute chart is only displaying 13 bars. Also when I try to overlay a moving average on this chart it does not appear
Hi, I would like to detect divergence on Stochastic and MACD and eventually RSI. Does anybody know if an indicator already exists or has or know where I could find some documentation about the algorithm to use to implement it. Thank you very much for your help. Cheers, Daniel
Hi, what about if we open a thread where we discuss our live-trades ? It can be nice to hear what other traders think about trades taken, for example, right now i'm short on aud-usd (target: 1.8300), anyone is short too? What do you think?
Hi, I would like to know if it is possible to get the data (tick price, close, high, low, indicators, ...) of an higher timeframe and use them in an expert advisor attached to a chart of a smaller timeframe. For example, I would like to know how is the candlestick on the higher timeframe chart and...
I have to bring this up. What is the best way in MQL4 to sorting a data table with a specified column of the data table? I tried 2 dimensional array to store this data table in memory, but how can I sort it? With ArraySort() function?
hello everybody, I want to build my auto-trade-system whith MQ4 Experts. I use an attaching indicator Moving Average to RSI. Who can tell me how to express it in MT4. thanks bigwit dmb2000@163.com
Hi, Is there a way in navigator to create additional folders, groups or favorites. I have a large number of files which currently reside in the list which no means to structure and organise them. Even the ability to import a file into the navigator would be appreciated, as that will allow me to
CIS Trading System GBP/USD i just need and EA for it EA needed for a great Simple Trading System Let me first Explain the System a picture is worth a thousand words so here you go. At 11:00 Pacific Standard Time the dotted line shows what time the signal starts, this indicator generates a buy and...
MetaTrader 4 Client Terminal Build 206 from the 6th of June 2006: 1. Fixed the error of reading corrupted mail headers which resulted in terminal falls. 2. Tester: In Optimization Results, fixed displaying of the maximal drawdown percentage. 3. Tester: Fixed processing of limits set during...
#property indicator_level1 = 0.00024 On the graph when I activate the indicator it rounds out the level to 0.0002 instead of 0.00024 (which I desire). Likewise 0.00025 rounds out to 0.0003. How can I get this property level not to round off??? (Keep 5 decimal places) - Very important to my manual...
Hi, I wrote an indicator. Which includes alert: ......Alert(Symbol(),"--- BREAKS");if(allow_sound) PlaySound("alert.wav")...... Every time when price triggers, there would pop up the alert window and play a sound . But if a popup window and sound accurs and I don't look at it...