Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Syarif Nur Arief  
Syarif nur arief:

NEW UPDATE VER 20.0 will be here SOON,

Ver 20.0 is rich of my EA user update request.

 

New updated parameter and new function : (All parameter on Ver 18.0 is still on Ver 20.0 EA parameter, mean not change)

1. Add option SL/TP old ordinary pip target.

2. Add Time Filter.

3. Add Trailing Stop. 

3. Add First Hedge Lot multiplier Time (Repeated first hedge lot size).

4. Add option to use default trend filter (trend filter ver 18.0 or not).

5. Add Limitation for Max open hedge order.

6. Fixed some little bug and error on previous version. 

New Update SFHS Ver 20.0 Parameter detail :

  1. First_Balance,  Type your first initial balance here, if not EA will not work.
  2. Start_Hours,  Default 00:00 mean EA will start run at time 00:00 broker server time.
  3. End_Hours,  default 23:00 mean EA will stop run at time 23:00 broker server time.
  4. Magic_Number_Sell,  Magic number for First time sell order that automatically placed by EA if "Scan_Order" parameter set to false.
  5. Magic_Number_Buy,  Magic number for First time buy order that automatically placed by EA if "Scan_Order" parameter set to false.
  6. First_Lot,  is first time lot size for any first order that automatically placed by EA if "Scan_Order" parameter set to false.
  7. Scan_Order,  if set to true, auto first order by EA will not work and it  will scan any other order that placed by manual or by other EA, supervise and will be hedge by SFHS EA automatically.
  8. Enable_Hedge,  if set to false, all hedge order will be off.
  9. Max_Hedge_Order,  to set how many Hedge order is allowed, default is 20 mean 20 hedge order allowed.
  10. Step,  it is distance how many points to be hedge, default is 300 mean 300 points = 30 pips.
  11. First_Hedge_Lot_Times,  it is how many times First hedge lot multiplier will be apply to next hedge order, default is 1 mean only one time first hedge lot size will be apply.
  12. First_Hedge_Lot,  it is first hedge lot size multiplier, default is 3 mean if first order i.e have lot size 0.01 that mean first order will be hedge by lot size 0.03 (0.01 x 3).
  13. Next_Hedge_Lot, it is hedge lot multiplier after first hedge order, default is 2 mean if last hedge order i.e have 0.03 lot size, it will be hedge again by lot size 0.06 (0.03 x 2).
  14. Hidden_TP_SL, it is for use hidden TP/SL, if set to true it will activated percent target or profit target to close all order, if set to false it will activate ordinary old SL/TP pip target.
  15. Profit_Target,  it is profit target in account currency, default is 2 mean i.e USD account it is have setting USD 2 profit target to close all opened order, activate this function by set "Percent_target" parameter to false and "Hidden_TP_SL" parameter to true.
  16. Percent_Target,  if set to true and "Hidden_TP_SL" parameter is true it will activate Percent target from current balance to close all order.
  17. Target_Percent,  it is target percent from current balance, default is 0.2 mean if total profit is reach 0.2% of current balance it will closing all order.
  18. Hedge_TP,  it is ordinary old style Take profit target by Pip, default is 300 mean TP is 300 point (30 pips).
  19. Hedge_SL,  it is ordinary old style Stop loss target by pip, default is 600 mean SL is 600 points (60 pips).
  20. Trailing_STOP_Enable,  it is to activate trailing stop function, this function is work only for pip target old style and trailing stop will always have priority for last hedge order, for activate this function set "Trailing_STOP_Enable" parameter to true and set "Hidden_TP_SL" parameter to false.
  21. Trailing_Stop,  it is pips distance when to start trailing stop function, default is 200 mean 200 points (20 pips).
  22. M1_Trend,  it is M1 trend up or down filter (combination of several trend indicator), if set to true it will allow EA to put first order on HLH4 ranging status.

Auto first order of EA have several condition (Using HLH4 Trend, High Low H4 time frame trend tracker) :

  • Will be put first order buy if HLH4 is Up Trend.
  • Will be put first order sell if HLH4 is Down Trend.
  • Will not put first order buy or first order sell if HLH4 is Ranging trend, but if you want to keep making order when in HLH4 ranging trend, just set "M1_Trend" parameter to true, it will allow EA to put first order buy or sell when HLH4 system in ranging trend condition.
