@william-3 All blocks on the 'on trade' tab should be moved to the 'on tick' tab.
Posts made by l'andorrà
-
RE: having an issue with my baseline.posted in Questions & Answers
-
RE: I want my EA to only be able to by when price is inside a manually added rectangle, is this possible?posted in Questions & Answers
@bk7 Interesting. Didn't consider storing time as the equivalent for price for the upper/lower levels. Thank you very much.
-
RE: Button with the name of the current symbol or pair.posted in Questions & Answers
@xyon126 Did you try ajmd97fx's sugegstion? Did it work?
-
RE: I Fibonacci levels to enter trades.posted in Questions & Answers
@zae As I exaplaind in your pevious thread, fxDreema is bad at plotting fibos on chart. You should calculate the levels with simple math. Can you please upload an image showing what scenario you are looking for buy, for example?
-
RE: Ask for a guideline for EA to trade BTCUSD.posted in Questions & Answers
@nawathana CAn you pleas specify what is your question? Do you have any EA that doesn't work and need some help?
-
RE: I need help with increasing volume when the previous trade is a losing tradeposted in Questions & Answers
@chienusd I'm sorry. I don't understand.
-
RE: There's a problem both condition not working with each otherposted in General Discussions
@zae Yes, you need to specify candle ID 1 on all operands of all 'condition' blocks.
-
RE: how to make an EA copytradeposted in Questions & Answers
@khacdiepvnc GTOAT777 is right. Don't waste your time trying to create a copier. Just Google 'fxblue trade copier' and you will save a lot of headache.
-
RE: Add lot per trade 0.01 0.02 0.03 0.04....posted in Questions & Answers
@khacdiepvnc You can create a variabla controlling lot size and another one counting the maximum amount of increasing steps. Considering that every new lot size level is +0.01 from the previous one you can do that this way:

-
RE: I HAVE CREATED ONE EA FROM MOVING AVERAGE AND IT GAVE GOOD PROFIT BUT HOW TO LOCK THE PROFIT IT SO WHAT THE STEPS TO ADD IN IT CAN ANYONE HELP ME TO UNDERSTANDposted in General Discussions
@ravi-4 A total profit of -4555 can be considered a 'good profit'?
-
RE: Export to mq4: Keep using the old custom indicator (MT4)posted in Bug Reports
@sktsec Interesting. Thank you very much for sharing.
-
RE: How do i set my EA to Buy Buy and Sell Sell.posted in Questions & Answers
@lali I see you modified my suggested structure and I don't understand why. My structure works correctly. I see you added some unnecessary 'no trade' blocks in your structure.I strongly recommend you to use my structure.
-
RE: Pending orders in grid blockposted in Questions & Answers
@lucivuur This is a complex structure to implement. Have you read all instructions pages on fxDreema? That would help. we can begin to create it but it is not a trivial project.
-
RE: Fibo assistance pleaseposted in Questions & Answers
@jsauter86 Sadly, fxDreema is not eficient at plotting fibox on chart. You should calculated levels with simple math instead. Not visually appealing with 100% effective.
-
RE: Buy-Sell when arrow of the indicator appearsposted in General Discussions
@jokeratos Blocks 3 and 12 are to be modified. Block 3 should be specified for sells only and block 12 for buys only. Your second project doesn't have those blocks. This is why multiple trades were open and none of them closed.
-
RE: Creating an EA with fibonacciposted in General Discussions
@zae fXdreema is not as efficient at plotting fibos as it is calculating them. I strongly recommend you to calculate levels instead of plotting them on chart. On the other hand, jsauter is right. The whole strategy should be shared before moving on.
-
RE: RSI + Bollinger Band EAposted in Questions & Answers
@zae Some more detailed infor would be appreciatd. What do you exactly mean by 'touching bottom band'?
-
RE: Wingdings with X & Yposted in Questions & Answers
@pheaktra-capo That is something I don't know how to do, I'm afraid.
Importing info from an extarnal source can be done with Terminal Variables, but I have no idea how to use them. I recommend you to do some search on this forum. I remember someone else asked for something similar.