Programmer here. Need help.

#11
Sir,
WIllU pl. solve the following queries ..

1) I want the signal executed at the same candle when the signal B/S appears.

2) Where to find the bar count in AFL for the above modification.

3) What is the difference between

ValueWhen(Buy, Close) AND ValueWhen(Buy, Open);

Which is correct ?

4) Can we set time to buy when B/S signal appear ?
--

Buy = ExRem(Buy,Sell);
Sell = ExRem(Sell,Buy);


BuyPrice = ValueWhen(Buy, Close);
ShortPrice = ValueWhen(Short, Close);
CoverPrice = ValueWhen(Cover, Close);
SellPrice = ValueWhen(Sell, Close);
 

Similar threads