Anyone ?
F
Posts made by fmark86
-
RE: Making a grid....posted in Questions & Answers
Hello!
I modified my script and found a way to be able to achive what I originally wanted.
Now it works almost perfect. What I would like to know if it is possible to:
- use the "pending orders in grid" without actually placing them. They would get activated once price reaches their prices. Hidden orders..
- I don't want to use martingale. I'd like to use the original lot size for the first 3 trades (original+2 grid level). Then the 4th trade should be a greater volume let's say 2x the original lot size.
Here's my EA so far:
https://fxdreema.com/shared/RAV3ZHr2eThanks!
-
RE: Making a grid....posted in Questions & Answers
@fxdreema
Hello! I'm new to this platform and coding as well. I have a very simple "EA" that detects simple price movement and opens a buy or sell trade. I'd like to add averaging function to save the loosing trades.Example for BUY trades:
- EA opens a BUY trade
- Price falls with 50 pips -> new BUY trade opens
- Price falls with 50 pips again -> another BUY trade opens
- this continues...until I have enough balance

- Finally when the sum of ALL OPEN TRADES go plus by 5 pips it would close ALL trades.
I tried your code and tried to connect with my EA but it didn't work as I wanted. It added a new trade everytime the price changed X pips. Of course I only wish to add a new position after the: last trade +/- X pips (depending on sell or buy).
Can you help me out?
