Forum

Share info between Experts

Hello to Everyone, Is possible to share info between experts?, for example an array? Thanks in advanced! Regards

Noob Question

Hello to Everyone, Question, are a some difference between _Period, Period(), Current Period?, because they look the same. Thanks in advanced! Reggards

Vertical Line, Get Datetime?

Hello to Everyone!, I would like to know if is possible to get the datetime from a Vertical Line Object? img attached! Thanks in advanced! Regards

Webhook - Test

Hello, Im trying to post some message on my channel (Slack), just for testing, but i cant make it run!, Show me "error 404" Web Request , void WebHook() { string strJsonText = "{text: Hello, world.}" ; uchar jsonData[]; StringToCharArray (strJsonText, jsonData, 0 , StringLen (strJsonText)

Syntax Question

Hello Everyone!, I have a question about a syntax A && B && C >= 10 is the same like this? A>= 10 && b>= 10 && c>= 10 I know is a newbie question, but i didn't find some information about it or some examples, i did some runnings but is not clearly. Thanks in advance and sorry for it :( . Regards

Custom Indicator! Hight & Low - Help!

Hello Everyone!, I can't make this work!, debugger show me " Array out of range ", surely must be the main loop but where? int OnCalculate ( const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double

ChartApplyTemplate Only work with default.tpl

Hi Everyone. Im doing a script to apply template with the EA included but only work with default.tpl, i try with print error, but doesnt show up, someone know what can i doing wrong? ChartApplyTemplate (0 , "test.tpl"); Thanks in advanced! Regards