@amincgi Can the big candle be as big or small as you want or there must be a size ratio between the big one and the small one.
Best posts made by l'andorrà
-
RE: candlestickposted in Questions & Answers
-
RE: Closing a position once it's n candles old?posted in Questions & Answers
@tonyramirez The second option should work. Can you please share your project?
-
RE: How does the emergency STOP feature work in fxdreema project options?posted in Questions & Answers
@jzfusion I have no idea. I suggest you to ask that directly to the admin. He'll not reply soon, but he will for sure.
-
RE: Exporting values to Excelposted in Questions & Answers
@alfredinho50 I know ir is but never tried it. You will need some code for sure. You can find some hints here:
https://fxdreema.com/forum/topic/3269/Send-Excel-data-to-EA/3
https://fxdreema.com/forum/topic/4068/Question-about-Write-to-file-block/6 -
RE: Why do some variables have check boxes but can't be optimised?posted in Questions & Answers
@tonyramirez Because 5 years ago or more (this platform is 9 tyears old) they were available as optimizable as boolean but that caused a lot of issues so this option was removed but the checkboxes are still there.
-
RE: "ON TRADE" event works badly?posted in Questions & Answers
@ambrogio Create a boolean variable initially as false before block 22. Then change it into true after block 22. That way those blocks on the 'on tick' tab will not interefere anymore until the EA ir reset.
-
RE: "ON TRADE" event works badly?posted in Questions & Answers
@ambrogio That's weird because that block works perfectly fine to me in all my EAs. Honesntly I cannot seen any falw in the logic.
-
RE: EA automatically drawing trendlines or channelsposted in Questions & Answers
@bertkuiper Technically, yes, you can do it, but it is not recommended. Drawing trendlines and channels is an indicator's job, not necessarily of an EA's. I recommend you fins a good trend drawer and then importint it into your fxDreema account. You will save A LOT of pain and suffering, seriously.
-
RE: Scan Historical Data for Conditions/Valuesposted in Questions & Answers
@cdwilder1 You definitely need a loop structure looking at the past candles. I strongly recommend you to ask for mr. roar's help. He the best user creating loops.
-
RE: multiple alerts,...nonstop.posted in Questions & Answers
@weius Those conditions are on the 'on tick' tab. This means every tick arriving to yor MT4 while conditions are true will send an alert. You shouls include a 'Once per bar' block between blocks 1 and 3 and another one between blocks 2 and 4.
-
RE: Scan Historical Data for Conditions/Valuesposted in Questions & Answers
@roar Impressive, as always.

-
RE: using fxdreema variables with on OnTester()posted in Questions & Answers
Wow. I guess the only guys here who can offer you ans answer are miro and roar. This is what I call ultraadvanced fxDreema.

-
RE: How to make this EA:posted in Questions & Answers
@khacdiepvnc Do you really want a martingale? They are not profitable in the long run!
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@ajmd97fx Genial. Ahora sí que me ha funcionado. Gracias.
-
RE: EA para varios pares de divisas al tiempoposted in Questions & Answers
@ajmd97fx Depende de la estructura de tu EA. SI ya tienes tu árbol lanzador de operaciones creado, ese bloque debe ir situado en la cima, con todo el lanzador debajo de él. En ese caso ya no es necesario el Pass.
-
RE: Help please! EA that trades Parabolic SAR signals with 200 moving average.posted in Questions & Answers
@tt As far as I can see, your logic is correct. I guess that combination of conditions with PSAR and MA are very uncommon to happen.
-
RE: Help please! EA that trades Parabolic SAR signals with 200 moving average.posted in Questions & Answers
@tt Do you want us to pay for you?
-
RE: Newbie in need of helpposted in Questions & Answers
@thegreat You can do this:

But be sure that block 1 has a lower number that block on top of your launching trade's tree. Otherwise trades will be closed as soon as they are opened.