DislikedHi everyone can anyone help me out this i want this buy/sell label near candle whenever it generates... Screenshot and indicator attached thanks in advance {file} {image}Ignored
Inserted Code
double xcodeBuyCurr = iCustom(NULL,0,"XCODE",2,1);
double xcodeSellCurr = iCustom(NULL,0,"XCODE",3,1);
PrintFormat("Indicator: iCustom value1=%f",xcodeBuyCurr);
PrintFormat("Indicator: iCustom value2=%f",xcodeSellCurr );