@namiyrd This is the wrong forums and your second thread for the same question. Please don't duplicate threads. I replied to the first one.
Posts made by l'andorrà
-
RE: Two trailing stop losses trailing towards each otherposted in Tutorials by Users
-
RE: Two trailing stop losses trailing towards each otherposted in Questions & Answers
@namiyrd You can create as many groups as necessary and then select them here:

-
RE: Can we write to close the trade according to the indicator color (Green, Red) of Macd?posted in Questions & Answers
@trpssrv You can do this for 'green' candles:

-
RE: ENUM : DropDown Menu for Stringposted in Questions & Answers
@biztet You will need custom code to do it. Thare is no block in fxDreema doing that. I'm afraif I'm not a programmer but there are many here in this forum. I hope any of them helps.
-
RE: SL & TP Disappeared problemposted in Questions & Answers
@jobotgold1 Both blocks 17 and 19 are searching for buys and sells. Shouldn't be searching for buyns only and sells only instead?
-
RE: Check Out this Method of Hedging VS Stop Loss!posted in Questions & Answers
@aspecpower Ok. Let's begin. Here you have the first steps to do:
- Move all blocks to the 'on tick' tab. All blocks on the 'on trade' tab need to be connected below a puprple block belinging to that tab, and you do not need that.
- Pink blocks must be connected below a pink 'For each trade' block. Otherwise they will not work correctly. So substitute both blue 'if position' blocks accordingly.
The remaining structure seems correct so far.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra If the Ea stops working then it is not a problem of loops but probably with the Mt4 platform. In that case you should try another MT4 and check if it works correctly.
-
RE: Number separator using commasposted in Questions & Answers
@mantadiver The only way I know of is dividing the number by 1,000 before showing it on screen.
-
RE: Can we write to close the trade according to the indicator color (Green, Red) of Macd?posted in Questions & Answers
@trpssrv You just need to compare the value of the current candle with the previous one. You don't need any colour. All green bars are higher than the previous bar whereas all red bars are shorter than the previous one. Just compare the values and you will get the 'colour'.
-
RE: Save all trades in .csv fileposted in Questions & Answers
@ontradingx Thank you for sharing your testing. Very appreciated!
-
RE: EA Coders that can HELP for FREEposted in General Discussions
@jabo08 You can find very cheap programmers at fiverr.com.
-
RE: Fibo time cross with fibo retracementposted in Questions & Answers
@weeraphat Do you have ani initial project to begin with?
-
RE: is there a way for the EA to only enter a new order when the previous one is closed.posted in Questions & Answers
@gggvvvv Then you need to do this on the 'on trade' tab:

-
RE: help with grid orderposted in Questions & Answers
@mcvinbabas Not sure what you mean exactly. Are all pending orders be separated the same distance and that distance should be the ATR at that moment, maybe? Don't you mean the grid size maybe?
-
RE: want your opinion on this project in more than 14 yearsposted in Questions & Answers
@khalids222 Agreed. That DD is simply suicidal. Sooner than later your balance will be swept away when a sudden market cliff appears. You should try to deal with it before using it.
-
RE: ZigZag with AutoFib (*Updated link, first post)posted in Tutorials by Users
@svoki You already asked this on two other threads. Please stop using threads for OT requests.