Forex



Go Back   Forex Trading > Non Related Discussions
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #241 (permalink)  
Old 10-29-2009, 03:52 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,059
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Many timeframes in 1 window?

- Multi-indics indicator: the thread is here;

- Tickwatcher: A kind of a scaner to monitor trends for multiple pairs and time frames. Original thread.

- Multi pair indicators thread: indicators with milti pairs view in one separate window.

- Mt4_FX_Dashboard tool: original thread.

- MultiPairSinyal indicators: this post.

- Multipair_Sinyal indicator: post to download; explanation is on this post and this one; same indicator to trade the Gold: this post.

MTF Multi Currency Data is on this post. For every pair on the chart: MTf price for many timeframes, high/low and so on, spread and some other things. All the information for many pairs on one your chart.

Multi pair indicators thread.

Trade Assistant - this indicator gives buy and sell signals on multiple timeframes: original thread.
ToR - Trending or Ranging: original thread; indicators is on this post; latest indicator version is here.
Trend Friend: original thread.
CCI Helper: the thread.
Price Percentage Oscillator is on this thread.
Stochastic Trader is on this thread.
Patriot Road: nice trading system well coded by indicators.
__________________
My blog on TSD
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #242 (permalink)  
Old 10-29-2009, 05:11 PM
Junior Member
 
Join Date: Oct 2009
Posts: 4
aw7866 is on a distinguished road
global crosshair

Hello ND,

what am talking about is like in Ninjatrader, Tradestation etc where if you have multiple charts up in a workspace/profile, each with a diff TF, and you put the cursor crosshair for example at 0700 on the 5 minute chart, it would also appear at 0700 on all the other charts you have up and would move throughout the charts as you moved the cursor/crosshair around on the chart you have main cursor on.

I am in CST USA and having trouble finding best trading zones for research such as your GMT+3 and my GMT-5 which is CST. I know it is 0700. I Am working with my broker because their MT4 says GMT-8 is 0700 even though internet searchs show -5 for my area. They call it "Turkey Time". Very confusing because this site and all others posts and info are based on the real GMT time frames.

This is another reason for wanting a global x-hair.

thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #243 (permalink)  
Old 10-29-2009, 05:35 PM
Junior Member
 
Join Date: Oct 2009
Posts: 4
aw7866 is on a distinguished road
global crosshair

Hello ND,

Below are copies of communications and some .mq4 files from another forum that I could not get to work. Not sure if it me or the files. They are supposed to creat global crosshairs.

--------------------------------------------------------------------


1. open main window and drop "@ sx BT get" script on the chart - magenta vertical line named "BT" apears at the end (this script will read time and write it to global variable)

2. open other window (for ex. other TF of the same pair) and drop "@ sx BT set" script on it - blue vertical line named "BT" apears at the end (this script will read glob. variable with time and move blue line to specific time)

3. repeat step 2 if necessary in more charts

now move magenta in main window and blue lines will move in synco with it.

when you want to stop scripts - just switch TF in the windows


----------------------------------------------------------------------

HERE BELOW ARE UPDATED VERSIONS OF THE ABOVE INDICATORS ARE ADDED BY ANOTHER PERSON. THEY ARE THE TWO .mq4 FILES ATTACHED.



I join a slightly modified version. It does both vertical and horizintal line. Unfortunatelly it is not possible to move both of them simultanously.

I solved exit of scripts also - you can just delete one of magenta lines in main window and it will remove lines and global variables in all windows and removes script from them. Due to this solution "BT get" script must be dropped in main window first, then "BT set" in slaves windows.

Hope it will help you any way.

Attached Files @ sx BT get cross.mq4 (2.2 KB, 113 views)
@ sx BT set cross.mq4 (1.9 KB, 104 views


------------------------------------------------------------------------

I'M NOT SURE WHAT THE FOLLOWING FILE IS OR MEANS BUT I ATTACHED IT ANYWAY.




im sorry but i have no idea how to tie both lines like a cross. I do not know function that gives actual position of cursor.

Actual script works simply: "get" reads position=time of vertical line or price at horizontal line and these values writes to global variables, that are accessable from other windows.
"set" scripts reads content of glob. variables and move lines to proper positions (price and time). No less no more. Because you are not able move both lines together you cannot work as regular crossline.

If there is some connection between line (e.g. you horizontal line = close price at the that time of vertical line) it is possible to tie lines. But it is not regular crosshair.

Im not sure if you understood what I mean, so I join another handy script for manual backtesting that works this way:

How to use: drop "manual BT" script to chart. there will be 2 vertical lines (red and blue) and 2 horizontal dashed lines. You can move vert. line to open and close order positions and hor. lines move immediatelly to close price at these times. In left up corner you can see the profit. Nothing clever but sometimes handy for backtesting. Must try and you will see.
Attached Files @ sx Manual BT.mq4 (2.4 KB, 91 views)


Thx again
Attached Files
File Type: mq4 @ sx BT get cross.mq4 (2.2 KB, 1 views)
File Type: mq4 @ sx BT set cross.mq4 (1.9 KB, 1 views)
File Type: mq4 @ sx Manual BT.mq4 (2.4 KB, 1 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #244 (permalink)  
Old 11-08-2009, 01:27 AM
Junior Member
 
Join Date: Mar 2009
Location: Melbourne
Posts: 29
retsel is on a distinguished road
iPhone support

Hi ND et al,

I came across Tapatalk - Online Community at your fingertips!, which is a native iPhone application for viewing forums.

I cannot vouch for this particular product, but I think this concept would be a great enhancement to forex-tsd.


Cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
forex, forum, newdigital


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My suggestion for E.A. forex_for_life Suggestions for Trading Systems 23 10-08-2007 02:13 PM
Forex Forum Forecast - made by forex forum traders fxkingg General Discussion 3 07-16-2007 01:14 AM
ADXcrosses EA suggestion spence Metatrader 4 13 02-05-2007 08:58 AM


All times are GMT. The time now is 02:16 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.