Вот и у меня на тестере не получаеться нормално протестировать! Хотя 37 версия мне понравилась больше всего! Кстати судя по моим тестам временной интервал значения особого не имеет! У Вас нет случайно описания параметров на 35\37 версии?
Список Here´s параметров от места trendchaser. Вы ссылаетесь к версии 37 - я только знаю версию 35 и последнюю версию v4 - Where´s та версия 37??
http://trendchaser.org/forum/phpBB3/viewtopic.php?f=20&t=6
il explain all the settings here
use_range_trail
trail_pcnt
orders_limit this setting allows us to make profit without being in profit
when active, it sets trade_at_cross_false, meaning the ea will open a new trade every bar
it also activates trailing stop
theres two features that decide if we use this or not
trail_pcnt, if profit is above this value, then were active ,can be negative (-0.1)
this value is the profit %
orders_limit, if total open orders are above this, then we dont activate the feature
this feature will not activate if theres any open positions in the wrond direction of the main trend
close_loss_trail_winns if account reaches the target
we close the trades from the wrong direction, and trail the trades in the right direction
this setting compliments the use_range_trail
the normal trailing stop value is used for both of these features
use_power_trend this is activated if price goes outside of the envelope
pt_risk new risk
pt_target new target
env_period envelope period
env_dev envelope deviation
env_tf time frame for the envelope
the envelope is set to smooth, and looks at the close, envelopes is a standard indicator in metatrader
custom_balance ok say you have a balance of 10k
we can set this to 5k, now the ea thinks you only have 5k
the advantages of this can very much lower dd
this also creates compatability when using other ea's
or trading multiple pairs
i do not recomend trading more than one pair though
ema_filter this filters trades with a exponential moving average
you can set the priod and time frame (ema_period && ema_tf)
valid time frames are 1 5 15 30 60 240 1440 10080 43200
m1 m5 m15 m30 h1 h4 d1 w1 mn
auto_tf_settingsif the chart is on m30 or less
the psar setting of 0.06 on m5, 0.003 on m30 are used
if the chart is on h1 or above, the psar settings change to
0.002 on h1 && 0.001 on h4
auto_trade_at_cross && trade_at_the_cross_only
trading at the cross means a signal is valid only on the exact bar of the signal
if false, a signal is always valid if both psar's agree
in version 32 the m5 psar is reversed, it just tested better
if using auto trade at cross, trade at cross is always active unless we have no trades
open_with_tc && close_with_tc && hedge _with_tc
this is the first parabolic sar indicator
the ea can trade any single indicator && or all of them combined
trade at cross first looks to this indicator
if psar2 is used, it then looks there
if envelopes are used it looks there
psar2 can be reversed
manage_all_trades
should the ea only close the trades it opened
or any trades open
this is handy if youd like to add a manual trade
to help the ea hit its target sooner
also if you want the ea to only manage its own trade, you can add trades with the scripts
any trades placed with the scripts, the ea will think it placed them
maximum_risk will use in margin the % of balance
if you have $100, and use a risk of 1%
the trade will take $1 margin and bet 0.02 lots (on ibfx mini)
it will bet the same on other brokers, but margin requirements vary
if set to 0, risk is disabled and lots is used
lots if using risk, this should be set to your bokers minimum lot size allowed
or to the minimum you prefer
use_martingalethis type of martingale is diferent than other ea's
it uses the number of open orders in the math
the first trade is always 0.01
the second trade depends on the
multiplier used
depending on the multiplier, u could see trades like this
0.01, 0.01, 0.01, 0.02, 0.02 0.02, 0.03 ect...ect
or
0.01, 0.02, 0.03, 0.04
or
0.01, 0.1, 0.2, 0.3
the combination are unlimited
the higher the multiplier the safer
it can even be safer than using risk, risk can be used with martingale
changing risk will give same effect as multiplier
max_lots_allowed set this to your brokers limit or less
mm_calculation this is used to calculate lots
this setting only needs changing if your using a diferent
broker other than ibfx mini
for ibfx normal, use 5000
max_trades this works for normal entries, but not hedges
close_trades_limit will close all trades if limit is reached
ibfx limit is 1000 trades
double_the_hedge this overides the hedge plus input
by default the ea does a perfect hedge, you can use the hedge_plus if this is false
but i found it best to double up
--------------------
profit_target_percentage
profit_target_percentage is exactly that
if you set it to 1, and you have $100
the target is $1
if you have $1000
the target would be $10
maximum_trades
the ea is only allowed 1 trade per bar, except for hedges
this is the global amount of trades allowed, setting it to low could keep u from winning
emergency_loss_protection
emergency_loss_protection is equity %
a setting of -50 will close all trades if you lose half of your account
this is the global sl
maximum_risk
maximum_risk is the % of the balance, for calculating lots
just like the target, if you have $100 and you set this to 1
you will open up $1 worth of margin, which is 0.02 lots
this is setup for ibfx mini though
every broker varies
-----------------------------------
Roscoe