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.
Hi,
does anybody help me in converting a .csv file into a .hst file for PFG FX platform.
unfortunately, I can not attach here the two model files.
the Posting Rules don't allow me this.
strange, it would be more professional if would have been possible to do that.
If anybody could help me , let me know his e-mail address and I'll send the two model files.
thanks.
Tigrotto
Hi,
does anybody help me in converting a .csv file into a .hst file for PFG FX platform.
unfortunately, I can not attach here the two model files.
the Posting Rules don't allow me this.
strange, it would be more professional if would have been possible to do that.
If anybody could help me , let me know his e-mail address and I'll send the two model files.
thanks.
Tigrotto
Do you have or know where can i an expert advisor or indicator that can export all prices bid and ask of ALL currencyes of metatrader plataform to format csv or txt?
I've created 3 scripts to export data to csv files for my trading spreadsheet. Two of them need to run at the open of a new daily bar and the other needs to run once an hour. The EA is not placing any trades. I simply want the data to export automatically in the platform.
Does anyone have an example of how this can be done?
MA_MACD.mq4 should run every time an hourly bar closes.
I'm back again and am trying to create a script like my other ones to export indicator data to csv's for use in a spreadsheet.
They basically grab indicator values from all the pairs I watch from multiple time frames.
The problem I'm running into is that this Straddle indicator doesn't provide a single value. It draws its lines according to different values. If I understand it correctly, it plots one color if the end value is positive, another color if it's negative and doesn't draw anything if it's not applicable.
Straddle.mq4 is the indicator
[Straddle].mq4 is my first attempt at the export script
[Straddle2].mq4 is my second attempt using iCustom. It works insofar as it exports a value (3.0?), but I don't know how to reference (and possibly change) the existing indicator to export the values... either positive, negative or n/a.
I basically want this script to export either 1, 0 or -1... or something like it (a,b,c) for each time frame like my MA_MACD script. It might seem a little bit like overkill, but I've had good success with a multi-timeframe approach and it's just easier to do it in a spreadsheet rather than plucking through 150 charts. All I want it to do is somehow show whether the value of the Straddle indicator is positive, negative or neutral. I'll attach my MA_MACD script so you can see what the heck I'm talking about :P It only works, though, if you have price history for each of the symbols and time frames. I'll also attach one I made for pivot points.
It's been three weeks since I posted the first time and I still can't get this to display correctly.
I'm just concentrating on the lower line of the indicator and want it to display one of two values (which I will eventually export). I know how to get it to export, but I have no idea how to get it to display the correct information right now.
I've created a "main" variable and, although I'm using it with what appears to be the exact same information that the buffers are using to actually draw the line, it's still incorrect and the value for "main" is not accurate across time frames.
Right now, I have it to display a number for "main," either "1" if the trend is up or "-1" if the trend is down.