TickScalper EA - page 51

 

This is an updated version, added another max order safety feature: if you have UseMaxOrdersClose = true and EquityTrailing = false, whatever you have MaxOrders set to and that pairs open orders gets to max orders the Ea will close all the orders on that pair. If you use EquityTrailing = true and UseMaxOrdersClose = false, then will be regular EquityTrailing.

Files:
 

TickScalper EA with super more safe settings.

M1 timeframe.

EURGBP:

USDCHF:

GBPJPY:

===============

- All the versions: https://www.mql5.com/en/forum/176044/page3

- Version #3.44 with the settings: https://www.mql5.com/en/forum/179720/page8

Visual statement is forward testing/trading results. More about it: Signal Performance Factor and visual statements: this post with the explanation and on those 2 posts as detailed comments: this post and this one.

- TickScalper_v3.44.7 EA is on this post.

- TickScalper_v3.44.7 EA with default settings for moresafe and all the indicators are on this post.

- TickScalper_v3.45 EA is on this post. This version is using EquityTrailing as account protection feature so it can be used with trading of many pairs using super safe settings.

- TickScalper_v3.45.1 EA is on this post. Added a more extensive time filter, added the auto magic number function, along with a manual magic number function.

- TickScalper_v3.45.6 EA is on this post. This is an updated version, added another max order safety feature: if you have UseMaxOrdersClose = true and EquityTrailing = false, whatever you have MaxOrders set to and that pairs open orders gets to max orders the Ea will close all the orders on that pair. If you use EquityTrailing = true and UseMaxOrdersClose = false, then will be regular EquityTrailing.

 

TickScalper_v3.44.7 EA using moresafe settings, EURGBP M1.

I just hope that this MT account will be survived for the long time.

===============

- All the versions: https://www.mql5.com/en/forum/176044/page3

- Version #3.44 with the settings: https://www.mql5.com/en/forum/179720/page8

Visual statement is forward testing/trading results. More about it: Signal Performance Factor and visual statements: this post with the explanation and on those 2 posts as detailed comments: this post and this one.

- TickScalper_v3.44.7 EA is on this post.

- TickScalper_v3.44.7 EA with default settings for moresafe and all the indicators are on this post.

- TickScalper_v3.45 EA is on this post. This version is using EquityTrailing as account protection feature so it can be used with trading of many pairs using super safe settings.

- TickScalper_v3.45.1 EA is on this post. Added a more extensive time filter, added the auto magic number function, along with a manual magic number function.

- TickScalper_v3.45.6 EA is on this post. This is an updated version, added another max order safety feature: if you have UseMaxOrdersClose = true and EquityTrailing = false, whatever you have MaxOrders set to and that pairs open orders gets to max orders the Ea will close all the orders on that pair. If you use EquityTrailing = true and UseMaxOrdersClose = false, then will be regular EquityTrailing.

 

TickScalper_v3.44.7 EA using moresafe settings, EURGBP M1.

I just hope that this MT account will be survived for the long time.

===============

- All the versions: https://www.mql5.com/en/forum/176044/page3

- Version #3.44 with the settings: https://www.mql5.com/en/forum/179720/page8

Visual statement is forward testing/trading results. More about it: Signal Performance Factor and visual statements: this post with the explanation and on those 2 posts as detailed comments: this post and this one.

- TickScalper_v3.44.7 EA is on this post.

- TickScalper_v3.44.7 EA with default settings for moresafe and all the indicators are on this post.

- TickScalper_v3.45 EA is on this post. This version is using EquityTrailing as account protection feature so it can be used with trading of many pairs using super safe settings.

- TickScalper_v3.45.1 EA is on this post. Added a more extensive time filter, added the auto magic number function, along with a manual magic number function.

- TickScalper_v3.45.6 EA is on this post. This is an updated version, added another max order safety feature: if you have UseMaxOrdersClose = true and EquityTrailing = false, whatever you have MaxOrders set to and that pairs open orders gets to max orders the Ea will close all the orders on that pair. If you use EquityTrailing = true and UseMaxOrdersClose = false, then will be regular EquityTrailing.

 

TickScalper EA with super more safe settings.

M1 timeframe.

EURGBP:

USDCHF:

GBPJPY:

===============

- All the versions: https://www.mql5.com/en/forum/176044/page3

- Version #3.44 with the settings: https://www.mql5.com/en/forum/179720/page8

Visual statement is forward testing/trading results. More about it: Signal Performance Factor and visual statements: this post with the explanation and on those 2 posts as detailed comments: this post and this one.

- TickScalper_v3.44.7 EA is on this post.

- TickScalper_v3.44.7 EA with default settings for moresafe and all the indicators are on this post.

- TickScalper_v3.45 EA is on this post. This version is using EquityTrailing as account protection feature so it can be used with trading of many pairs using super safe settings.

- TickScalper_v3.45.1 EA is on this post. Added a more extensive time filter, added the auto magic number function, along with a manual magic number function.

