Blockquote Price1 = ValueWhen(TimeNum() == 090000, Foreign("AUD.CAD-IDEALPRO-CASH","C"),1);
Profit_Loss1 = ((Price1 - BuyShortPrice1) * Qunt1)*Cad_Rate_P;
when I debug my afl i don't see the value of Price1, any suggestion
?
Blockquote Price1 = ValueWhen(TimeNum() == 090000, Foreign("AUD.CAD-IDEALPRO-CASH","C"),1);
Profit_Loss1 = ((Price1 - BuyShortPrice1) * Qunt1)*Cad_Rate_P;
when I debug my afl i don't see the value of Price1, any suggestion
?