Perfect thank you
Best posts made by lemans455
Latest posts made by lemans455
-
RE: Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
@jstap ok, I will give that a try.
Thanks
-
RE: Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
@jstap That's odd, dont know how that got pasted.
I have posted the correct link now.
https://fxdreema.com/shared/yzy6Gcasc
Thanks
-
RE: Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
@jstap Thanks for the help on this.
This is the part of the EA that does all the figuring of the lots size, stop size, tp size and the trailing stop and places the trades.
Thanks very much!
-
Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
Hi,
When I run my EA live, in a demo, I am seeing the journal 3 lines for each placed order that say:
06:57:02.435 Trades '1496304': deal #247838169 buy 1 ENQZ24 at 21966.50 done (based on order #268632533)
06:57:02.435 Trades '1496304': order #268632533 buy 1 / 1 ENQZ24 at 21966.50 done in 120633.523 ms
06:57:02.435 Trades '1496304': modify #268632533 buy 1 ENQZ24 sl: 21936.25, tp: 22020.25 -> sl: 21952.50, tp: 22036.50I also at the same time, sometimes not on every trade, see the experts tab show:
"Correcting stops because of slippage."
Is this something that my EA is doing? If so anyone know why and how/if I can change it?
Thanks!
-
RE: "Once Per Bar" Block Does Not Activate During a Tradeposted in Questions & Answers
@sktsec Thanks!!! I think this is the problem, since this turns false once a trade is on, I moved this out and it seems to be counting now!!
-
RE: "Once Per Bar" Block Does Not Activate During a Tradeposted in Questions & Answers
@Byens Thanks for the suggestion but that stops counting as soon as the trade is put on and it does not count again until the trade is closed.
There has to be a way to get the blocks to function once a trade is on. I do not get it, but its not working.
-
RE: "Once Per Bar" Block Does Not Activate During a Tradeposted in Questions & Answers
@jstap I did this and when the buy is put on it still stops counting during the trade and resumes once the trade is closed.
Any idea on how to overcome that problem? I have tried a bunch of different combos and I can not get the count to keep counting bars during any trades.
-
RE: "Once Per Bar" Block Does Not Activate During a Tradeposted in Questions & Answers
@jstap Sorry for the delay. Here is an example of what I am trying to do and it stops counting with the pass once the trade is put on. I looked into it further and it seems it is not the once per bar that is the problem, as it stops the count even without the once per bar on.
https://fxdreema.com/shared/JZ4099bP
I am just trying to count CID from a previous candle so I can use that candle later in the future. I dont know of any other way to keep CID from a past candle.
Thanks for the help
-
"Once Per Bar" Block Does Not Activate During a Tradeposted in Questions & Answers
Hi,
I have an "Once Per Bar" block that is working, once every bar, except when there is an active trade, it stops working for each candle that occurs while the trade is live. As soon as the trade closes the "Once Per Bar" block activates again.
I have the "Once Per Bar" block connected to an hours filter and nothing else.
Anyone know why this is happening?
Thanks