Join our fan page
Halifax - indicator for MetaTrader 4
- Views:
- 13692
- Rating:
- Published:
- 2008.05.16 06:37
- Updated:
- 2014.04.21 14:51
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Attached is a trend estimator (similar to a BB) developed to address the problem of the delay inherent in the usual averaging techniques. Regular averages give you information relating to events at 1/2 the averaging length in the past. It uses an algorithm similar to what one probably finds in the MT STD channel (fitting a straignt line over a fixed number of periods), and outputs the last point as well as 2 deviation channels, the width of which is set by the user.
Note:
2) I use geometric averaging rather than linear averaging, which you can change in the function "get_avg" if you like. I like the former as it is less sensitive to excusions.
3)I have found (for my own use) it works best on the hourlies over 5 days (120 pts) or the 4 hourlies over 20 days (120 points).
4)The deviation channels are not STD channels, as the deviation above and below the trend are calculated separately and maybe not all that correctly (my forte is math, not stats, alas...).
It allows you to calculate profits, StopOuts, and margin, just moving in the chart three lines that correspond with the opening level, StopLoss and TakeProfit of the position.
Clock v 1.3The indicator shows in the chart the current time in different time zones.
Execution of orders by slanting lines. For the purposes of real trading and learning, graphical orders are implemented in Tester. The EA was evaluated on MQL4 Forum. Version_V5 considers all the suggestions and wishes.
Function ObjectGetValue_ByCurrent .....Delta_ByCurrent .....Delta_ByTimeShift .....Delta_PerBarA test script with the functions that calculate the true value of a graphical object's Y coordinate. It is useful to watch the bar forming.