pink blocks, for each trade - if you want the price in a variable, modify variable (in loop) trade/order in loop (using this principle, you can get and use this value in many ways)
Best posts made by jstap
-
RE: price open tradeposted in General Discussions
-
RE: Help Please !posted in Questions & Answers
@thilili23 If lines are named then you you could set a flag for 1st line being touched, and then in tree check flag, in condition candle closes under line, reset the flag under buy/sell.
-
RE: Help for automating my strategyposted in Tutorials by Users
I was talking about this: https://fxdreema.com/instructions
I regularly sell books from Amazon around the word so am unsure why this would be.
-
RE: WHY IS RSIOMA EA FAILING TO OPEN POSITIONSposted in General Discussions
Start by stripping out the close, get it doing the basics first. Personally, I would set up a 2 block project just to get 1 thing working, have you got values in the data window?
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@zhahz In this link you'll see what I did to test if we have an above & below 0, for it to determine if it's <> 0 means the same logic can be used to place a trade. Have a look and see if you can get it working in your project, if not let me know and I'll see what is happening
-
RE: Save variables/constants if terminal closes/crashesposted in Tutorials by Users
If the value changes the global is updated, this way if the value is changed at any time the latest value is saved, so if the platform crashes and deinit isn't activated, the value is already saved.
-
RE: WHY IS RSIOMA EA FAILING TO OPEN POSITIONSposted in General Discussions
Not interested in telegram, I will gladly help you here but you have to show intent with showing the problems so I can help
-
RE: Triple exponential average oscillator cross over 0 not working at allposted in Questions & Answers
@ZhAhZ I am quite selective on using cross, on this I would use above > or below <, although the line goes from one side and crosses to the other, I would just use < or >, if you look in the link I posted this is the condition I used, also doesn't wait for this to happen on previous candle or check the width for condition do happen, so is all about what works best and what suites your condition best.
As people have said what you are doing should work, on your picture triple is on 0.0, this says that that the indicator is not working for your conditions, if you click the link I put then press ex5 you will get that ea so you can test and see working, if you then press mq5 and import back into dreema you will have the project to copy or amend.
-
Correct ID numbersposted in Tutorials by Users
In this project is how to draw 2 lines, and when the top is dragged the bottom line moves to match, and the relevant candle ID is put in a variable.
This also shows how important block IDs can be, if you run this on backtest you will see that when correct ID numbers are set to false the line is drawn on 0 and cannot be dragged, but when set to true the line can be moved, and the candle ID changes, this also highlights that lower number actions will react quicker to higher numbers. (your terminal will loop through numbers starting with the lowest, meaning that whatever action comes first, will happen first)
-
RE: Convert MT4 to MT5 or build from MT5?posted in General Discussions
Create a fresh version, you can convert but blocks that have position in them are MT5, so any blocks created on MT4 without need replacing.
-
RE: Condition for "when trade closed is a losing trade"posted in Questions & Answers
@xlestergg Yes that's what I mean, you are welcome
-
RE: ATR value to Pips - Tutorialposted in Tutorials by Users
The picture was from that link, otherwise just write the word else in the code.
-
RE: Buy-Sell when arrow of the indicator appearsposted in General Discussions
Half trend is a version of super trend can be inaccurate. Check that in the data window you have a value for the arrows, then check if by setting up a small test project, if you can draw an arrow on chart in backtest when a indicator arrow appears.
-
RE: Problem detecting last candle signal on custom indicator.posted in Questions & Answers
@maledetu Try using the yellow indicator appear block instead of condition, if you only want 1 trade at a time replace the one per bar block with a blue no position block.
-
RE: May I ask how to set the quantity of the order warehouse to 1? From 0 to 1, then close the position from 1 to 0, and then continue placing orders from 0 to 1, always keeping the maximum order quantity at 1. How to set it? thank you Thank you.posted in Tutorials by Users
@ddz111 It covers everything from the beginning. It will show you how to go from basic to advanced and give you an understanding of why things are set up the way they are.
-
RE: How to set up multi-strategy combination EA? Is there a template? Thank you for providing it.posted in General Discussions
There is no template, it is all about using a different set of blocks with a different group number for each set of strategy blocks
-
RE: I Want To Set A Conditional Stop Lossposted in Questions & Answers
@muneeb00 I have never used heikin ashi but it is probably because you needed 2 separate trees, those colour blue blocks need to be separate to each other.

-
RE: Help with adding an input of "Applied Price" to "WILLIAM PERCENTAGE RANGE INDICATOR"posted in General Discussions
He means you will have to create of find the indicator else where
-
RE: I Want To Set A Conditional Stop Lossposted in Questions & Answers
@muneeb00 What question are you referring to? I you are talking about sells just do the same as the buys but use sell block and opposite conditions.