@l-andorrà actually its still acting a bit funny can you take a second look and see if you spot any flaws?
Posts made by Alexanderjohnson21
-
RE: Fib trade helpposted in Questions & Answers
-
RE: Fib trade helpposted in Questions & Answers
@l-andorrà that wasn't it but thank you for your response I fiddled with it a bit and looked at others that needed help with fibs and got it figured out... it was very difficult but its now working properly. It was the draw fib block and the first thing was a yes or no i had it marked as "yes" when it needed to be a "no"
Thanks again
-
Fib trade helpposted in Questions & Answers
somethingin the code has a critical error and ea doesnt run not sure why any help would be appreciated thanks @fxdreema @L'ANDORRÀ
-
RE: modify current stop loss to new position stop lossposted in Questions & Answers
@l-andorrà say ea makes 2 sells one hits tp the other has no tp (i refer to this as “the runner) so tp is hit the runner moves to breakeven. Now the ea takes another trade (2 sells) so now i have 3 sells total... now sell #3 hits tp and sell#4 (another runner) moves to breakeven. now this is where im having trouble... i want the sl at breakeven on sell#2 to move to the new current runner sell#4 breakeven sl, i cant for the life of me figure this out
any help would be great
thanks in advance
-
RE: modify current stop loss to new position stop lossposted in Questions & Answers
@fxDreema how can this be achieved?
-
RE: modify current stop loss to new position stop lossposted in Questions & Answers
so really the main thing is that when my trade hit tp the 2nd trade moves to break even, this i got working but all the other trades are at their break even and i want those stop losses to move to the new break even
-
RE: modify current stop loss to new position stop lossposted in Questions & Answers
thats actually what i am stuck on have no idea on how to make this happen... i tired the for each trade then modify stops but thats not what i want im gonna try to make a variable that controls this function but im just stuck if that doesnt work @seb-0
-
modify current stop loss to new position stop lossposted in Questions & Answers
How do I modify stops of previous(running) trades to my new positions stop loss?
-
RE: How to set buy and sell pending orders every x pipsposted in Questions & Answers
So i was able to figure the way to do it, put a grid indicator and draws lines and ea uses them as reference points... works well now i need to put some type of filter like adx. I made the filters but logic is off because it goes crazy with deleting and adding! @fxdreema would you have any guidance?
https://fxdreema.com/shared/cVNMAThib
The series thats turned off is the adx filter stuff thats not right ... when adx is above 25 ea only has buy/sell stop orders if below 25 ea has buy/sell stop and limits per object (horizontal line).
Anyone else have ideas?
-
RE: How to set buy and sell pending orders every x pipsposted in Questions & Answers
@hadees thanks for the help! changed that up but is still putting more than one order but way less stacking up.Heres my project https://fxdreema.com/shared/8Pwq6jHae
I mainly want stop orders but its adding limit orders, any way to do this? and i have my closing parameters to close all losing trades once they become greater than 2 percent of my balance but thats not closing right as well, what am i doing wrong guys?
-
RE: How to set buy and sell pending orders every x pipsposted in Questions & Answers
I’ve tried pending orders in grid block but it stacks a bunch of trades, thinking maybe a loop to refresh the pending orders that reach tp and replace them not stack them?
-
RE: How to set buy and sell pending orders every x pipsposted in Questions & Answers
I can figure out the rest of the code myself just need help figuring out this part of the EA...
-
How to set buy and sell pending orders every x pipsposted in Questions & Answers
I’m trying to build a robot that puts buy/sell pending orders every X pips and replaces them once take profit is hit. Can someone help me with this? Thank you
-
Renko working kinda... 2 pair of eyes cant hurtposted in Questions & Answers
So created a Renko based EA that opens trade on bull and closes on bear and vice versa. It seems that the EA works kinda right but it will do 3 or 4 candles/blocks and close the trade when it should have stayed open...
Im thinking that the EA opens the trades at the close of the candle and thats what Im going for, but watching it... it looks like its opening when it immediately turns bull/bear?
I used once per bar thinking that would do the trick... Any thoughts...
-
RE: program my indicatorposted in Questions & Answers
here you go found your indicator lol let us know how it works!
-
RE: program my indicatorposted in Questions & Answers
Maybe try "indicator appear" block and set the output to the color change? I just recently used this on one where it draws arrows might give it a try...
-
RE: Opens at first but none after... Help plzposted in Questions & Answers
Forgot to add the project here it is
-
RE: Opens at first but none after... Help plzposted in Questions & Answers
Ok so I figured out how to get the EA to do whats needed with the "indicator appear" block thx again @ambrogio ! Now my issue is during the indicator appear the EA seems to open and close multiple trades until it achieves its proper direction, resulting in many losing trades for no reason? (obviously there is a reason haha) Nonetheless, I put a "Once per bar" on it thinking that it would fix the issue but instead it has made the EA miss the indicator arrow therefore missing the exit and entry to the next trade... Could it be that I still run the indicator in my terminal along with it being loaded in the Custom Indicator? So any pointers or thoughts? @ambrogio @richard96816 @fxDreema @miro1360 or anyone else LOL