| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Please feel free to modify the code. Thanks why I post it. Hopefully, someone comes along and improves on it. Or someone who is starting out can learn a trick or two.
One thing, change the name of the indicator so it doesn't step on the original when someone downloads. Add a number or symbol to it. Thanks again for sharing. |
|
|||
|
Mtf Bars Tro Dynamic
HI GUys .,
Could anyone convert this TRO Dynamic trend to MTF Bars indicator ? It will be interesting to see on a 5M chart and to see the past how the 1H trend started. Because we now just see the present. Thanks |
|
||||
|
TRO_MULTI_TREND_BOXES
tro_mulit_trend_boxes1.gif _TRO_MULTI_TREND_BOXES plots the trend for the time frames selected in the inputs: Code:
extern bool USE.M1 = TRUE; extern bool USE.M5 = TRUE; extern bool USE.M15 = TRUE; extern bool USE.M30 = TRUE; extern bool USE.H1 = TRUE; extern bool USE.H4 = TRUE; extern bool USE.D1 = TRUE; extern bool USE.W1 = TRUE; extern bool USE.MN = TRUE; I know it's not the most elegant way but it works...LOL! _TRO_MULTI_TREND_BOXES computes the trend for each time frame, adds it up and divides by the number of time frames used. ENHANCEMENT User can specify the multiplier or "weight" for each time frame via input: Code:
extern int MULT.M1 = 1 ; extern int MULT.M5 = 1 ; extern int MULT.M15 = 1 ; extern int MULT.M30 = 1 ; extern int MULT.H1 = 1 ; extern int MULT.H4 = 1 ; extern int MULT.D1 = 1 ; extern int MULT.W1 = 1 ; extern int MULT.MN = 1 ; I give more weight to D1 and H1 for scalping. MT4 CODE ATTACHED. Last edited by TheRumpledOne; 06-16-2008 at 03:09 PM. |
![]() |
| Bookmarks |
| Tags |
| tro mq4 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trading with dynamic fibo levels--4pma indicator. | mpower | Suggestions for Trading Systems | 52 | 08-12-2008 02:25 AM |
| Multi Dynamic Trend | cja | Tools and utilities | 14 | 07-02-2008 10:24 AM |
| BBRSI indicator; Dynamic ind. thread | fxbs | Indicators - Metatrader 4 | 0 | 05-10-2007 01:00 AM |
| Dynamic Indicator Levels | Linuxser | Metatrader 4 mql 4 - Development course | 0 | 11-19-2006 11:42 PM |
| Dynamic trend can someone clean this up? | donb01 | Indicators - Metatrader 4 | 1 | 03-27-2006 09:26 AM |