Not that I know of
Posts made by jstap
-
RE: MULYIPLE POSTIONposted in Questions & Answers
Either tee off with more than 1 buy/sell block, or use a loop and pass (n times) block above buy/sell.
-
RE: Identify running Position/Order by openning sequenceposted in Questions & Answers
Place the order with different group numbers, use bucket of trades to get specific trade properties.
-
RE: Condition is not enforcedposted in Questions & Answers
Everything you have looks correct, to test this I would back test just a couple of blocks, then when I know they work I would add to my main project.
-
RE: Multiple positions opened - bug ?posted in Questions & Answers
Have used this for years, not normally buggy, sometimes it is though, you need to decide if you want to manually code, or let FX do it knowing things won't be perfect.
-
RE: Multiple positions opened - bug ?posted in Questions & Answers
Shouldn't as long as the groups are correct, check these in all blocks, if needed recreate the project from the start.
-
RE: Allow all options with ENUM dropdown menu/??posted in Questions & Answers
You could have a third option of both, under this condition tee off to the two draw blocks.
-
RE: Allow all options with ENUM dropdown menu/??posted in Questions & Answers
For your enum outside==0 and inside==1, what do you mean by allow options
-
RE: Button Click Open New Chartposted in Questions & Answers
I saw something the other week from @roar about doing this, it was with custom code but I am unsure how.
-
RE: equity bot some help "terminal connected"posted in Questions & Answers
This should do what you want. https://fxdreema.com/shared/HqATvPh3c
-
RE: How To Double Stop Loss and Take Profit Per Loss?posted in Questions & Answers
no trade buy/sell with a 10 pip, on trade tab trade closed by SL buy/sell with in loop for SL x2.
-
RE: How do I create an EA that open just 2 trades per signalposted in Questions & Answers
Need more information than that, what is your signal? Put a shared link here to look at.
-
RE: how to limit max number of pairsposted in Tutorials by Users
Not sure but if you make 3 trees rather than set market, you can set the used market in each block.