General - page 1709

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); }
  Possible bugs - build 210  (12   1 2)
Hi, There are a few possible bugs I've come across over the last month which I thought you might like to know about: 1. If a chart is opened and quotes need to be downloaded, the download fails if MetaQuotes looses it's connection which is to be expected - no connection, no quotes downloaded....
  Messagebox Bug...  (10)
I have 'searched' the forum but cannot find this mentioned - if it has been addressed, apologies. Attach an EA that uses 'Messagebox' in the Init function to a chart and it works fine - but only once! Even removing and re-attaching the EA to the chart fails to get the Messagebox to open a menu box...
Hi, What, if any, is the difference between the "Metatrader4" and "StrategyBuilderFX" software products? As I have seen people using both, and am not sure which is suitable for myself. Thanks, Tom
Hi, I read what I could find on the volume indicator in Metatrader, and that seems to suggest the Volume refers to the number of ticks per unit time, rather than the amount of lots traded per unit time. Is there a clearer definition of this indicator? Thanks, Tom
Hi all, can any one have Z score indicator for MT, below is given in Metastock code format for it C-MA(C,60)/ Stddev(C,60) The z score normalizes the prices over a period. We will select three months as the period for normalization.( 60 days assuming 20 trading days per month)