tradepad - manipulate the tester

 

Hi everyone,


I'm creating trading panel and is working fine on live trading.

I'm looking for a solution so I can use the panel through testing strategies and it is not possible except of one particular option I saw is to signal to OnTick.

The problem is that I'm using alot of classes and creating the buttons myself, so to manipulate the tester that way would take a lifetime.


I wonder if there is better solution so I don't have to change all of my classes and work to fit the live system and testing at the same time with one job.



Best regards,

Omri

 
OmriNa181287: I'm creating trading panel and is working fine on live trading. I'm looking for a solution so I can use the panel through testing strategies and it is not possible except of one particular option I saw is to signal to OnTick. The problem is that I'm using alot of classes and creating the buttons myself, so to manipulate the tester that way would take a lifetime. I wonder if there is better solution so I don't have to change all of my classes and work to fit the live system and testing at the same time with one job.

Unfortunately not! The tester has limitations. You will have to build exceptions into your classes to work around the issue where possible.

 
Fernando Carreiro #:

Unfortunately not! The tester has limitations. You will have to build exceptions into your classes to work around the issue where possible.

Thank you.