Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Grzegorz Korycki  
choose period to feel comfortable with the graphics. To see the graphics levels enable graphics (on) and disable fast_mode (off).
Grzegorz Korycki  
kaprall:

"Advisor easy to configure. If you have questions, please contact me or see an instructional video for MetaTrader 4.

All settings have detailed descriptions with examples. "Please Give description of the settings ... Why is it only works in the" Buy "? Recommend please settings and couples ... For automated trading!

this is half automated strategy where You have to choose general trend (like on GBP/JPY general trend for 20 months is UP). It can be also used as a support for manula trading like on some of my social signals by more experienced users. It is not fully automatic strategy, always You have to choose general trend. I implemented automated trading mode, but it is still in beta mode. I don't believe in "miracle strategies" i think in the future the automated mode will be fully operable, but it will never be as profitable as with "human touch". Forex is like a living organism. Things that worked 2 years ago, dont work anymore, this strategy will always work, but it is up to you and your knowledge to "tell" strategy general trend or learn to set proper settings. That's why i made this FREE version so people can test is the strategy really what they are searching for. I created it for me and support of my trading. (with short term i use pending orders and manual trading, in longer term i use Grid Harvester to do the mathematics for me) So test it and decide. Maybe it is strategy for you, maybe not, maybe free version is enough, maybe not.

It is not a strategy for newbies!

Looking for that kind of strategy may be disappointing - waste of time and money. The ones that give good results are very expensive, and cheap ones suck (3 months of back-tests is NOT good back-test) 

Grzegorz Korycki  
kaprall:

"Советник прост в настройке. Если у вас есть вопросы, напишите мне или посмотрите обучающее видео для MetaTrader 4.

Для всех настроек есть подробные описания с примерами." Дай пожалуйста описание настроек... Почему он работает только в "Buy"? Посоветуй  пожалуйста настройки и пары...  Для автотрейдинга!!!

By the way MT4 version have less description as creators destroyed the previous comment system (you see the variables instead of description as it was in previous versions) so description is little worse than in MT5 version. I hope they will fix it soon. I also did not release version 2.6 on MT4 as the conversions between versions became problematic without working variable descriptions.
kaprall  
Спасибо!!! Будем учиться...  https://www.youtube.com/watch?v=fxRnA3jXhPI
Grzegorz Korycki  
kaprall:
Спасибо!!! Будем учиться...  https://www.youtube.com/watch?v=fxRnA3jXhPI

sorry. I don't understand Russian!

If you have any questions relating strategy in the future feel free to ask. Im' also completing 2 EAs that will be more user-independent. 

kaprall  
Скинь пожалуйста, описание настроек на русском, если есть... 
kaprall  
kaprall:
Как копировать SL и TP?????
Grzegorz Korycki  
kaprall:

i was thinking about it. My Russian colleague promissed that but i will not do it until the MT4 comment system is operable. I am copying it here, you may translate them by 1 mouse-click:

// Next transaction
// Close current transaction
// how many automatic transactions. 1 for signle, -1 for infinite;
//- - - - - - - - - - - - -
//- - DESCRIPTION: For manual trading - for signle transaction
//- - throw it on the chart with desired mode. (buy or sell)
//- - Then access script settings and turn the "Next transaction"
//- - mode to "No action". That means that the next transaction
//- - will not be done until you change the mode to Buy or Sell
//- - again.
//- -
//- - WARNING! Non-"brutal force" automated TRADING is at the
//- - bottom of the settings!
//- - - - - - - - - - - - -
// manual mode

//___________________ Start Price __________________________________________________________________________
//Start trading price min and max enabled
//Trade only when higher than
//Trade only if lower than
//- - - - - - - - - - - - -
//- - DESCRIPTION: These values can lock opening new basket
//- - inside price range. Whenever price is out of range it will
//- - stop opening new trades after taking profit or loss if set.
//- - - - - - - - - - - - -


//___________________ Lot and Take Profit __________________________________________________________________________
//Lot size
//Automatic non-micro account lot and Money Management multiply
//Profit in pips per position
//point of profit increase per position opened
//point of profit increase per lot opened
//- - - - - - - - - - - - -
//- - DESCRIPTION: If operating on non-micro account you can use
//- - modethat automatically adjusts money management and lot
//- - size values. You can do that manually by multiplying
//- - MM balance and lot size. Profit is set in pips. (0.0001
//- - or 0.01) For each open position or lot you can add certain
//- - value to take profit value. (the bigger the basket - the
//- - biger TP)
//- - - - - - - - - - - - -



//___________________ Grid Scale ___________________________________________________________________________

//Scale of the grid (1-no scale)
//Scale also the profit factor
//- - - - - - - - - - - - -
//- - DESCRIPTION: allowing to scale take profit (also by ATR
//- - if enabled)
//- - - - - - - - - - - - -

//___________________ Trailing Step __________________________________________________________________________
//Trailing Step (0 off, 1 on)
//Trailing Step Percentage
//Minimum basked size fr TS activation
//- - - - - - - - - - - - -
//- - DESCRIPTION: Trailing stop for big baskets.
//- - use 60-80% for trailing stop value. This value refers to
//- - percentage of the maximum equity-balance profit that will
//- - close the trailing step.
//- - - - - - - - - - - - -



//___________________ Money Management __________________________________________________________________________
//Money management activated
//Money management base ballance
//- - - - - - - - - - - - -
//- - DESCRIPTION: Base ballance for money management. If you
//- - have 5x more balance, lot size will be multiplied by 5x
//- - - - - - - - - - - - -

