@l-andorrà hey. thank you for responding. I figured it out. I was trying to scale in, but i kept getting hit with the FIFO violation because my trades were all the same size.
Latest posts made by william 3
-
RE: Is there a way to add a dynamic increase lot sizeposted in Questions & Answers
-
RE: EA operated after 3min from candle formation at 5 minposted in Questions & Answers
@saeed-2 try the per minute block and change the value to what you need and then connect a condition block to it.
-
Is there a way to add a dynamic increase lot sizeposted in Questions & Answers
Hello all. Currently, the Ea is taking trades. Fairly good trades on the backtest. I have a system where on the backtests it adds 0.10 lots to volume per 1 ATR away from stop loss. The issue with this in real time demo is that it get hits with a FIFO violation. The issue is that every add to volume is the same 0.10 lot. is there a way to loop it so that the first will be 0.10 lots and the second will be 0.11 lots and so on and so forth.
Here is a copy of the project. https://fxdreema.com/shared/FLsDDTujb
I would like to know how to loop this properly.
Thank you,
Will -
RE: I would like to move stoploss to moving average.posted in Questions & Answers
@sokphal what does your project look like. my stoploss is my baseline. I'm sure it'd similar to your problem.
-
RE: Ea open trades, but does not close trades.posted in Questions & Answers
@l-andorrà I figured it out. Thank you. I just deleted everything and went condition block by condition block. Took me a couple tries, but I got it to work.
-
RE: having an issue with my baseline.posted in Questions & Answers
Thank you everyone for your advice. I got it to open trades and close trades on the baseline cross.
-
RE: having an issue with my baseline.posted in Questions & Answers
@xyon126 thank you. will try it today after work. just started to use fxdreema and not proficient with it. yet.
-
RE: having an issue with my baseline.posted in Questions & Answers
@xyon126 I will make these changes and try again. thanks for the advice.
-
RE: having an issue with my baseline.posted in Questions & Answers
@xyon126 hello. I can post the indicator. it's the kijun-sen baseline. I can't post the file here. https://youtu.be/Ia1lJ7jN5aA this is the vid and the file is in the description.
-
RE: having an issue with my baseline.posted in Questions & Answers
@l-andorrà Shall I delete this entire ea and start again? maybe it's corrupt? the logic is sound and I believe the condition codes are correct. close when price crossed above and closes (candle 1). but for some reason it just won't close. I put all the symbols as gbpusd to ensure it worked with the pair. don't know what else to do.