@loka-heng Then the only explanation I have is that teh specific combination of constants is not offering your expected results. You logic is correct.
Posts made by l'andorrà
-
RE: Missed signal entryposted in Questions & Answers
-
Is this a bug or what?posted in Bug Reports
I'm using the 'modify stops' block for ages and always workrd fine so far. However it doesn't work correctly here:
https://fxdreema.com/shared/H0JRo93Vb
Instead of moving the stop loss, it makes it disappears!! :O. I see in the results tab that the SL is correctly identified as modified, but it disappears on chart. This means the trade has no SL at all!! Does someone else see this?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Are you using the same maginc number on the same symbol?
-
RE: Missed signal entryposted in Questions & Answers
@loka-heng Thaen there must be another reason for that. Is that the whole project?
-
I can't find the thread, sorry. Could someone help?posted in Questions & Answers
I remember an old thread in which there is the solution I'm looking for, but I can't find it.
I need the formula used to calculate the lot size to be used on any trade with a fixed TP. What I mean is:I want to get 100 USD per trade but I will use different TP distances depending on market conditions. SL will be used at a fixed distance different from that of TP. What formula can be used to find the lot sixe required to achieve that money target for that specific TP distance?
Thanks in advance.
-
RE: Sells not activating while buys areposted in Bug Reports
@tmd1 You ned to duplicate block 1 so that there is one for buys only and another one for sells only.
-
RE: purcashposted in Questions & Answers
@sikerentea Do you mean C sharp? I guess not. Please give some time to the admin to reply. This is a one man's project and he needs to anwers hundres of mail every day.
-
RE: Combining EAsposted in Questions & Answers
@max-c Technically that is possible, but you need to have coding knowledge to do it correctly. I remember an old thread explainign how to do it. If I remember correctly one of teh EAs is to be inserted into a custom code block, but all variables and input parameters are to be properluy coordinated.
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
@foxeye I'm afraid I'm not good at custom code but apparently you want to limit the numer of lots used. Can you please explain how is it supposed to work?
-
RE: Missed signal entryposted in Questions & Answers
@loka-heng Try specifying candle ID 1 on the left operand of blocks 2 and 3. You are working on candle ID 0 now and thet is why may crossings are missing.
-
RE: Am new pls help.posted in Questions & Answers
@davjack Please notice that no block on the 'on timer' tab will be backtested. Backtesting doesn't include time simulation.
-
RE: Need help to create EAposted in General Discussions
@arivazhagan-p Block 31 can be removed just by selecting the 'custom (pips)' option on the 'trailing start' tab of block 28.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Can you please share the link to the project instead of the mq4 file? On your question, using the same magic number on differenrt pairs means that those trades open in one chart will be closed by another EA on another chart. This is a bad idea. You should use different magic numbers on different charts of the same symbol.
-
RE: Modify Stops (in profit) like in a Gridposted in Questions & Answers
@stefano-1 I'm afraid I don't catch the logic behind that. Whay do you want all stop loss levels to be moved away form price? They are stop loss levels. They are supposed to stop the loss when price moves against the trade!!
-
RE: Close above EMA200 depending previous profitsposted in Questions & Answers
@bagheria Then you can use a logic variable that moves from false to true when those 20 pips were hit. Once that happens, you can use that variable as a condition to apply the closing condition.
-
RE: Custom logic block implementation.posted in Questions & Answers
@coinmaster True. However, I can guarantee he replied all personal messages. He may take its time to do it, though.
-
RE: EXPERT ADVISOR MULTIPLE CROSSOVERSposted in General Discussions
@maop1994 Ok. Doesn't sound difficult to do. Do you have any initial project created so far? We can take a look at it.
-
RE: I want to edit the MQ4 indicator file in FXdreema but I can't, please.posted in Questions & Answers
@tam What do you exactly mean? Can you download and compile your EA normally?
-
RE: I would buy an EA created in fxDreemaposted in Questions & Answers
@martinsayshi This thread will show everyone here you are interested in hiring someone. That's the market here.

-
RE: atr based break outposted in Questions & Answers
@piptheripper Your condition block is using pips calculatio 'as is'. You should use 'as price fraction' instead.