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.
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.
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.
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.
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.
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.
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?
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.
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
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