Pull CSV Data

MQL5 Other

Specification

Good day 
I am building a EA using FXdreema but require some custom code.

I haven't been able to pull any fields from csv file.

I need the following.
I have a .csv file which has 6 columns and 28 rows.
eg  
AUDUSD, Short ,50.72%,0.5,0.15,2.2
EURUSD, Long ,71.71%,2,0.5,1.5
GBPUSD, Long ,64.67%,0.75,0.25,1.8
USDCAD, Long ,55.39%,0.5,0.15,2.2
USDCHF, Long ,68.23%,0.75,0.25,1.8
USDJPY, Long ,63.67%,0.75,0.25,1.8
AUDCAD,Neutral,0.00%,0.5,0.15,2.2

If im trading one of the 28 pairs i need it to pull 3 data points and update variables.
TP(COl 4)
Risk (Col5)
ATR ( COl6)

example of code
string strArr[20];

int handle = FileOpen(tempFileName,FILE_READ|FILE_TXT,0,CP_UTF8); 
//if(handle<0) { Comment("varFile "+tempFileName+" not found. EA removed."); ExpertRemove(); }

FileSeek(handle,0,SEEK_SET);
int i=0;
while(!FileIsEnding(handle))
{
if(i>ArraySize(strArr)) { Comment("error: increase size of strArr"); ExpertRemove(); }
strArr[i] = FileReadString(handle,0);
i++;
}

FileClose(handle);


// here are variables one after another, order and type are important, triple-check it
varLotsBuy = (double)strArr[0];
varLotsSell = (double)strArr[1];
var0 = strArr[2];
var1 = strArr[3];
var2 = strArr[4];
var3 = strArr[5];
var4 = strArr[6];
var5 = strArr[7];

Please quote should be about 50 lines of code.

Responded

1
Developer 1
Rating
(101)
Projects
136
36%
Arbitration
14
29% / 50%
Overdue
15
11%
Free
2
Developer 2
Rating
(169)
Projects
204
30%
Arbitration
25
40% / 44%
Overdue
12
6%
Free
3
Developer 3
Rating
(14)
Projects
19
11%
Arbitration
1
0% / 100%
Overdue
5
26%
Free
4
Developer 4
Rating
(142)
Projects
156
47%
Arbitration
0
Overdue
5
3%
Free
Similar orders
Need to integrate admin & Client panel with MT5 API integration. Need a seamless integration between CRM & MT5 so that users can create live & Demo accounts & Process deposits & withdrawals. Need to support us for going Live
If you are able to code a bot with these details below; would like to get into more detail later once found that method is possible to code Bot Scans the market and looks to execute trades from a top down analysis using confirmation. starting from daily down to 1 min For ex. 4hr/2hr/1hr A line created starting on the 4hr corresponds down to the 1hr is confirmation The bot then looks at the current market and looks
Hello, I need a professional to code a bot with these details below; would like to get into more detail later once found that method is possible to code Bot Scans the market and looks to execute trades from a top down analysis using confirmation. starting from daily down to 1 min For ex. 4hr/2hr/1hr A line created starting on the 4hr corresponds down to the 1hr is confirmation The bot then looks at the current market
I am looking for a skilled developer to create a custom indicator for NinjaTrader based on the Percentage Hughes Breadth-Momentum Oscillator formula. The formula is as follows: Percentage Hughes Breadth-Momentum Oscillator = (H × 100 ) + 100 = ( A − D A +D + U × 100 ) + 100 Percentage Hughes Breadth-Momentum Oscillator = ( H × 100 ) + 100=( A −D A + D+ U ​ , × 100 ) + 100 where: H represents today’s 1-day ratio of
I need a telegram bot that copy trading signals to mt4 trading account and triggers and close trades on Forex, gold, indices etc. The bot need to move the stop loss according to the pip value on settings page. e.g. 10pips
Hi, I want create plugin for mt4 to angel one for automatic trading , futures ,options and mcx any one can support please contact , I can share more details thanks
Hi Greetings. I have a TradingView strategy already coded that I will like to connect my broker so I can be able to send signal for automatic trading. If you have experience in this Please kindly bid for the project and let get start . We can discuss about the price and the timeline
Hello, I had a chart developed for NinjaTrader that I would like to replicate in Sierra Chart. It is Chart that colors bars based on difference between 20EMA on-bar-close (or "last") values between bars (5-minute chart)
Looking for a programmer, who has knowledge in support and resistance , looking to have an indicator in tradingview therefore you need pinescript experience , need an indicator that will mark the candle that produce certain patterns and add a mark either below or above the candle to show where this pattern as occurred , its a very simple indicator must show on chart . if this works good then later we can try to
You will have to go into an existing C# code and make modifications per my instructions. The work is fairly complex so you must be fully experienced with C# as well as relatively experienced with Forex

Project information

Budget
30+ USD
For the developer
27 USD