@tho401 Your welcome.
Posts made by jstap
-
RE: why is it not working anymore? Last year this same exat structure was workingposted in Questions & Answers
@tho401 This set up does still work, if you put the shared link it can be checked, if not it can't.
-
RE: why is it not working anymore? Last year this same exat structure was workingposted in Questions & Answers
@tho401 The blocks are set out in an order that should work, put a shared project link here so what's inside can be seen.
-
RE: π―ππ ππππππππ , π―πππ ππ ππ ππππ ππππ π¬π¨..posted in General Discussions
@ukejika Then it will close at a loss, maybe you need to check the number of trades and when 2 open close profitable, you will likely need to use groups otherwise your newest will close with small profit.
-
RE: I would like my ea to find the candle that breaks the short level of a certain time? is it right to set it like this for the short?posted in Questions & Answers
@slydexx Yes this means the left operand is below the right, so if left is 1 right must be at least 1.0000000000000001, or something like that.
-
RE: day offsetposted in Questions & Answers
@andrewfrank I would do as @l-andorrΓ has suggested, if you put a number in the offset box it will look that many days in the past.
-
RE: ritest candle after breakingposted in Questions & Answers
@slydexx If you have the level then you need to do something when market properties are below/above in between.
-
RE: I would like my ea to find the candle that breaks the short level of a certain time? is it right to set it like this for the short?posted in Questions & Answers
@slydexx < is less than/below, > is more than/above, you most likely want to use candle 1, 0 will give you the current price at best not the close (0 doesn't close until it becomes 1).
-
RE: π―ππ ππππππππ , π―πππ ππ ππ ππππ ππππ π¬π¨..posted in General Discussions
@tushar The simplest way is to add a close block above buy and sell, this way as a new trade is opened the old will close.
-
RE: For Forex propfirmposted in General Discussions
@mcvinbabas This depends, what I put will work from the number put in the input, so to update would need changing, if you want this to automatically adjust to the current balance, use balance in blocks instead of the constant.
-
RE: Set a stoploss to breakeven after the next trade execute.posted in Questions & Answers
@tyutwo Put the latest shared project, this way what's (not)happening can be assesed.
-
RE: Set a stoploss to breakeven after the next trade execute.posted in Questions & Answers
@tyutwo In your picture you have the variables, as long as in your project it's saved like that all should work.
-
RE: Need help creating an EA.posted in General Discussions
@serlego1602 Yes but this has nothing to do with how a EA works.
-
RE: Can not create connection inter block after some timeposted in Bug Reports
@abfx I cant help, you can try contacting admin, I have never experienced this.
-
RE: Set a stoploss to breakeven after the next trade execute.posted in Questions & Answers
@tyutwo Did you add the variables? On the upper left you have the variables link add with the same spellings as picture, once added all should work, test on back test and let me know if not.

-
RE: Can not create connection inter block after some timeposted in Bug Reports
@trustmedia Try a different browser, it does and has always worked for me.
-
RE: Set a stoploss to breakeven after the next trade execute.posted in Questions & Answers
@tyutwo If you look at the top where it says events the grey tabs next to it is where to find, the event tabs, go to on trade and past blocks from what I sent.
-
RE: Need help creating an EA.posted in General Discussions
@serlego1602 Back test and see what's not working.