ПОИСК СОВЕТНИКОВ vol. 2 [кто ищет, пишем здесь]

AlanG

Элитный участник
После дальнейшей жестокой хирургии в нём почти ничего и не осталось, только 2 хитроумно использованные МАшки... Просадка есть, конечно, но в целом входы у него достаточно неплохие... Есть смысл взять его за основу и доработать его дальше ( лок-ордера для сдерживания просадки или ещё что-нибудь поинтересней) :)

держи идейку каждый - лот умножать на % при + делать сброс до изначального;):D
 

Viko2000

Почетный гражданин
После дальнейшей жестокой хирургии в нём почти ничего и не осталось, только 2 хитроумно использованные МАшки... Просадка есть, конечно, но в целом входы у него достаточно неплохие... Есть смысл взять его за основу и доработать его дальше ( лок-ордера для сдерживания просадки или ещё что-нибудь поинтересней) :)

Да кому нужны идеи, лучше сам код.;)
int Loss;
int orders=OrdersHistoryTotal();
for (int i = orders - 1; i >= 0; i--) {
if (OrderSelect(i, SELECT_BY_POS, MODE_HISTORY) == FALSE) {
Print("Ошибка в истории!");
break;
}
if (OrderSymbol() != Symbol() || OrderType() > OP_SELL) continue;
if (OrderMagicNumber() !=MagicNumber) continue;
if (OrderProfit() > 0.0) break;
if (OrderProfit() < 0.0) Loss++;
}
//---

// Lot=;
Lot=avtoLot(Risk);
if(Loss==1)Lot=Lot*OrderExp;
:embrace:;):D
 

gek

Элитный участник
После дальнейшей жестокой хирургии в нём почти ничего и не осталось, только 2 хитроумно использованные МАшки... Просадка есть, конечно, но в целом входы у него достаточно неплохие... Есть смысл взять его за основу и доработать его дальше ( лок-ордера для сдерживания просадки или ещё что-нибудь поинтересней) :)

У кого-то работает?:nda:
 

vfp7

Местный знаток
А ты посмотри мониторинг внимательнее: В истории есть сделки длящиеся секундами, при этом это скорее демка а не реал(истоирия торгов не подтверждена). Теперь вопрос, как можно клюнуть на такое г..?

Кстати, по поводу секунд, у меня работает советник который тоже иногда ордера держит на уровне секунд - еще как прокатывает, для скальпера это не критично:

09.10.2015 13:34 09.10.2015 13:34 GBPCAD 1.98187 1.98142 4.5 0.35 25s
tag
09.10.2015 13:34 09.10.2015 13:34 GBPNZD 2.28597 2.28552 4.5 0.30 25s
tag
09.10.2015 13:34 09.10.2015 13:34 GBPAUD 2.09222 2.09199 2.3 0.17 25s

Так что актуально - кто работал с Auto Scalper EA на реале ? (или работает)
Что скажете?
 

gek

Элитный участник
Кстати, по поводу секунд, у меня работает советник который тоже иногда ордера держит на уровне секунд - еще как прокатывает, для скальпера это не критично:

09.10.2015 13:34 09.10.2015 13:34 GBPCAD 1.98187 1.98142 4.5 0.35 25s
tag
09.10.2015 13:34 09.10.2015 13:34 GBPNZD 2.28597 2.28552 4.5 0.30 25s
tag
09.10.2015 13:34 09.10.2015 13:34 GBPAUD 2.09222 2.09199 2.3 0.17 25s

Так что актуально - кто работал с Auto Scalper EA на реале ? (или работает)
Что скажете?
Скинь,поставим.;)
 

vfp7

Местный знаток
Скинь,поставим.;)

PDF мануалка по размеру великовата, но думаю она не нужна.
Какая именно у меня версия - не знаю, нашел в инете, на свой тестовый реал не ставил так как сейчас у меня там идет тест двух сов, вида как будет работать корзина из двух советников.
 

Вложения

  • Auto-Scalper.ex4
    30,2 КБ · Просмотры: 313

anpal

Активный участник
Добрый день

Ищу пипсовщика , только не тикового, если есть поделитесь ....
Спасибо
 

ar2rka

Прохожий
Здравствуйте ищу робота, который бы открывал по мартингейлу, но Одну сделку и со стопом, при выбивании стопа открывал удваивая сделку и.т.д. как в рулетке) если есть у кого поделитесь) Спасибо
 

vfp7

Местный знаток
Вдогонку к auto-scalper выдержка из мануала:
(И по мануалке он вешается на EURUSD H1, а там кто его знает как лучше, судя по мониторингу из прошлого поста)
Еще ньюанс, капризный к параметрам, запустился в тестере с сетом из инета, во вложении прикрепил.
Дальше сами.