Trailing Stop function detail :

  • Will activated if "Hidden_TP_SL" parameter set to false and "Trailing_STOP_Enable" parameter set to true.
  • Trailing stop will always have priority for All same order type of Last Hedge order.

Example of using "First_Hedge_Lot_Times" parameter set to 4, "First_Hedge_Lot" parameter set to 3 and "Next_Hedge_Lot" parameter set to 2, will be like this below :

(4 times of 3.0 lot multiplier example)
  1. Main first order Buy opened. (1 opened order)   0.01 lot size opened
  2. First hedge order Sell with 3.0 lot multiplier opened. ( 1 opened order ) 0.03 lot size opened, from calculation last order lot 0.01 X 3
  3. Second Hedge order Buy with 3.0 lot multiplier opened. ( 1 opened order ) 0.09 lot size opened, from calculation last order lot 0.03 X 3
  4. Third Hedge order Sell with 3.0 lot multiplier opened. ( 1 opened order )  0.27 lot size opened, from calculation last order lot 0.09 X 3
  5. Fourth Hedge order Buy with 3.0 lot multiplier opened. ( 1 opened order ) 0.81 lot size opened, from calculation last order lot 0.27 X 3
  6. Fifth Hedge order Sell with 2.0 lot multiplier opened ( 1 opened order ). 1.62 lot size opened, from calculation last order lot 0.81 X 2
  7. Sixth Hedge order Buy with 2.0 lot multiplier opened ( 1 opened order )  3.24 lot size opened, from calculation last order lot 1.62 X 2 

Scan_Order Parameter detail :

  • If "Scan_Order" parameter set to true, it will block auto first order and will activate scan order that placed on chart by manual or by other EA and supervise to be hedge too. 

 Example of using Ordinary old SL/TP pip target (Trailing stop not activated) :

  • SL/TP 30/30 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 300, "Hedge_TP" set to 300 and "Hedge_SL" set to 600.
  • SL/TP 50/50 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 500, "Hedge_TP" set to 500 and "Hedge_SL" set to 1000.
  • SL/TP 100/100 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 1000, "Hedge_TP" set to 1000 and "Hedge_SL" set to 2000.
  • SL/TP 10/10 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 100, "Hedge_TP" set to 100 and "Hedge_SL" set to 200.

Why using Hidden TP/SL is more effective :

  • For avoiding any spread , slipage and some cheat from broker, so with profit target or target percent it is no problem if  order will be slipage or not equal in step interval,As long as this EA sticks to Profit target then precise distance between orders becomes not  important.
  • Can work to any broker, any slipage, And any spread.


Syarif Nur Arief  
Syarif nur arief:

