122 improve strategies dont work correct (changed from bar to tick)

Hi,
i tried to improve strategy EURUSD M15 37.21.str
only for closing trades. Improving was not successfull.

The orginal strategy usesĀ  (on bar open)
//--------------------------------------------------------------------
// Trading rule: Long Entry (On Bar Open)
//--------------------------------------------------------------------
if (No Trade Recently Closed
and ((Number of MarketPosition("Current", MagicNumber, 0, "") = 0)
and (Stochastic(Main chart,40, 2, 5).Slow%D[6] > 42.5)))


The improved strategy uses
//--------------------------------------------------------------------
// Trading rule: Long Entry (On Every Tick)
//--------------------------------------------------------------------
if (No Trade Recently Closed
and ((Number of MarketPosition("Current", MagicNumber, 0, "") = 0)
and (Stochastic(Main chart,40, 1, 3).Slow%D[1] > 50)))

I tried only to improve the close logik.

Is here only the description wrong??? I am not sure.
please check it
thomas

Attachments
orginal strategy on bar open.png
(18.40 KiB)
improvesettings1.png
(31.95 KiB)
Build_improve settings.cfx
(24.18 KiB)
P01 EURUSD M15 3721.str
(338.04 KiB)
improvesettings.png
(27.49 KiB)
improved strategy_on_ever_tick.png
(18.79 KiB)
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

t
#1

tnickel

16.06.2019 04:19

Task created

t
#2

tnickel

16.06.2019 04:20

Subject changed from 122 improve strategies dont work correct to 122 improve strategies dont work correct (changed from bar to tick)

TB
#3

Tomas Brynda

06.05.2020 17:29

Status changed from New to Fixed

Hi Thomas,

the problem is fixed.


Thank you for reporting this issue.


Best regards,

Tomas


Votes: 0

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please