Hi Bongo
sorry but on this link i don't found an answer.
Normal case
double High1 = iHigh(NULL,
0,
0); // Price high now
when i need for extern input
double iHigh1 = iHigh(NULL,
iHigh12_TimeFrame,
Barsback_iHigh1); // Price high now
Green means how many bars back
but in my case,
where i must insert
Barback_xxx, the full line below must be one bar back
double Flow_Pivot1 = (iHigh(NULL,1440,0)+iLow(NULL,1440,0)
+ iClose(NULL,TimeFrame_Flow,0))/3.0;
Quote:
Originally Posted by Bongo
|