New Update SFHS Ver 20.0 Parameter detail :

  1. First_Balance,  Type your first initial balance here, if not EA will not work.
  2. Start_Hours,  Default 00:00 mean EA will start run at time 00:00 broker server time.
  3. End_Hours,  default 23:00 mean EA will stop run at time 23:00 broker server time.
  4. Magic_Number_Sell,  Magic number for First time sell order that automatically placed by EA if "Scan_Order" parameter set to false.
  5. Magic_Number_Buy,  Magic number for First time buy order that automatically placed by EA if "Scan_Order" parameter set to false.
  6. First_Lot,  is first time lot size for any first order that automatically placed by EA if "Scan_Order" parameter set to false.
  7. Scan_Order,  if set to true, auto first order by EA will not work and it  will scan any other order that placed by manual or by other EA, supervise and will be hedge by SFHS EA automatically.
  8. Enable_Hedge,  if set to false, all hedge order will be off.
  9. Max_Hedge_Order,  to set how many Hedge order is allowed, default is 20 mean 20 hedge order allowed.
  10. Step,  it is distance how many points to be hedge, default is 300 mean 300 points = 30 pips.
  11. First_Hedge_Lot_Times,  it is how many times First hedge lot multiplier will be apply to next hedge order, default is 1 mean only one time first hedge lot size will be apply.
  12. First_Hedge_Lot,  it is first hedge lot size multiplier, default is 3 mean if first order i.e have lot size 0.01 that mean first order will be hedge by lot size 0.03 (0.01 x 3).
  13. Next_Hedge_Lot, it is hedge lot multiplier after first hedge order, default is 2 mean if last hedge order i.e have 0.03 lot size, it will be hedge again by lot size 0.06 (0.03 x 2).
  14. Hidden_TP_SL, it is for use hidden TP/SL, if set to true it will activated percent target or profit target to close all order, if set to false it will activate ordinary old SL/TP pip target.
  15. Profit_Target,  it is profit target in account currency, default is 2 mean i.e USD account it is have setting USD 2 profit target to close all opened order, activate this function by set "Percent_target" parameter to false and "Hidden_TP_SL" parameter to true.
  16. Percent_Target,  if set to true and "Hidden_TP_SL" parameter is true it will activate Percent target from current balance to close all order.
  17. Target_Percent,  it is target percent from current balance, default is 0.2 mean if total profit is reach 0.2% of current balance it will closing all order.
  18. Hedge_TP,  it is ordinary old style Take profit target by Pip, default is 300 mean TP is 300 point (30 pips).
  19. Hedge_SL,  it is ordinary old style Stop loss target by pip, default is 600 mean SL is 600 points (60 pips).
  20. Trailing_STOP_Enable,  it is to activate trailing stop function, this function is work only for pip target old style and trailing stop will always have priority for last hedge order, for activate this function set "Trailing_STOP_Enable" parameter to true and set "Hidden_TP_SL" parameter to false.
  21. Trailing_Stop,  it is pips distance when to start trailing stop function, default is 200 mean 200 points (20 pips).
  22. M1_Trend,  it is M1 trend up or down filter (combination of several trend indicator), if set to true it will allow EA to put first order on HLH4 ranging status.

Auto first order of EA have several condition (Using HLH4 Trend, High Low H4 time frame trend tracker) :

  • Will be put first order buy if HLH4 is Up Trend.
  • Will be put first order sell if HLH4 is Down Trend.
  • Will not put first order buy or first order sell if HLH4 is Ranging trend, but if you want to keep making order when in HLH4 ranging trend, just set "M1_Trend" parameter to true, it will allow EA to put first order buy or sell when HLH4 system in ranging trend condition.
Trailing Stop function detail :

  • Will activated if "Hidden_TP_SL" parameter set to false and "Trailing_STOP_Enable" parameter set to true.
  • Trailing stop will always have priority for All same order type of Last Hedge order.

Example of using "First_Hedge_Lot_Times" parameter set to 4, "First_Hedge_Lot" parameter set to 3 and "Next_Hedge_Lot" parameter set to 2, will be like this below :

(4 times of 3.0 lot multiplier example)
  1. Main first order Buy opened. (1 opened order)   0.01 lot size opened
  2. First hedge order Sell with 3.0 lot multiplier opened. ( 1 opened order ) 0.03 lot size opened, from calculation last order lot 0.01 X 3
  3. Second Hedge order Buy with 3.0 lot multiplier opened. ( 1 opened order ) 0.09 lot size opened, from calculation last order lot 0.03 X 3
  4. Third Hedge order Sell with 3.0 lot multiplier opened. ( 1 opened order )  0.27 lot size opened, from calculation last order lot 0.09 X 3
  5. Fourth Hedge order Buy with 3.0 lot multiplier opened. ( 1 opened order ) 0.81 lot size opened, from calculation last order lot 0.27 X 3
  6. Fifth Hedge order Sell with 2.0 lot multiplier opened ( 1 opened order ). 1.62 lot size opened, from calculation last order lot 0.81 X 2
  7. Sixth Hedge order Buy with 2.0 lot multiplier opened ( 1 opened order )  3.24 lot size opened, from calculation last order lot 1.62 X 2 

