View Single Post
  #979 (permalink)  
Old 04-26-2008, 10:16 PM
varmax varmax is offline
Junior Member
 
Join Date: Feb 2007
Posts: 4
varmax is on a distinguished road
Quote:
Originally Posted by Lemyx View Post
In the EA you've wrote the next string:
Code:
if (Ask <= LowestBuy - (iATR(NULL, 0, ATR_Period, 0) * ATR_K * 10000 * Point))
I asked about TimeFrame on which ATR is calculates (bold zero in the code).

For every other indicator there is its own TimeFrame.
Code:
double MA3_0 = iMA(NULL, MAperiod, 3, 0, 3, PRICE_CLOSE, 0);
cci=iCCI( NULL, CCI_Period, CCI_lenght, PRICE_TYPICAL, 0);
double B1_1 = iCustom(NULL, iTrendPeriod, "i_Trend", 0, 0, 0, 20, 2, 13, 300, 0, 0);
How do YOU think which TF will be much better for ATR?

Thanks.
I understand the question, now. I'm sorry.
I think that best TF is current chart timeframe.

Thanks
Attached Images
File Type: jpg ScreenHunter_11.jpg (38.0 KB, 937 views)

Last edited by varmax; 04-26-2008 at 10:32 PM.
Reply With Quote