GMTOffset:
This parameter is only required by the Strategy Tester as the robot is
able to compute the offset during normal trading. Unfortunately, this is
not possible when using the Strategy Tester and a manually specified
value is therefore required in order to achieve realistic results.
Determining the correct value is covered later in the section on Strategy
Testing.
UseDST:
This parameter is only required by the Strategy Tester. Many brokers
use servers which are aligned to GMT, however, some brokers have
servers which change time in line with Daylight Saving Time. This is an
optional setting which may provide more realistic test results depending
upon your broker.
RiskLevel:
Many people starting out in trading have difficulty with the principles of
Money and Risk Management. To simplify this aspect of trading, the
expert advisor can calculate everything for you and adjust the size of your
trades based on the balance of your account whilst respecting your
tolerance for risk. If you are happy to risk 5% of your equity on each
trade then set RiskLevel to 5. If 10% then set RiskLevel to 10, etc.
Look at an example:
Assume that you have a $1,000 micro trading account - that means that
the minimum lot size is 0.01 and each pip (the minimum price move) is
worth $0.10. Let us also assume that you are prepared to risk 3% of
your account on each trade.
$1,000 x 3% = $30 risk capital
42The robot automatically determines the correct Stop Loss distance based
on recent volatility but the actual distance is usually around 100 pips so
we can use that value in this example:
$30.00 / 100 = $0.30 maximum risk per pip
Since the minimum lot size for micro account is 0.01 and a pip is worth
$0.10, the expert advisor would open a trade of 0.03 lots.
Therefore, your maximum actual risk would be:
3 * $0.10 pip value * 100 pip Stop Loss distance = $30
So, what RiskLevel should you use? Really, that is a question that only
you can answer! Some people will be quite cautious and use a very low
value whilst others will be more interested in the larger gains possible
with a high value. Whichever value you decide on – be it 1 or 100 – base
it on what you feel comfortable with and do not over-extend yourself.
In addition to the automatic lot sizing (scaled lots) based on RiskLevel
settings of 1 – 100, it is also possible to use a set lot size (fixed lots) by
entering a negative value for the RiskLevel i.e. -0.5
So, values:
- > 0 result in scaled lots within the equity percentage specified
- < 0 result in fixed lots where you are responsible for your own risk
calculations
43ReduceLots:
The robot is able to adjust the trade size based on RiskLevel and account
equity i.e. the trade size will go up after a wining trade and down after a
losing trade. This option allows you to specify that trade sizes may only
increase i.e. the previous trade size will be maintained after a losing
trade. Ability to reduce is determined as follows: False = No, True = Yes.
“False” has proven to increase overall profitability by as much as 50%!
MaximumLots:
This specifies the maximum number of lots that will be traded when using
scaled lots. With the default value (zero), the expert advisor will restrict
the maximum lot size to whatever the broker specifies (usually 100.00
lots).
You may decide that you wish to restrict trading to a maximum of 2 lots,
in which case, set the “MaximumLots” value to 2.
Reverse:
The system has the ability to close open positions if it detects a possible
change in trend. When disabled (default), trades must reach either the TP
or SL level.
TradeNote:
This parameter allows you to specify a comment which is added to orders
as they are opened and can be used to differentiate orders placed by the
Forex Auto-Scalper robot from manual trades or those placed by other
robots. When a robot trades profitably, certain brokers will look to
manipulate price to their advantage. To reduce the likelihood of this
happening, it is prudent to provide minimal identifying information to the
broker to help prevent them from identifying the trades and, therefore, it
is sensible to avoid mentioning “Auto-Scalper” in the comment.
44Reference:
This parameter is used by expert advisors to identify which open orders
they should be controlling. You need to specify a value as the default (-1)
will trigger a warning message.
As with the “TradeNote” feature, it is wiser not to use a default value so
you are required to choose a number yourself. You can select almost any
number you wish and should change it from time to time, however, do
not change it while a trade is open or the expert will stop managing
that trade (and may open an additional trade). If you are not trading
manually then you can also use 0 (zero) which would be the normal code
for a manual trade – this will help reduce the likelihood of trades being
identified by your broker.
 

Вложения

  • auto-scalper eu h1.set
    722 байт · Просмотры: 202
Последнее редактирование:

Suncharion

Почетный гражданин
Здравствуйте ищу робота, который бы открывал по мартингейлу, но Одну сделку и со стопом, при выбивании стопа открывал удваивая сделку и.т.д. как в рулетке) если есть у кого поделитесь) Спасибо
Cоветник Unimillion поищи в Гугле или Яндексе он именно так и работает,но счастья он тебе вряд ли принесет.
 

Валерий FX

Местный знаток
PDF мануалка по размеру великовата, но думаю она не нужна.
Какая именно у меня версия - не знаю, нашел в инете, на свой тестовый реал не ставил так как сейчас у меня там идет тест двух сов, вида как будет работать корзина из двух советников.
А как ваши боты vfp7?как прошли тесты,вы их закончили,или я пропустил что?
 

volodymyr67

Гуру форума
Привет!

Уже что то.;) В принципе, можно было впиндорить c N проц убыт или точкой входа, разворот.оО Конечно рулетка, а бот с оптимизацией разве не рулетка.)));)

Вот на безиндикаторном , на дефолтовых настройках ...


e194a81217628f397ec3fecebbab22d3.png
 

Вложения

  • Новая папка (2).rar
    19,4 КБ · Просмотры: 280

vfp7

Местный знаток
А как ваши боты vfp7?как прошли тесты,вы их закончили,или я пропустил что?

Не совсем, наращиваю мощность, сейчас изучаю очень интересный подход к монеи менеджменту, - полезно смотреть что применяли толковые программисты в своих совах, попадаются очень интересные решения для обхода проблем торговли.
(Я почти как наши китайские камрады, впитываю все интересные наработки что бы потом связать все это воедино :) )
 
Верх