can i find a error - page 2

 
ankit29030:

like

 

            market order   pending order

eurusd           2                        1

usdjpy            4                        0

gbpjpy           4                         2

eurjpy            4                         0 


for example    iExposure.mq4
 

converted 3d to 2d array..but the problem is in comparing strings...

 

the strung comparison i have made is valid or not? 

 
how do i compare string for equality
 
ankit29030:

converted 3d to 2d array..but the problem is in comparing strings...

 

the strung comparison i have made is valid or not? 


 

RaptorUK:

You check the symbol in the i  loop  and then use that info in the  j  loop even though you will probably be looking at a different order . . .  why ?
 
ankit29030:
how do i compare string for equality
string StringA, StringB;

if(StringA == StringB)
   Print("Strings are equal");

if(StringA == "A string")
   Print("Strings are equal");
 
ankit29030:

sir may i know the use of continue ???
Sure,  Continue  and in the Book
 

sir how can i pass parameters and values to dll..i am a kind of teased by mql4 as non- oops concept and bad debugging....also takes a lot of time to code a singgle file..

help.. 

 
ankit29030:

sir how can i pass parameters and values to dll..i am a kind of teased by mql4 as non- oops concept and bad debugging....also takes a lot of time to code a singgle file..

help.. 

So you can't code mql4 but you think working with DLLs will be easier ?  are you kidding ?
 
RaptorUK:
So you can't code mql4 but you think working with DLLs will be easier ?  are you kidding ?


dll's making has a lot features like an excellent ID and a good Website support(complete documentation..)..also the best ea use dlls for their proper functioning...

please tell how can i pass parameters correctly to from dll's..? 

 
ankit29030:


dll's making has a lot features like an excellent ID and a good Website support(complete documentation..)..also the best ea use dlls for their proper functioning...

please tell how can i pass parameters correctly to from dll's..? 

I have no idea,  I have never written a DLL.
Reason: