Yes .. of course!
Posts made by tcanuto
-
RE: Missing Dynamic Level on the block (in loop) Modify SL and Tposted in Bug Reports
I believe so. Thank you. Now I'm having problems does not appear in the EA folder MT5. I've added my EA MQL5/Expert inside the folder, but can not view MT5 platform. What should be happening?
I'm using Windows 8 Pro -
RE: Missing Dynamic Level on the block (in loop) Modify SL and Tposted in Bug Reports
Ok! Thanks!
This missing Dinamic Size in "Price relative to". Is there a difference between "Current price mark"?
-
RE: Missing block 'Once per Trades' for MT5posted in Bug Reports
I need you to open only one order per trade, or more if necessary.
-
RE: Missing block 'Once per Trades' for MT5posted in Bug Reports
Hi .. is missing in this block projects MT5
I await return!
-
RE: Problem Fixed Ratio of Ryan Jones.posted in Bug Reports
Oh way, I think there's something wrong with the delta value.
A doubt:
Delta is working well:
Delta: 500
capital 1000
lots 1option 1
Lot 1, 500 profit = 1500
Lot 2, 500 profit = 2000
Lot 3, 500 profit = 2500
Etc.or so?
option 2
Lot 1, 500 profit = 1500
Lot 2, 1000* profit =2500
Lot 3, 1500 Profit = 4000
Lot 4 2000 profit = 6000
Etc.- Profit before + Delta.
For me it seems that it has increased the lots fast as option 1, but I need to be by option 2.
-
RE: Missing Dynamic Level on the block (in loop) Modify SL and Tposted in Bug Reports
Hello! This missing this option in the projects of MT5.
Missing Dynamic Level on the block (in loop) Modify SL and TP in the projetc of MT5.
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
__By the way if you think that when a block is red glowing, that means that it is skipped and the next one is executed - no, this is not the situation. Red glowing blocks are disabled with all the blocks that follow.[/quote:30xn81oy]
So ... if u is saying that, then maybe I'm wrong. Well, what I need then, no matter Shrink or Modify from functioning and not be changing, at least up to a maximum period of Price Channel indicator. I was believing it would work with "(in loop) Shrink". I'll be doing more tests.The block "(in loop) Shrink" I believe the way it works "Dynamic Size" with the price channel indicator. The problem is that it is not 3 pips above the Channel Up and Down 3 pips below the channel.
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
I'm sorry if I was not clear, but had already mentioned in past messages. The block "(in loop) Shrink" is working correctly with the Price Channel, by way of dynamic SL. Download the project and test by yourself and confirm. It worked better than the block "(in loop) Modify" because the latter was rising when the SL had the opportunity. Already block "(in loop) Shrink" only reduces, and precisely why I chose him because he does not rise to the SL.
The block "(in loop) Shrink" is working the way "Dynamic Size" with the price channel indicator. The problem is that it is not 3 pips above the Channel Up and Down 3 pips below the channel.
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
When buying, I need the SL "(loop) Shrink SL (Channel Down) ..." function with three pips below the "Channel Down" indicator Price Channel;
When selling, I need the SL "(loop) Shrink SL (Up Channel) ..." work with 3 pips above the "Channel Up the Price Channel indicator.
Is it possible?
Summarize everything I said earlier.
Please review the link if the project is needed: http://fxdreema.com/shared/S53qTfyJb
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
Yes .. this is what I need, the SL always becomes smaller. And I have achieved this using the "(loop) Shrink SL ..." and decreased by Dinamic Size happens with Price Channel indicator. But I need it to work correctly toDigits (SLPipsDistPriceChannel), it seems that this has worked inverted. Instead of being 3 pips below the line of the Down Channel, this above, and vice versa for the Up Channel.
Do you understand me now? Please review the project have shared here posted: Fri Apr 12, 2013 11:07 pm
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
Must be reduced by Dynamic Size, and is 3 pips above the top line of the price channel, and 3 pips below the low of the price channel.
The Dynamic Size Price'm using the Channel, as the shared project previously.
As I said, the block "(in loop) Shrink SL ..." functioned properly, and did not change after he was fired the BE. It's what I need.
Now the block "(in loop) Modify SL ..." occasionally kept changing. Activated the BE, and then returned to the previous level, and previous BE.I need you to do work with the block "(in loop) Shrink SL ..." and not with "(in loop) Modify SL ..."
I repeat. block "(in loop) Shrink SL ..." is working as I want. I just need to work also constant.
The constant work properly on the block "(in loop) SL Modify ...", but I need it to work by block "(in loop) Shrink SL ...".
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
__I'm almost sure that you want to do this: http://fxdreema.com/shared/f8fXi5QNb[/quote:1zwqpuxu]
Yes .. almost. But instead of using the block "(in loop) Modify TP and SL ..." I need to use "(in loop) SL Shrink" because this way it worked. But it did not work correctly + toDigits(SLPipsDistPriceChannel) e -toDigits(SLPipsDistPriceChannel). Not giving this space pips away from price channel.
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
__So now indicators data cannot be shared to the project.[/quote:1w3yea1c]
I'm sorry again. I'd forgotten the indicator. The indicator is attached. Actually the indicator is being used in all my EAs.Bugs are always running after me

