- Search Energy EXCH
- Paradox replied Mar 16, 2012
You would just put the bat file in your MT4 Folder and click on it. It just clears alot of cached files including history. I would not do that myself but I imagine it will make current charts run better. Here is what it does del /S /Q history\*.* ...
Extreme TMA System
- Paradox replied Mar 16, 2012
Thanks Al. I have not had a chance to study this in detail yet but I have a quick question. If you are trading the M15 TMA would you go to a M15 THV for confirmation check or still use the H1? Thanks
Extreme TMA System
- Paradox replied Mar 16, 2012
The color changes are not made in isolation. The Price is above the bands and the slope is ranging so it is a valid sell slope and is made red. If you enable the slope change value you will have 4 colors representing the 4 rules of the system. The ...
Extreme TMA System
- Paradox replied Mar 15, 2012
So being the backtesting junkie that I am and also really loving the new MTF TMA analysis. I decided to get the TMA indicator working fulling in strategy tester. The old code had completely different section for the MTF parts. I wanted this to stay ...
Extreme TMA System
- Paradox replied Mar 15, 2012
I see my little info panel is in the packet now. So cool. Not sure if anyone is using it though. It has a few minor bugs in the display colors. Well if anyone is using it, here is a fixed version. 1. Minor display rules bugs fixes. 2. Pivots now ...
Extreme TMA System
- Paradox replied Mar 15, 2012
I posted the THV4 Coral mq4 file here in response to some questions. It seems about the same and has no dependancies. Plus you have the code so you can understand how it works.
Extreme TMA System
- Paradox replied Mar 14, 2012
I wouldn't say it is obvious. If metatrader was decent it could handle this no problem.
Extreme TMA System
- Paradox replied Mar 14, 2012
I have posted previously here about how to backtest with repainting. Unless you are definitely only entering on bar open and nothing else then all indicators (ie MACD,MA,STOCH, etc) with give you a false positive expectancy that will not work out in ...
Extreme TMA System
- Paradox replied Mar 14, 2012
I would recommend using regular TMA and testing in strategy tester that is what it is for. I understand that the entry rules are the same but there is more than just entry involved in the philosophy of this system. These entry rules are just about ...
Extreme TMA System
- Paradox replied Mar 14, 2012
True/False shouldn't be necessary. I haven't seen the dashboard code but you should be able to duplicate exactly what you are looking for by switching the values around so there is no such thing as a ranging area. Also in all the other indicators ...
Extreme TMA System
- Paradox replied Mar 14, 2012
No it will behave identically just the absolute values will jump around between timeframes. I personally think we should just remove the option and indicator name since normalized is the only correct way to look at a value you are using thresholds ...
Extreme TMA System
- Paradox replied Mar 14, 2012
This code is much nicer. I just don't see how it actually works. My broker is 0 GMT so it works for me but nothing really in here adjusts for the time zone of the feed so seems like it will be the same as what we have. Also it is not fibonacci but ...
Extreme TMA System
- Paradox replied Mar 13, 2012
Thanks. Would be great if there was a call like in MarketInfo to get Timezone of the Broker. Then the user would not have to figure out anything.
Extreme TMA System
- Paradox replied Mar 13, 2012
Would you mind sharing your pivot code. I have got my code working well but my broker is 0 GMT. I would like to generalize it for others to use though. Have you found a way to determine the broker offset automatically. Seems like that would be ideal ...
Extreme TMA System
- Paradox replied Mar 13, 2012
Here is MTF one that I built. It is a not quite as pretty but has more information and still pretty condensed. I have used it to find extreme pairs but really it doesn't do that as well as the new dashboard does.
Extreme TMA System
- Paradox replied Mar 13, 2012
I posted it a few pages back. You can use the paper clip at the top of the page. The indicator is still on the first page of attachments.
Extreme TMA System
- Paradox replied Mar 12, 2012
It uses iCustom of ZigZag. Don't know why no one ever posts it together. Takes quite a while to find this out and find the right indicator.
Extreme TMA System
- Paradox replied Mar 12, 2012
That is what I was saying. But the pivot zones used here have been from Fibonnaci pivots based on daily GMT 0 based candles. There are pages of posts with everyone getting on the same page. This is not even alluded to on the first page so the ...
Extreme TMA System
- Paradox replied Mar 11, 2012
It seems to me we should still be correct if the broker is based on GMT. But definitely going to have to check my results this week. Hopefully someone can just verify a reference so we don't have to always go back and forth with this.
Extreme TMA System