@sidudu You don't need the pink block, pink work better with pink. Unless you want 4 trades on every bar remove the once per bar and replace with blue no trade/order block.
Posts made by jstap
-
RE: help me .How to check profit (average)posted in Questions & Answers
-
RE: Scan Lower Timeframe For Engulfingposted in Questions & Answers
@aisar Decide what you are classing as engulfing, @miro1360 has a tutorial about formations, create a tree that starts to count candles (unless you think all timeframes will have an engulfing at the same time), create a tree for all relevent timeframes, add all this to your buy/sell/arrow whatever you want so you can see it working.
-
RE: Comment Blockposted in Questions & Answers
@aisar That is a bool constant, this gives you the true/false option in inputs, in FX the current chart symbol is the default? To use other symbols you have to decide what and when you are using different ones, then set up blocks to implement.
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@uriel-0 I am unsure why this doesn't work for mt5.
-
RE: boom1000posted in Questions & Answers
@quintonkhosza Afraid not although someone may come by with one.
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@uriel-0 Yes most works on both.
-
RE: question about creating a semi manual on chart trade/scalping manager using buttonsposted in Questions & Answers
@dgu2022 This is fairly straight forward, search for @miro1360 buttons, start to create, ask any questions for any problems you are having and put a shared link, problems can then be helped.
-
RE: boom1000posted in Questions & Answers
@quintonkhosza You'd be best to find a specific boom/crash custom indicator.
-
RE: How to build robot to manage operationsposted in Questions & Answers
@campero The names are in the post above, make a start and put the shared link on here, things are quite easy to look at then.
-
RE: using EA for different assetsposted in Questions & Answers
@andrewfrank Set market for next blocks, is in the controlling blocks section.
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@uriel-0 This will likely do all in 1 block:
-
RE: TP/SL by Highest+Lowest candles Period averageposted in Questions & Answers
@uriel-0 You could do it this way: https://fxdreema.com/shared/ugWWCHz6 You could also add if statements to reduce the blocks more, I haven't tested but should work
-
RE: How to build robot to manage operationsposted in Questions & Answers
@campero Pink for each trade block, pink pips way block, pink add to volume block. This will add a new trade but use the original lot, st & tp.
-
RE: [BUG ]Indicator is not visualized in the live marketposted in Questions & Answers
@gu95ckt8 There was a post that shows how to do this in the last couple of days, means using custom code though: https://fxdreema.com/forum/topic/5515/load-custom-indicator-to-chart-via-custom-code-function-on-init
-
RE: [BUG ]Indicator is not visualized in the live marketposted in Questions & Answers
@gu95ckt8 Go to your navigator or insert in the top menu tabs.
-
RE: [BUG ]Indicator is not visualized in the live marketposted in Questions & Answers
@gu95ckt8 What do you mean by graph?
-
RE: Close position when next candle close [SOLVED]posted in Questions & Answers
@felixnr I would set the current timeframe to a variable, then use this in the expiration field.

-
RE: Current Candle RSI is higher than previous 10 Candle RSI.posted in Questions & Answers
@nawajishk You can do this with multiple condition blocks, can0 rsi > can1 ri, next condition can0 rsi > can2 rsi, and so on until all conditions are checked.
-
RE: [BUG ]Indicator is not visualized in the live marketposted in Questions & Answers
@gu95ckt8 Are you talking about a standard meta trader indicator? If so add manually to chart, the EA will use this indicator without the need to add, if is a custom indicator just ensure it's in the folder.