shihab / Publications
Forum
Please need help in Custome indicator & EA.
Hi, I have an indicator which draw Up & Down arrow in the main chart window to provide buy & sell signal.How can i use this indicator in EA using iCustome() function? I mean what is code in "int var=iCustome(???????)? plz help. thanks in advance. Here is the indicator code: #property
Need help with Custom Indicator & EA
Hi, I am new to mql programming. I have an custom indicator which give buy & sell signal by putting arrow in chart window. It doesn't pass any return value for EA. So i can't use iCustome() function from EA. How can i get the signal from EA?In the code what i have to add after "CrossUp[i] = Low[i] -
Plz help me in error code 4107 with ordersend()
I am new to mql4 programming. i am trying to write an EA that showing error 4107 for following code... ppbid=Bid; ppask=Ask; MyLot=0.01; int ticket=OrderSend(Symbol(),OP_SELLSTOP,MyLot,ppbid-(10*Point),0,ppask+(20*Point),ppbid-(20*Point),"",16384,0, CLR_NONE ); What is my fault? I will be grateful