Forum

Add new Fibonacci level

I developed an ea that automatically displays the fibonacci levels on chart. Does anybody know how to add a level at 78.6%, which will be added automatically to my levels? I already know how to compute it manually,but i would like to create a code which displays the level in automatic. Thank you in

DLL to send mail

Hi , I am trying to create a script to send an e-mail. Sendmail function doesn't work. I'd like try with maillink.dll Where can I download this library=

M5 Backtest Multi-asset

Hi guys, The metatrader 5 allows to perform backtest on multiple assets without the need to enter the asset names from code or input?I mean: for an expert advisor that works only on the current asset there is a procedure on the mt5 that allows to perform a multiple backtest(on multiple

Write to Json

Hi people, I would like to know if it is possible to write to a json file from metatrader4, thanks

Json and WebRequest problem

I'm trying to access the data in Json [{ "1" :{ "macro" : "Neutral" , "assett" : "U" }},{ "2" :{ "macro" : "Neutral" , "assett" : "P" }},{ "3" :{ "macro" : "Neutral" , "assett" : "\/" }},{ "4" :{ "macro" : "Neutral" , "assett" : "U" }},{ "5" :{ "macro" : "Neutral" , "assett" : "S" }}....] Using this

Get news from calendar

I need to record macroeconomic data in a database.Reading news from economic calendars is not possible because the site blocks you.Is it possible to do this with an indicator?That is get the data it shows? Thanks

Read an external file

Hi people, I nedd read into an extern file bt it doesn't work FileHandle= FileOpen ( "C:\Data\Text.txt" , FILE_READ|FILE_WRITE|FILE_TXT ,';'); FileSeek (FileHandle,0, SEEK_SET ); if(FileHandle!= INVALID_HANDLE ){ while(! FileIsEnding (FileHandle)){ res= FileReadString (FileHandle); } }

Access violation read to...

I am trying to connect to mysql from an expert advisor using the libmysql.dll library but I get a strange error 'Access violation read to 0x000003B0'.Can anyone tell me how to solve the problem

Telegram and MT4

Good afternoon, I need to connect MT4 platform with telegram, so that i can receive a notification everytime a trade is closed, and also receive the informations regarding the trade such as profit, close price etc.Someone knows how to do it?Thanks

Problem with change of timeframe

I've created an indicator that put automatically orizontal lines on the mt4 platform in oder to indentify targets. But, if later i draw a separated trendline and then I change timeframe,the trendline and everythings else I have on the platforms (like comments) goes away... Is there someone that