View Single Post
  #110 (permalink)  
Old 11-27-2006, 07:28 PM
Wackena's Avatar
Wackena Wackena is offline
Senior Member
 
Join Date: May 2006
Posts: 216
Wackena is on a distinguished road
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
Reply With Quote