Scan_Order Parameter detail :

  • If "Scan_Order" parameter set to true, it will block auto first order and will activate scan order that placed on chart by manual or by other EA and supervise to be hedge too. 

 Example of using Ordinary old SL/TP pip target (Trailing stop not activated) :

  • SL/TP 30/30 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 300, "Hedge_TP" set to 300 and "Hedge_SL" set to 600.
  • SL/TP 50/50 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 500, "Hedge_TP" set to 500 and "Hedge_SL" set to 1000.
  • SL/TP 100/100 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 1000, "Hedge_TP" set to 1000 and "Hedge_SL" set to 2000.
  • SL/TP 10/10 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 100, "Hedge_TP" set to 100 and "Hedge_SL" set to 200.

Why using Hidden TP/SL is more effective :

  • For avoiding any spread , slipage and some cheat from broker, so with profit target or target percent it is no problem if  order will be slipage or not equal in step interval,As long as this EA sticks to Profit target then precise distance between orders becomes not  important.
  • Can work to any broker, any slipage, And any spread.


Backtest using Target Percent, First balance 500:

 

 

 

Backtest using Ordinary old style pip target SL/TP 30/30, First balance 500: 

 

 

Syarif Nur Arief  
Now all of you can buy or rent SFHS Ver 20.0 Here, thanks to mql5 team for fast publishing.
Syarif Nur Arief  

Ver 21.0 will be here soon, Scan_Order function lot multiplier bug is fixed

and here some possibility of setting "First_Hedge_Lot" and "Next_Hedge_Lot" parameter :

 

If you have difficulties how to buy my EA here, just message me, i will guide you.

Frederic Fachard  
Syarif nur arief:

Hello,

Suggestion :

Your table should show only 2 digits values cause that's all the brokers accept ;) 

Also some issues may occur :

0.01 * 1.5 = 0.015 (so 0.01 or 0.02 ??)

Regards 

Frederic Fachard  

Hello again ;)

About the new settings of 20.0 version you say :

Profit_Target,  it is profit target in account currency, default is 2 mean i.e USD account it is have setting USD 2 profit target to close all opened order, activate this function by set "Percent_target" parameter to false and "Hidden_TP_SL" parameter to true.
Percent_Target,  if set to true and "Hidden_TP_SL" parameter is true it will activate Percent target from current balance to close all order.
Target_Percent,  it is target percent from current balance, default is 0.2 mean if total profit is reach 0.2% of current balance it will closing all order.

When you say "total profit", you mean total profit of the symbol on witch this occurence of the EA is running, or total profit of all orders of all symbols currently open on the account ?

Thank you for you future answer. 

Syarif Nur Arief  
Frederic:

Hello,

Suggestion :

Your table should show only 2 digits values cause that's all the brokers accept ;) 

Also some issues may occur :

0.01 * 1.5 = 0.015 (so 0.01 or 0.02 ??)

Regards 

That table is not for valid guide, it is just for show so many possibilities of using Lot parameter on EA when using Hidden TP/SL, because on EXCEL spread sheet have different decimal place than internal calculation on metatrader.

when you say 0.015 (Metatrader calculation have different decimal place result that excell spreadsheet). 

Syarif Nur Arief  
Frederic:

Hello again ;)

About the new settings of 20.0 version you say :

Profit_Target,  it is profit target in account currency, default is 2 mean i.e USD account it is have setting USD 2 profit target to close all opened order, activate this function by set "Percent_target" parameter to false and "Hidden_TP_SL" parameter to true.
Percent_Target,  if set to true and "Hidden_TP_SL" parameter is true it will activate Percent target from current balance to close all order.
Target_Percent,  it is target percent from current balance, default is 0.2 mean if total profit is reach 0.2% of current balance it will closing all order.

When you say "total profit", you mean total profit of the symbol on witch this occurence of the EA is running, or total profit of all orders of all symbols currently open on the account ?

Thank you for you future answer. 

target percent is use total profit of All order and all symbol, by assumption EA work alone (mean no other EA is run on one account).

But i will make some update next version to use total profit of the symbol on witch this occurence of the EA is running.

Frederic Fachard  

Thank you for your answers :)

 

Got another question for you :

"Max_Hedge_Order,  to set how many Hedge order is allowed, default is 20 mean 20 hedge order allowed."

Does this value includes the initial first order ?

In other words :

If We put 4 in this Max_Hedge_Order setting, is this :

- First order + 4 averaging orders
OR
- First order + 3 averaging orders

?

