@suleyman-0 Then you need a structure close to a martingale. Here you have an exmple of how to do it:
Posts made by l'andorrà
-
RE: I cannot create a chain linkposted in Questions & Answers
-
RE: How do I optimize taking the hours of the day in consideration?posted in Questions & Answers
@pyrziel Honestly that I don't know. What I know is that every tick has its time arrival in UNIX time but not sure a backtest can run that way. We should need an MT4 expert here more than an fxDreema one, sorry.
-
RE: Buy/Sell pending ordersposted in Questions & Answers
@legendarymike Then you need a separate structure to do that. This is an example for buys only:

-
RE: sell and buy fractal strategy stoplossposted in Questions & Answers
@flockogola Exactly. This is what I wanted to say. You can use different SL conditions on different buy now blocks.
-
RE: How to close trade as candle close on current timeframeposted in Questions & Answers
@kunalyadav1809 Well, that is not a tru8ivial thing to do and it depends on the current structure you have. Is the link you provided the whole EA or just part of it?
-
RE: How to close trade as candle close on current timeframeposted in Questions & Answers
@kunalyadav1809 Then you will need a variable counting how many candles passed since the trade was open. Once the correct number is hit then trade can be closed.
-
RE: MACD High/low or MACD crosses 0posted in Questions & Answers
@andrewfrank Then you will need a loop searching for that info in the past. But what's the point of searching for a crossing 100 candles away? What if there are more in between?
-
RE: Issues in ordersposted in Questions & Answers
@traderthomas Can you please share the link to the project?
-
RE: Bullish and Bearish Tickposted in Questions & Answers
@nehemiah7 Then the only way I can think of is storing every new tick value into a variable and the compare it with the previous one. Isn't is too risky?
-
RE: how to change the stops of a group of trades to the level of stops further away from the group of ordersposted in Questions & Answers
@alexandre_diogo Do you mean all trades should use the same SL level? Then you should store that value of that SL price into a variable and use it in all new pending orders.
-
RE: I cannot create a chain linkposted in Questions & Answers
@suleyman-0 Ok, but you need a set of conditions to determine when the trend is up or down. They need to be included in the EA. Did you cinsider which ones to use?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Here you have both exmples. The second block below is the same on both cases:

-
RE: How to set closed position at MA1 cross below/ above on the MACDposted in Questions & Answers
@basmustrich-0 You cannot combine indicators in fxDreema. You should find a custom indicator including both MACD and that MA and then import it into fxDreema to be used normally.
-
RE: FIX API - anyone tried to adopt the EA to work with FIX API accountsposted in Questions & Answers
@hanisheikh I have no idea what that is. Can you please share some more info?
-
RE: Identifying Candle Pattern (Part 1!)posted in Questions & Answers
@general-melchett I tried to do something like that for months and Ihad to quit. The easiest way is finding an indicator doing it for you. Otherwise you will lose your mind trying to find a way to get it. Trust me.
-
RE: sell and buy fractal strategy stoplossposted in Questions & Answers
@flockogola For any ahead candle you can use negative values. In you example, you should use candle ID -26, because it is a candle in the future. On your secind question you can use two different 'buy now' blocks with different settings to get two different buys, for example.
-
RE: grid order ( can any one tell me about grid order )posted in Questions & Answers
@shubhankar-kumar I replied to that question in your other thread. Please don't duplicate threads.
-
RE: How to close trade as candle close on current timeframeposted in Questions & Answers
@kunalyadav1809 This is the site's free example. Could you please provide your project?
-
RE: Buy/Sell pending ordersposted in Questions & Answers
@legendarymike The 15 pips offset condition is correct. What do you exactly mean by '15 pip the opposite way'?