General - page 1821

  Oscilator  (1)
can anyone help me.....please....where can i find this indicator...please???thankyou2x very much:)
Hi folks: I wonder if there is anyone out there that could help me. I'm new to Metatrader 4 and I wondered if anyone knows a broker who offers this software with a time zone set to either GMT or USA Eastern Time. My version is GMT+1 which I am finding somewhat annoying. Any help would be much
Hi Can anyone tell me where I can get the following 'include' file, (stdlib.mqh)? TKS
-
Why is this ? I ran the exact same test with two different brokers, both using the same data, same spread, leverage, starting balance ect. What is causing the test to be different? Also in live testing the results are oppisite. Velocity is performing better than IBFX. Does IBFX manipulate there...
I am trying to enable email alerts on the MQL4 platform. I would prefer to use my Gmail or Hotmail or Yahoo mail servers to do this. I've not had any success. Has anyone out there successfully setup email alerts using any of these web-based mail services? Would you share that with me? Thanks, Cam
[Deleted]
I'd like to write a set of functions that record the timestamps spent on a specific section of code. I'd like to find out what my most CPU intensive regions are and know how long they take. That way I can write a few variations of my longest running parts or create optimized DLL files for the worst...
[Deleted]
Tonight I was considering trading the GBP/USD price trap system with Trigger Bar. That's really not important . What's important is: Are you diversifying your risk with multiple EAs? Are you trading one pair with one system, and another pair with a different EA? That way, no conflicting signals
int Decision() { if (Dir==0) return(0); if (Dir == 1 && nTrade==2) { openBuy(); return(0); } if (Dir == -1 && nTrade==2) { openShort(); return(0); } Print(" Testing for mistake"); if (Dir == 1 && nTrade==1 && TempProfit < 10) { openShort(); return(0); } if (Dir == -1...
Reading through the threads I'm noticing people mentioning that disabling an EA when big News happens, NFP(stands for?) etc is better to protect ones account. So where does one go to find out this news and know exactly when to disable the EA. Also a list of events to look out for would be helpful...
Hi, I a newbie, can someone provide a list of broker firm who use MT4 for trading? Are these broker reliable? Thanks for reading my mail
is there any way to colour a rectangle diff colours so top half is diff to bottom, or join two together. i'd like to use a two colour rectangle to better guage when a stop or profit is hit in a manual backtest. thanks.
  Romanisti - Market Trapper  (35   1 2 3 4)
Hi I have make an very simple EA, not based on any indicator, just make a trap up & down after open market and close all trade after market close. I have backtested it only on GBPUSD, open trade @ market open 09:00 CET, close all trade @ market close 17:00 CET if any open trade, from...
guys, will you ever provide some kind of web access to the platform? I don't mean the fully platform features, but at least access to entering/closing trades... Regards, Omar.
Can goodle change color to our site's scheme to match us?! it looks horrible like a toy besides TSD's logo.
this is a Stochastic filter.i like this indicator.It was Rsifilter first than i modified a little to get the Stochastic filter
iLow(NULL,0,Lowest(NULL,0,MODE_LOW,0,1)) < iLow(NULL,0,Lowest(NULL,0,MODE_LOW,1,1)) I am trying to compare the lowest of the current bar lowest to the lowest of the bar that is 1 bar back. I am confused as to what goes after the MODE_LOW in the statement - Could you clarify please?? From...
Hi there fellow South African forex traders, This is just to invite you all to join up with me from time to time using MSN. Trading can become quite boring some days and lonely to. I have been trading for a few years already of which the last 3 or so are fulltime. I trade mainly the euro and GBP...
Hey scorpion, I was pleased to see the FXFisherman economic calendar in my email yesterday and I have to say really good job on the designing! But do you think it is ready right now? I was expecting to see it in beta for at least another month or so. What are your plans for it?
Hiya would some one please help. Im trying to make standard indicators into separate window section bars [see pic] im trying to make the MACD indicator into a section separate window with blue bars for bullish and red bars for bearish. Im also trying to do same for the EMA. Many thanks
Could some one possibly show me how to make standard indicators into section bars in a separate window. For example im trying to make a separate section window for the Macd 38/120/20, blue bars when bullish and red bars when bearish. Any help would be greatly appreciated
  MT4 for smartphones !  (109   1 2 3 4 5 ... 10 11)
Lenar 08.06.06 15:06 The release is scheduled for 1 August 2006. Keep us informed when it will be available
Hi, is it possible some way to mirror automatically all trades made in one MT4-platform to another on a same computer (another account/broker)?
it's impossible to calculate this: why??????
Is it easy to add the code? I know 10p3v1.9c/e has the feature but wanted to add the code to other EA's to test. Was just looking for some simple EA's actually. I just want to have two charts running on the same currency and have the EA trigger one buy then at the same time trigger one sell. SL of 5...
[Deleted]
  Time Indicator  (4)
Hi there, I remember coming to this forum several months ago, and finding an indicator that highlighted Newyork, and London trading times in Yellow. Im trying to find that same indicator but I cant find it. No luck with my search (or on the internet for that matter). Does anybody have a similar...
In the following indicator, there are 3 colors : green (up),red (down) and yellow(flat). How can I add an alarm message when color changes ? double ExtMapBuffer1[]; double ExtMapBuffer2[]; double ExtMapBuffer3[]; int width; extern int Rperiod = 34; extern int Draw4HowLongg = 300; // 500 //...
I have this piece of code: OrderModify(Ticket, Entry, SL, TP, Expiration, CLR_NONE); I tried a large Expiration number and it works; when I tried a smaller Expiration, it wont work.
Hi All, I have row #include in CGI_RSI Expert adviser, but after compile I receive error - "OrderReliable_V1_0_0.mqh - can not open program file" . Where can I find out this file ? Thanks for help in advance.