General - page 1954

  Oscillator  (2)
Hello. I'm a professional, I've been peeking at the metatrader moving average of oscillator indicator while using my actual models. I'm wondering what the formula is if anyone can tell me. If so, I might want to give my humble opinion on it when I know what the calculations are if anyone is
  Trailing Stop  (1)
Metatrader's manual states that there is a Trailing Stop functionality in Terminal's context menu. I also read that i could disable/enable it but i see neither. Could someone indicate me the right path?
  Richi  (2)
I have a problem with those expert, he dosen't want to open Sales Order. Please somebody to help
Hi, I have a problem on one of my computer that does not allow me to see existings tabs in their off-state like 'Favorites' or 'Account History', 'Alerts', 'Mailbox', ... while 'Trade' is in on-state. What should i modify in order to change that? Thank you
  #import  (20   1 2)
This is GREAT board to learn MQL!!! I'd like to learn more about using Windows .DLL's in my MQL4 code... I downloaded coderguru's MQL4 Course (EXCELLENT!) but need more info. Can anyone make any suggestions? -charliev
  Alert to Email  (4)
This is weird I can get the email working to My own PC, thats the TO and FROM having the same email address. I can also get the email working going from my PC email home address to my YAHOO account, thats FROM (home) to TO (Yahoo) BUT I CANT get the email address going from my PC email home...
I am trying to learn how to write more in these Expert Advisors but so far the only thing I have been able to do is modify the MACD Sample to use a couple different indicators to decide when to buy, sell, and close trades. Two things that I really want to add is a set stop loss instead of the...
No more realtime quotes and impossible to install a new version :-(
plot two moving average , for example, ma(100) and ma(200), if Close>max(ma(100),ma(200)),set the bar color to Red, if Close<min(ma(100),ma(200)),set the bar color to Blue. and if the close between max(ma(100),ma(200)) and min(ma(100),ma(200)), set the bar color to the same as the previouse bar. How
how do i check to see if i have any open positions? my ea is opening like 2 positions a minute
Hello Traders, I come to ask your to help for the design of a EA with only one tool which I attach to this email. here several weeks that I test a small simple method which becomes advantageous, but it is constraining manually because the trades must be closed even the night during the sleep. I...
Ts2000i Function "WAverage" Code : Inputs: Price, , Length; Variables: Sum(0), Counter(0), CSum(0); Sum = 0; CSum = 0; For counter = 0 To Length - 1 Begin Sum = Sum + Price[counter] * (Length - counter) ; CSum = CSum + Length - counter; End; If CSum > 0 Then WAverage = Sum / CSum Else...
Hello. I have this little problem : I would like to change the lots size of pending orders, is there a way to do that ? I write an EA wich place pendings, but following the market, the "weight" of those pendings must be changed. I know I can delete some of them and/or create new ones, but they...
  Lock trendlines  (1)
Is there a way to lock trendlines, fibonacci levels, pitchforks etc. so they cannot be moved?
Is there anyone who might help me to program this money management strategy: The system should buy/sell a fixed size of lots. If my trade is a loosing one the system should automatically bye/sell double lotsize for the next trade. The system should double the lotsize as long as the system is
After compile any scripts/indicators/experts, any scripts/indicators/experts will be re-init. But the close[]/bid/ask=0 in init. Why? Thanks
  Breakeven option  (10)
Hi ppl, My problem is ... i want to put in the new EA makegrid193.mq4 the option breakeven like was in the EA Hands123mv1[1].1.mq4... but i don't know who i do that... i think if i transfer the option code of Hands123mv1[1].1.mq4 of breakeven to Makegrid193.mq4 everything will be OK... but i don't...
Hi where can I get MACD indicator with 2 lines like the image below for meta trader 4 thanks
  Optimization  (1)
Hi I am trying to understand how to use the optimization methods of metatrader - for me the optimisations run on an EA- and then it gives the best know profit factor - but I don't see where it then puts the best variable values. Any help appreciated.
Thanks for help on keltner Channel... I wish to convert my favourite Ts2000i indicators over to your software, so I will have a few requests. Please build a function called "linearRegValue", so this function can be used in other indicators ( type of smoothing tool). Inputs : Price, length,...
Hi Everyone! I am working on learning MQ4, and I had a couple of questions I hope someone can help me out with. I have been studying the great MQL4 Course by the Guru, and I have been experimenting with backtesting. When I look at the chart of a backtest I see several bars that have multiple open...
Just found your wonderful software. I use Keltner Channel extensively. And I was surprised that you did not already have it. Formula from : http://www.tssupport.com/support/base/?action=article&id=1263 INPUTS: PRICE(CLOSE),MALEN(10),CONST(.8); VARS: CENTLINE(0), AVGRANGE(0), UPPER(0),...
Anyone have indicators that shows the past for hours pivot lines support/resistence? I saw people calculate them manually,using the past 4 hours high low close. It seems useful,as these lines can usually be tested.
  Ask  (1)
Dear CodersGuru, what i am doing wrong for alerts at attached indicator?? tks vm in advance again. (Sorry my husband has to travel continuously, T4 i am the only one who will take care of forex for quite sometime from now on.) cheers.
  New Version  (60   1 2 3 4 5 6)
TSD_MT4_MR_Trade_0_36 New version of TSD from Mindaugas. Regards MFX
Hello traders, I have read Dr.Alexander Elders Triple screen method and I have been very impressed with it. It is based on sound logic and does not take unneccessary trades. Recently I found a link : http://www.gordago.com/?act=strategy&num=1 which incorporates his trading ideas. What is most...
Hello to you all. Is there any way to add the graph of the dollar index to my meta trader 4? Thank you very much Haim
Hi guys, does anybody know where I can find 2 LSMA- color indicator /mq4/? REGARDS
Hello, I had a MT4.0 trading platform who worked as a MetaQuotes-demo. This platform showed beside Forex, cfd's and the futures on american indexes ( Dow-Jones NDX100, Nas. Comp. and S&P500). By accident I removed this platform. When I try to install a new MT4.0 I don't see those cfd's and futures
  Move Stop to Break even  (68   1 2 3 4 5 6 7)
Hello, I would like to ask if you guys know what is the best way to move stop to break even at XX amounts of profit in Metatrader 3. I have seen some experts that do that on M4 but not sure if is possible to do that in M3. Thanks in advance GS