| 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 (6) | Thread Tools | Display Modes |
|
|||
|
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. |
|
|||
|
Quote:
|
|
|||
|
Post Free Full version Standalone softwares
|
|
|||
|
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. |
|
|||
|
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); } |
|
||||
|
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. |
![]() |
| Bookmarks |
| Tags |
| parabolic sar excel |
| Thread Tools | |
| Display Modes | |
|
|
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 |