| / | Forum |
|
kknollman
2007.12.29 07:55
Hello.
When I call a Custom Indicator from an EA using iCustom() in Strategy Tester using Visual mode, I need to see the Custom Indicator graphics paint on the chart as they do when the Custom Indicator runs in real time with streaming data. The best I can achieve is to have the Custom Indicator paint the chart after the EA stops. It won't even paint when I pause execution of the EA in the Strategy Tester. I have to Stop. I have seen several posts about this problem, but no answers. Does anyone have a solution to this problem? Thanks. |
|
On the Long Way to Be a Successful Trader - The Two Very First Steps The main point of this article is to show a practical way to implement an effective MM. This can be achieved only by using a certain kind of strategies that we need to identify and describe first. In the following we’ll cover the basic concepts of how to build such a strategy and we’ll point out the common mistakes which always end up in draining a trader’s account. |
|
phy
2007.12.29 08:13
Just add the indicator to the chart after starting. If more than one, make a template and add that. |
|
kknollman
2007.12.29 23:40
That solved the problem.
Thank You! |