bluto,
I wanted to see the TrendVal as part of the Comment() line at top of charts. So I modified the Comment() line as follows.
Code:
Comment("LastPrice=",LastPrice," Previous open orders=",PreviousOpenOrders," H4 Trend Dir: ",TrendTxt,"== ",TrendVal,"\nContinue opening=",ContinueOpening," OrderType=",myOrderType,"\n",text2,"\nLots=",lotsi,"\n",text);
The output on chart was "0". I also tried it with UpTrendVal and DnTrendVal in the Comment() line and both values were "0". It seems that the iCustom() function for Turbo_JVEL is not returning values.
I also tested 1st & 2nd Goblin release and got same results. When I first tested 1st release of Goblin, I got correct values in the Comment() line. Also, the Turbo_JVEL attached to chart has correct values.
Something must have changed in Turbo_JVEL Indicator code so that now the Parameters set in iCustom() could be incorrect.
Can you confirm if what I am seeing is correct? Hope I'm wrong.
Wackena