Thank you 

Syarif Nur Arief  
Frederic:

Thank you for your answers :)

 

Got another question for you :

"Max_Hedge_Order,  to set how many Hedge order is allowed, default is 20 mean 20 hedge order allowed."

Does this value includes the initial first order ?

In other words :

If We put 4 in this Max_Hedge_Order setting, is this :

- First order + 4 averaging orders
OR
- First order + 3 averaging orders

?

Thank you 

If "Scan_Order" parameter is true, "Max_Hedge_Order" parameter is only count total hedge order  (first order by manual is not counted).

if "Scan_Order" parameter is false, "Max_Hedge_Order" parameter is count total opened order of First order by SFHS EA and all hedge order  (if set to 4 mean First order + 3 Hedge Order). 

Syarif Nur Arief  

NEW  UPDATE  VER 22.0 will be here SOON, 

New updated parameter and new function : (All parameter on Ver 20.0 is still on Ver 22.0 EA parameter, mean not change)

1. Add Spread Filter.

2. Change Percent profit target from total account profit to current percent profit only on symbol pair that EA is attached.

3. Fixed some little bug and error on previous version. 

New Update SFHS Ver 22.0 Parameter detail :

  1. First_Balance,  Type your first initial balance here, if not EA will not work.
  2. Start_Hours,  Default 00:00 mean EA will start run at time 00:00 broker server time.
  3. End_Hours,  default 24:00 mean EA will stop run at time 24:00 broker server time.
  4. Magic_Number_Sell,  Magic number for First time sell order that automatically placed by EA if "Scan_Order" parameter set to false.
  5. Magic_Number_Buy,  Magic number for First time buy order that automatically placed by EA if "Scan_Order" parameter set to false.
  6. First_Lot,  is first time lot size for any first order that automatically placed by EA if "Scan_Order" parameter set to false.
  7. Scan_Order,  if set to true, auto first order by EA will not work and it  will scan any other order that placed by manual or by other EA, supervise and will be hedge by SFHS EA automatically.
  8. Enable_Hedge,  if set to false, all hedge order will be off.
  9. Max_Hedge_Order,  to set how many Hedge order is allowed, default is 20 mean 20 hedge order allowed.
  10. Step,  it is distance how many points to be hedge, default is 300 mean 300 points = 30 pips.
  11. First_Hedge_Lot_Times,  it is how many times First hedge lot multiplier will be apply to next hedge order, default is 1 mean only one time first hedge lot size will be apply.
  12. First_Hedge_Lot,  it is first hedge lot size multiplier, default is 3 mean if first order i.e have lot size 0.01 that mean first order will be hedge by lot size 0.03 (0.01 x 3).
  13. Next_Hedge_Lot, it is hedge lot multiplier after first hedge order, default is 2 mean if last hedge order i.e have 0.03 lot size, it will be hedge again by lot size 0.06 (0.03 x 2).
  14. Hidden_TP_SL, it is for use hidden TP/SL, if set to true it will activated percent target or profit target to close all order, if set to false it will activate ordinary old SL/TP pip target.
  15. Profit_Target,  it is profit target in account currency, default is 2 mean i.e USD account it is have setting USD 2 profit target to close all opened order, activate this function by set "Percent_target" parameter to false and "Hidden_TP_SL" parameter to true.
  16. Percent_Target,  if set to true and "Hidden_TP_SL" parameter is true it will activate Percent target from current balance to close all order, percent target profit for current pair symbol only.
  17. Target_Percent,  it is target percent from current balance, default is 0.2 mean if total profit of current pair symbol is reach 0.2% of current balance it will closing all order.
  18. Hedge_TP,  it is ordinary old style Take profit target by Pip, default is 300 mean TP is 300 point (30 pips).
  19. Hedge_SL,  it is ordinary old style Stop loss target by pip, default is 600 mean SL is 600 points (60 pips).
  20. Trailing_STOP_Enable,  it is to activate trailing stop function, this function is work only for pip target old style and trailing stop will always have priority for last hedge order, for activate this function set "Trailing_STOP_Enable" parameter to true and set "Hidden_TP_SL" parameter to false.
  21. Trailing_Stop,  it is pips distance when to start trailing stop function, default is 200 mean 200 points (20 pips).
  22. M1_Trend,  it is M1 trend up or down filter (combination of several trend indicator), if set to true it will allow EA to put first order on HLH4 ranging status.
  23. Max_Spread_Allowed, it is maximum spread allowed for trade, default is 20 mean 20 points = 2 pips. if spread from broker more than 20 points, EA will not active until spread is below 20 points again, it is good filter of spread during high volatile market condition every any news release is come.

