There is no candle ID on the right operand of your condition block, whereas you specified candle 1 on the left one. Both operand should coincide.
Posts made by l'andorrà
-
RE: Helpposted in Questions & Answers
-
RE: Helpposted in Questions & Answers
Could you please share a link to the EA? Probably the issue is inside one of the blocks.
-
RE: custom indicator queryposted in Questions & Answers
Additionally, repainting can be a problem. Do you know if an arrow can be changed (appearing/disapearing) while the current bar is being formed? That means you can get several fake signals on a row.
-
RE: How to calculate the Donchian Cannels Formula?posted in Questions & Answers
I think a custom indicator should do it more easily (and probably more efficiently) than a formula on fxDreema. I guess you tried to upload a screenshot of such an indicator, right?
-
RE: Wait for Candle cross twice in a rowposted in Questions & Answers
Could you please share your project to take a look on it?
-
RE: Close EA after tradeposted in Questions & Answers
Could you please share your current project to take a look on it?
-
RE: How can I make stop loss/take profit MODE as expert advisor inputs?posted in Questions & Answers
I guess the only way is by creating a custom code for that. Maybe miro or roar can help.
-
RE: close positions after reaching profitposted in Questions & Answers
Do you mean $5 per trade or $5 globally (all active trades right now)?
-
RE: I have a flowchart but don't know how to start.posted in Questions & Answers
Don't forget to link the last two blocks ;).
-
RE: Copy a projectposted in Questions & Answers
Yes. You need to export it with is current name to your desktop. Once there you rename it and then import it to the builder. You will have to exact copies of the same EA but with different name.
-
RE: How to run EA on different symbol?posted in Questions & Answers
Have you limited yor EA to run on EURUSD only? I cannot imagine any other reason for that to happen.
-
RE: Variable help // indicator in rangeposted in Questions & Answers
Yes to both questions. Could you please share your project for us to find your issue?
-
RE: how to trigger another OCO on buy/sell ?posted in Questions & Answers
Is there any limit number for those consecutive pending orders?
-
RE: not show the MA indicatorposted in Questions & Answers
You simply don't run it on your chart. The EA will automatically calculate the value of the indicator just by having it available at the platform indicator's file.
-
RE: restart a strategyposted in Questions & Answers
Before looking at your balance I recommend you the following:
-
Block ID 12 should be renumbered as Block ID 1. This is the first think you need to do every day and now it's the last thing the EA will do according to its ID.
-
'Once per tick' block is unnecessary. Every block on the 'On tick' tab, as is your case, will be executed every single tick, so that's redundant.
-
You should write something on the 'Label' box on the 'Alert message' block. If not, the block will not be activared.
-
-
RE: paid for serviceposted in Questions & Answers
As far as I know, paying with BTC is done manually so there is no time limit for it to be executed, sorry

-
RE: [NEWBIE] Problems running my EAposted in Questions & Answers
I see you didn't specify candle ID 1 for that indicator. Could you please try it and let us know?