Nevermind. __Now you use "Shrink" blocks that are created to shrink SL/TP with some pips, and the input value here should be like this: 5, 10, 15, 20. [/quote:1w3yea1c]
I am using SL 'Dynamic Size' based on the Price Channel indicator.__Optionally it can be in what I call "digits" format like this: 0.0005, 0.0010, 0.0015, 0.0020. But not in price level format like 1.2837. There is no reason to shrink SL with 1.3265 pips, for example.[/quote:1w3yea1c]
What is happening is that the toDigits(SLPipsDistPriceChannel) is not working properly. It was you who taught me this same way.......
Price Channel.mq4 -
RE: EA simple that works by the movement of the price.posted in Questions & Answers
So ... I tried to do differently, but that was simpler, and it worked. But the constant SLPipsDistPriceChannel I created is not working as it should be.
I left the pink block off earlier, but in this project to give you, as the previous one, the constant was working properly.
http://fxdreema.com/shared/S53qTfyJb
-
RE: EA simple that works by the movement of the price.posted in Questions & Answers
Hello fxDreema. Okay with you?
I need to know how do I cancel the "Modify loop in SL or TP" is triggered when the Break Even or Trailing Stop?
For this happening when the BE is triggered after a time back to the previous SL, and need to remain in the BE or TS.
-
RE: News EAposted in Questions & Answers
Hello fxDreema. I tried this way, but I could not make it work.
http://fxdreema.com/shared/2QWwsRG3b -
RE: News EAposted in Questions & Answers
Yes .. That same fxDreema. I will use a bookmark to open orders.
Well .. what I need is the following:
Open 2 pending orders, one above the current price, and one below, about 10 secundos before the news. (In this case, relying on this indicator vertical line);
Pending Buy order above, with 6 pips away from the price;
Order pending Sell below, with 6 pips away from the price;
These orders are one of Buy Pending, one of Sell Pending;
The pending orders should be following and watching the price, to sell below the price, to buy up the price, up to the time of the news, which will trigger one of the pending orders, and the other should be canceled, or OCO orders buy and sell.
-
RE: News EAposted in Questions & Answers
Hello! Today I will create an EA news, and would like to tell with the help of the forum fxDreema to do it.
If someone has already created some and could help me, you are welcome.
Come on!
Even more!
-
RE: Problem Fixed Ratio of Ryan Jones.posted in Bug Reports
Ah yes! Ok fxDreema! I'm sorry. You're right! This the correct code! To save time, I believe it is working correctly yes. He is fulfilling the rules. If I start with 1 lot, the next is 2, 3, 4, ... Now, if I start with 5 lots, it goes with 10, 15, 20.
Thanks again and I am sorry!