Auto first order of EA have several condition (Using HLH4 Trend, High Low H4 time frame trend tracker) :

  • Will be put first order buy if HLH4 is Up Trend.
  • Will be put first order sell if HLH4 is Down Trend.
  • Will not put first order buy or first order sell if HLH4 is Ranging trend, but if you want to keep making order when in HLH4 ranging trend, just set "M1_Trend" parameter to true, it will allow EA to put first order buy or sell when HLH4 system in ranging trend condition.
Trailing Stop function detail :

  • Will activated if "Hidden_TP_SL" parameter set to false and "Trailing_STOP_Enable" parameter set to true.
  • Trailing stop will always have priority for All same order type of Last Hedge order.

Example of using "First_Hedge_Lot_Times" parameter set to 4, "First_Hedge_Lot" parameter set to 3 and "Next_Hedge_Lot" parameter set to 2, will be like this below :

(4 times of 3.0 lot multiplier example)
  1. Main first order Buy opened. (1 opened order)   0.01 lot size opened
  2. First hedge order Sell with 3.0 lot multiplier opened. ( 1 opened order ) 0.03 lot size opened, from calculation last order lot 0.01 X 3
  3. Second Hedge order Buy with 3.0 lot multiplier opened. ( 1 opened order ) 0.09 lot size opened, from calculation last order lot 0.03 X 3
  4. Third Hedge order Sell with 3.0 lot multiplier opened. ( 1 opened order )  0.27 lot size opened, from calculation last order lot 0.09 X 3
  5. Fourth Hedge order Buy with 3.0 lot multiplier opened. ( 1 opened order ) 0.81 lot size opened, from calculation last order lot 0.27 X 3
  6. Fifth Hedge order Sell with 2.0 lot multiplier opened ( 1 opened order ). 1.62 lot size opened, from calculation last order lot 0.81 X 2
  7. Sixth Hedge order Buy with 2.0 lot multiplier opened ( 1 opened order )  3.24 lot size opened, from calculation last order lot 1.62 X 2 

Scan_Order Parameter detail :

  • If "Scan_Order" parameter set to true, it will block auto first order and will activate scan order that placed on chart by manual or by other EA and supervise to be hedge too. 

 Example of using Ordinary old SL/TP pip target (Trailing stop not activated) :

  • SL/TP 30/30 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 300, "Hedge_TP" set to 300 and "Hedge_SL" set to 600.
  • SL/TP 50/50 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 500, "Hedge_TP" set to 500 and "Hedge_SL" set to 1000.
  • SL/TP 100/100 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 1000, "Hedge_TP" set to 1000 and "Hedge_SL" set to 2000.
  • SL/TP 10/10 (in pips) , EA parameter that should be set "Hidden_TP_SL" set to false, "Step" set to 100, "Hedge_TP" set to 100 and "Hedge_SL" set to 200.

Why using Hidden TP/SL is more effective :

  • For avoiding any widening spread from broker , slipage, Requote and some cheat from broker, so with profit target or target percent it is no problem if  order will be slipage or not equal in step interval,As long as this EA sticks to Profit target then precise distance between orders becomes not  important.
  • Can work to any broker, any slipage, And any spread.
nkkhuen  

Hi

I look is very good, May i know which have to test into REAL account , can share to us ?

thanks 

[Eliminato]  
I try see result in backtesting but expertnot open position why ?
Syarif Nur Arief  
AYDIN YILMAZ:
I try see result in backtesting but expertnot open position why ? 

First_Balance parameter must be set to your tester first initial balance. If not set EA will not making any order.

And give me journal of tester, i will check if any error message on tester journal.

Suggestion : read all parameter details explanation carefully before doing backtesting.
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti