Looking for some help with my EA - page 2

 
motarek:

hello everybody

 i wonder if anybody could help me modify the above strategy a bit.

 i would really appreciate your help.

  


dabbler:

Well my answer was supposed to address just the 3rd psar dot issue. When I wrote psar(1) for example I was just saying "the value of the psar indicator for bar 1". Perhaps I should have written it out more fully as 

psar1 = iSAR(NULL, 0, 0.02, 0.2, 1);
psar2 = iSAR(NULL, 0, 0.02, 0.2, 2);
psar3 = iSAR(NULL, 0, 0.02, 0.2, 3);
psar4 = iSAR(NULL, 0, 0.02, 0.2, 4);

if( psar1<Low[1] && psar2<Low[2] && psar3<Low[3] && psar4>High[4] ){
   // do stuff
} 


what help do you ask for see message dabbler

 make your code this modify the above strategy is not for us to do for you

we are willing to help if you show your attempt

for that open new topic yourself

for asking to code it for you you can try Jobs 

Reason: