Forex



Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register More recent 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
  #171 (permalink)  
Old 12-28-2008, 02:32 AM
Junior Member
 
Join Date: Sep 2008
Posts: 18
Hazel is on a distinguished road
3rd party data monitor

Want to compare your trading data to the free data available from internet? Here is an excel tool.

After opening the excel workbook, allow the data connection, then the workbook will get data from MSN Money every 5 mins. The chart has room for 2 hrs data. Best to all the guys in this new year.
Attached Files
File Type: zip 3rd party data monitor.zip (15.9 KB, 206 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!
  #172 (permalink)  
Old 01-09-2009, 07:47 PM
Junior Member
 
Join Date: Sep 2008
Posts: 18
Hazel is on a distinguished road
Market Start to Move Indicator

First of all, function of this indicator. This indicator can differentiate flat not moving market and rapid moving market.
One thing I like about this indicator is that it is not coded with mql, so that no one can de-compile it, no one can see the logic.
How to use it. Must allow the data connection. The data has to be fresh. It will get data every 5 mins when it refreshes automatically. It needs at least 2 hours recharge all the current data. Don't do save or any thing to refresh the worksheets manually, otherwise you will get repeated data.
Attached Files
File Type: zip start-to-move indicator.zip (16.6 KB, 232 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!
  #173 (permalink)  
Old 01-29-2009, 06:48 AM
Junior Member
 
Join Date: Jan 2009
Posts: 1
trushar_9 is on a distinguished road
trading with planet

U have so many book in pdf format.
Can give it?
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!
  #174 (permalink)  
Old 02-04-2009, 09:46 AM
Junior Member
 
Join Date: Nov 2008
Posts: 4
mineforever is on a distinguished road
excel single value to MT4 indicator

Quote:
Originally Posted by Linuxser View Post
It also works great with Open Office 3

[ATTACH][/ATTACH]
Hi Linuxser,

I have found many threads on exporting data from MT4 to Excel but not much usefull information on exporting a data from excel to MT4 indicator.

I have a complex caluclation done on excel based on the (O,H,L,C) data I get from MT4, excel run the calculation on realtime and the output of the calculation will be one integer variable that can have one of those 3 values (either +1,-1, or 0). I am looking for a way that an MT4 indicator read that value from excel so that I can use it to confirm a trade.

Do you have any idea on how to proceed, an mq4 example will be very usefull.


Cheers,

mineforever
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!
  #175 (permalink)  
Old 02-04-2009, 04:28 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 4,413
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 mineforever View Post
Hi Linuxser,

I have found many threads on exporting data from MT4 to Excel but not much usefull information on exporting a data from excel to MT4 indicator.

I have a complex caluclation done on excel based on the (O,H,L,C) data I get from MT4, excel run the calculation on realtime and the output of the calculation will be one integer variable that can have one of those 3 values (either +1,-1, or 0). I am looking for a way that an MT4 indicator read that value from excel so that I can use it to confirm a trade.

Do you have any idea on how to proceed, an mq4 example will be very usefull.


Cheers,

mineforever
In theory we could use the period converter code as example to write hst files.
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!
  #176 (permalink)  
Old 02-04-2009, 08:45 PM
giraia_br's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 145
giraia_br is on a distinguished road
i still want a expert which can read an Excel file

but i have a new request. How can i put information like this spreadsheet posted a few pages back in a chart form? I have a spreadsheet with values that goes from -9.0 to 9.0. But it is a pain to test it. Anyone here knows how can i plot this values in a chart so i dont nees to watch this spreadsheet every second.

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!
  #177 (permalink)  
Old 02-06-2009, 09:56 AM
Junior Member
 
Join Date: Nov 2008
Posts: 4
mineforever is on a distinguished road
Quote:
Originally Posted by Linuxser View Post
In theory we could use the period converter code as example to write hst files.
Hi Linuxser,

Thanks for your reply.

I tried to look for more info on the period converter and this is what I foundamong others
Period Converter - MQL4 Code Base

However I couldn't see at all how to use it as a solution to my problem.

Wha I am looking after is how to transfer on real-time one integer variable from excel to an MT4 indicator. In fact on 1 min TF, every min excel will be calculating based on (O,H,L,C) that I got from MT4 DDE and excel will generate one value. I want an MT4 idicator that will read this value from excel.

Could you please elaborate on how your proposal can handle this?

Cheers,

way2Feedom
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!
  #178 (permalink)  
Old 02-06-2009, 10:43 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 4,413
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 mineforever View Post
Hi Linuxser,

Thanks for your reply.

I tried to look for more info on the period converter and this is what I foundamong others
Period Converter - MQL4 Code Base

However I couldn't see at all how to use it as a solution to my problem.

Wha I am looking after is how to transfer on real-time one integer variable from excel to an MT4 indicator. In fact on 1 min TF, every min excel will be calculating based on (O,H,L,C) that I got from MT4 DDE and excel will generate one value. I want an MT4 idicator that will read this value from excel.

Could you please elaborate on how your proposal can handle this?

Cheers,

way2Feedom
I understand. Seems a bit complex.

Period converter code is useful to create hst files. MT read the OHLC data from hst files. In theory you could write any kind of data to a hst file by just using a product name. Like EURUSD value 100/200/300 and so son.

How to write an hst file using excel. I don't know.
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!
  #179 (permalink)  
Old 02-26-2009, 01:46 PM
Member
 
Join Date: Feb 2009
Posts: 86
mrwobbles is on a distinguished road
Indicator to CSV file

Hey all, I'm currently training a neural network to look predict high, low and close prices for GBPJPY, so far I've had some success, mainly due to having access to a Cray supercomputer at uni. Anyway part of that is feeding it a mass of data and letting it chug through it and find patterns, with the help of the RSI_to_FILE script on MQL4: automated forex trading, strategy tester and custom indicators with MetaTrader I've been able to modify that script to output more data from a variety of indicators and other prices, but I'm still not giving it enough data.


Basically what I want is all the price and indicator data for all symbols on one spreadsheet. My question is this, if you look at the FileWrite(...) part is there anyway for me to set up an array of symbols so I can have only one iClose,iOpen,iVolume and it plug the symbols from the array into those? The way I've been doing it so far is quite long winded and I'm inherently lazy.


Here's what I've got so far... Would appreciate any help on this

Code:
//+------------------------------------------------------------------+
//|                                                  RSI_to_File.mq4 |
//|                      Copyright © 2007, MetaQuotes Software Corp. |
//|                                        http://www.metaquotes.ru/ |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2007, MetaQuotes Software Corp."
#property link      "http://www.metaquotes.ru/"

#property show_inputs
string SymbolsArray[2]={"","GBPJPY"};
IndicatorDigits(Digits+5);
 
//+------------------------------------------------------------------+
//| string SymbolByNumber                                   |
//+------------------------------------------------------------------+
string GetSymbolString(int Number)
  {
//----
   string res="";
   res=SymbolsArray[Number];   
//----
   return(res);
  }

//+------------------------------------------------------------------+
//| возвращает период                                                |
//+------------------------------------------------------------------+
int PeriodNumber(int number)
   {
   int per_min;
   switch (number)
      {
      case 0: per_min=PERIOD_M1;break;
      case 1: per_min=PERIOD_M5;break;
      case 2: per_min=PERIOD_M15;break;
      case 3: per_min=PERIOD_M30;break;
      case 4: per_min=PERIOD_H1;break;
      case 5: per_min=PERIOD_H4;break;
      default: per_min=PERIOD_D1;break;
      }
   return(per_min);   
   }

//+------------------------------------------------------------------+
//|   выводит в файл котировки + значения индикатора                 |
//+------------------------------------------------------------------+
void RSI_output(string SymbolName,int PeriodMinutes)
   {
   int size=iBars(SymbolName,PeriodMinutes);
//----
   if (size==0) return;
   int handle=FileOpen(SymbolName+PeriodMinutes+"_RSI.csv",FILE_WRITE|FILE_CSV);
   if (handle<0) return;
   FileWrite(handle,"Time seconds;Time;Open;Low;High;Close;Volume;GBPUSD;EURGBP;AUDJPY;USDJPY;CADJPY;GBPCHF;GBPAUD;NZDJPY;RSI;ATR;ADX;+DI;-DI;5MA;13MA;25MA;50MA;100MA;150MA;200MA;Stoch-Main;Stoch-Signal;CCI;MACD-Main;MACD-Signal");
   for (int i=size-1;i>=0;i--)
      {
      FileWrite(handle,iTime(SymbolName,PeriodMinutes,i),TimeToStr(iTime(SymbolName,PeriodMinutes,i))
         ,iOpen(SymbolName,PeriodMinutes,i),iLow(SymbolName,PeriodMinutes,i),iHigh(SymbolName,PeriodMinutes,i)
         ,iClose(SymbolName,PeriodMinutes,i),iVolume(SymbolName,PeriodMinutes,i),iClose("GBPUSD",PeriodMinutes,i)
         ,iClose("EURGBP",PeriodMinutes,i),iClose("AUDJPY",PeriodMinutes,i),iClose("USDJPY",PeriodMinutes,i)
         ,iClose("CADJPY",PeriodMinutes,i),iClose("GBPCHF",PeriodMinutes,i),iClose("GBPAUD",PeriodMinutes,i)
         ,iClose("NZDJPY",PeriodMinutes,i),iCustom(SymbolName,PeriodMinutes,"RSI",0,i),iATR(SymbolName,PeriodMinutes,14,i)
         ,iADX(SymbolName,PeriodMinutes,16,PRICE_CLOSE,MODE_MAIN,i),iADX(SymbolName,PeriodMinutes,16,PRICE_CLOSE,MODE_PLUSDI,i)
         ,iADX(SymbolName,PeriodMinutes,16,PRICE_CLOSE,MODE_MINUSDI,i),iMA(SymbolName,PeriodMinutes,5,0,MODE_EMA,PRICE_CLOSE,i)
         ,iMA(SymbolName,PeriodMinutes,13,0,MODE_EMA,PRICE_CLOSE,i),iMA(SymbolName,PeriodMinutes,25,0,MODE_EMA,PRICE_CLOSE,i)
         ,iMA(SymbolName,PeriodMinutes,50,0,MODE_EMA,PRICE_CLOSE,i),iMA(SymbolName,PeriodMinutes,100,0,MODE_EMA,PRICE_CLOSE,i)
         ,iMA(SymbolName,PeriodMinutes,150,0,MODE_EMA,PRICE_CLOSE,i),iMA(SymbolName,PeriodMinutes,200,0,MODE_EMA,PRICE_CLOSE,i)
         ,iCustom(SymbolName,PeriodMinutes,"Stochastic",15,7,9,MODE_EMA,PRICE_CLOSE,MODE_MAIN,i)
         ,iCustom(SymbolName,PeriodMinutes,"Stochastic",15,7,9,MODE_EMA,PRICE_CLOSE,MODE_SIGNAL,i)
         ,iCustom(SymbolName,PeriodMinutes,"CCI",14,PRICE_CLOSE,MODE_MAIN,i),iCustom(SymbolName,PeriodMinutes,"Zero Lag MACD",12,24,9,PRICE_CLOSE,MODE_MAIN,i)
         ,iCustom(SymbolName,PeriodMinutes,"Zero Lag MACD",12,24,9,PRICE_CLOSE,MODE_SIGNAL,i));
      }
   FileClose(handle);      
//----
   return;
   }
//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
int start()
  {
  int SymbolCounter,PeriodCounter; 
//----
   for (SymbolCounter=1;SymbolCounter<13;SymbolCounter++)
      {
      for (PeriodCounter=2;PeriodCounter<=6;PeriodCounter++)
         {
         //Print("NewBar on ",GetSymbolString(SymbolCounter),PeriodNumber(PeriodCounter),"M");
         RSI_output(GetSymbolString(SymbolCounter),PeriodNumber(PeriodCounter));
         }
      }
   
//----
   return(0);
  }
//+------------------------------------------------------------------+
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!
  #180 (permalink)  
Old 03-08-2009, 07:42 PM
Senior Member
 
Join Date: Mar 2006
Posts: 297
toddanderson is on a distinguished road
Data mining, Statistics

Is thier any web sites, excel sheets that look for
data patterns , statistics,
like for example the euo moves 100 pips up what % of time reverse 20 pips
or something on a 30min time frames or similar type statistics

or just price statistics in general
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 08:17 AM.



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