@l-andorrà
Still the same:

Latest posts made by shack11
-
RE: Time limit from last tradeposted in Questions & Answers

That's what I'm getting if I add your tree to the same tab as my tree. Yours has higher ID numbers ...
Should I add another block to "introduce" the boolean "active again" ?
-
RE: Time limit from last tradeposted in Questions & Answers
@l-andorrà
Im not sure I got this, Is the "small tree" you did for me suppose to be connected to the my whole tree ? or it should be separated and I need to create another block to add to the top of my tree ? Thanks -
RE: Time limit from last tradeposted in Questions & Answers
@len-1 Thanks.
Yeah I want it to be cyclical then, after every trade that the bot initializes...Is there a way to do it ? cheers.
-
Time limit from last tradeposted in Questions & Answers
Hi, I'm looking for a way to prevent the EA from making another trade if there was one before.
Now for an example: My EA is working on the H1 time frame and checking the conditions every round hour. Im trying to avoid opening a position after position.
lets say there was one trade at 09:00 and closed at 09:40. now I want the EA to NOT open a new trade at 10:00.
I guess I'm looking for a "cooling period" of at least an hour between trades...Thanks a lot !
-
RE: Currency exposureposted in Questions & Answers
Thanks for your replay.
Unfortunately, that is not helping with my issue.
What I need is a block that checks if there is already an open trade with one of the currencies, here is another example:
I have an open position on AUDUSD and now there is a signal to enter another trade on EURAUD.
It means that AUD is already on my open positions. I need the EA to recognise that condition so it could take different size on the next trade (with AUD).Hope it makes sense...
Thanks
-
Currency exposureposted in Questions & Answers
Hi

I was wondering if there's a way that before entering a trade, the EA will check if there's an open position already with the same currency ? for example: Let's say that I'm already in a long position on EURUSD and then there's a signal to enter a trade on EURAUD. In that case, I want the EA to direct to a different block.Hope I was clear enough.
Thanks a lot.