@marianomartinez Here is a topic on it https://fxdreema.com/forum/topic/4233/example-trendline-ea
Posts made by Hadees
-
RE: when candle move ( buy / sell pending limits and stop move too ) , how ?posted in Questions & Answers
@moon all the options for order types are in the block . i think this works for moving orders .http://icecream.me/3a4fa9c2b15eb98d9834f81f39b66990
-
RE: Prolblem mrtingaleposted in Questions & Answers
@43275529 set the string to a variable for the sequence and then reset that when profit is taken or trades are closed on the on trade tab. You may want to save the variable as brokers reset terminals and will mess with the sequence. Miro has great posts covering sequence in many ways and has good post saving variable.
-
RE: FxDreema is awesome!posted in General Discussions
@angela This is a tool for implementing strategies and to help test them. If you don't have a strategy then your EA won't be profitable. How do you feel cheated ? Have you actually tried to search and follow the examples ? .There are so many examples in the forum MIRO and ROAR + loads of others they have covered 99% of anything you can think of, take the concepts shown and adapt them to your needs. Please stop moaning and going on about redemption / being cheated. I enjoy using Fxdreema and it is a great cheap tool. I'm too lazy to learn to code and dragging pre coded blocks or following the examples is nice and easy option. I appreciate all the hard work from members and fxdreema because they have helped me a lot.
-
RE: I beg you, how can I subtract my batches automatically for example I want to start at 0.10; 0.09 0.08 ........ ........ ........ ........ ........ ........ ........ ........ 0.01 it's a martingale upside downposted in Questions & Answers
Try using the custom sequence option in the buy and sell blocks and then tick reverse mode.
http://icecream.me/7702f21d5b8ab17c038ae5afc33c2e30
the numbers you write in the sequence means the starting lot size will be multiplied by that. If that isn't what you want there is a custom example using variables in the forum. You can also you no trade nearby to limit the amount of orders.
-
RE: Total lots open on screen?posted in Questions & Answers
@cpbonzo i think this works if you build it on Tick
http://icecream.me/3667bc72f68bc9c5efd536c23df8b574 -
RE: Close all trades not workingposted in Questions & Answers
@boferer within the block you will need to make sure it is for buys and sells and then pick money as type of in profit. http://icecream.me/e1ba9a0b666f6ecefc8f2b3af714f484
-
RE: Close all trades not workingposted in Questions & Answers
@boferer i check profit and close trades like this

-
RE: Close all trades not workingposted in Questions & Answers
@boferer do you need a condition like once per bar or seconds as the first block for it to run ?
-
RE: Is this forum read by the administrator?posted in Bug Reports
This thread is crazy lol. The most important thing is the logic used if you have that then you can still make EA
-
RE: Is this forum read by the administrator?posted in Bug Reports
If you are importing any data or using something like tick data suite maybe it has corrupted your meta trader. Have you tried reinstalling it ?.
-
RE: How to set buy and sell pending orders every x pipsposted in Questions & Answers
Hey man i think you need some kind of condition to place the trades and then that block wont place another within x amount of difference. Within the buy pending order/ sell pending order use the price offset.
-
RE: How to set buy and sell pending orders every x pipsposted in Questions & Answers
@alexanderjohnson21 use the no pending order nearby block.
-
RE: CLOSE ALLposted in Questions & Answers
Como hacer un close all, si tengo abiertos varios EAS, y llegan en un día a una perdida en dinero que yo estime con anterioridad, para que ese día
se cierre todo y no pierda mas dinero.
Porque he obsevado que el dia que empiezan a ir mal las cosas a medida que va pasando el dia, cada vez pierdo mas dinero, y me gustaria una herramienta que le pueda decir que si llego por ejemplo a una perdida total de 1.000 € que me cierre todas las operaciones y para todos los Eas.
Yo suelo abrir mi porfolio de 10 u 11 EAS a las 1 de la mañana y los cierro a las 10 de la noche para no pagar swap. haber si alguien me puede ayudar muchas graciashttp://icecream.me/57af79f052731ec70bbc2103a1ab2a2b - tal vez algo como esto Dentro de los bloques tienes modo grupal, símbolo etc ....
-
RE: Run a script on all opened charts?posted in Questions & Answers
What do you want to do ? You can specify things like Group, Symbol and Time frame within the blocks.
-
RE: RSI Below 30 or Above 70posted in General Discussions
http://icecream.me/36a4d43919603c399bc1cf94e6028c94 use condition like this. Do a search of the forum i'm sure there are full examples about.
-
RE: Add Broker Commissions to make the scalping EA profitableposted in Questions & Answers
Hi - I think commission and swaps is included in the calculations already when you choose money - http://icecream.me/fde3d4e3c3a47296fdbf77354286a045
-
RE: Lot size based on a variable value?posted in Questions & Answers
I do it by putting it in this one http://icecream.me/b77103c999a8ffcbf1de8e09722895e0