- Search Metals Mine
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Jun 24, 2020Short answer is that I don't know, as I've never used or developed it further. Both your links appear to be referring to the same product. From the image in post #1, it seems that it plots the P/L as candles. In cases where the $/pip is constant ...
Hanover replies to PMs
-
hanover replied Jun 24, 2020I'm sorry, but I don't know any MT4 indicator that will do anything like what you're asking. Maybe somebody else has seen something suitable.
Hanover replies to PMs
-
hanover replied Jun 23, 2020I know you can do this type of thing with SMAs (e.g. a SMA(600) on M1 is approx the same as a SMA(20) on M30 — see the chart below), but I wouldn't automatically assume that something similar applies to stochastic, because it's calculation is ...
Hanover replies to PMs
-
hanover replied Jun 23, 2020As far as I know, and assuming that I understand you correctly, something like this: image
Hanover replies to PMs
-
hanover replied Jun 21, 2020Try if(((Pre == "EUR") || (Pre == "GBP") || (Pre == "AUS") || (Pre == "NZD") || (Pre == "XAG") || (Pre == "XAU") || (Pre == "BTC")) && (Dol == "up"))
Need help to find the problem in the code
-
hanover replied Jun 18, 2020Thanks for alerting me to this. I had a quick look and agree that it does look interesting. However there is a lot of reading to figure out exactly what it's doing, and I'm behind with other software projects at the moment. I will have a another ...
Hanover replies to PMs
-
hanover replied Jun 17, 2020Yes I believe it's possible. You could try posting in one of the "I code for free" threads and hopefully a programmer will be kind enough to create it for you.
Hanover replies to PMs
-
hanover replied Jun 16, 2020Hello sir, That's great! Glad you have it working now.

Good trading, DavidSoftware tools for LauraT's Roadmap
-
hanover replied Jun 16, 2020Have you managed to get the alerts to work on a local PC rather than a VPS? That would tell us whether the problem lies within the indicator itself, or some incompatibility between the VPS and the indicator (unlikely). If you post a screenshot of ...
Software tools for LauraT's Roadmap
-
hanover replied Jun 16, 2020It's not possible to change the font name/size/color of object descriptions (except TEXT and LABEL object types). The obvious workaround would be to add a separate text object just below each line. Price is shown in the object description, you can ...
'Room to move' indicator
-
hanover replied Jun 16, 2020Fwiw here is a very old post of mine about Fibo calculations. I'm not sure what the Golden ratio would be in base 60. Base 60 would require a large number of additional characters to represent the 60 possible digits.
AMAZING Strategy!!!
-
hanover replied Jun 12, 2020I'll reply here to avoid taking the LauraT dashboard thread further off track. 1. The big range bar would generate different signals depending on which timeframe it's used. Which timeframe(s) does the institutional money use? 2. Some of the biggest ...
Hanover replies to PMs
-
hanover replied Jun 12, 2020I would prefer to keep the dashboard operating within Laura's trading principles and techniques. I'm sure your indicator is powerful — tracking smart money is a topic that interests me personally — but I don't want to risk confusing folk who are ...
Software tools for LauraT's Roadmap
-
hanover replied Jun 11, 2020Nice link, thanks for sharing.
Here is another article that I enjoyed reading.AMAZING Strategy!!!
-
hanover replied Jun 11, 2020Very nice high probability entry in your third example, a great example of three-way confluence (SMA200, turncoat SR, TL break).

Roadmap - A Way To Read Markets
-
hanover replied Jun 11, 2020Re post #109, please don't post decompiled mq4 files in this thread.
Software tools for LauraT's Roadmap
-
hanover replied Jun 9, 2020The latest version (1.02) should do this. Each new version includes all of the capabilities of all previous versions, plus additional enhancements. The values and symbols that are output depend on your parameter settings. To get the numbers in ...
Software tools for LauraT's Roadmap
-
hanover replied Jun 7, 2020This is well explained by coolsjc and you can also read LauraT's explanation here. Also search for "emergency" on LauraT's profile page to get 12 other comments.
Roadmap - A Way To Read Markets
-
hanover replied Jun 7, 2020It would be a somewhat complex EA.
Entries have to weigh up EMA8 v SMA200, SMA200 break v failure, price v bullish/bearish trendlines, composite RSI (different rules for different instruments), SMA200 heatmap, support & resistance ("look ...Roadmap - A Way To Read Markets
-
hanover replied Jun 7, 2020Intermittently. I'm no longer interested in debates on trading semantics, and I'm only coding requests if the indicator is useful to me personally (which is unlikely as I dislike most indicators).
Simple engulfing bar indicator