cello23
cello23
Friends

Add friends via their profile or user search and you will be able to see if they are online

cello23
Registered at MQL5.community
cello23
Added topic is it possibile change the swap of Metatrader ?
is it possibile  change the swap?     I can change the spread with a spreadchanger but the swap? I would like to metatrader offline to obtain the same results in backtesting (same data, spread,mswaps) in different pc
cello23
Added topic _lwrite: add new record in the end
Hello guys, i used the function in object for have this result: StopLoss_MR= 20.00000000 StopLoss_MR,F= 1 StopLoss_MR, 1 = 20.00000000 StopLoss_MR, 2 = 1.00000000 StopLoss_MR, 3 = 25.00000000 but i have this: StopLoss_MR= 20.00000000 StopLoss_MR,F= 1
cello23
Added topic file.set memory in to arry
Hello guys, i have this problem, i would memory in to array this file set (but only the default value for all variable): StopLoss_MR=20.00000000 StopLoss_MR,F=1 StopLoss_MR,1=20.00000000 StopLoss_MR,2=1.00000000 StopLoss_MR,3=25.00000000
cello23
Added topic FileOpen of set file
Hi guys, i try to read a file .set: string PathTester_set_2  = TerminalPath ()+ "\\experts\files\\EURUSD_MR_10.SET" Copy_set= FileOpen (PathTester_set_2, FILE_READ , ';' );   but i have this error: I need to say if the file
cello23
Added topic Convert Array double to char ?
Hi, I need to convert array double to char, how can I do? DoubleToStr ? Thank you
cello23
Added topic Ceck if the terminal.exe running or close
Hello guys, how can I check if terminale.exe runnig or not ? I tested by ShellExecuteA but :-( Thank's
cello23
Added topic Automated Optimization procedure EA using library ?
hello guys! I have read this interesting article : https://www.mql5.com/en/code/10360 Automated process of backesting using a library . Is there something similar for optimization ? I need to repeat the process of optimizing an EA for different
cello23
Added topic EA DTosc ... sorry!
Hello everybody, Sorry but i m newbie... I would like to create a simple EA based indicator Dtosc: BUY cross <30 SELL cross >70 I start with indicator but I can't turn it into an EA. Please, can someone kindly show me what are the first steps