Avalanche - page 229

 

That's it, basta, you little brats, no more dancing.
Katana should be held accountable. He's an al-**** assassin. It's the name of the topic.
and the system is popularly known as Cheburashka back in 2008.

Slowly but surely the truth was found.

http://forum.alpari.ru/thread42142-1.html

There were 21 versions of the chuburash. There was a manual chuburash, there was an automatic one.
someone will know what the authors of the cheburashka came up with.

extern bool LOAD_DATA = false;
extern double BuyStopPrice = 0.0;
extern int Delta = 15;
...
extern bool TimeTradeTrigger = true;
extern int TimeTradeHour = 10;
extern bool UseTrailOnly1 = false;
extern int Trail1 = 50;
extern bool UseZeroLossStrategy = false;
...
bool EnableMonthlyProfit = false;
bool RestartProfitCount = false;

 
Moderator

Wrote according to your description. You asked very hard ; )
So: Cheburashka v1.0

Input parameters:

You set the initial BuyStopPrice. A BuyStop order and a SellStop reverse order are set at the level of the stop loss of the first one. When the Stop Loss is triggered, a SellStop (the name corresponds to the stop loss level ;) ) reverse order is placed on the level of the stop loss and so on. But not more than 10 times.
When Take Profit has triggered, all pending orders are deleted and the cycle starts anew. At the top left there will be an inscription: "The system is ready to input BuyStopPrice" and BuyStopPrice needs to be re-entered in the EA settings.
The rest is clear.


hahahahahaha

 
baltik >>:
Модератор

Написал по Вашему описанию. Уж очень Вы упорно просили ; )
Итак: Cheburashka v1.0

Входные параметры:

Задаёте изначальный BuyStopPrice. Выставляется ордер BuyStop и ордер-перевёртыш SellStop на уровне стоп-лосса первого. При срабатывании стоп-лосса на уровне стоп-лосса выставляется ордер-перевёртыш (а название всё-таки соответствует совтенику ;) ) SellStop и т.д. Но не более 10 раз.
При срабатывании тейк-профита все отложенники удаляются цикл начинается заново. Вверху слева появляется надпись: "The system is ready to input BuyStopPrice" и BuyStopPrice необходимо ввести заново в настройках советника.
Остальное понятно.


хахахахаха

Explain what the laughter is about - we'll laugh together.

 
baltik >>:
Модератор

Написал по Вашему описанию. Уж очень Вы упорно просили ; )
Итак: Cheburashka v1.0

Входные параметры:

Задаёте изначальный BuyStopPrice. Выставляется ордер BuyStop и ордер-перевёртыш SellStop на уровне стоп-лосса первого. При срабатывании стоп-лосса на уровне стоп-лосса выставляется ордер-перевёртыш (а название всё-таки соответствует совтенику ;) ) SellStop и т.д. Но не более 10 раз.
При срабатывании тейк-профита все отложенники удаляются цикл начинается заново. Вверху слева появляется надпись: "The system is ready to input BuyStopPrice" и BuyStopPrice необходимо ввести заново в настройках советника.
Остальное понятно.


хахахахаха

So what's next? Clearly, the idea is not new. So what next? That people at Alpari are working on a similar advisor to us.

 
khorosh писал(а) >>

Explain what the laughter is about - let's laugh together.



Files:
 
))) The topic is old) Looks like the writer stole it from Alpari. I hope they are not as dumb as they are here and understand the margin calculation)
 
E_mc2 >>:
))) Да темка древняя) Похоже топикстартер её стырил с Альпари. Один в один) Надеюсь там хоть нет таких тупых как здесь и понимают расклад с маржой )


You seem to be the only one who doesn't realise that everyone has long since understood....
sad.
 

At the moment, the Expert Advisor is working on М30, two currency pairs EURUSD and GBPUSD, orders are opened by crossing two MAs, with a hard Martin lot multiplier in the series is equal to 3, the initial lot in the series is 0.01.


____1____=Advisor settings
Magic=1
LoadData=true
SeriesMax=20
LotPercentFreeMargin=true
Lot=0.1
K=3.00
TakeProfit=65
StopLoss=46
Slip=3
ProfitStopOnOff=false
ProfitStopInPips=false
ProfitStop=5.00
____2____=MoneyManagement
MoneyManagement=false
DeltaSeries=5
WhileSeries=5
LotStep=0.01
____3____=Trailing Stop Loss settings
UseTrail=false
TrailWhileMinus=false
Trail=70
____4____=Information output
PrintComent=false
ShowCommentInChart=true
SoundComent=true
____5____=Настройки индикаторов
MA=Moving Average settings
Indicator_MA=true
Timeframe_MA=0
ma1=Setup: MA1
MA_period1=17
MA_shift1=0
MA_method1=0
MA_applied_price1=1
Shift1=0
ma2=Setup: MA2
MA_period2=68
MA_shift2=0
MA_method2=0
MA_applied_price2=1
Shift2=0

Alligator = "Alligator settings"
Indicator_Alligator = false
Alligator_timeframe = 0
jaw_period = 13
jaw_shift = 8
teeth_period = 8
teeth_shift = 5
lips_period = 5
lips_shift = 3
ma_method = 2
applied_price = 4
alligator_shift = 1
 

SeriesMax=20 - Number of flips in the series.

LotPercentFreeMargin=true - The volume of the initial lot in the series is calculated as a percentage of the free funds. It is almost the same as MoneyManagement, i.e. the initial lot in the series will increase together with the free money. the percentage is set in the Lot parameter

ProfitStopOnOff=false - Close the initial order by profit, if it is positive and has reached the specified level in the parameter
ProfitStop=5.00
ProfitStopInPips=false - ProfitStop is specified in currency or pips

____2____=MoneyManagement
MoneyManagement=false - MoneyManagement is on or off
DeltaSeries=5 - After a certain amount of completed series, increase the starting lot in the series by LotStep
WhileSeries=5 - After the number of cycles completed we start over, one cycle equals one lot increment.

 
baltik >>:

А демку на просмотр вытавите ?