View Single Post
  #8 (permalink)  
Old 04-15-2008, 07:55 AM
tone40@inbox.com tone40@inbox.com is offline
Junior Member
 
Join Date: Nov 2007
Posts: 17
tone40@inbox.com is on a distinguished road
Quote:
Originally Posted by Bongo View Post
if (Buy1_1 > Buy1_2 && Buy2_1 > Buy2_2 && Buy3_1 > Buy3_2 && Buy4_1 > Buy4_2 && Buy5_1 > Buy5_2 && Buy6_1 > Buy6_2 && Buy7_1 > Buy7_2 && Buy8_1 > Buy8_2 && Buy9_1 > Buy9_2) Order = SIGNAL_BUY;

// && Buy10_1 > Buy10_2 && Buy11_1 > Buy11_2 && Buy12_1 > Buy12_2 && Buy13_1 > Buy13_2) Order = SIGNAL_BUY;
Hi Bongo, I see what you mean, but I have to also consider 10,11,12 and 13 into the equation . the ea has to look over the 13 pairs and find only a combination of 9 pairs aligned in order to trigger the buy/sell, it doesnt matter which combination but it has to amount to 9 pairs; again, looking over 13 pairs total.


thanks

Al
Reply With Quote