- Search Metals Mine
- zznbrm replied Dec 24, 2012
incomeideas, There is an old saying, "Those who can't do teach". Every time I read this forum, I read statements about how certain things can't be done...be it some indicator in MT4, or a certain consistent monthly profit percentage, or profitable ...
How to rescue a losing position?
- zznbrm replied Sep 8, 2012
I've been here a few years and, believe me, there have been some absolutely crazy posts from time to time. But this one is now my all-time favorite. Of course the "douche-bag moron" post was very good also. Keep up the good work.
MBTrading free EXN or pay for limits?
- zznbrm replied Sep 8, 2012
See...that is the perfect response of a politician...pass the onus on to the other guy to prove you wrong. You are a natural! Why are you counting the difference in spread twice?
MBTrading free EXN or pay for limits?
- zznbrm replied Sep 8, 2012
Now that is some fuzzy math...you should consider running for office...you'd fit right in.
MBTrading free EXN or pay for limits?
- zznbrm replied Sep 1, 2012
Yes, there are many ways to define volatility and price movement. Thanks for sharing.
Assorted Indicators/Scripts
- zznbrm replied Sep 1, 2012
To define the trend data, I used a calculation similar to the "SemaphortPrice2" (attached) applied to a 7-pip RangeBar chart. It is a little different from your typical semaphor or zigzag indicators in that it uses pip movements for identifying ...
Assorted Indicators/Scripts
- zznbrm replied Sep 1, 2012
Thank you for your kind words. Yeah, that script is pretty old. If I remember correctly, I created that script to load as much M1 data into MT4 as the broker's server would allow. And to keep refreshing the M1 at a preset interval. However, I have ...
Assorted Indicators/Scripts
- zznbrm replied Aug 25, 2012
Take note of indicator window #3 and #4. CONSISTENT trend sizes during INCONSISTENT (and low) volatility. It is this EFFICIENCY of the EURUSD that makes it a great instrument to trade.
Assorted Indicators/Scripts
- zznbrm replied Aug 20, 2012
This indicator should do what you want. Update per your requirements.
Working out Moving Averages on Different Time Frames
- zznbrm replied Aug 18, 2012
I do not know how to directly change the symbol of another chart via mql4. There probably is a way to do it, but I have not seen a solution. Two workarounds: 1) Create profiles for each symbol 2) Trap the uninitializeReason in the first chart to ...
MT4: Shortcut for switching templates
- zznbrm replied Aug 13, 2012
Then why do you need a chart? The only part of a chart that is "NOW" is the current bid/ask price...everything else is in the past...the previous tick, previous S/R levels, every previous OHLC and associate indicator data, even the current bar's ...
Investors Moving Averages
- zznbrm replied Aug 13, 2012
This thread shows how to change the template on a chart from within mql4: url You could create a script to change the template and assign a hotkey to the script.
MT4: Shortcut for switching templates
- zznbrm replied Aug 13, 2012
The attached script works on my laptop (Windows 7) and should get you pointed in the right direction. Your implementation may be different depending on your OS and speaker settings...so change according to your needs. This script: - Changes the ...
Changing sound volume in MQL4 code