Simple script to export daiy and intraday price for FX pairs

MQL4 指标 脚本

工作已完成

执行时间27 天

指定

Hi there,

I need a simple script or indicator, that after executing will export 2 csv's with following data - "Pair", "Date", "Time", "Open", "High", "Low", "Close"

  • First CSV will put only Daily candle data.
  • Second CSV will only introduce 30m candle data.

Parameters for the script/indicator

  • "Execution Type" - 2 options, "Daily"/"Backtesting". If daily,  data to export should be only the last day. If Backtesting, data to export should be the one indicated within the "custom dates" parameter.
  • "Custom Date - Start Date" - If execution type is Backtesting, then this parameter will indicate the first day of data to be included. Format: Day/Month/Year
  • "Custom Date - Finish Date" - If execution type is Backtesting, then this parameter will indicate the last day of data to be included. Format: Day/Month/Year

Examples

  1. Execution Type - Daily

Expected behavior: 2 csv's, one with the daily data and another with 30m candle data (for the last day available)

  1. Execution Type - Backtesting

  • "Custom Date - Start Date" - 01/07/2020
  • "Custom Date - Finish Date" - 27/07/2020

Expected behavior: 2 csv's, one with the daily data and another with 30m candle data . For all trading days between the dates specified.

Symbols to be included:

  • EURUSD
  • USDJPY
  • GBPUSD
  • USDCHF
  • EURCHF
  • EURJPY
  • EURGBP
  • GBPJPY
  • GBPCHF
  • CHFJPY
  • AUDUSD
  • AUDJPY
  • AUDNZD
  • AUDCAD
  • USDCAD
  • NZDUSD


反馈

1
开发者 1
等级
(214)
项目
316
34%
仲裁
63
37% / 40%
逾期
102
32%
工作中
2
开发者 2
等级
(45)
项目
59
14%
仲裁
31
26% / 52%
逾期
34
58%
空闲
3
开发者 3
等级
(49)
项目
134
27%
仲裁
62
13% / 53%
逾期
58
43%
空闲
发布者: 340 文章, 1 代码
4
开发者 4
等级
(589)
项目
1070
50%
仲裁
39
28% / 41%
逾期
49
5%
空闲
发布者: 1 文章, 8 代码
5
开发者 5
等级
(81)
项目
142
53%
仲裁
5
80% / 0%
逾期
6
4%
空闲
相似订单
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have
Date:29.08.2026 **TECHNICAL SPECIFICATIONS** PDF Attached for reference rest all details given below. Required: Creation, Integration and successful execution of trading algo/robot in MT5 using MT5 VPS. Brokers: Trades to be executed in both brokers Swissquote and Pepperstone. Symbols: All available in MT5. ** Common parameters for all executions: · Manual Start/Stop. · Session time (defined / always
DESCRIPTION I want both versions of the same trading system to be developed: Trading Indicator Trading EA (Expert Advisor) Both must follow exactly the same strategy and entry/exit logic . The main purpose of having both is to verify that the Indicator and EA produce the same signals, entries, SL, TP, BE and trade results under the same market conditions. IMPORTANT — DEMO VERIFICATION FIRST I have already faced
I’m looking to purchase an existing, proven MT5 indicator that focuses primarily on trend-following trade setups . I am not looking for a random indicator, unfinished project, or something that only looks good in screenshots. I’m specifically looking for a serious indicator that has already been tested and has demonstrated strong performance. Ideally, the indicator should include: Trend-following logic
Hello, I have a custom indicator with a specific line. Logic I want: 1. When a candle closes and crosses the indicator line (I will tell you the buffer number of this line), start counting. 2. After the cross, wait for 3 consecutive candles with the same color / same direction. 3. If the 3 candles are bullish, open a BUY trade on the next candle open. 4. If the 3 candles are bearish, open a SELL trade on the
‎Explanation of Strategy 3 candles reversal strategy with 5EMA and 10EMA ‎ ‎wait for 5 EMA and 10EMA to cross during this process wait for at most 5 candles , within that 5 candles formation, the three candles must be inclusive in the 5 candles and the counting starts after the crossing of the two EMAs....wait for a reversal candle that closes below the last two trending candles. ‎ ‎Important info ‎ ‎***The first
I'm looking for specialist support for a personal algorithmic trading project involving an existing MT5 Expert Advisor. Looking for an experienced MQL5 developer / algorithmic trader to review the EA, identify potential weaknesses, and suggest meaningful strategy improvements. Please download and test the official demo first: https://www.mql5.com/en/market/product/191518?source=Site +Profile If you believe you can
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an

项目信息

预算
30+ USD
截止日期
 4 天