Forget it guys, I re-worked it and got it working! I have to say that FXDREEMA is a little daunting for TOTAL newbies but once you start to get to grips with it, it just makes perfect logical sense
Posts made by Lingsbord
-
RE: Order Grid Backfillingposted in Questions & Answers
-
Payment Link Not Working?posted in Questions & Answers
trying to click on the payment buttons but nothing's happening. anyone know why this might be?
-
RE: Order Grid Backfillingposted in Questions & Answers
shared/THhHSWjkc
Am I heading in the right direction here? Forget the settings, I just want to stay in the market with a basket of pending orders above and below the price, but as price moves one way new pending orders are added to maintain the grid. My thinking is to use the trail pending orders logic, so the existing gris follows price, and and then afyer each tiggered order I would add new pending orders to the top or bottom of the grid as we go.
What I have on the link seems to be half-assed to me. What am I missing? Thanks for any help guys
-
RE: Order Grid Backfillingposted in Questions & Answers
Thanks keanzoe
I have to admit as a complete novice I'm struggling a little. When I launch the EA I want a grid of pending sell orders below the market and a grid of pending buy orders above the market, all at identical intervals.
Each trade in the grid, when triggered, will have an initial stoploss but I want the stoploss to trail by a fixed number of pips at a fixed step. If the market rises, each trade will be triggered along the way and then I want two things to happen. First, as the market moves up I want sell orders to be placed at the same intervals below the price, and then as each long order is triggered I want the EA to open a new one at the top so I always have 10 in waiting. Obviously reverse for shorts, as buy orders are entered as the market drops. I don't know if I should be using the "slide" feature or opening a new pending order each time a trade triggers or if I should use the trailing pending order feature. Maybe trailing pending order with an instruction that On Trade, if it's a buy trade, enter a new pending buy order x pips above current price.
Which bits On Init, which bits On trade, how best to route the logic? Giving me a headache

Is the setting up of the grid done on "Init"? So no trade and then setting up the grids of pending orders both sides? Where would the trailing stop and trailing pending orders instructions be placed? Apologies to those for whom this is embarrassingly easy, and thanks for any help offered.
-
Order Grid Backfillingposted in Questions & Answers
Hi Guys
Newbie question here: I can use the pending order grid feature, no problem. Once I apply the EA it will set a series of pending orders above and below my price. What I want it to do next is if price goes up and orders are triggered, I want new pending sell orders to fill in the gap at the same intervals. Could someone help me out with how to make it do that? TIA.
Edit: Sorry, I found the Trail Pending Orders section!