General - page 1743

  RSI ATR system from TASC  (11   1 2)
Hello, This system premiered in Technical Analysis of Stocks and Commodities magazine in Aug of 2006. I hope someone can help make this into a fully functioning indicator. Here are some post on what has been done and what still needs work. TimeFreedom: Please help to code the following simple medium...
  Forex Chaos Broadcast  (16   1 2)
I have created this thread to broadcast trades I have taken based on my chaos strategy using only pivot points. At the end of each chaos, I will report back how many pips approximated (haul). Previous personal broadcast before now is available at: https://www.mql5.com/en/forum/195014 You can use the...
Doses anybody knows if it's possible to display time (countdown) when current CS will be closed? Maybe a script or something like that... It would be useful rather than calculating manually... Thanks.
On the website of the Automated Trading Championship 2007, the article Reporting the Championship: First Week (1 – 7 October) has been published (http://championship.mql4.com/2007/news/241/). The article summarizes the results of the fisrt week of the Championship. The Top Ten Expert Advisors...
  Indicator  (1)
Greetings to ALL. Dear who has indicator or system capable to build levels Res and Sup for a week on parameters of closing of the last week. I put the indicator a trend. Can be to whom it is useful. I work on this indicator. All of success
does any one have an EA that open based on RANGE Levels with calculated multiple lots?i really need that stuff...please
  hello  (4)
hi all.. im beginner in forex nice forum & nice shareing still reading...
Hi All, I try to modify the below EA, I need to be alert when SMA50 Start Rising or Falling and the current bar closed. // Code // //+------------------------------------------------------------------+ //| EMA-Signal.mq4...
its name Histo mania .. I lisetnd about it but i didn't find it
Is there a way to build an Equidistan channel as in the MT4 Platform? Thank you.
Just like last week when I meant to type buy limit but I forgot to change the instant order drop down to pending order, although I have done it before several times, but after rested a while for a week I forgot to change this drop down, I suggest that Metatrader programmer consider this and have 2...
I would like to offer free trials of my Expert Advisors for only 5 days. How do I code this or do I need to use an outside program?
Does anyone have a Linear Regression indicator that draws new channels once price has moved a certain distance above/below the channel, while keeping previous channels on the charts such as in the attached pic? Thx.
Anyone here trading currency options? It would be awesome if you could shed some light on forex option stategies and list of platforms/brokers you can buy options. With economic calendar I can predict the exact minute when prices move violently 100 pips or more. It's just the direction prediction is...
Hello all, I'm sure this is simple, but it has me confused. EURUSD, GBPUSD, NZDUSD , the pip value in USD is a whole number (for 1 lot of EURUSD each pip is worth $10). This is not necesarily so for EXOTIC, or CAD or JPY pairs... they come in at various values USD... Is there a way to
[Deleted]
Hi guys, i'm testing this EA that i've made. I'm sharing it and i hope people improve it, it's my first EA, so, the code is not the best. I notice, that, it works cool in almost every pair, i'm trying for now these: GBP/JPY, EUR/JPY and CHF/JPY It's only a 2 day test, but i would like other people...
[Deleted]
  Strategy Builder  (4)
Hi folks! Do you know of any forex rapid strategy builder software(no programming knowledge required) that generates code and exports to metatrader? thanks for any info
U can download hundreds of forex & trading ebooks for free from this cool site. Enjoy ! Free Download FOREX Trading E-Books
[Deleted]
Can anybody help me to find this indicator?Thanks!
  OILFXPRO earlybird E A  (83   1 2 3 4 5 ... 8 9)
Hi folks I wanted to help some of you who are struggling in forex. Herebelow are 2 E A S They should be left running from 4.45 am every morning . Only 4 pairs are traded .The standard EA trades gbp/usd,euro/yen and usd chf.The euro /usd version trades euro /usd. Thet produce around 1500...
[Deleted]
  Error Message in journal  (12   1 2)
Hi, everyone, I tested my EA, and got the following error message in the journal: 12:22:42 TestGenerator: unmatched data error (volume limit 102 at 2007.06.29 04:00 exceeded) 12:22:42 TestGenerator: unmatched data error (volume limit 102 at 2007.06.29 04:00 exceeded) 12:22:42 TestGenerator
Looking for INDICATOR.mt4 Please Help ! Need for download. Thanks
Hi, I am a Metrader Newbie and amd trying to put together a Expert that Will Close a Position at a Certain Time. Nothing every happens with the Expert Below. Can someone tell me what is wrong? //+------------------------------------------------------------------+ //|...
Let say I write two EAs as follows: ea1: To operate in H1 by default all indicators have NULL second parameter. ea2: Same as above except to force H1 on all indicators. Then run both in demo account and same broker: ea1 in H1 and ea2 in H4 on the same PC. The results should be the same just...
Hello, I just used "Insert - Text" and "Insert - Text Label" to add text to my chart window, but whatever I do I can't delete them again even if I reload my template. How can I get the text off my chart? Many thanks for your help.
I downloaded the demo on "MetaTrader 4 trading terminal" However, I cannot configure anything on the charts. Will I need to download (mt4setup.exe, 3.0Mb)
  EA Question?  (3)
When using an EA, do you have to have the indicators loaded on the chart with it for it to trade correctly? Or just the EA? Also, does anyone here trade with their EA only. No manual trades? Just curious. Sorry if its been asked before.
Consider the 2 following scripts : //+------------------------------------------------------------------+ //| =SCRIPT_TEST.mq4 | //| EMM | //+------------------------------------------------------------------+ #property show_inputs extern int e_volume = 1; int start() { return(0); }