- Search Metals Mine
- zznbrm replied Nov 29, 2011
It can be done using MT4 Profiles, but I do not think that is the best solution. There are a few different ways of doing it. I used the "slide show" concept. I opened all charts in the same MT4 (3 symbols...4 timeframes each), positioned them where ...
Is there a script to rotate MT4 Profiles every X minutes?
- zznbrm replied Nov 29, 2011
In this video, I'm using 3 symbols, 4 timeframes, and switching them every 5 seconds (for demonstration purposes). Is this similar to what you are trying to do? url
Is there a script to rotate MT4 Profiles every X minutes?
- zznbrm replied Nov 25, 2011
Interesting modifications to the standard Donchian Channel you have there. I'll be interested to hear what else you have to say about it.
How to properly use Technical Analysis
- zznbrm replied Nov 24, 2011
Does this look like what you are trying to do?
Putting Heiken Ashi on MACD?
- zznbrm replied Nov 24, 2011
No you don't. For a Renko chart or a grid chart you do...but not for tick or range bar charts.
Illusion of Time(frames)
- zznbrm replied Nov 24, 2011
Tick-based candles (say a 30-tick chart for example) have highs and lows and have nothing to do with time. Range-based candles (say a 7-pip range chart for example) have highs and lows and have nothing to do with time.
Illusion of Time(frames)
- zznbrm replied Nov 23, 2011
I just got an update from Australia: The two men have barricaded themselves inside the server room of FX Australia. They have hijacked a printer and are printing money...Australian Dollars, US Dollars, Euros, Yen. They say it is just too easy! They ...
AMAZING Strategy!!!
- zznbrm replied Nov 23, 2011
Could it be? — It might be even worse than we thought. I just got a call from a friend who works with the Australian Secret Intelligence Service. It seems an unidentified man has been spotted outside the offices of IBFX Australia, wearing ...
AMAZING Strategy!!!
- zznbrm replied Nov 21, 2011
Definitely not...the prices between the two account types are different (the feeds are different, pending limit orders are different, and the spread markup), I think it would be rare for the two different account types to have the same quotes. But ...
MB Trading Futures - Introduction
- zznbrm replied Nov 21, 2011
If you have your heart set on using MT4, then you can have your other broker's MT4 communicate with MBT's MT4 using pipes or shared files. There are examples of these options in the Platform Tech forum. Another option would be to time-shift your MBT ...
MB Trading Futures - Introduction
- zznbrm replied Nov 19, 2011
Those messages indicate the script ran just fine...the script was loaded, it executed the code, and then it closed. Did any of your open charts correctly change timeframe?
Changing timeframes of all charts simultaneously
- zznbrm replied Nov 19, 2011
Working ok here on build 409. Save attached source file to your scripts folder and recompile. I bet it will work then. If not, look for error messages in Experts or Journal tab of Terminal.
Changing timeframes of all charts simultaneously
- zznbrm replied Nov 15, 2011
Partially related... I've tried orders in the past with "odd" volumes (like 1.225 lots) and they have processed successfully. See screenshot of Order History. Today, I get this message: Order rejected for reason: invalid quantity, forex volume must ...
MB Trading Futures - Introduction
- zznbrm replied Nov 14, 2011
There's certainly more powerful PCs/laptops available that would help. The easiest solution would be to upgrade your hardware. In addition, there are two indicators you are using that are very inefficient - MTF HA and semaphor. They do lots of stuff ...
Price Action Trading with Indicators! The Freebie System
- zznbrm replied Nov 13, 2011
I have been through this multiple times. So listen to me very, very carefully: There is nothing wrong with repainting/MTF indicators when trading live and looking at the current bar for trading decision. This is how Udine is using the MTF HA ...
Invictus
- zznbrm replied Nov 9, 2011
I've been messing around with the MBT API recently... It is interesting to see how often the ask price is below the bid price (ie, negative spread). In MT4 you can't see this because it appears that MT4 is "adjusting" the bid/ask so the spread is ...
MB Trading Futures - Introduction
- zznbrm replied Nov 8, 2011
Though Kosomolate suggests he is using MTF, it does appear, from the trades in his most recent chart detailing this week's strategy, that he is only using M5. Really not using M1 at all. Running the EA directly on M5 would produce the same results. ...
Indicators development for T101's not very simple method
- zznbrm replied Nov 4, 2011
Equity chart is below for account running the 10312011 EA on EURUSD and GBPUSD. Observations: - Entries are late with VQ indicator. The VQ indicator is not very impressive. I don't know why it was created in the first place, but it is certainly not ...
Indicators development for T101's not very simple method
- zznbrm replied Nov 3, 2011
Gives alert when chart bar closes and VQ color changes.
Indicators development for T101's not very simple method
- zznbrm replied Nov 3, 2011
I think you should use VQzz in your EA, like in the 103111 version. Yes, you should change the TTF call to use TTF (although, when EachTickMode is true, it should not make a difference). When EachTickMode is true, it would look like this: ...
Indicators development for T101's not very simple method