//___________________ Graphics ____________________________________________________________________________
//Enable Graphics
//Line size
//Fast Mode (Enable for optimization); also disables GFX
// - WARNING: Optimize with FAST MODE ON!! -
//- - - - - - - - - - - - -
//- - DESCRIPTION: Graphics are showing levels and drawdawns
//- - at current levels (after pointing on that line)
//- - - - - - - - - - - - -

//___________________ Atr ____________________________________________________________________________
//Enable ATR for scale of the grid
//ATR Period
//ATR Timeframe
//ATR normal
//ATR percent - experimental factor, use caution
//- - - - - - - - - - - - -
//- - DESCRIPTION: use ATR normal to set the relative ATR value
//- - to which scale mechanism will relate to.
//- - - - - - - - - - - - -


//___________________ Grid _____________________________________________________________________________
//Number of positions (max. 20)
//Lot 01 multipler
//Lot 02 pip distance
[...]
//Lot 20 multipler
//- - - - - - - - - - - - -
//- - DESCRIPTION: Grid positions and their sizes.
//- - My favourite 10-position grid is set by default.
//- - Pips can be scaled by Scale Value or ATR if enabled.
//- - Each lot value is a multiplier of Base Lot.
//- - Warning: They can multiplied more by money managment
//- - is enabled!
//- - - - - - - - - - - - -
//___________________ Stop Out ___________________________________________________________________________


//Position stop Loss on
//Stop Loss at grid position (2-20) - Method changed!
//Stop Loss at equity percentage (0-99), 0 for off
//- - - - - - - - - - - - -
//- - DESCRIPTION: set grid position that will be the stop loss
//- - instead (1-20) or/and set equity-based stop loss
//- - (setting it to 75 will stop out at 75% balance - eqity)
//- - - - - - - - - - - - -

Grzegorz Korycki  

There a few kinds of stop losses:

1. related to grid. If you select grid position 10, it will STOP LOSS when it reaches grid position number 10. When graphics are on STOP LOSS line is always WHITE. (default = OFF)

2. related to currency - if you set it to 100, after reaching BALANCE - EQUITY > 100 ten it activates stop loss (default = OFF) 

3. you can also use percentage stop loss. If you set it to 90, then then after using 10% of account it will stop loss (90% is protected).  (default = 0)

after STOP LOSS occurs the script is halted and needs to be restarted. To disable script halt, set last STOP LOSS option to FALSE.

 

I will add price stop-loss in the next edition to support manual trading more. 

Grzegorz Korycki  
angreeee:

There a few kinds of stop losses:

1. related to grid. If you select grid position 10, it will STOP LOSS when it reaches grid position number 10. When graphics are on STOP LOSS line is always WHITE. (default = OFF)

2. related to currency - if you set it to 100, after reaching BALANCE - EQUITY > 100 ten it activates stop loss (default = OFF) 

3. you can also use percentage stop loss. If you set it to 90, then then after using 10% of account it will stop loss (90% is protected).  (default = 0)

after STOP LOSS occurs the script is halted and needs to be restarted. To disable script halt, set last STOP LOSS option to FALSE.

 

I will add price stop-loss in the next edition to support manual trading more. 

relating point one in free version there are 4 grid positions so you cannot set 10. (maximum 4)
Grzegorz Korycki  
enable GFX MODE and disable FAST MODE to see grid trade levels and STOP LOSS levels.
Grzegorz Korycki  
gimme few minutes i will optimize settings for you for the pasted period
Grzegorz Korycki  

of course its only for that 2 days if you think downtrend will continue (backtest 25.03 - 26.03)

increase MM_BALANCE for lower draw-dawns and profits.

i include settings with 30% draw-dawn and 60% draw-dawn

minimum balance on account has to be 30 usd 

minimum balance always has to be same or grater than mm_balance if money management is set to TRUE 

File:
1_30dd.set  13 kb
1_60dd.set  13 kb
new-1.png  91 kb
Grzegorz Korycki  

60dd settings will only fork with higher leverage like 1:400 and 1:500. here is updated screenshot for the milder settings and settings with graphics on:

File:
1_30dd.set  13 kb
new-1.png  92 kb
Grzegorz Korycki  
edit the 4th position of the grit to set stop loss a little closer. stop loss that far can destroy most of equity. Of course you would not risk 30% of the equity while trading real account, what i pasted is just a sample. I myself would increase MM_balance settings by 30 times to have the 1% rule (endangering 1-2% of entire account)
Grzegorz Korycki  

Trading Bitcoins with MT4 Grid Harvester

this strategy is useful for me on many pairs at once and i don't have to keep track of every single one. This is an example from BTC-E BTC/USD pair. There is equity-based stop loss which i prefer the most (protecting 81% of equity in this case)

Anton Vedernikov  

Hello!

Could you please give me any recommendations for $100 deposit (Roboforex, 1:200). Thanks a lot!

Grzegorz Korycki  
angston:

Hello!

Could you please give me any recommendations for $100 deposit (Roboforex, 1:200). Thanks a lot!

for 100 usd i would use cent-pro account - it will display your 100 usd as 10000 usd and will give you more room to maneuver! What recommendations do you mean? :)

 

My recommendation is to try it out with demo account to see if you can handle the strategy! It is half manual strategy so:

1. either it is for support of manual trades (addjusting it to the conditions and using your knowledge)

2. automated mode to harvest trends (like if you think there will be trend on some pair you may set it to get most out of it) 

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti