指定
I want to hire historical bases from several markets such as: S&P500, Dow Jones, Forex (EUR/USD, GBP/USD, etc.) from the last 3 years, contemplating various data: date, 1 minute timeframe, closing price, opening price, minimum price, maximum price, volume, amount of trades.
Output: Format .CSV
反馈
1
等级
项目
17
59%
仲裁
2
0%
/
100%
逾期
2
12%
空闲
2
等级
项目
74
20%
仲裁
1
0%
/
100%
逾期
0
空闲
3
等级
项目
56
21%
仲裁
12
67%
/
8%
逾期
2
4%
空闲
4
等级
项目
474
39%
仲裁
103
41%
/
23%
逾期
79
17%
繁忙
发布者: 2 代码
相似订单
//+------------------------------------------------------------------+ //| EA Cruzamento de Médias MT5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //---- Inputs input int FastMAPeriod = 20; input int SlowMAPeriod = 50; input double LotSize = 0.01; input int StopLoss = 300; input int TakeProfit = 600; //----
TradingView to MT5 Webhook Bridge - Futures to Spot Execution Project Goal I need a developer to build a bridge between my TradingView indicator in the futures market and my existing MetaTrader 5 EA in the spot market. When my TradingView indicator generates a BUY or SELL signal on a futures symbol, for example 6A1!, it must automatically trigger my MT5 EA to open a trade on the corresponding spot symbol, for example
项目信息
预算
50 - 500 USD