icustom condition - sell only

 

please help me with this icustom condition?

it should open buy & sell orders ;-)

  two1 = iCustom (NULL,0,"fx4",30,false,true, 4,0); 
  two2 = iCustom (NULL,0,"fx4",30,false,true, 5,0); 

  if (Bid<two2) sign1=1; 
  if (Ask>two1) sign1=-1; 

DECOMPILED (stolen) CODE REMOVED

 
DO NOT POST DECOMPILED (stolen) CODE ! !  if you post decompiled code again you will be banned.
 

sorry - I did not pay attention

my mistake

Reason: