Posts made by Fabien S
-
RE: Trailing stopposted in Questions & Answers
you can build all the conditions and then use the last block of these condition with "turn on" and link it with the Trailing stop. So you turn on the pass of the trailing stop, when these conditions are met, and with that the trailing stop.
-
RE: Qustion for real programmersposted in Questions & Answers

i tried looking at how each buffer traces
-
RE: put a pending order on object after x pipsposted in Questions & Answers
@roar This way of scanning the variables is awesome! never thought of using variables this way with the adjust field.

I have one question:
Why do we need this block when firstlevel starts with 0, theoretically one could also leave the block and directly connect modify variable to the blocks above? hmmm
And i tested the structure using this project https://fxdreema.com/shared/PKKMSOM4b It all worked fine looped worked but somehow the grid got placed upwards from the inital grid.

Overall i think i know what i have to change for it to work with my project, very grateful for the help
-
RE: put a pending order on object after x pipsposted in Questions & Answers
@roar said in put a pending order on object after x pips:
This is just a template that uses fixed firstlevel parameter, you will need to modify it to fit your system.
wow! Thanks for this block order and your time!! I would have never come up with this structure, i will analyse it now and try to understand how i can adapt it
-
put a pending order on object after x pipsposted in Questions & Answers
Hey guys, so yesterday i tried to loop my Grid system and let it refill the levels. So i came up with an idea to create for each created order an object line, on which i can put the pending orders. What i need would be a condition to only let it put the orders on it after it has moved x pips from the object. So it would loop more properly. I'm out of inspiration on how i could implement this... This is my project: as you can see it opens multiple pending orders on level 3 and 2 and i need a way to improve it.... As always every help is appreciated!!

-
RE: Refill pending orders in gridposted in Questions & Answers
@l-andorrà I made a good progress. My idea was each time a trade is created, an order is filled to make it draw a line on the chart. So now i have all the price levels of the grids as lines and i want to put pending orders on these lines when price moved x pips from it to avoid whipsaw. Now i need to loop it which causes problems again because its putting up too many trades! i need to properly loop it with the condition "after x pips create pending orders on object only if there are no orders already"

-
RE: Refill pending orders in gridposted in Questions & Answers
@l-andorrà unfortunately it didnt help, i think its because i have an issue with the refill logic block structure i have built. I will try to sleep over it and take a fresh start tommorw. Thanks a lot for your advice. I appreciate to see how much time you invest to help not only me but a lot of fxdreema users!
-
RE: Refill pending orders in gridposted in Questions & Answers
@kelianmorr thats my old account, i forgot logging out
-
Refill pending orders in gridposted in Questions & Answers
Hello guys! So currently i'm building a more complex grid system in which instead of a normal grid each level has hedge aswell. So always buy an sell pending orders.The grid block is pretty useful but when it comes to replacing the filled pending orders i cant seem to get it working. This is what i tried:

It's important for me that the pending orders have the identical postions than the ones that already existed and that i have a block to say when to replace them, in how much pips. So in some sort i need a refill of the orders. This is the link to my project: https://fxdreema.com/shared/oxl8eo5re and here is a drawing. I appreciate every help!!

-
Ea enum constantposted in Questions & Answers
Hey guys today i was wondering if there is a way to make this enum HMA Price as a constant, so its user friendly to change in the settings. It´s nothing urgently but im curious if there is a way. Kind regards

-
RE: Choppy, sideways marketsposted in Questions & Answers
@roar i hate the whipsaw of eurusd lol its the worst for my system. But at the same time also a benchmark for me to see how well i can filter trades
-
RE: Choppy, sideways marketsposted in Questions & Answers
@sirboyce you should dig in deeper in "volume indicators", like roar said adx helps but there are more out there
-
RE: How can I improve this EA?posted in Questions & Answers
Hey let it run through optimiatzion in the strategy tester to find best settings, i would include another trend indicator, to higher up the win rate, and scale out trade management. (Set a TP, close half of position whenhit and move sl to breakeven. Then close the rest when your main indicator gives you an opposite signal)
-
RE: stopp loss on previous MA cross over candleposted in Questions & Answers
@abubakar alright you need to use the modify variable block in this case, did you already used it before?
-
RE: how to close pending orders with this setup im with a free versin (10).posted in Questions & Answers
@venum-1 needs to be above 11min for certain brokers

