ERG Logic Autolabeling: trouble with text => reason FOUND
Posted: Mar 16 2006
I could find out the reason for it:
1. It isn't a problem with TextID!!!!
2. In my code is at the beginning of a subroutine a trigger to go into this subroutine. If this trigger = TRUE, so at first I move my values in the array like a slide-register (FIFO). BUT: the trigger is reacting on BOTH chart bars: one time at 49 sb and second time at 343 that my slide-register is moving TWO TIMES and saves TWO TIMES in a row the same calculated value. The comparison MUST give an MATCH-PPF.
Problem fixing: the tool which runs corresponding under in Format Study => Properties => Study base on: 2. @EC 49 share bars chosen setting shall not trigger on both bar charts, only on chart 2. That is to fix in MC platform OS.
After I have inserted an self-lock for this subroutine my tool works now fine in a multi timeframe chart. But this is an interim solution until the bug fixing.
-swisstrader
1. It isn't a problem with TextID!!!!
2. In my code is at the beginning of a subroutine a trigger to go into this subroutine. If this trigger = TRUE, so at first I move my values in the array like a slide-register (FIFO). BUT: the trigger is reacting on BOTH chart bars: one time at 49 sb and second time at 343 that my slide-register is moving TWO TIMES and saves TWO TIMES in a row the same calculated value. The comparison MUST give an MATCH-PPF.
Problem fixing: the tool which runs corresponding under in Format Study => Properties => Study base on: 2. @EC 49 share bars chosen setting shall not trigger on both bar charts, only on chart 2. That is to fix in MC platform OS.
After I have inserted an self-lock for this subroutine my tool works now fine in a multi timeframe chart. But this is an interim solution until the bug fixing.
-swisstrader