@l-andorrà
Any body type.
For instance while measuring the Sell Order Stop Loss, EA will look back 30 Candles and take the highest price of the highest candle but consider the body's top price and not the wick height.
@l-andorrà
Any body type.
For instance while measuring the Sell Order Stop Loss, EA will look back 30 Candles and take the highest price of the highest candle but consider the body's top price and not the wick height.
I want to set the Stop Loss at the Candle Body High/Low and not the Highest or Lowest Wick price.
How do I set this?
Hello,
I've created an EA that starts and Ends at a certain time of the day.
I want the EA to take just 1 trade per day as per the rules and then restart the next day.
How is this possible?
Thank you
Thanks alot brother.. It worked..
Hi,
Thanks for your reply.
I tried applying the method but wasnt able to make it work.
Please check this link to see what i did wrong.
https://fxdreema.com/shared/UiU77UDKd
Thanks
Hello
Is there a way to place an EA "On" & "OFF" Toggle Button on the chart.
This will allow me a Activate or Deactivate the EA from the chart without going to inputs and turning of LIve Trading option.
FYI, i want to keep multiple charts with the same EA, therefore i cannot just press the "AutoTrading" button because other charts will have the EA active and others inactive.
Thank you
Thanks for your reply.
That explanation was very complicated to me.
However, I did find an indicator that plots a Horizontal (trendline) at the ZigZag turning point. I was able to modify the line to plot as Ray to right.
How can I use this plotted line and command the EA to count the Pips distance between the current price and the line?
Your help is much appreciated.
Hello Everyone.
I wanted to know how do I set up an EA where it detects price movement by certain amount of pips from the last ZigZag High or Low.
Thanks
The signal is on M5 TF only.
Even if i use once per bar then the next bar also has the signal info, so i get an alert for the second bar as well.
Hello..
Once my indicator detects a new trend it draws an arrow but continues to draw the same arrow for the next 5 to 10 candles.
My EA sends me the same alert until the arrow stops from appearing.
How can i instruct my EA only to alert on the first arrow and ignore the rest and then wait for a new batch and take only the first arrow again?
Many thanks
Hello all.
I need your help
I used to make EA from a custom arrow indicator, its simple arrow appearance and the ea takes trade.
However, now am trying to make the EA from the same indicator but the EA doesnt take any trades and not only that the arrows dont even show in the tester.
I dont know what seems to be the problem.
I have an old EA saved in FXDreema, I did comparison with my old ea and the new, both have the same setting but the old one is working but the new one not.
Hello all.
I'm able to set the lot size, tp & sl in "Buy Now" "Sell Now" blocks, but I dont want the ea to take any trades, I only need it to send push notification.
I had an idea that I could keep the EA running on a demo account and get the info via push and then transfer the trade to my Live account, but the problem is that the indicators that I have used in the EA are linked to my live account and cannot work on demo so the EA needs to be running on my live account.
What I want is what ever setting i place in buy now or sell now block i want the ea to convert that into push message only.
Thank you
Hi Guys,
My Indicator draws buy and sell arrows along with stop loss line.
How can I use the stop loss line as my stop loss in the EA?
Im using the built in MACD Divergence Block. How can I switch off the EA from taking hidden divergence and only trade the classic (regular) divergence?
@josecortesllobat
That am aware. What I'm asking is the sequence of conditions.
First the MACD divergence then the crossover. I was able to use the "Flag" block to save the macd divergence event then the crossover but now the issue is that even if the divergence has occurred far long ago, the ea will still consider it as condition being fulfilled.
I need to know now how to set number of candles behind the macd divergence can be considered valid and also i want to add that when the reverse divergence occurs before the second condition gets fulfilled the ea should invalidate the first divergence and start over.
I want to make an EA in which first appears MACD Divergence and then follows in few candles MA Crossover.
How can I build this sequence.
I was able to solve it by setting the "Take Profit" to zero under the Gradation Setting in Pending Orders Block.
Then added "Check Type:Last Wiiner" and Close Trades Block.