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.
I've been looking at this and I can't figure out what I'm doing wrong!
I modified an existing script to handle more pairs and omit the moving average data when sending info to a .csv file.
I'll attach both and hope someone can tell me which single parameter I'm missing!! I know it's an easy fix somewhere but I'm new to programming and I think I just need another set of eyes to look at it.
The FileWrite command can only use 63 parameters at a time. I had 75 (O,H,L,C & V for 15 pairs) and needed to break it into 2 separate commands. I did need to get rid of the array commands from the original script as they were useless for my purposes. Anyway, I hope someone else can use this. Just drag and drop the script from the navigator (Ctrl+N) onto any chart and it will export the OHLCV data from the previous day to expertsfilesDaily_Base.csv .
This is going to save me so much time!!!
Last edited by ra457; 05-03-2009 at 08:02 AM.
Reason: adding attachment