Forum

Subject: Does a logic operator works this way?

simple question: normally you write: double statement = OrderTakeProfit (); double tp1 = 1.001 ; double tp2 = 1.002 ; double tp3 = 1.003 ; double tp4 = 1.004 ; bool TP_Exist = false ; if (statement == tp1)TP_Exist = true ; if (statement == tp1)TP_Exist = true ; if (statement == tp1)TP_Exist = true ;

Tutorial how to work with classes!

Search engine doesnt give me the exampe i seek!! I'm looking an good and step by step tutorial how to create a class . For example a class that can open 4 buttens. Someone got a good tutorial? Thank you in forwarding

How to solve this problem?

Hello People, i have a panel created with the CappDialog and named it m_panel. in the panel are 3 Ccombox. The problem is when the combox is expanded and i click on it the second one is also expanded. How to solve this: In this case i expanded the notification and why i try to click off the bottom

Recieving Data in MQL EA

Hello, The goal is to import Data from a website. 2 Different Stages. Importing an Image and importing News for example. But, Is that possible with a simple script, without mqh to create and without classes? Greets