My first EA FxDreema
-
Hello FxDreema.
I managed to copy the Sure-Fire for my EA. But I can not see the external parameters of Sure-Fire. So I copied the constants. What should I do? I will be sending a private message on my EA.
I look back!
Even more!
-
Ok .. like I said, now I can see. But I have a doubt. I need to do with what he calculates lots of transactions, rather than by external parameter InitialLots you created. I know it seems simple, but do not know how.
With that I can delete this constant InitialLots because I use lots of buy and sell trades.
Already thank you!
-
Right-click on the constant in a block -> "Set original value"
-
__Right-click on the constant in a block -> "Set original value"[/quote:3gjuorx0]
Only that? In this case it will make the calculation based on lots of Buy and Sell Now?
Because after I put the Original value, appears a number 2, I can change later. -
Yes, Constants are optional, they can be added or removed from the block.
-
As combined, please find attached the indicator that talked by private message.
Once again I thank you!
......
Stochastic Alert.ex4 -
PM sent, but let this picture be in the topic
-
__PM sent, but let this picture be in the topic
http://fxdreema.com/docpics/iCustom.png[/quote:1spk3q41]
Ok ... Let me understand: this way you can work with the custom indicator Stochastic Alert?If it works, it's just doing this way as you say? Please show me how to make this indicator Stochastic Alert.
-
In this way you manually write the name of the indicator (filename), all of it's input parameters (separated with ",") and choose a buffer.
-
__In this way you manually write the name of the indicator (filename), all of it's input parameters (separated with ",") and choose a buffer.[/quote:15wkkblo]
Ok FxDreema! Now I understand. Thanks again! Let's see if I can make it work! -
To summarize, the FxDreema also shows a sign of buy and sell, in this case an audible alert. In summary is to open an order immediately when you see this sign of buy, and vice versa for sell.

How can I make it work this way? I believe it is easier, in my opinion. But it depends on what you think.Complementing:
When the Main line is green, open a buy order;
When the Main line is red, open a sell order.So far I have tried various ways to make it work, but so far not fully as shown in the indicator.
-
__To summarize, the FxDreema also shows a sign of buy and sell, in this case an audible alert. In summary is to open an order immediately when you see this sign of buy, and vice versa for sell.
[attachment=1:eo352ccq]http://fxdreema.com/shared/KXrB6mWXc -
Very good FxDreema! It worked! Good job! The entries are working properly, as the indicator shows.
Now I am studying a way to close the orders. I'm thinking of using support and resistance to close orders, instead of using only SL, in this case if the order if the price goes the other way around.
Has a way of using support and resistance by FxDreema?
-
Support & Resistance is a group of indicators and they can be used of course. If you want to put SL/TP at the moment when the trade is opened, then use "Dynamic" options in "Buy now" or "Sell now" block. But you better make sure that the indicator will give you value on the right side of the trade. If you want to place SL on buy trade and the level for SL is above the current market price, no SL will be placed and error will appear.
In case you want to close the trade in the future when some condition happens, use "Condition" -> "Close each trade" for example. And if possible, connect this "Condition" after the existing "If trade is running" or yellow out of "No trade is running". Also, depending on the case, you may want to use "Once per bar" block.
-
Ok FxDreema! Thanks for the tips. I will be doing this!
Even more!
-
FxDreema Hello! Alright?
I made a simpler way. I set my SL to close at Price Channel indicator, and then put them in separate blocks "If Running Trade is" connected "(in loop) Extend SL and TP", extending only to 3 pips SL by default. I'll take the test now.
Build correctly. But some appeared more external parameters, as shown in the screenshot below:
I look back!
Even more!
......
more external parameters.jpg -
This is a problem happening. Instead of extending the SL only 3 pips above the channel's Price Channel, it is changing all the time. Added the block "Once per bar" to give a relief, but the problem is that extends some 10 pips on average, but does not extend 3.
My goal is to track and close the Price Channel 3 pips below DowChannel order buy, and 3 pips above UpChannel order to sell.
Attached is the custom indicator Price Channel.
......
Price Channel.mq4 -
__Build correctly. But some appeared more external parameters, as shown in the screenshot below:[/quote:2jde7z4p]
Most of the blocks can show/hide parameters when you change some mode. When parameters hide, they are still there, but invisible. Everything appear in the output code, but part of all is used. This is how it happens at the moment. -
"(in loop) Extend SL and TP" is a block that modifies SL and TP of the last loaded trade ot order. It requires "Start trades loop" block to be placed before it, because this block is designed to load existing trades one by one.
I didn't tested it in that way, but probably "(in loop) Extend SL and TP" can work right after Buy now or Sell now. But you better use "Start trades loop".
-
Ok try this way.
If you can not please share with me your idea using this indicator Price Channel.
Even more!