Programming Problems 2 Questions pls Help (log files) (Custom Indicator/ Standard Indicator)

 
Hi i hope i can find someone who can help me to solve this problem, i would be very thankful
  • Initial Situation:

We developed a multichannel filterindicator based on different standard indicators calculationes from Metatrader.

This indicator was conceived to be used in our expert advisor. The challenge is,

that on each tick all calculations based on these standard indicators cause innumerable log entries.

Because of this our trades are delayed.

 

Is it possible to avoid the log entries? 

 

  • Our attempt to solve the problem:

 

We got custom indicators programmed like the the standard indicators. We tried to change the standrad course calculation used by the different indicators. But these doesn't bring the expacted outcome.

By using the standard course calculation the standard indicator brings the same result as the custom indicator do. But changing the course calculation

induce to differences in respect of the custom indicator an the corresponding standard indicator?


 

Is it possible to get custom indicators which behave exactly like the stnadard indicators(no matter which course calculation ins choosen)?

 
What kind of log entries?
 
gooly:
What kind of log entries?
the log files which are written by the expert advisor, they take to fast to big spaces on my harddisk in 30 Minutes i have log files like 20 Gigabyte
 
can you show the entries - some!
 
gooly:
can you show the entries - some!

here u are :) 

Files:
logfiles.txt  18 kb
 
                        RibbonTrader_iGator_typical_1 EURUSDbo,M1: 0.0001
0	00:17:57.126	RibbonTrader_iCCI_open_1 EURUSDbo,M1: -92.9379
0	00:17:57.126	RibbonTrader_iCCI_open_1 EURUSDbo,M1: -96.535
0	00:17:57.126	RibbonTrader_iCCI_close_1 EURUSDbo,M1: -83.3333
0	00:17:57.126	RibbonTrader_iCCI_close_1 EURUSDbo,M1: -78.8732
0	00:17:57.126	RibbonTrader_iCCI_typical_1 EURUSDbo,M1: -82.1212
0	00:17:57.126	RibbonTrader_iCCI_typical_1 EURUSDbo,M1: -94.1896
0	00:17:57.126	RibbonTrader_iMomentum_open_1 EURUSDbo,M1: 100.0026
0	00:17:57.126	RibbonTrader_iMomentum_open_1 EURUSDbo,M1: 99.9956
0	00:17:57.126	RibbonTrader_iMomentum_close_1 EURUSDbo,M1: 99.9983
0	00:17:57.126	RibbonTrader_iMomentum_close_1 EURUSDbo,M1: 99.9991
0	00:17:57.126	RibbonTrader_iMomentum_typical_1 EURUSDbo,M1: 99.9988
0	00:17:57.126	RibbonTrader_iMomentum_typical_1 EURUSDbo,M1: 99.9971
0	00:17:57.126	RibbonTrader_iRSI_open_1 EURUSDbo,M1: 42.7409
Your RibbonTrader is printing them, take out the Print statements.
Reason: