new EA /indicator
-
Hi,
we want to make a new EA using fxdreema please find required parameter as given below:if stop loss is hit, automatically a fresh order with the same buy price and stop loss should be createdis it possible to create this EA using this software? if yes please guide us.
Thank you
-
@edwin-2
Yes, should use "check how it was closed" block connected to "for each closed position", then "buy pending order" block with same SL pips. -
Thank you very much for your reply to my question,
I am a newbie to fxdreema, hence I need a little more guidance in the technicals
eg:
pair GBPUSD buy: 1.2690
SL: 1.2590
TP: 1.2890If the stoploss is triggered: EA should create a fresh pending order in the above parameter at the close of the current candle, also if the stoploss is hit for a buy order, a buy stop pending order should be placed, similarly when the stoploss is hit for a sell order, then a sell stop pending order shoud be placed, with the above parameters.Can you kindly tell me how to make the EA?
Edited: this is what i've done >>> the project
and i exported it to MT4 and tested it in demo account, but it was not placing an order when stop loss was hit. -
Do you mean an opposite trade should be open AT THE SAME price of the recently hit stop loss?
-
@l-andorrà
No if the stoploss hit order is buy then the next order should be pending buy stop order.
And
if the stoploss hit order is sell then the next order should be pending sell stop order.Example
If first market is
Buy price 1.32000
Stoploss 1.32900If stoploss hit then the ea should automatically place a pending buystop at the same buy price and sl ie
Buy price 1.32000
Stoploss 1.32900 -
@edwin-2
Is it possible if can someone tell me what blocks to be used and in what parameter. Kindly advice thanks -
-
@edwin-2
I don't get your logic, how the SL could be above the Buy price -
@seb-0
Sorry it should beBuy price 1.32000
Stoploss 1.31900 -
@seb-0
i wold like to explain again what i want to doi will manually open 2 (1 buy & 1 sell ) pending order
Example:Buy: Sell:
Buy price 1.32000 Sell price: 1.31700
Stoploss 1.31900 stoploss: 1.31900if buy gets activated and later hits the stop loss on closure of the current candle a new buy stop pending order
with the same parameter I.e.
Buy price 1.32000
Stoploss 1.31900if sell activate instead and hits the stop loss then on closure of the current candle a new sell stop pending order with the same parameter I.e.
Sell price: 1.31700
stoploss: 1.31900 -
-
@edwin-2 Ok, So can that be an infinite sequence of consecutive failing trades with the same open price and SL proces all the time?
-
Yes that's correct
Thanks
Edwin -
@l-andorrà
Is it possible to do a Ea like this
Thanks
Edwin -
@edwin-2
If yes can you help me build this ea
Thanks
Edwin -
Yes, it is possible, but that's an invitation to failure. That is even worse than a martingale, because you have no idea how many bad results you can get. Eventually, your account will not open more trades because you will reach a margin call. Are you sure you want that?
-
@l-andorrà
No I have a manual closing strategy.
Please help make this EA
Yes I want to make this EaCan you please give some input on making this Ea today I'm very excited to start my first ea on fxdreema
Thanks
Edwin -
Ok. Can you please upload a screenshot showing the strategy as per you previous post? I want to be completely sure I understand what you need.
-
as requested before, I want this EA to repeat the order once the stoploss is hit.
The idea is that most of the time It hits my stoploss (closes my trade) then the price moves in the direction
I expected.Manual closing strategy is to close the order manually if the loss trade is more than four times.
looking forward to your guidance to make this EA.
-
Hi
Hope my reply is clear
Can you give block details etcOnce the ea is ready will do strategy test and will share the report
Thanks for the support