Because you placed the pending order blocks behind the Buy now block.
Those block behind the Buy now block only get executed if the buy now block is executed succesfully.
you need a seperate leg for the peding order logic
Posts made by LuciVuur
-
RE: Pending for each new sell or buyposted in Questions & Answers
-
RE: Payment via Paypal - Account Activationposted in Questions & Answers
Is It Solved?
I used paypal and instantly got activated.
Waiting for days is not an option. -
RE: Fractal Creation - Errors will not compileposted in Questions & Answers
In the shared project I cant see the Constants and variables definitions
-
RE: BUG: Block Apply Template, applies template and then erases the EA itselfposted in Bug Reports
This "logical mistake" looks like a bug to me
-
Tip: Copying and renaming an entire projectposted in Tutorials by Users
In the builder we do not have the ability to copy and entire project or rename it.
You could select an entire project and then copy the blocks and paste them into a new project. But there is a problem with that and that is that the area regions are not copied.
But we have a work around:Compile the project with the .mq4 button.
It will be downloaded.
Rename the just downloaded file to a new for your new project.
In the builder import the just renamed *.mq4 file.
Now you copied the whole project with areas.Handy for template projects and or multiple version.
-
RE: Pending orders in grid blockposted in Questions & Answers
I decided to learn the more complex things in little pieces and test them, untill I understand FxDreema more.
-
RE: having an issue with my baseline.posted in Questions & Answers
If you know the baseline you can TP at baseline and make the EA more simple
-
RE: Pending orders in grid blockposted in Questions & Answers
@bk7 I understand that you are clearly here to do bussiness, Thats ok. But I'm here to learn from other FxDreema users.
So far You did not answer anything so if you please would be so kind not to pollute my tread.
Thank you.. -
RE: Pending orders in grid blockposted in Questions & Answers
An example of how such a structure is programmed in FxDreema.
That is that if you really want to help of course. -
RE: EA taking too many Pending ordersposted in Questions & Answers
Your EA checks if there is a position (active trade).
When there is not? it places pending orders in grid when conditions met.
As long as you have no position the EA opens pending orders in grid when conditions met, over and over again.
So do something about the "No postion" block -
RE: Pending orders in grid blockposted in Questions & Answers
So i want to create a grid trading strategy with a trend filter. For now with 3 trends:
Trend up: Mostly BUY limits (10 orders/trades 10 pips spread Buy 10 TP, N0-SP. 1 limit order/trade Sell )
Trend down: Mostly SELL Limits (10 orders/trades 10 pips spread SELL 10 TP No-SL. 1 limit order/trade Buy )
Ranging: even number Buy an Sell limit orders ( Like 5 10 pips spread 10 TP N0-SL )When trend up. We have a grid of 10 limit orders buy. Whenever a limit order is triggered it becomes a trade and after TP we need to fill that limit order again. meaning the grid is constantly full with limit orders and trades. We also have 1 Sell limit order/trade running all the time.
Now the trend might change from Trend up to ranging
So new rules Apply 5 Buy 5 Sell orders/trades
We now have an even number of limit order/trades BUY and Sell 10 pips apart.
All the trades and limit orders that are now out of range need to be deleted or closed. disregarding losses.After a while we might get into a Down Trend.
We have a grid of 10 limit orders Sell. Whenever a limit order is triggered it becomes a trade and after TP we need to fill that limit order again. meaning the grid is constantly full with limit orders and trades. We also have 1 Buy limit order/trade running all the time.
The trend is determent by a indicator.
So how to create the structure for such a grid system.Thanks in advanced
-
RE: Pending orders in grid blockposted in Questions & Answers
any hints or directions of how to start such a structure?
-
Pending orders in grid blockposted in Questions & Answers
Is it true that the Buy pending orders in grid is a 1 shot block. It places the grid but does not maintain it.
And If I want to develop a grid that continuously fills the pending orders that toke profit again and again I would have to construct such myself?
-
MT$ Or MT5posted in Questions & Answers
I'm ready to use FxDreema again, for making EA, after 4 years of using cTrader and jForex. (never with automatic trading)
So I have those ideas for multiple robots.
But should I use MT4 or should I use MT5.
Or can I use both and develop the same EA for Both Platforms.I'm glad to see FxDreema is still around and has grown.
LuciVuur