@krystian Yes, but you need to specify the same value of the candle ID to each position of the MA. Candle ID 1 with MA ID 1, Candle ID 2 with MA ID 2, etc. And please connect all blocks correctly. Now all input point are connect to other input point not to output dots.
Posts made by l'andorrà
-
RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this projectposted in Questions & Answers
-
RE: Ichimoku (Solved)posted in Questions & Answers
@xyon126 What does 'before 6 candles mean' exactly?
-
RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this projectposted in Questions & Answers
@krystian You can add 5 additional 'condition' blocks specifying that the low MUST be above the SMA for buy and below it for sell.
-
RE: Multiple trades are created one after another? I want 1 signal from indicator=only 1 tradeposted in Questions & Answers
Can you please share your latest version?
-
RE: Need Help with Fibo Indicatorposted in Questions & Answers
@biztet You are using a custom indicator. Did you check its buffers are correctly identified by fxDreema?
-
RE: Opposite trade at specific loss value for all tradesposted in Questions & Answers
@prasa1000 The 'Modify variables' block is empty!
You ned to insert the variable there that will be used in your 'Sell pending order' block. -
RE: Check distance between 2 trades then save to the variable as pipsposted in Questions & Answers
@cheaponreay01 Do you mean two open trades (so open prices) right now?
-
RE: Is there a way to extract the value of atr in pips even if the pair has 4 digits after the point as eurusd or three as usdjpy?posted in Questions & Answers
@juanitomejiar That number is the exact number of pips for that symbol. If you multuply it for any number you will be distorting its value. Are you using it on forex symbols or non forex symbols? If the second case you should take a look at the pip size rules.
-
RE: Set optimizationposted in Questions & Answers
@ramisignals AFAIK fxDreema cannot do that unless you create a custom code block for it. However, maybe I'm wrong.
-
RE: Exported mq4 file does not correspond to fxDreema projectposted in Bug Reports
@fm2020 Probably the file is corrupted. Try to do it again from scratch. Probably some memory from other project got stuck there.
-
RE: An Example of Output and Communication, write to fileposted in Questions & Answers
@rodrigo-ortuzar Here you can find some interesting threads about it:
https://fxdreema.com/forum/topic/6747/write-to-file-swing/2
https://fxdreema.com/forum/topic/6305/write-to-file-block
https://fxdreema.com/forum/topic/6111/more-columns-in-write-to-file-block -
RE: TP y SL en nivel de linea horizontal para mt5posted in Questions & Answers
@leka-0 Te voy a ser honesto. No sé trabajar con fibos en fxDreema. ¿Has probado de segmentar tu proyecot en elementos menores que funcionen con seguridad para luego irlos ensamblando de nuevo? Seguramente así podrás una solución.
-
RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this projectposted in Questions & Answers
@krystian Not sure I get it. Can you please upload an image?
-
RE: how do i set modifystops blockposted in Questions & Answers
@anslembrath You can add a 'Close trades' block immediately before both buy/seel now blocks. One for closing sells and the other for buys.
-
RE: Feedback on my Crossover Strategyposted in General Discussions
@fm2020 Please do the following changes for the EA to work properly:
- Specify one 'No trade' block for buys only and the other one for sells only. Now both are dupliated for buys and sells.
- Use one only 'Trailing stop' block and remove it from its current position. Use a 'Pass' block as the head of a new tree and then connect the 'Trailing stop' block below it.
- You need to specify the word 'pips' immediately afer '+10' in all condition, buy/sell now and trailing blocks. It should read '+10pips' instead of '+10' as now.
Try it and let us know.
-
RE: Multiple trades are created one after another? I want 1 signal from indicator=only 1 tradeposted in Questions & Answers
@krystian Did you try holding the 'No trade' block AND the martingale management? That should work.
-
RE: How to limit the Parent ordersposted in Questions & Answers
@alphaomega Sorry, I didn't see the link.
AFAIK the admin created that blocks in a way that the child trade is a new trade at all effects no matter what. Probably this is why we cannot 'control' them as expected. I'm afraid the only way to get something clear is askinig directly to him. 
-
RE: How to limit the Parent ordersposted in Questions & Answers
@alphaomega Can you please share your project?
