@galeo That is true. Sadly he doesn't check his ewallet on a daily basis and he takes his tame to answer emails. Please be patient.
Posts made by l'andorrà
-
RE: Paid version works?posted in Questions & Answers
-
RE: 3 questions about EAposted in Questions & Answers
Sorry, I forgot to add that you should select the option "All(automated and..." in the 'Filter by group' tap of the block. That will catch all open trades right now no matter what happend to the platform.
-
RE: stop loss base on %, news filter, atr trailing stop, reverse trade after stop loss hit.posted in Questions & Answers
I strongly recommend you to study the following tutorial. Youi will find most of tha answers you are looking for there:
https://fxdreema.com/forum/topic/8618/tutorial-expert-advisor-with-some-recent-issues-solved
-
RE: Find ordersposted in Questions & Answers
Wow, that is a hack of an EA! Are you sure the part we see is the only one conditioning what you are asking for? I guess the best solution would be top split up the original project into several parts and check them out all of them separatedly.
-
RE: How to Exit the trade by an Indicatorposted in Questions & Answers
Obviously, it depends on the indicator. Could you please provide more information?
-
RE: First Time With Variables. Trying to get Bar Counter to workposted in Questions & Answers
- Remove the 'modify variables' block on the right. You are modifying the variable twice.
- Substritute the 'close' block by a blue 'Close trades' block. The pink one requires a 'For each trade' block that is not there.
-
RE: Cannot understand how to not let system take a trade unless 1st is not at riskposted in Questions & Answers
Good to know. Don't hesitate to ask for help here.
-
RE: Question about conditionsposted in Questions & Answers
THe easiest way will be if you please share your project.
-
RE: Set Order Level as Variableposted in Questions & Answers
Well, your requirements are not trivial. You are asking for a reversal first and then a new impulse and all of that within a specific period of candles. That is a project in itself in which several additional variables will be required. You will need a very detailed set of conditions to identify those requirements. For example, can price move up and down limitless below the buy level before crossing up? If not, which are the limits?
-
RE: Looking for someone to build a successful EA /Indicatorposted in General Discussions
Do you have an initial project to begin with? Could you please share it here?
-
RE: detect the manual movement of the horizontal line ?posted in Questions & Answers
Didn't know that block. Time to test it!
-
RE: Find ordersposted in Questions & Answers
I see no launcher there. Is that EA for manually trades only?
-
RE: purchase using paypalposted in Questions & Answers
Just contact the admin. There should be no problem by paying with Paypal.
-
RE: Paid version works?posted in Questions & Answers
This is very weird. I never had any problem paying with Paypal. However, paying with BTC is a different thing. Payments aren't confirmed until several days passed, I'm afraid.
Just send more emailt to the admin asking for an explanation.
-
RE: Avoid trading correlated pairposted in Questions & Answers
You can try this:

Please note that the yellow output is the one connected to the 'No trade' block.
-
RE: Pending Order Trigger Cancels Remaining Pending Orders?posted in Questions & Answers
That logic is correct. Could you please share the whole project?
-
RE: Remove The Spread Infoposted in Questions & Answers
You need to select each of your projects, then go to its project options and there select this:

-
RE: Question about conditionsposted in Questions & Answers
@rawkus123 Not exactly, sorry. When a block condition is not met, all others below it will not be executed. Then all others heading block trees with higher IDs WILL be executed. Then anew tick will arrive and, in effect, everything will be executed again.
