Depending on your broker, you should try '+20' instead of +2.
Posts made by isp00rt
-
RE: How to set value separation between 2 indicators?posted in Questions & Answers
-
RE: Buy Strongest currency vs Weakest - Not sure why it not working correctly.posted in Questions & Answers
Just asking. Are you sure all required charts are active while the EA is running? Did you check all Momentum indicators at each different chart are fullfilling the condition at the specific chart?
-
RE: Add to a Positionposted in Questions & Answers
You have several blocks alone (not connectet to any other block). That means they are not activated. You should link them properly or immediately below a 'Pass' one. Otherwise they will not work.
-
RE: How to Count 5 Previous Candlesticksposted in Questions & Answers
You need to specify 5 on the 'Candle ID' box of your block.
-
Quick question about counter blockposted in Questions & Answers
I want to test the counter block for the first time. I understand the logic behind it but I am missing something because it doesn't work as planned. This is what I want it to do:
-
I will specify how many ticks will be counted before passing below (obviously it will be on the 'OnTick' tab.
-
Then what is below will pass just once per bar.
-
This must be active every bar.
I don't know why, but it only works correctly on the first bar. For the second and subsequent bars it passes without counting any tick. Could someone please tell me what am I missing?
https://fxdreema.com/shared/lgNzT0wSb
Thank you very much in advance.
-
-
RE: Close Positionposted in Questions & Answers
Easy. Just put your mouse cursor on the number on the left of that block. Select the whole number and then erase it as usual. Type the new number and then press enter. You can modifiy all numbers for any block.
-
RE: Moving Blocks & Areasposted in Questions & Answers
Unfortunately not. The only way to move manu blocks simultaneously is selecting them with your mouse.
-
RE: Close Positionposted in Questions & Answers
You must modifiy the ID number of both 'Once per bar' blocks. Put number 1 on the one launching orders and number 2 in the other one. That way launching orders will always take precedence.
-
RE: Stop Trading After Profit Reached For The Day (or Loss)posted in Questions & Answers
Probably your MT4 platfom is configured to show ALL closed trades since your account it was opened. That way your EA will never calculate profit correctly. You need to configure your MT4 to show your daily results only. That way tomorrow the platform results box will be empty and ready for a new run of trades.
-
RE: The best eAposted in Questions & Answers
Miro1360 is right. Repainting indicators are simply terrible. What you see on chart is not necessarily what the EA is reading right now. I strongly recommend you to find an alternative one that doesn't repaint.
-
RE: Stop making orders after closing previous oneposted in Questions & Answers
Sounds weird. I tried a few 'On Trade' blocks a few weeks ago and they worked perfectly. Maybe if you share your project we could help.
-
RE: Skip ticksposted in Bug Reports
Sampe happens when used 'On Tick'. I also used a log message to confirm passing but it doesn't work.
-
RE: Can build a Currency Strength EA with fxdreema ?posted in Questions & Answers
Just import a custom indicator doing that to your project and use it as a 'Condition' block.
-
RE: Stop making orders after closing previous oneposted in Questions & Answers
That block doesn't work right now. I have exactly that same problem. fxDreema is fixing it now (I hope).
-
RE: Updated Desktop version petitionposted in General Discussions
What updating features are you thinking about?
-
RE: help with enable/disable stop loss modeposted in Questions & Answers
I would recommend to substitute your 'Check SL' by a yellow 'Condition' one. Then insert that same requirement and try it.
-
RE: Please helpposted in Questions & Answers
I don't think you can import a non fxDreema mql4 file. I'm afraid you will have to create a projecte here from scratch. It should not be difficult if you know all trading logic conditions.
-
RE: help with enable/disable stop loss modeposted in Questions & Answers
Your constant is initialized as false and your 'Check SL' bloak only passes if true. When does it changes from false to true?
-
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
It doesn't work yet. Did you try it on a demo account?
-
RE: If Buy pending order taken no sell pending order and vice versaposted in Questions & Answers
I don't understand the reason for that 'AND' block. You could connect block 145 directly from that 'OR'. Why using 'AND'?