- TickScalper_v3.45.6 EA is on this post. This is an updated version, added another max order safety feature: if you have UseMaxOrdersClose = true and EquityTrailing = false, whatever you have MaxOrders set to and that pairs open orders gets to max orders the Ea will close all the orders on that pair. If you use EquityTrailing = true and UseMaxOrdersClose = false, then will be regular EquityTrailing.

 

Dear Mrtools in the part of the ea:

if(ExitMode == 12)

{

if (trades > 0 && TotalProfit(0,ProfitMode,0,0) > ProfitTarget) while(ScanTrades(0,0) > 0) CloseOrder(0);

}

If we have ProfitTarget reduced at .1 pip, when at EquityTrailing true, will it close the possitions of the pair that is running at that bare break even if market hits these levels?

Our equity trailing method is triggered when the account is in profit at break even and not when the pair is at break even. I beleive the former should be there with a OR condition so that the account could be neggative but the pair breakeven. What do you say?

I magive some pairs are negative and some possitive, Profit negative, one of the pairs close to break even plus maxorders, you want to get out at break even need exit for pair at breakeven not only account profit.

This ea is very sensitive to brokers one broker I had 44 trades other 19. True ECN works better IMHO.

Thanks

NC!

 
nc!:
Dear Mrtools in the part of the ea:

if(ExitMode == 12)

{

if (trades > 0 && TotalProfit(0,ProfitMode,0,0) > ProfitTarget) while(ScanTrades(0,0) > 0) CloseOrder(0);

}

If we have ProfitTarget reduced at .1 pip, when at EquityTrailing true, will it close the possitions of the pair that is running at that bare break even if market hits these levels?

Our equity trailing method is triggered when the account is in profit at break even and not when the pair is at break even. I beleive the former should be there with a OR condition so that the account could be neggative but the pair breakeven. What do you say?

I magive some pairs are negative and some possitive, Profit negative, one of the pairs close to break even plus maxorders, you want to get out at break even need exit for pair at breakeven not only account profit.

This ea is very sensitive to brokers one broker I had 44 trades other 19. True ECN works better IMHO.

Thanks

NC!

Hi NC,

Let me see what i can come up with, sounds like a good idea.

 

Also since some ECN brokers charge commision and swaps we should include these in the break even, if you right code for it.

They way the ea is setup currently is for one pair only. If you want to use TrailingEquity(TE) True in more pairs it can end up in deadlock, while in negetive profit . Also in this mode TE there in no SL and ea will take loss.

How can we do martingale and not

Thanks

NC!

 

TickScalper_v3.45.6 EA using moresafe settings, EURGBP M1.

Just starting to trade 10th of February this year.

I just hope that this MT account will be survived for the long time.

===============

- All the versions: https://www.mql5.com/en/forum/176044/page3

- Version #3.44 with the settings: https://www.mql5.com/en/forum/179720/page8

Visual statement is forward testing/trading results. More about it: Signal Performance Factor and visual statements: this post with the explanation and on those 2 posts as detailed comments: this post and this one.

- TickScalper_v3.44.7 EA is on this post.

- TickScalper_v3.44.7 EA with default settings for moresafe and all the indicators are on this post.

- TickScalper_v3.45 EA is on this post. This version is using EquityTrailing as account protection feature so it can be used with trading of many pairs using super safe settings.

- TickScalper_v3.45.1 EA is on this post. Added a more extensive time filter, added the auto magic number function, along with a manual magic number function.

- TickScalper_v3.45.6 EA is on this post. This is an updated version, added another max order safety feature: if you have UseMaxOrdersClose = true and EquityTrailing = false, whatever you have MaxOrders set to and that pairs open orders gets to max orders the Ea will close all the orders on that pair. If you use EquityTrailing = true and UseMaxOrdersClose = false, then will be regular EquityTrailing.

 

TickScalper_v3.45.6 EA using moresafe settings, EURGBP M1.

Trading since 10th of February this year.

3 trades were closed (no any trades are open for now):

===============

- All the versions: https://www.mql5.com/en/forum/176044/page3

- Version #3.44 with the settings: https://www.mql5.com/en/forum/179720/page8

Visual statement is forward testing/trading results. More about it: Signal Performance Factor and visual statements: this post with the explanation and on those 2 posts as detailed comments: this post and this one.

- TickScalper_v3.44.7 EA is on this post.

- TickScalper_v3.44.7 EA with default settings for moresafe and all the indicators are on this post.

- TickScalper_v3.45 EA is on this post. This version is using EquityTrailing as account protection feature so it can be used with trading of many pairs using super safe settings.

- TickScalper_v3.45.1 EA is on this post. Added a more extensive time filter, added the auto magic number function, along with a manual magic number function.

- TickScalper_v3.45.6 EA is on this post. This is an updated version, added another max order safety feature: if you have UseMaxOrdersClose = true and EquityTrailing = false, whatever you have MaxOrders set to and that pairs open orders gets to max orders the Ea will close all the orders on that pair. If you use EquityTrailing = true and UseMaxOrdersClose = false, then will be regular EquityTrailing.

Files: