Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Tools and utilities


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

Reply
 
LinkBack (6) Thread Tools Display Modes
  #41 (permalink)  
Old 08-04-2007, 01:32 PM
Junior Member
 
Join Date: Jun 2006
Posts: 11
ldamiani is on a distinguished road
I use the library below, called Damianalisys, which is an adaption of a library available in Metaquote site. Unfortunately I made some changes in order to make comma as the decimal separator, but it is not so difficult to re-write the code.

I am also including a simple script so that you can export indicators to csv files by simply dragging the script.
Attached Files
File Type: mq4 Gumasa v17 e04 export backtest.mq4 (2.6 KB, 87 views)
File Type: mq4 Damianalisys v01 e03.mq4 (20.1 KB, 88 views)
File Type: mq4 Dami_script_indexp.mq4 (2.8 KB, 91 views)
__________________
Luis Guilherme Damiani

May the odds be with you !!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #42 (permalink)  
Old 08-04-2007, 02:39 PM
Junior Member
 
Join Date: Jun 2006
Posts: 11
ldamiani is on a distinguished road
Quote:
Originally Posted by InTrance View Post
Hi,

I'm looking for a way to import backtests to excel to do some analysis there, is it possible?

thanks
Hi, InTrance, it seems there was already a lot of posts about your question (as they moved the thead here). So forget my stuff, it is probably useless. Any way I don't use Excel anymore, I only use csv as a intermediary format so that i can import data to R (The R Project for Statistical Computing ). if you are really serious about automated trading, besides the best simulation software (thats to say Metatrader), you will need a good statistical package (R, S-plus, etc)
__________________
Luis Guilherme Damiani

May the odds be with you !!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old 08-04-2007, 03:52 PM
Member
 
Join Date: Jan 2006
Posts: 31
bluefish is on a distinguished road
Thanks for your advice, Mr. Damiani!

Bluefish
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old 08-17-2007, 11:02 AM
Junior Member
 
Join Date: Feb 2007
Posts: 12
casinoriya is on a distinguished road
Post Free Full version Standalone softwares

Here is the link everthing is in the file.
RapidShare: 1-Click Webhosting
2759 KB.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old 08-17-2007, 11:03 AM
Junior Member
 
Join Date: Feb 2007
Posts: 12
casinoriya is on a distinguished road
It is AnalyzerXL.

Sorry will post more after testing.

Technical analysis software add-ins for Microsoft Excel. Stock quotes, free stock quotes, historical quotes.

Last edited by newdigital; 08-17-2007 at 11:32 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old 09-12-2007, 08:05 AM
Junior Member
 
Join Date: Aug 2006
Location: Outback
Posts: 16
swagman1 is on a distinguished road
Help with script please

I want a script that writes a file of last 50 MACD entries from MACD 2 indicator.
What I have prints zero for the MACD values and only
one value for each.
I have tried another indicator and it prints only the figure at the max
loop number (in this case bar 50 only not 49,48,47,etc).
Any help greatly appriecated.
This is what I have so far
//+------------------------------------------------------------------+
//| script program start function |
//+------------------------------------------------------------------+

double macd,sig;
int start()
{
//----
int handle=FileOpen("my_data.csv",FILE_CSV|FILE_WRITE, ',');
if (handle<0)return(0);
FileWrite(handle,"macd","sig");
for (int i=1;i<50;i++)
{
macd = iCustom(Symbol(),0,"MACD 2",0,i);
sig = iCustom(Symbol(),0,"MACD 2",1,i);

FileWrite(handle,macd,sig);
FileClose(handle);
}
//----
return(0);
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old 09-12-2007, 12:56 PM
Junior Member
 
Join Date: Aug 2006
Location: Outback
Posts: 16
swagman1 is on a distinguished road
script help

Might have figured it out.
iMACD seems to work.Any comments still welcome though.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #48 (permalink)  
Old 09-14-2007, 12:58 PM
Senior Member
 
Join Date: Mar 2006
Posts: 198
toddanderson is on a distinguished road
Cot Data Working with exel

Does anyone know how to convert Cot data
commitments of traders .cftc.gov
Iam trying to convert to csv format to import to Excel
but I am not having any luck
my excel skills are very poor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #49 (permalink)  
Old 09-14-2007, 05:30 PM
Wackena's Avatar
Senior Member
 
Join Date: May 2006
Posts: 216
Wackena is on a distinguished road
New Trading Platform uses Excel

Today Sep 14 2007, SpoozTools released their new SpoozTools v2.0 trading Demo. The demo is a video in 3 parts.
Created by Camtasia Theater

This new Platform when released can manual and automatically trade stocks, futures, Forex, bonds, commodities and etc.

I think it worth a look.

Last edited by Wackena; 09-14-2007 at 06:14 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #50 (permalink)  
Old 10-25-2007, 05:52 PM
tracej's Avatar
Member
 
Join Date: Jan 2007
Location: TN & FL USA
Posts: 88
tracej is on a distinguished road
Exclamation

You can also do a File, Save As to save your chart data, but it also does not save the indicator values that you have on your chart like eSignal will.

Anyone know how to do it? I want to do backtests that require database or excel manipulation.
Thanks
__________________
TraceJ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
parabolic sar excel

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/tools-utilities/4457-working-excel-tools-indicators-conversion.html
Posted By For Type Date
hilbert transform trend line This thread Refback 01-31-2008 09:08 PM
Финансовая компания UMIS: Форекс (Forex), обучение Форекс (FOREX) трейдеров, интернет-трейдинг, биржевая игра на рынке Forex, игра на бирже. Фондовый рынок, фьючерсы This thread Refback 01-30-2008 07:54 AM
hilbert transform trend line This thread Refback 01-25-2008 09:06 AM
Biznes i handel » Forex - systemy i strategie :: RE: hilbert transform trend line This thread Pingback 01-25-2008 08:23 AM
Firma - Twoja firma » Blog Archive » Forex - systemy i strategie :: RE: hilbert transform trend line This thread Pingback 01-25-2008 07:51 AM
Working with Excel (tools, indicators, conversion ...) - Forex Trading This thread Refback 12-28-2007 03:09 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mql2Mq4 Conversion Tool Beta V0.2 yousky Tools and utilities 33 10-20-2006 08:59 AM
4 Hr Expert very profitable needs conversion saslam Expert Advisors - Metatrader 4 8 09-24-2006 11:57 AM
Some useful tools ( portable version, so, working WITHOUT installation ) De Vinci Tools and utilities 1 08-18-2006 03:16 PM
Thread subscription tools not working cardio General Discussion 1 02-21-2006 07:13 PM


All times are GMT. The time now is 12:07 PM.



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