Forex



Go Back   Forex Trading > Downloads > Tools and utilities
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

Closed Thread
 
Thread Tools Display Modes
  #161 (permalink)  
Old 11-17-2008, 07:10 PM
AstroGlide's Avatar
Member
 
Join Date: Oct 2007
Location: Sometimes far away sometimes close
Posts: 39
AstroGlide is on a distinguished road
a difficult request

Hello guys.

I never use the same load(amount of lots) per trade. I calculate how many lots per trade based on risk and distance. I use last swing high/low with a 5 pips leeway distance to place my stops.

Like, let's say I have a 1000 trading capital and I want to risk 2% per trade.

That's $20.00. Let's assume the stop is located @ 20 pips. Assuming $1.00 per pip.

If you're trading with a fixed amount of lots, you see a good trade and the stop is bigger than 20 pips, you have to let it go.

To resolve that problem, I use a spreadsheet that calculates the exact #of lots to be traded, keeping my risk in check, no matter how far/close the stop is.

The problem is, by the time I put the stop-loss (# of pips)on the spreadsheet,many times I miss the move.


Based on the information above, is there a way to automate the load?

I was trying to load the spreadsheet but won't let me.

Will keep my fingers crossed.

Thanks in advance.
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!
  #162 (permalink)  
Old 11-21-2008, 05:34 AM
Junior Member
 
Join Date: Oct 2008
Posts: 1
TurtleOnion is on a distinguished road
Question DDE Syntax for OpenOffice Calculator

Can anyone here help me how should i write the correct DDE syntax if I would like to have 1 hour and 4 hours Open, High and Low? I tried modified the standard syntax used for Daily High low i.e. =DDE("MT4";"LOW";"EURUSD") to =DDE("MT4";"LOW";"H4";"EURUSD") but not working.

Appreciate your feedback and help.
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!
  #163 (permalink)  
Old 11-22-2008, 12:05 AM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by TurtleOnion View Post
Can anyone here help me how should i write the correct DDE syntax if I would like to have 1 hour and 4 hours Open, High and Low? I tried modified the standard syntax used for Daily High low i.e. =DDE("MT4";"LOW";"EURUSD") to =DDE("MT4";"LOW";"H4";"EURUSD") but not working.

Appreciate your feedback and help.
TheAnswer:

Quote:
Export of Quotes

Source data serving as a basis for the entire analytical work of the terminal user are those about security price changes. This information is provided by the brokerage company. Price data allow to draw symbol charts, research in financial markets, use various trading tactics, and make trade decisions. Quotes represent files with records in format of "SYMBOL, BID, ASK, DATE" (security symbol, bid price, ask price, date and time) and income in the terminal automatically as soon as connection to the server has been established.
The terminal allows to export the current quotes to other programs in the real-time mode through "DDE" (Dynamic Data Exchange) protocol. This is a protocol of operational systems of MS Windows used for dynamic data exchange among various applications. Quotes are given through DDE only at incoming of new ticks (ADVISE mode), but not immediately on request (REQUEST mode) where the latest price is shown. N/A is shown on the first REQUEST, and after the new price has been income, quotes will appear.
To activate the export of quotes from the terminal through DDE, one has to enable the "Enable DDE server" option in the terminal settings.

Attention: History Data cannot be exported through DDE protocol. The current quotes are exported only when the client terminal is online.
Quotes are not time dependant.
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!
  #164 (permalink)  
Old 11-25-2008, 07:15 AM
matfx's Avatar
Senior Member
 
Join Date: Sep 2007
Posts: 510
Blog Entries: 3
matfx is on a distinguished road
I have found an excel file which enable import MT4 data to analyze the USD, CHF, EUR and GBP strength against other crosses. Furthermore it does have multiple informations at a glance. Just allow MT4 DDE server, then open the excel file. All quotes will be refresh. Quite useful visual tools. Enjoy.
Attached Images
File Type: jpg DDEexcell2007.jpg (142.9 KB, 701 views)
Attached Files
File Type: zip FX Strength Indicators.zip (17.9 KB, 321 views)

Last edited by matfx; 11-25-2008 at 07:22 AM.
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!
  #165 (permalink)  
Old 11-25-2008, 11:00 AM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by matfx View Post
I have found an excel file which enable import MT4 data to analyze the USD, CHF, EUR and GBP strength against other crosses. Furthermore it does have multiple informations at a glance. Just allow MT4 DDE server, then open the excel file. All quotes will be refresh. Quite useful visual tools. Enjoy.
Thanks for help me to retrieve it matfx
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!
  #166 (permalink)  
Old 11-26-2008, 10:45 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Hi,

To members that want to use the sheet posted by matfx with Open Office:

I'm using OO v3.

Sp, go to Tools --> Options --> Security --> Macros, and change the security level to Median or Low is Macros are not digitally signed.

Result:

2008-11-26_210352.gif

Last edited by Linuxser; 11-26-2008 at 11:06 PM.
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!
  #167 (permalink)  
Old 11-27-2008, 05:45 PM
matfx's Avatar
Senior Member
 
Join Date: Sep 2007
Posts: 510
Blog Entries: 3
matfx is on a distinguished road
FX Multi-Fibo Calc with DDE

Hi Linuxser,

Here is another update version with strength indicator, fibo level, DDE level, summary. From the attached, it included Daily Data File script and a Daily Data CSV file. Insert the Daily Data File script into expert\script, CSV file into expert\file. Then enable MT4 DDE server. Here are a few screenshots of the excel tools.
Attached Images
File Type: jpg MT4 DDE.jpg (167.0 KB, 629 views)
File Type: jpg Sum_level.jpg (159.8 KB, 626 views)
File Type: jpg Fibo_level.jpg (182.0 KB, 622 views)
Attached Files
File Type: zip FX Multi-Fib Calculator with DDE April 2008.zip (65.5 KB, 306 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!
  #168 (permalink)  
Old 11-28-2008, 01:07 AM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
It also works great with Open Office 3

2008-11-27_230533.gif
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!
  #169 (permalink)  
Old 12-02-2008, 10:26 PM
Junior Member
 
Join Date: Oct 2008
Location: Australia
Posts: 3
rye_c is on a distinguished road
Excellent Tool

Thank you for this wonderful tool. It will be a big help reducing many charts. 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!
  #170 (permalink)  
Old 12-14-2008, 04:08 AM
Junior Member
 
Join Date: Sep 2007
Posts: 1
Brent57 is on a distinguished road
Custom reports

Hello,

I want to take my trading results and have them in a customized report. (Not a detailed report that is available in MT4)

Is the only way to do this is to export data to excel and then structure it from there or is there an EA that can do this.

For example, an EA to show how many trades were made, how much $ +/- each one, duration... etc

Appreciate any help.
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!
Closed Thread

Bookmarks

Tags
adaptive moving average excel, average directional index excel, Directional Movement Index EXCEL, excel, excel forex, Excel Hilbert transform, forex excel, forex excel tools, hilbert, hilbert transform excel, Kaufman, parabolic SAR calculation excel, parabolic sar excel, parabolic sar excel formula, parabolic sar formula excel, Parabolic SAR in Excel, parabolic SAR spreadsheet, ta-lib.xll


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
Mql2Mq4 Conversion Tool Beta V0.2 yousky Tools and utilities 33 10-20-2006 09:59 AM
4 Hr Expert very profitable needs conversion saslam Expert Advisors - Metatrader 4 8 09-24-2006 12:57 PM
Some useful tools ( portable version, so, working WITHOUT installation ) De Vinci Tools and utilities 1 08-18-2006 04:16 PM
Thread subscription tools not working cardio General Discussion 1 02-21-2006 08:13 PM


All times are GMT. The time now is 10:06 PM.



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