| 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 |
|
|||
|
Data Box in MT4
Does anyone know a way that I can get a display of all the values of my indicators in one place using MT4? I know that when you place the cross-hair over one of the indicators a small box will be displayed giving only that indicator's values. I would like a way to get all of the info from all of my indicators in one box. I have one of my accounts w/ GFT who uses proprietary software (DealbookFX) which has a feature that will give you a data box displaying the bar-specific values of every indicator you have running when you put your cross-hairs/mouse on the bar for which you want the data. How might I replicate this data box in MT4?
|
|
||||
|
I am not a programmer, but maybe you need to identify your data variables, and then have them comment using this format: (This will display at the top left of your screen) You can use this in a ea or an indicator.
Comment( "\n",">[LONG TERM] TREND BREAKOUT SYSTEM<", "\n", "\n"," - PROGRAM TRADING ACTIVE - ", "\n","Weekly OsMA Direction = ",OsMADirection, "\n","Weekly MACDI Close Direction = ",Direction, "\n","Daily Direction = ", Dir, "\n","Hourly Direction = ", OsMA, "\n","Total Orders = ",total, "\n", "\n","Trades this Symbol(",Symbol(),") = ",TradesThisSymbol, "\n", "\n","Server Time = ",TimeToStr(newbar), "\n", "\n","Lots = ",Lots, "\n", ); I hope this helps?? Dave <><< |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RSI data to CSV | arjang | General Discussion | 5 | 07-22-2008 09:59 PM |
| Where do you get the data? | MaxB | Analytics | 6 | 07-04-2007 11:22 AM |
| What do you think of cleaning data yourself? | thn5625 | Metatrader 4 | 0 | 01-29-2007 06:45 PM |