ilan 1.6 Dynamic - page 10

 
jelizavettka: I searched for 15 minutes on the web for the flag (just for fun) and couldn't find it.
Can you google a picture? It's very handy. It took me 15 seconds to find it.
 

hesitated to post it thinking of the evil tongues


 
Ilan 1.6 Dynamic

TF M15 Lot 0.1 Deposit 10000 (for lot 0.01 depo 1000)

LotExponent = 1.4; - multiplier for increasing the lot when the next knee is placed.
example: first lot 0.1, series: 0.16, 0.26, 0.43 ...
DynamicPips = true; - enables dynamic pips .
= false - fixed pips = DefaultPips
DefaultPips = 12;
Glubina = 24; - number of bars analyzed on High and Low
DEL = 3;
slip = 3.0; - how much the price may differ if a dealer requests requotes
(last minute price change), slippage.
Lots = 0.1; - initial lot
lotdecimal = 1; - how many decimal places in lot to calculate
0 - normal lots (1),
1 - mini lots (0.1),
2 - micro (0.01)
TakeProfit = 10.0; - after how many points profit from Breakeven series
to close position
PipStep = 30.0; - Step for placing new knees
Drop = 500; - If the Expert Advisor is Sell and CCI (55) on M15 is higher than
500(=Drop ), or Buy, and CCI (55) on M15 is lower than
500 , all orders on the current pair will be closed by force,
and the log will show "Closed All due to TimeOut".
RsiMinimum = 30.0; - RSI lower limit
RsiMaximum = 70.0; - RSI upper limit
MagicNumber = 2222; - magic number (helps EA to distinguish its own orders from others)
--------------------------------------------
MaxTrades = 10; - maximum number of simultaneously opened orders
UseEquityStop = FALSE; - if UseEquityStop = true,
EA will monitor total loss on its trades.
TotalEquityRisk = 20.0; - if the equity drawdown (of maximal value)
is 20%, the Expert Advisor will close all its trades.
UseTrailingStop = FALSE;
UseTimeOut = FALSE; - to use timeout (close trades if they "hang" too long)
MaxTradeOpenHours = 48.0; - timeout time of deals in hours (after how many hours to close pending deals)

The advisor will buy (open series), if the previous candle is white and sell, if the candle is black.

RSI (14) on H1, is responsible for the fact that the advisor does not buy in the overbought zone and, conversely, does not sell in the oversold zone. (The data is taken from H1 !!!)

Sovtnik calculates pipsstep depending on the volatility of the market.

High and Low are determined for the last Glubina bars (24 bars in our case)
Calculates PipStep = (High-Low)/DEL
If (PipStep < DefaultPips / DEL), then PipStep = (DefaultPips / DEL),
If (PipStep > DefaultPips * DEL),then PipStep = (DefaultPips * DEL),
Otherwise PipStep= DefaultPips;

-low-volatility market Pipstep=DefaultPip /DEL is the minimum Pipstep
(4 in this case);
-high-volatility market Pipstep=DefaultPips*DEL is the maximum Pipstep
(36 in this case);
-normal market Pipstep=DefaultPip (12 in this case).

 
ruslanchik:

I was hesitant to post it because of the evil tongues.



No evil tongues here.....

You can tell from the graphics that the strategy is crap.

 
jelizavettka:


No evil tongues here.....

You can tell from the graphics that the strategy is crap.

Lizanka, do you know who Georgi Petrovich is yet?
 
jelizavettka:


No evil tongues here.....

You can tell from the graphics that the strategy is crap.

Point out(s) where exactly "G...." is
 
ruslanchik:
Point out(s) where exactly "G...." is
Sorry, it's fine... I was just being aggressive yesterday)
 
tara:
Lizanka, do you know who Georgi Petrovich is yet?
No. Who is he?
 
jelizavettka:
No. Who is it?

Malakhov+... :-)

 
jelizavettka:
No. Who is it?