Thread: Ask!
View Single Post
  #1413 (permalink)  
Old 12-04-2008, 06:25 AM
increase's Avatar
increase increase is offline
Senior Member
 
Join Date: May 2006
Posts: 878
increase is on a distinguished road
Quote:
Originally Posted by increase View Post
How can I do this?
Quote:
Originally Posted by increase View Post

How can I do this?
Is it something like

double Buy1_1 = iCustom(NULL, 0, "Trend", 96, Current + 0);
double Buy1_2 = 0;

double Sell1_1 = iCustom(NULL, 0, "Trend", 97, Current + 0);
double Sell1_2 = 0;

double CloseBuy1_1 = iCustom(NULL, 0, "Trend", 96, Current + 0);
double CloseBuy1_2 = 0;

double CloseSell1_1 = iCustom(NULL, 0, "Trend", 97, Current + 0);
double CloseSell1_2 = 0;
__________________
New to Forex? Get all you need for Free at my site Click Here
Also get my Hot Forex System (scroll to btm of page. Now includes the EA): Click Here
Reply With Quote