Quote:
|
Originally Posted by oshaban
Hi ...
If you read the code, The time frame is M5. But there is no specific pair !.
Hope this helps a little !
|
I see...
Code:
double diClose0=iClose(NULL,5,0);
double diMA1=iMA(NULL,5,7,0,MODE_SMA,PRICE_OPEN,0);
double diClose2=iClose(NULL,5,0);
double diMA3=iMA(NULL,5,6,0,MODE_SMA,PRICE_OPEN,0);