Your Jeff Scott Barssince down Indicator has -1 for Event
Posted: Fri Jan 23, 2015 1:27 pm
Chris,
I tried to run a simulation using JS_BS_BIGKUP and JS_BS_BIGKDN on the Entries and Exit tab but the Run for the Exits returns nothing but a single empty yellow cell.
I then plotted them on a chart, and besides the fact that they look odd, having zigzag lines instead of single upside down V spikes for each event, the event value is output as a -1 for the JS_BS_BIGKDN indicator script.
Further analysis of that script showed it is calling your Kahuna indicator script and looking for this variable: BigDn: IF(Chg <= -0.4,-1,0),colorstick; which when true is outputting a -1 value.
I then looked in your indicator and scan XML files where all of the system script code is and found no other references for BigDn.
So then, for my purposes I modified this script line: event: FML('Kahuna(20,2)[BigDn]');
to this : event: -1*FML('Kahuna(20,2)[BigDn]');
and now my Exits ouput data appear when I hit Run.
You might want to add scan chartscripts into Edgerater for other users to access who want to use big Kahuna or little Kahuna exit signals.
Thanks,
Ed S.
I tried to run a simulation using JS_BS_BIGKUP and JS_BS_BIGKDN on the Entries and Exit tab but the Run for the Exits returns nothing but a single empty yellow cell.
I then plotted them on a chart, and besides the fact that they look odd, having zigzag lines instead of single upside down V spikes for each event, the event value is output as a -1 for the JS_BS_BIGKDN indicator script.
Further analysis of that script showed it is calling your Kahuna indicator script and looking for this variable: BigDn: IF(Chg <= -0.4,-1,0),colorstick; which when true is outputting a -1 value.
I then looked in your indicator and scan XML files where all of the system script code is and found no other references for BigDn.
So then, for my purposes I modified this script line: event: FML('Kahuna(20,2)[BigDn]');
to this : event: -1*FML('Kahuna(20,2)[BigDn]');
and now my Exits ouput data appear when I hit Run.
You might want to add scan chartscripts into Edgerater for other users to access who want to use big Kahuna or little Kahuna exit signals.
Thanks,
Ed S.