TickScalper EA - page 48

 
mrtools:
Just an update coded(more like copy and pasted) an equity trailing stop that should only trigger if it is set to true and open trades equals maxorders, if working right the Ea will measure the account equity aganist current equity, if current equity is greater than account equity percentage then it will close all trades opened by this Ea, will post it once i confirm it works, got max trades set at 4 so shouldn't take long

Does this mean one account, one pair? What if we have many pairs since now we would trade more than one. MaxOrders will be less, less capital per pair.

NC

 

mc mode 3? I see you have the macd 5 min up which can be used in 8 and 9 so I was just curious how come you have that indicator showing?

 

Finally realized best to let everyone test this, should get results faster. This version calling it version 3.45, i only can hope we might be entering a time of martingale account survival, maybe just the tips of our toes, but who knows . The equity trailing is off of Alpha Ea, it has a percentage equity trailing, equity trailing code goes like this:::::

if (EquityTrailing==true && AccountEquity()>=AccountBalance()+(AccountBalance()*PercentEquityTrailing/100))

so if Equity Trailing=true and open orders = MaxOrders then the above happens the Ea should close orders by Magic number, should be only the pairs in trouble that get closed, but the Ea is only looking at your total account equity, so if your equity is positive, and you get to max orders on a pair, the Ea should close those orders, this part i don't like and am working on a way around that, providing what i have done all ready is working, so hopefully you who are testing can help determine if its working or not.

ps) this set file is using TS_Mode=8 ,method(macdma)=2 , and MC_Mode=3 in super safe mode

 

So, I started to forward test this TickScalper_v3.44.7 EA using moresafe settings (exitmode 12) for EURGBP M1.

EA with default settings for moresafe and all the indicators are attached.

PS. For live statement please go to this link: MT4i - tickscalper_3447

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.

Files:
 

So, I started to forward test this TickScalper_v3.44.7 EA using moresafe settings for EURGBP M1.

EA with default settings for moresafe and all the indicators are attached.

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

- 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 EA with More safe settings.

M1 timeframe.

EURGBP

It is separated account with EURGBP only:

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

- 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 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.

 

Thanks Mrtools,

I will forward test it since Monday with few or many pairs.

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

- 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.

 

Hi MrTools,

One question:

Will EquityTrailing work with MM = false (0)?

 
newdigital:
Hi MrTools,

One question:

Will EquityTrailing work with MM = false (0)?

Hi Newdigital,

Yes it should.

Reason: