Hello
I am 72 years old, I have no memory and I do not see well for natural reasons. But I was and still am (with limitations) a creator. You will understand that computing for people my age is not easy at all and creations like yours (fxdreema) help us enormously. I need to make the robot to make things easier for me, I plan once, I automate it and I don't need to remember what I have to do every time there is an operation. thanks for your help
Posts made by Campero
-
RE: Add coverage order.posted in Questions & Answers
-
RE: Add coverage order.posted in Questions & Answers
@campero Any other option? this doesn't work
thanks -
RE: Add coverage order.posted in Questions & Answers
@jstap said in Add coverage order.:
This is likely because your magic number isn't set to 0, 0 = manually opened.
Thanks
-
Add coverage order.posted in Questions & Answers
Hi all.
I am trying to add a hedging order to this robot to complement manual orders. I have tried an example block but it doesn't work. Thank you all for your help This is the linkck of the robot
https://fxdreema.com/shared/MmfOrEY9c -
Breakevent en ordenes pendientesposted in Questions & Answers
Hola a todos
Como debo hacer para que el breakevent funcione también en las ordenes pendientes. He probado el bloque pass y el bloque for each trade pero solo funciona con la primer operación y el trailing stop igual. Gracias por su ayuda -
OPEN NEW TRADES EVERY X PIPS IN FAVORposted in Questions & Answers
Hi all.
I want the robot to open a new trade every time the price advances 35 pips in my favor. A colleague tried to help me with a post but I couldn't find the example he gave me. I appreciate all the help. -
RE: How to build robot to manage operationsposted in Questions & Answers
@jstap said in How to build robot to manage operations:
The names are in the post above, make a start and put the shared link on here, things are quite easy to look at then.
Thanks
-
RE: How to build robot to manage operationsposted in Questions & Answers
@jstap said in How to build robot to manage operations:
Pink for each trade block, pink pips way block, pink add to volume block. This will add a new trade but use the original lot, st & tp.
Thanks for the help. Soy newbie. Can you tell me the name of the blocks? thanks again
-
RE: How to build robot to manage operationsposted in Questions & Answers
Yes, yes, that's what I want. If the price advances 35 pips in my favor, open a new trade with the same lot and with the same stop loss (35 pips) AND IF THE PRICE ADVANCES ANOTHER 35 PIPS FROM THIS NEW TRADE, open a third trade and so on, all with the same stop loss, the same break event and the same trailing stop. Thank you for your effort to understand me.
-
RE: How to build robot to manage operationsposted in Questions & Answers
Hello
Sorry, I couldn't explain myself. As the example says (¨Add to Volume (every 10 pips)¨) my wish is that the robot adds a new volume every 35 pips in favor, as many times as the advance of the price in favor allows it (example the price advances 120 pips In favor, the robot adds volume at 35 pips, another volume at 70 pips and another volume at 105 pips). I have done this build but it doesn't work. What am I doing wrong? Thanks fxdreema.com/shared/uNmjNnWE -
RE: How to build robot to manage operationsposted in Questions & Answers
Hello.
Maybe I didn't know how to explain myself well. The basic idea is to create a robot to automate a mathematical progression. I explain the steps. Step 1) I open a manual operation. Step 2) the robot puts the stop loss (35 pips), the take profit (optimizable), the break even and the trailing stop TO THAT OPERATION. Step 3) If the operation advances in favor 35 pips THE ROBOT OPENS A SECOND OPERATION with the same conditions as the first one (stop loss 35 pips etc.) Step 4) If the operation advances in favor another 35 pips, THE ROBOT OPENS A THIRD OPERATION and so on (Fourth, fifth etc) If the price goes back they will be closed with the trailing stop. The stoploss of the last operation is lost but it is won in the remaining ones. For weekly trading.
Thank you so much for helping me. -
RE: How to build robot to manage operationsposted in Questions & Answers
Hi all.
I have reproduced the robot in the builder. I can not find where to establish how many pips away (from the manual operation, buy or sell) I want to make the first operation and then the 2nd, 3rd, 4th etc. I am confused with the first condition, when translating it tells me ¨ from the newest to the oldest¨ My intention is to open operations from a manual operation already open (it would be the first, the robot does the 2nd, 3rd, 4th etc. And a second question is it possible to test it in the strategy tester? I have not succeeded. Thanks for your help.
THE WEB LINKS IS: shared/p6iLgNUwd -
RE: How to build robot to manage operationsposted in Questions & Answers
10 points, I already have to begin to orient myself. Thanks, again
-
RE: How to build robot to manage operationsposted in Questions & Answers
Aaaaaa. TS 50 value, all values with the possibility of optimizing them. Thanks thanks thanks
-
RE: How to build robot to manage operationsposted in Questions & Answers
Hello Distance breakeven 20 pips tunable. What is TS? Distance Stop Loss 35 pips modifiable. Take Profit distance 105 optimizable pips. I wish I could build it myself to begin to understand the builder. I appreciate your suggestions to improve it. Thanks
-
How to build robot to manage operationsposted in Questions & Answers
Please help. I want to build a robot that manages operations. The idea is that the operation is manual and the robot places the stop loss, the take profit, the brakeven and the trailing stop. And also that if the operation advances to fabor x amount of pips open a new operation in the same direction of the trend. I do not know with which condition to start (on trade, if trade or each trade) and what would be the first condition, if the block of trailing and breakeven (My free fxDreema EAs: 5. Customizable trailing stop) or the block of condition for second purchase or sale) thank you