Looking to hire
-
Looking to hire someone to program an EA to take hedged positions (1 buy/1 sell) at various user input levels with defined SL's and partial TP at the midpoint between levels and final TP at next level.
I would input about 20-30 levels and would like the EA to plot the levels and also calculate and plot the mid point levels on the chart. Would also like to know the possibility to trail the SL on the final TP and BE after user defined RR or % distance to midpoint. See reference image attached showing what I mean.
-
A few other rules need to be programmed:
- no new hedged orders to be active on the same level until the open trade is stopped out or hits TP1 at mid point.
- After two stop outs at same level with no profit levels reached, no new orders to be active until price moves and touches the nearest midpoint which then activates the hedged orders again.
-
Any idea if this is possible with fxdreema? Can EA's interact with chart lines? ie. buy/sell then price hits a drawn out horizontal line?
-
Yes, it is possible, but do you really ned the horizontal lines? They are useful for a human trader looking at the chart, but not for an EA. Are you planning to use the EA 100% fully automatic? Because if so, you can remove them.
-
Yes, I would prefer to draw my own lines from where I would like the EA to trade from and to. I would rather place my S/R lines. The purpose of this is for historical s/r lines for the purpose of backtesting several different variables.
-
Let me know if you are interested. I have only just started to learn about fxdreema and a little overwhelmed tbh.