Forum

global variables

Hi ! In the terminal window, two different currency pairs are open simultaneously, each in a separate window. A variable needs to be declared so that it can be accessed for assignment from either of the two windows. How can this be achieved

mqlbandi-tamplate

Welcome! What could be the reason for the following program code to load the specified chart but not load the specified template? The template is located in the template folder. void OnTick () { // Create Object ObjectCreate ( _Symbol , "BuyButton" , OBJ_BUTTON , 0 , 0 , 0 ); ObjectSetInteger (

trendline value

Welcome everyone! If you drag the mouse over it, a trend line is visible you can see it in the small window that pops up with the mouse cursor the price value of a specific point. I want to pass this value to a variable. How to read this value from the system Hello! Thank you for your help

Elliott

Hi everyone ! I need the source code of the Elliott wave count indicator. Anyone who can help

color switching

Hi! How to change the color of the label depending on the spread value ? //+------------------------------------------------------------------+ //| SpreadIndikator.mq4 | //| Copyright ? 2010 MeinMetatrader.de | //|