Forum

Is it possible to setup one enbeded struct as private member of a class?

Something like this... class CDemo { private : struct STR{ double m_array[] ; double m_array1[] ; double m_array2[] ; }; public : CDemo( void ){}; ~CDemo( void ){};

# property indicator_buffers

Hi, is it possible to set up a preprocesor conditional directive to #property indicator_buffers ...? I have a BaseClass, a Class and a SubClass...how can I determine the number of buffers from the Class depending on what objec is created in the SubClass...? is it possible to acces the indicator

Bid ERROR...

Bid ERROR .... When I try to run my EA, the tester shows the " trade panel " and the actual Bid price, in real market...not the bid correspondihg to the EA time...it happpen with the Bid value when I try to use it in the EA.Is it ppossible to disable the panel?...How can I get the Bid value?....can