General - page 1753

Does anyone know of a MT4 plugin, or any other system for that matter that will allow me to step through individual candlesticks? Meaning, I'd like to setup my chart with all my indicators etc, and then essentially hit play. That way I can pick a point where I think I can make a trade, and then fast...
[Deleted]
Hello All, I want to share one of my ideas.. I have an idea creating vol level meter from Fisher indicator (i know it repaint the past but its kinda work as vol indi in real time) , so i need to know if what i need is doable and if someone is willing to do it, if yes i will share more of my ideas
Hello, Wondering, if somebody has willing to write an expert and indicator (mq4), based on simple idea?! Details for expert: The indicator we are going to use is Stochastic, which one will take signals from five timeframes at once, 1M-5M-15M-30M-1H, of currency we are working with. Rules to...
Hi, I need some help with the TD Pivot indicator. I want the indicator to show the weekly pivot lines on the daily chart. As you can see on the attached picture, the indicator builds the pivot lines of seven days instead of five days. What to do to make the indicator build the pivot and show the...
Hi, may I ask: It's possible when an EA opens an order, keep JUST that order? I mean, I want that, whean an EA opens an order, keep that order until S/L or T/P is reached, and just to open positions where there are no orders opened. Thanks in advance.
  EA needs TP/SL  (4)
I developed an EA, which takes good trades. What needs developing is Take profit/Stop loss part. I am looking for Forex people with programming skills/ideas to help sort it out. Private Messages are welcome. Image attached.
Hi all, can i code custom indicator such as T3 inside an EA ? the reason is, dont want to have any custom indicator..thanks
  Introduction  (5)
I am jons and user in this forum. This forum is very good and everybody like this forum. Thanks.
Hi, I'm new to this forum and would like to know if anyone has ever heard of this site Strategydepot.com?? It has some good strategy intro's and I am looking for some simple strategies to trade.
Anyone familiar with this code?; double Safe1 = iBullsPower(NULL,PERIOD_M15,20,6,0)+iBearsPower(NULL,PERIOD_M15,20,6,0) It's just code to detect a safe time to trade but I use the H1 time frame so would like to change PERIOD_M15 to PERIOD_H1 but not sure what the other numbers 20,6,0 mean ?? Thanks
Can anyone make this system into EA. I only use BBANDS from ISAKAS II. I only take entry when the gap between red and blue BBANDS is close, so that the risk is low. when buy signal comes out, i enter 0.1 buy. suddently market not moving up and moving down instead. So i open another order but this
hi there, i notice when you have drawn a trendline connecting 2 peaks on line chart and forward it to space. The trendline's angle appears to be have been adjusted higher as time forward.
Hi Many Forex platform offer new registrants a demo account. a typical example would provide 10,000 "demo" dollars that can be traded as a means of learning how to succeed in Forex. Coming to understand that reason must rule over emotion is the most important lesson a trader can learn and it cannot...
Is there a way to change the Symbol Properties in the Strategy Tester? My Broker uses a Stop Level of 0 and the Tester uses a Stop Level of 5. Is there a file that can be modified to reflect the correct level? Thanks, Scott
Will a programmer please develope an EA for the following system found on FF? Thanks... OVERVIEW: This is a pure "set and forget" system where trades are placed at the same time everyday. By setting multiple profit targets we are exercising money management, while aiming for 95pips profit from a...
Hi, I need some help with the TD Pivot indicator. I want the indicator to show the weekly pivot lines on the daily chart. As you can see on the attached picture, the indicator builds the pivot lines of seven days instead of five days. What to do to make the indicator build the pivot and show the...
I use indicator functions within EA code. They return 0 value when timeframe parameter greater then M1. Actually I try iMACD() and iMA() functions, but seems other indicators behavior the same. Something that I missing? Thanks
  Pip Calculator  (1)
Does anybody have a "automatic pip calculator" created in .mq4???? One that calculators pip value if using minilots and using normal size lots. Dave
New MetaTrader 4 Client Terminal Build 208 has been published: 1. Fixed error of terminal deadlock when drawing a large number of vertical lines. 2. MQL4: fixed error of last_error variable formation when calling a non-existing global variable. 3. MQL4: fixed error of MessageBox function, leading...
The competition starts 1 month from now. The Russian Automated Trading Championship 2007 forum thread is very active. I would advise all interested non-Russian speaking parties to read the translated version. Use one of these 2 links. http://babelfish.altavista.com/babelfish/trurl_pagecontent...
Hi, i just start this thread to mark all programers on this thread. Some are avalible to do programs, some not, cause are very busy. I think, all have some time betwen making EAs and Indicatores some free time by making tests and so on, so will be nice to mark here, who has free to do some things...
Can we analyze stocks symbols in metatrader4, since there are some excellent expert advisors and indicators that can be usefull on analyzing many financial instruments other than forex.
[Deleted]
Hello, it is possible to code indicator that will act as host for other indicators?, i mean i want to code some kind of indicator that will measure diff indicators according to the idea i have, i want to just throw the code of the indicator into the "host" and it will give me the the results when...
Hi, I would like to ask is it possible to make an expert advisor that will run other expert advisors under certain conditions, (without needing to copy their source contents into the new expert advisor) such as if condition1 then run expert X if condition2 then run expert Y Thanks for your time and...
  Wth do ppl sell EAs  (65   1 2 3 4 5 6 7)
why do these ppl with so called profitable EA selling them? If they are so profitable, why aren't they millionaires with it? Why the hell would I tell you about my system that is so good and profitable? No one single EA is going to make money forever. This is quite hard. When we buy an EA, theres no...
Is this a bug in the profile page? When i try to upload a picture it says please wait... and it stays there for hours! http://championship.mql4.com/2007/en/users/edit/Carllos
[Deleted]
Hi All, Does any one know where I can find a Full Stockastic indicator . Thanks
[Deleted]
Can someone help me to put this MACD Indicator please. This is the SET UP Short MA price : Close Short MA Period: 3 (Style_Line) Short MA Type: Simple Long MA Price: Close Long MA Period: 26 (Blank) Long MA Type: Exponential Signal MA Periods: 3 (Style_Line) Signal MA Type: Simple Signal MA...
  ATC: mult pares?  (1)
hi .. ATC EA apply only 1 chart, per rule state. but is alllowable EA act on different many currencie pares? exampil: EA applied to eurusd chart, but also trade gbpusd, usdjpy, audusd, etc ... thank you.