@mmbinvest The object on chart only works when the screen is active. The picture you have put shows that you can use indicator appear block because it's counting every time, now that you see this working use the count to double check the buffers and then use the same logic in EA to make it work as you like. For me back testing has always done the same as live chart.
Best posts made by jstap
-
RE: Custom Indicator -- buffer not working as expectedposted in Questions & Answers
-
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: block input logicposted in Questions & Answers
@haoglueck It's or, if condition 1 is true then this will activate 3, if condition 2 is true then this will activate 3, whichever happens 1st.
-
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: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Orange condition block with a bool condition, if this is true then below blocks will activate, if false they wont, this is why once a day the condition is set to true and if loss met it, turned to false to stop trading.
-
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: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan I cant help you, should be working, try and rebuild again and see if this changes the behaviour.
-
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: 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 know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Because that skips 80 if you don't want to use, just create a constant bool condition.
-
RE: problem about finding blockposted in General Discussions
In blocks you can setect the trades it works with:

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan I have showed you how to bool conditions on FX you need to understand simple logic, I can do for you but to learn how will enable you to fix other problems.

-
RE: Accoun Balanceposted in General Discussions
Check profit (period of time) if< your amount place a trade, if> your amount close all trades (if yow want to stop trading), then the next it will start again.
-
RE: ATR condition doesnt work in fxdreema?posted in Questions & Answers
@tashab The ATR goes from bottom to top, the numbers aren't fixed, they change depending on the average candle size during the used period, the returned number is the price fraction of the average size, I do not have line cross on ATR because of this, you can reference candle size and compare to average.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Not without using an existent condition or, setting up another condition to activate/deactivate, to me having another input value is the best way to go.
-
RE: highest / lowest close of a period of n candlesposted in General Discussions
This should do it, not tested but compiles: https://fxdreema.com/shared/FoVpQnJDb
