@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.
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.
-
RE: having an issue with my baseline.posted in Questions & Answers
I don't know how to do that. is there a condition block in fxdreema that can do that?
-
RE: Ea open trades, but does not close trades.posted in Questions & Answers
https://fxdreema.com/shared/z69m5pVme
Hello, I was using the baseline cross as the take profit / stop loss. when the final EA is created it will have a 50 take profit and a 75 stop loss and it will take partial profit at the 50 and move the stop loss to break even and the final stop loss will be set at baseline crossover or the break even. whichever one happens first. There will be other condition blocks to ensure that I get in on good trades, but wanted to test each piece individually.
Thank you for responding yesterday.
Will -
RE: having an issue with my baseline.posted in Questions & Answers
Tried that. It did not work. on the backtester it opened the trade, but did not close on the cross. I want to upload a pic of the backtester, but the forum keeps on giving me an error. Thank you for your guidance. Do you have another solution I could try?
-
having an issue with my baseline.posted in Questions & Answers
I am testing individual parts of my future ea. the goal is to open a trade when the price is above or below the baseline and then to close the trade when the price crosses over the baseline in the opposite direction. Currently, it opens trades but does not close on the cross. Can anyone point out what I am doing wrong? I have a link to the project. https://fxdreema.com/shared/yOpUIsryb
Any help would be greatly appreciated. -
Ea open trades, but does not close trades.posted in Questions & Answers
Has anyone experienced this issue? I can share screenshots or the link to the project if that helps. Thank you.