@ahmad-a The only way I have found to do something like this in in the link, is enough to see the process, will allow passing data from different EA's and terminals on the same computer.
Posts made by jstap
-
RE: Save my setting and get back when needposted in Questions & Answers
-
RE: FXdreema error or mine?posted in Bug Reports
@alphaomega I am unsure but you could try removing the candle ID for the line, may make no difference but worth a shot
-
RE: Problem of falling MAs.posted in Questions & Answers
@sirluk This should do what you want, have removed the once per bar as will only allow 1 trade of each type, have made the buy and sell tree separate, test and once working add back together if required.
-
RE: Indicator Is Visible, additional candlesposted in Bug Reports
@tipsywisdom I am unsure why but the fractal is only ever on 1 candle, ID2 (which may repaint) or ID3 or higher.
-
RE: Problem of falling MAs.posted in Questions & Answers
@sirluk What I mean about numbers is, each time frame and asset will have a different slope value so put on back test to see what suites, copy the condition blocks and put in your trade trees, a minimum slope value of 0 is easiest to use but it means you don't have a flat value, is either up or down. The candle range number will depend on how quickly you want the up/down to change.
-
RE: SAVE RESULT CONDITION IN VARIABLEposted in Questions & Answers
@tonygbrobot Your shared project isn't showing all but put what creates the level inside the modify variables block.
-
RE: Problem of falling MAs.posted in Questions & Answers
@sirluk You can do it like this, just ensure the best numbers are used for pair,
Have changed + to - because it was wrong:
-
RE: Yesterday's Highposted in Questions & Answers
@oscarmothupi If you use daily candle 1 ID high & low, this is the pervious day.
-
RE: MT5 Modify Stops but leave Profit Unchangedposted in Questions & Answers
@jim67 I see didn't even know this block exsisted, you can still use the pink blocks though:

-
RE: Some requests to improve fxDreemaposted in Questions & Answers
@rgoo Place and drag a pass block as far down as you like, allows scrolling and easy placement.
-
RE: Using a Constant within a Terminal Variable nameposted in Questions & Answers
@sauce I am unsure why the only thing I can assume it that the condition block isn't getting the global data.
I have put all into a comment to check but all seemed correct:
-
RE: CHECK DISTANCE WITH MOVING AVERAGEposted in Questions & Answers
@chittu try changing the value as is to price fraction
-
RE: Using a Constant within a Terminal Variable nameposted in Questions & Answers
@sauce Add this to variable as text code input: "CSM-1-H1-"+base variable; and this in another "CSM-1-H1-"+quote variable, by base and quote variable I mean how I shoved you before to add to a variable.
-
RE: Get signal from candle ID1posted in Questions & Answers
@ambrogio I think that buffers needed should already be in the indicator, if there not then whatever means work is the only and best idea.
-
RE: Series of candlesposted in Questions & Answers
@sirluk You could use flags so when MA crosses it's set to true so when the next crosses a trade is placed, make sure the flags are reset, also when a MA has crossed it becomes above or below so when another crosses both are in the place you need.
