- Search Crypto Craft
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Apr 8, 2008Hi Scott, Just a minor point, but I think your lline of code that reads:if ((Lots < 0.01&&MicroOrdersAllowed) || (Lots < 0.1&&MiniOrdersAllowed&&MicroOrdersAllowed==false)) would be better as:if ((Lots < 0.01) || (Lots < 0.1 && ...
Scripts for Limit entry, Stop entry, Market entry
-
hanover replied Apr 3, 2008No, sorry Frank, the indicator performs the output only once, when first attached to the chart. At least that's the way it currently works. I expect it could be changed it to re-output the required file(s) on every tick, or every X number of ...
Export to Excel
-
hanover replied Apr 3, 2008I realize that the original post is over 2 months old. However, if anybody wants to export data to a CSV file, I have written the out_hist.mq4 indicator (attached to this post). Currently it outputs only OHLCV, but the line that ...
Export to Excel
-
hanover replied Apr 1, 2008Floor trader pivots — Akeentaday, some material on pivots (including downloadable indicators) here: http://www.forexfactory.com/showthread.php?p=1506991 http://www.forexfactory.com/showthread.php?p=1641288 ...
Candlestick Software
-
hanover replied Mar 31, 2008Ogom, here are links to three Fibo based methods/techniques: http://www.forexfactory.com/showthread.php?t=60272 url url The last of the three contains the most clearly defined trading rules. Supercalifibalistic....... David
Fibonacci Numbers.
-
hanover replied Mar 28, 2008Daz, many thanks for your prompt and comprehensive answers. Any system that yields around a 75% win rate and RR significantly > 1 has got to be very profitable. Congratulations. David
Powerful Fib Based System - by DAZfx
-
hanover replied Mar 27, 2008Hi Sonic The simple answer, as far as I know, is no. However, keep in mind that I haven’t used MetaStock for around 3 years, when v8 was the current update. It's probably been enhanced significantly since then. If I may digress momentarily, it was ...
Can we load/use MetaTrader's indicators in Metastock software??
-
hanover replied Mar 27, 2008Many thanks for sharing — DazFX, great system, beautiful in its simplicity. Great to see that exit is also being addressed in such unambiguous fashion. Many thanks for sharing. A few questions, if I may (in blue typeface): [Edit] Q5. Could you ...
Powerful Fib Based System - by DAZfx
-
hanover replied Mar 21, 2008Total, I expect that you'll need to find and post the MQ4 source code, if you want anybody to look into this. David
Sweet Spot finder indicator
-
hanover replied Mar 21, 2008KGB, you are correct. I hadn't noticed this before. Thanks for pointing it out. Here is what appears to be happening (differences in bold typeface): Traditional MACD: MACD = EMA(12,close) – EMA(26,close) [plotted as a line] Signal = EMA(9,MACD) ...
The real macd.. not MT4's
-
hanover replied Mar 21, 2008Hi Jay, Fib ratios are based on dividing successive numbers in the sequence 1,1,2,3,5,8,13,21,34,55,89,144,233, 377,... where each term is the sum of the previous two terms. The ratio between any two terms approaches the "golden mean", which is = ...
Looking for a Fibonacci guide
-
hanover replied Mar 17, 2008Ah, "Cindy Margolis trading", the most downloaded system on the entire internet. From memory it was something about trading double tops. OK, OK, I promised I'd disappear. Must be time for another glass of red.
...The Big Dog Trading Secret
-
hanover replied Mar 17, 2008TCMM, as I said in my previous post, I am not picking on you. I was just responding to Acko's post, explaining how I've tested several other systems at FF, and I haven't yet found one that meets my own expectation of what is profitable beyond "runs ...
The Big Dog Trading Secret
-
hanover replied Mar 17, 2008Acko, this system may well prove to be profitable, perhaps extremely so, and I totally agree that the only real way to find out is to test it. Like you, I’ve tested many methods outlined here on FF. My skeptical nerve gets tweaked every time I see ...
The Big Dog Trading Secret
-
hanover replied Mar 15, 2008Agreed. When demand exceeds supply, price rises; and vice versa. If simply knowing this guaranteed consistent profit, we'd all be millionaires.
I guess I'm skeptical – at least initially – whenever somebody throws a few indicators together and ...The Big Dog Trading Secret
-
hanover replied Mar 15, 2008IMHO, methods can work profitably for two possible reasons: 1. They are respected and used by enough influential traders ("big dogs"), i.e. if enough of these folk believe that a reversal is likely to occur at a certain point, they will place their ...
The Big Dog Trading Secret
-
hanover replied Mar 14, 2008Traderz, the Martingale is guaranteed to be 100% profitable until you reach a situation where the "death trade" occurs. The latter refers to a situation where you're forced to increase your position size to the point that a loss on that trade wipes ...
martingale profitable or not ??????
-
hanover replied Mar 12, 2008Free MACD educational videos — Hi David, I've never heard of anybody using 5,35,5 for MACD. 12,26,9 are the usual parameters. In the latter case, MACD is the difference between EMA(12) and EMA(26). The trigger line is an EMA(9) of MACD. The ...
Difference between MACD
-
hanover replied Mar 11, 2008Press Ctrl-M to bring up the Market Watch window. Right click in this area and ensure that the Time option is checked on. Provided that the market is open, the Time column in the Market Watch will display the time that the last order was executed ...
How can i find out server time on my brokers metatrader platform?