- Search Metals Mine
- zznbrm replied Feb 26, 2011
Attach this indicator to M5 chart. Does not include signal line, only main line. Uses Low/High for Price Field.
Please help with a multi-frame indicator
- zznbrm replied Feb 13, 2011
What do you get when you try these alternatives? double VAR1 = 1.123456879; double CMA = NormalizeDouble(VAR1, 5); Comment(DoubleToStr(CMA,5)); double VAR1 = 1.123456879; Comment(DoubleToStr(VAR1,5));
NormalizeDouble
- zznbrm replied Feb 13, 2011
What line of code did you use to display the value in the IBFX MT4 window?
NormalizeDouble
- zznbrm replied Feb 11, 2011
By "show up as", I assume you mean be displayed or printed somewhere (Experts tab, chart comment, etc). If the variable CurrentLow has the value 1.2345, then it can never show up as 1.23456. It can show up as 1.2345 or 1.23450 or 1.234500, but it ...
NormalizeDouble
- zznbrm replied Feb 10, 2011
1) No 2) No 3) No 4) Shortcoming. Honest oversight 5) I'm sure this shortcoming has been discussed many times on multiple forums 6) Then you should probably use something else. 7) I'm sure the brokers are aware of this issue. No, it definitely not ...
Weird MT4/ Strategy tester behavior observed
- zznbrm replied Feb 10, 2011
If the offline chart is receiving updates (ie, ticks) via some other process (script, EA, indicator), then yes, an EA can be attached and can behave as if it was on a regular online chart. This is very common with non-standard Time period, Range ...
Can you attach an EA on an offline chart?
- zznbrm replied Feb 10, 2011
I think you get a tick when either the bid or ask moves. Occasionally it appears you can get a tick when neither move (although, I can think of a few reasons why this can happen): 2011.02.10 14:36:39,1.36044,1.36047 2011.02.10 ...
MB Trading Futures - Introduction
- zznbrm replied Feb 10, 2011
A few things: Your "i" variable cannot be used in the iStoch function call. "i" may not be the same for each pair. You need to find the Time[i] on the current chart, then use that time in the iBarShift() for each bar. Then use that shift in the ...
Hedge and Correlation Strategy
- zznbrm replied Feb 8, 2011
It is your thread and you are correct. Posts have been deleted.
Three Pairs Hedging
- zznbrm replied Feb 7, 2011
There is a known (or unknown I guess) problem with the MT4 Balance not showing the correct Account Balance when trades are closed in MT4. The explanation I have received in the past is that it is a limitation of the MT4 platform and the account ...
MB Trading Futures - Introduction
- zznbrm replied Feb 6, 2011
I use a custom-built MT4 trade simulator and Dukascopy tick data.
Three Pairs Hedging
- zznbrm replied Feb 6, 2011
As has been stated previously, a perfect hedge would involve altering the lots traded for each pair and would certainly not be a profitable strategy. Since you are trading the same lot size for all three pairs, you are in essence trading just one ...
Three Pairs Hedging
- zznbrm replied Jan 30, 2011
I simply provided a very basic example of how it can be done. Actual implementation of a solution would need to accomodate all user requirements and MT4 rules/standards/nuances. Yes, this is good information. Again, depending on the needs of the end ...
Changing chart background color
- zznbrm replied Jan 29, 2011
For live trading, simulators, or Strategy Tester, use Tma or TmaTrue. For visual backtest, use TmaTrue. As far as this strategy goes, I'm not really sure additional filters would help much. Although, I am hardly an expert on this strategy. Best of ...
Simple H1 GBPUSD EA
- zznbrm replied Jan 29, 2011
Here we go again. You might want to do a little more research into the TMA indicator and what happens when you use it for visual backtests. Regards...the TMA backtest police
Simple H1 GBPUSD EA
- zznbrm replied Jan 28, 2011
I don't agree that your way is easier. Using 1 text label anchored at the top left corner of the chart, you never have to do anything to it except change the color...it is always there...no need to change anything according to price or visible bars ...
Changing chart background color
- zznbrm replied Jan 27, 2011
I do not know of a way to do this directly. Depending on your needs, there are workarounds that might work. For example, try the attached indicator. It will change the chart background (at least visually) depending on the current candle. Red ...
Changing chart background color
- zznbrm replied Jan 27, 2011
The iCustom calls to qqe are most likely the problem. The easiest and most efficient solution is to remove the iCustom calls and replace them with an internal function to calculate the qqe values.
Art Phantom EA