General - page 1880

  Free videos  (47   1 2 3 4 5)
Here's a video from Raghee website. Enjoy
  4 Wish List:  (2)
Hi again I would like to add few ideas which seems reasonable for me and would appreciate seeing them on MT. 1. StopLoss/TakeProffit lines to be movable by mouse drag. 2. Option to customize keybord shortcuts and to like desired shortcuts to a choosen menu item 3. StopLoss limit to be redueced to a
  VC interface.  (1)
Hi, are there any plans to include an interface to version control software from within MetaEditor
Hello I think it will be usefull if there is a StringSplit function as an oposite to Concatenate... Thank you Ivo
After running the strategy tester, when I choose Open Chart, the chart is opened with all the indicators that I 've used in my EA. Is it somehow possible to disable this behaviour completely or selectively (i.e. to make only some of the indicators show up in the chart)? Thanks
I Wrote earlier that i could not live update i still have same prob as last time when i push update and restart button the live update simply freezes and donnot answer i am current on 186 version so from here problem started. Jannik
  Macd Indicator Needed  (36   1 2 3 4)
Does anyone know of a MT4 indicator for a MACD Oscillator? I'm new to this stuff and could use some help
but...... does anyone have a news plug in for M4? I looked in Dloads section but couldnt find anything. I really just want the Forex calander scheduled press releases. Just thought it would be cool not to have to keep doing it manually.
Hi there! This strategy came into my mind after reading Dirk du Toit's "Bird watching in lion country" about discretionary trading. However, I am quite a beginner and this strategy needs huge amounts of historical intraday data. I would you to test it and tell me if it's reliable. THE PRINCIPLES 1...
i'm looking for someone to design a very simple program. i've tried to reverse engineer the RD Pivots since it has a line showing time of day. what i'm looking for is have a user be prompted when starting the indicator to ask what time of day (say 15;30 hours) and then the output is to color that...
I would like to set an indicator line as a constant number, such as 10. But code below doesn't work. What is wrong with that code? Thanks a lot #property indicator_separate_window#property indicator_buffers 1#property indicator_color1 Red//---- buffersdouble ExtMapBuffer1[];int init() {//----...
Hi, is there an equivalent of MT4 Sleep() function in MT3? If not, then how one can wait inside of a MT3 expert? Thanks, Michal
Having trouble applying Fibonacci levels to MetaTrader 4 chart. Would someone advise me how to do this? What little i have been able to apply has been unreadable. Thanks for ny help given.
does anyone know of an meta indicator that plots finbonacci clusters?
Hi, I am new to Metatrader/MQL4 and am trying to get a handle on MQL4 programming language. Could you please advice me as to how to do the following:- 1. Fix the number of candle bars/screen - I need to have different number of bars on different timeframe charts, say 128 bars on a 15 min chart,...
I want to run a multiple monitor setup for my trading, but MT4 seems always to constrain chart windows within the main window. Is there a way that a chart window can be detached from the main window so that it can be freely positioned on the desktop?
I found in the sample code, it uses if(Volume[0]>1) return; as the criterion to check if the tick is the first tick of the new bar. I just worry if it will miss some conditions. What's the best way to check the condition? Thanks a lot
  Where did the "STI" thread move  (67   1 2 3 4 5 6 7)
I'm pretty new here and I don't really know the rules on moving threads so I was wondering where did the "STI" thread move , I was following it with great attention
I'm new to MT4 and I've been trying to install and use the custom indicators for Vegas Wealth Builder. I copied the files into the Experts>Indicators folder and compiled them with no errors. However, as soon as I try to add them to a chart, absolutely nothing happens. I'm told that if they aren't...
Hi group I am trying to learn how to code an expert, and are looking for a snippet of code that look for the price to cross a camarilla/pivot line, and when that happens it shall activate a flag. I have a snippet that look like this: In the variable section I have already defined the...
Hello, Just wanted to ask if the Volume values on a forex chart really work? For example, if I see a volume of 949 for a given hour candlestick , does this mean that 949 Lots have been executed at the broker during that hour? Are you sure this value really works? I would have thought that the...
  MetaTrader.info  (9)
Hi folks, To all whom are concerned about my lessons, to my dear friends: You can find more of my lessons at www.metatrader.info Please don't deprive me from your inspiring comments!
  Sti
We have moved Sti expert advisor thread to Elite section, because of request of thread creator (Manager previously called tomsd). Best regards.
Does any one know of an indicator that charts the range of the price ie draws a bar for say 20 pips (adjustable) then moves onto the next bar ranging between the high and low until there is a differrence of 20 pips and then moves onto the next bar and carries on. Cheers Bagsy
  Smoothed Demark  (6)
Anyone have a smoothed demark indicator ? Not the TD, just the standard but smoothed. Could have some use. Many many thanks
I need change period 1H to 5M automatically in EA. I am not using indicators, can I change, automatically in the Expert, for another chart or period? to modify 5M to 1M? for command ? thanks
Hi, I'm trying to draw a line, horizontal, on a chart, but I want a definate start and stop time within the same day. I'm currently using ObjectCreate("msLow",OBJ_TREND,0,vWhen,msLow,vEnd,msLow); The line draws ok, as a ray. But I only want a segment. If I edit the object and unclick "ray"...
Hello I'd like to code an alert to be fired when price bar crosses an existing into the chart indicator, ie MA added through menu Insert -> Indicators -> Trend -> Moving Average and is visible into the Indicator List (Ctrl+I) Thus added MS is visible on chart but how could I found its current value
Hi , I want to get some values from Zig Zag indicator: 1.lasthigh 2.lastlow 3.lasthighpos 4.lastlowpos Please if someone can help please describe it. Thank you. Jeff
hi all how can i get a high and low to cloclite the fibonatci no. i wont to get it for 35 bars for 4H piriod . and after that drow the llines . thank u