Posts made by jstap
-
RE: Bool pass - Trueposted in Questions & Answers
You are welcome, I like many like to help others on here. It tends to be easier and more efficient to everyone if there is only a simple thing to answer. Then when implemented you can test and ask more. It helps people learn what they need to do for themselves.
have a good day
-
RE: About the Chrome extension to download filesposted in Questions & Answers
@rajukumbar You can go to the main page to contact admin
-
RE: Bool pass - Trueposted in Questions & Answers
I thought I explained how, so maybe you should ask how to to the 1 thing you are struggling with... so now my sarcastic comment, you cannot change a constant from your robot, you can change an enum value in a variable, but this is a variable...
-
RE: Hello Family,i have looked also in the forum,but could not find solution.I want my EA to take a sell position at until a certain distace from an Object on chart.No trades should be taken above that distance in pips.Thanks.posted in Questions & Answers
I would, high (ma price) - ask price (will give you the distance in points) is greater than x.xx. If so place the trade
-
RE: Hello Family,i have looked also in the forum,but could not find solution.I want my EA to take a sell position at until a certain distace from an Object on chart.No trades should be taken above that distance in pips.Thanks.posted in Questions & Answers
@Kg1 If you remove the once no position block you will get many trades together, set a reason to place a trade, something like once per bar
-
RE: Hello Family,i have looked also in the forum,but could not find solution.I want my EA to take a sell position at until a certain distace from an Object on chart.No trades should be taken above that distance in pips.Thanks.posted in Questions & Answers
A cross is likely to happen once in a candle, even if price bounces the distance will be the same, so checking this above distance is pointless, check distance then the cross. The no position block will not pass if another position has been created... by pass I mean moving on to the next block
-
RE: Hello Family,i have looked also in the forum,but could not find solution.I want my EA to take a sell position at until a certain distace from an Object on chart.No trades should be taken above that distance in pips.Thanks.posted in Questions & Answers
By having a cross especially above a condition and a no position block means it can only place 1 trade
-
RE: Bool pass - Trueposted in Questions & Answers
x> set bool to true, x< check 1st bool - run other blocks, same blocks but backwards in another tree connected to the other blocks. Rest 1st bool when no longer valid. If you struggle to get this working, add a shared link to look at.
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
show me pictures of how you have it set, if you are getting compile errors after creatin while trying to use, you could copy each section, past into ChatGPT and ask what is wrong showing the builder compilation errors
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
not to show up in the builder, and if you already know a little about it you should be ok, When ever I create as soon as I save it can be used, I will refresh the builder page though
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
You can find that here (https://fxdreema.com/forum/topic/21603/close-all-mt5-trades-quickly/14) not sure how quick it will be though. maybe you are looking in MT4 when you created in MT5, or vice versa?
-
RE: "Position Created" is not working on MT5posted in Questions & Answers
Sorry mate, looks like all you can do with this is go to main page and message support

