- Search Crypto Craft
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Oct 10, 2007Hi all I'm very sorry that I've somehow missed the latest posts in this thread. There are so many posts and posters in this forum now, and - due to a problem with my e-mail - I no longer subscribe to threads. Gifog, bluefox - if I understand ...
FFcal - Plot News indicator
-
hanover replied Oct 3, 2007Nice one, friend Bill, sounds like you've already done the hard yards, gotta be plain sailing for you from here......
Good point, Opie, raises the "difficult" choice has to whether we'd rather be returning over 240% p.a. consistently, or wearing ...World's Best Trader Discussion Over
-
hanover replied Oct 3, 2007I’m not an experienced trader but I think it makes mathematical sense, especially if one is trading intraday, to choose pairs that have the largest daily range, relative to costs (spread). Costs may seem insignificant, but they hit you with every ...
as a new trader.........
-
hanover replied Oct 3, 2007Aimless, some time ago I developed the attached "traditional MACD" indicator for MT4. Green line = difference between EMA(12) and EMA(26). Dotted signal line = 9 period MA of green line. Histogram = difference between green and dotted lines. Of ...
MACD Histogram
-
hanover replied Oct 2, 2007Forex killer, welcome to the forum. No indicator is better than any other. The bottom line is that you have to enter on a price bar, and any indicator can be optimized to provide an earlier or later entry. All indicators are derived from price ...
please help about technical indicator
-
hanover replied Oct 1, 2007Ahmed, this is a script, not an indicator. Hence every time you open MT4 (or want to refresh the CSV files with the latest data) you must open the Navigator (press Ctrl-N) and drag the script back onto the chart. That will re-run the script and ...
Change Date format on MT4 .csv files?
-
hanover replied Oct 1, 2007Efmelp, to reverse the date sequence, change the line of code that reads: for(int i=0; i<iBars(ccy,tf); i++) to for(int i=iBars(ccy,tf)-1; i>=0; i--) Then press F5 to recompile the script. ____________________________________________________________ ...
Change Date format on MT4 .csv files?
-
hanover replied Sep 29, 2007Hi Censce What about the Candle Aggregator indicator? url Mason has made some nice enhancements, toward the end of the above thread. Is this something like what you're looking for? David
little help with a custom indicator plz..
-
hanover replied Sep 29, 2007Serhito, I have replied to your e-mail. In case anybody else wants the updated version of output_history.MQ4 script, it's attached. It can now be easily modified to output any number of currency pair/timeframes data history in a single run. ...
Change Date format on MT4 .csv files?
-
hanover replied Sep 21, 2007Hi Xenaga03 I think the answer depends on system expectancy, and one's personal tolerance for risk. With leverage and a compounding MM system, almost anything is possible. At least that is the mathematical answer. Everything else being equal, return ...
20% per month. Is this possible?
-
hanover replied Sep 18, 2007Yes, it's possible using the attached custom indicators — Hi Dan Use the indicators in the following ZIP file. Unzip them into the folder c:\program files\<mt4 broker name>\experts\indicators Then exit and restart MT4 (this will cause MT4 to ...
Indicators with diffrent Timeframes
-
hanover replied Sep 18, 2007I'm afraid I have to disagree. If a manual system is superior to an automated one, then it's due to the human intellect's more extensive analytical capabilities, e.g. ability to recognize complex patterns, interpret data with lateral vision and ...
Trading Robots
-
hanover replied Sep 17, 2007Knossos, will a bar counter suffice? You would need to place your own mark, e.g. draw a symbol or vertical line. MT4 has its own bar/pip counter. It's not documented in the on-line help, so you may not be aware of it. Here's how to activate and use ...
Is there a bar count indicator available?
-
hanover replied Sep 16, 2007Yoda, Sergiu is absolutely correct. Indicators are derived from price action, and simply offer an alternative summary of it. Much depends on how they are calibrated, for example RSI(10) is going to produce a completely different curve to RSI(20). ...
RSI vs. CCI
-
hanover replied Sep 15, 2007Time zones — J2FcM, have you seen this website? url If you look at the bottom of the map, there are numbers -3, -2, -1, 0, +1, +2, +3, etc. This refers to GMT-3, GMT-2, GMT-1, etc. For example, I live in New Zealand. That is color coded ...
anyone need help?
-
hanover replied Sep 15, 2007Mappollo69, the following thread contains the Demark indicator ready for download, plus my notes on how to use it: url This indicator should plot supply and demand trendlines correctly for you. The following thread might also be helpful: url ...
Proper Supply & Demand lines
-
hanover replied Sep 15, 2007FX1on1, welcome to the forum. The following link may help you: url Good luck David
Using Pivot Point on Meta Trader Platform
-
hanover replied Sep 13, 2007Links to Chaos Theory material — Hi GoatT I have a couple of e-books/manuals here on Quantum Futures' The Fractal's Edge trading system, which is based on Chaos Theory. PM me with your e-mail address if you'd like me to send them to you. I ...
What's a FRACTAL?
-
hanover replied Sep 12, 2007Thanks MPP for your reply. I didn't know it was possible to enter a trade with anything like 90% certainty (hence the
after my comment). Would be interesting to get some of the 1KT guys' views on this. With a system that offered anything like a ...A clever money management system wanted
-
hanover replied Sep 11, 2007Hi Marcy What happens if, when saving the file, you select the path using the folder dropdown (highlighted in red below)? That approach should ensure that you select a path that already exists. Or have I misunderstood your question? David
anyone need help?