MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

A BATTERY OUT RANGE PCHA BATTERY OUT RANGE PCH Try product
A BATTERY OUT RANGE PCH
Author: tol64
ATC Champions League: Interview with Boris Odintsov (ATC 2011) ATC Champions League: Interview with Boris Odintsov (ATC... Screenshot
ZINC, D1
Demo
Subscribe to signal
HighProfit2
124.43%, 22 443.34 USD
Accumulation/Distribution Indicator
Accumulation/Distribution
Author: MetaQuotes

// How to hide the indicators used by an EA during the Strategy Tester running ?

To add comments, please log in or register
Jin
1469
Jin 2012.08.08 09:50

Hello people, 

I am preparing my first EA to the championship. It uses some built-in indicators that during the simulation using Strategy Tester appears all in the chart window. 

I wouldn't like to disclosure all the indicators that it uses, as well as their parameter values.

 

Please, I would apreciate some help. Thanks.

 

 

 

 

 

onewithzachy
954
onewithzachy 2012.08.09 02:45
Jin:

Hello people, 

I am preparing my first EA to the championship. It uses some built-in indicators that during the simulation using Strategy Tester appears all in the chart window. 

I wouldn't like to disclosure all the indicators that it uses, as well as their parameter values.

Please, I would apreciate some help. Thanks.

Hi Jin,

Its in the help file. Please open MQL5 help file, type "hide" in its search without double quotes, one of results is "The IndicatorRelease() function in the tester" (http://www.mql5.com/en/docs/runtime/testing#indicatorrelease) which lead to IndicatorRelease() (http://www.mql5.com/en/docs/series/indicatorrelease)

 

 

 

Jin
1469
Jin 2012.08.09 19:49
onewithzachy:

Hi Jin,

Its in the help file. Please open MQL5 help file, type "hide" in its search without double quotes, one of results is "The IndicatorRelease() function in the tester" (http://www.mql5.com/en/docs/runtime/testing#indicatorrelease) which lead to IndicatorRelease() (http://www.mql5.com/en/docs/series/indicatorrelease)

 

 

 Thank you very much, onewithzachy !!!

 

/
To add comments, please log in or register