@cryptoknight Yes, you can do it, but you will need a specific block tree with variables. This means you will probably not be able to use a free account (limited to max. 10 conections between blocks). Do you have an initial project to begin with?
Posts made by l'andorrà
-
RE: How can I modify the progression?posted in Questions & Answers
-
RE: Bucket of trades in tutorialsposted in Questions & Answers
@saeed-2 Can you please share the link to your project?
-
RE: Invalid Purchase?posted in Bug Reports
@luis-d MT4 and MT% are as accurate as its data quality. If you use a 99% quality data you can be pretty sure how your strategy behaves.
-
RE: Finish the bar before draw an arrowposted in Questions & Answers
@ben-4 Ok. Please don't hesitate to be back if you need some more help.
-
RE: Why are short positions not activated? What's wrong here?posted in Questions & Answers
@khalids222 Where is the variable of block 71 coming from? Is this the whole project?
-
RE: Finish the bar before draw an arrowposted in Questions & Answers
@ben-4 said in Finish the bar before draw an arrow:
shared/N5bB2P7Bd
You need to add a 'once per bar' block on top of it.
-
RE: Invalid Purchase?posted in Bug Reports
@luis-d All fxDreema EAs work fine, no matter if you are a free or active subscriber. What you see in the forums is (mostly) EAs with a wrong logic not doing what was planned. However, from time to time some bugs are found and they are fixed by the administrator.
If you are planning to use fxDreema I strongly recommend you to begin with a free account and then upgrade when you fill confident enough.
-
RE: Finish the bar before draw an arrowposted in Questions & Answers
@ben-4 It depends on your current configuration. Can you please share your project?
-
RE: Adding custom Currency Strength Meter indicatorposted in Questions & Answers
@sauce I guess you will need a reting in a custom code block. Sadly this is something for real programmers, not me, sorry.

-
RE: Why are short positions not activated? What's wrong here?posted in Questions & Answers
@khalids222 Can you please reupload your latest version?
-
RE: ATR Stop loss help (Bollinger Bands)posted in Questions & Answers
@deadllee This is a way to get the SL moved to the distance (without ATR) for buys:

-
RE: Bug in time value block?posted in Questions & Answers
@xander Correct. And the default value should be 00:00 instead of just 0.
-
RE: How to map the variables to a bufferposted in Questions & Answers
@bk7 This is a question for real programmers. Anyone here?
-
RE: Hello, help please? I would appreciate thisposted in General Discussions
@zaher-ahmad Ok, the use boolean variables instead of blocks 12 and 13.
-
RE: Condition met then look for another Conditionposted in Questions & Answers
@ronniethetrader Then you can use a boolean variable after the two first conditions. Once they are true, you can use it as a new condition to be met for the third one. Obviously you will need to separate both block trees.
-
RE: Where to place module to stop lossesposted in Questions & Answers
@ramon2020-1 That is a much better structure. However, the trailing start distance in block 9 is incorrect. There is a letter 'O' istead of a number '0'. On the other hand you should reconsider that. What do you exactly want with that?
-
RE: Open trade another pairposted in Questions & Answers
Exactly. Multibacktest is possible on MT5 only.
-
RE: Close Trade After Set Amount of Timeposted in Questions & Answers
@jsauter86 Orders are programmed positions so that, when price hits them they become trades.
-
RE: Condition met then look for another Conditionposted in Questions & Answers
@ronniethetrader I guess you mean that those conditions are NOT supposed to happen at the same time, just one after the another, right?
-
RE: Hello, help please? I would appreciate thisposted in General Discussions
@zaher-ahmad Blocks 5 and 7 are exactly the same. Souldn't they be opposite?