@jstap You're right. The problem must be there. I decided to work with standard Unix times and it works, but definitely candles are not correctly identified that way.
Best posts made by l'andorrà
-
RE: Isn't candle time working?posted in Questions & Answers
-
RE: custom price stop lossposted in Questions & Answers
@Fazelfx you need to specify those are pips. Like this: '-1000 pips'.
-
RE: 反向加倍单posted in Questions & Answers
I'm afraid I don't speak your language. I also speak Catalan and Spanish if that helps.
-
RE: horizontal lineposted in Questions & Answers
Not sure what you exactly mean. Can you please upload a screenshot as example?
-
RE: How to take a partial profitposted in Questions & Answers
@alok You need to add a pink 'once per trade' block before block 5. Otherwise you'll get multiple partial close per tick.
-
RE: How can show "highest price (candles period)" in the commentposted in Questions & Answers
Block 21 options is correct. You simply forgot to type something on the 'label' box. Do it and you will see the value you're looking for.
-
RE: How to draw horizontal line upto current price/tick?posted in Questions & Answers
For how long you need to search for that higher ligh? One hour? One day?
-
RE: DAILY TARGETposted in Questions & Answers
@kestra Ok. Let move step by step. The condition block 3 is the condition telling your EA that trades can be open today. I created a variable called 'activate' that can have just two values, true and false. I decided that it should be true for the trades to be open. Please remember that thsi block is supposed to be on top af all your blocks deciding when a buy or a sell are open. If this condition move to false, no more trades will be open.
And that is what block number 6 is doing. Once the EA gets as much money as you want, all trades are closed by block 5 and then the variable is changed to false again. It will not be true again until tomorrow (Block 1).
Do you understand do far?
-
RE: EA works in one pair but not in an otherposted in Questions & Answers
Is this the whole project? Because there is no issue here. It should work normally.
-
RE: Lot sizes based on RSI levels???posted in Questions & Answers
You need to use three separate 'buy now' blocks, one for each lot size. Then, on top of each block you need to use the condition blocks specifying those RSI limits.
-
RE: Project is finished, someone can check it??posted in Questions & Answers
You current settings will open infinite new trades if the pips away distance is right. In order to avoid that, you should use a pink 'once per trade' block above both 'buy/sell now' blocks.
-
RE: Difference between trailing stops and trailing steps and how can I add it to my bots @jstapposted in Questions & Answers
Trailing stop is the maximum distance there will always be betwee the current price and the SL. In no case that distance will be higher. It can only be shorter. Trailing step is the diatance the SL will be moved on the chart every time price is at the exact trailing stop distance from SL. You can create 2 constants to select both values.
-
RE: Breakeven + some..... Can I get the EA to move to breakeven plus a few pips?posted in Questions & Answers
@jzfusion The you need something like this:

In my examople, when proce is 30 pips in profit, SL is moved 3 pips above (for a buy) open price.
-
RE: merge several experts in oneposted in Questions & Answers
@biztet You said the answer. You need to use different group numbers, one per expert.
-
RE: how to place buy trade at 09:30 am and 10:30 amposted in Questions & Answers
@vijithtr This is one way to do it:

-
RE: a simple order not workingposted in Questions & Answers
Blocks 10 and 11 can never be true at the same time. You need to change the logic there. What do you exactly need?
-
RE: Orders at highest/lowest candle priceposted in Questions & Answers
@Mani13 You can create 2 variables, one for each value and then use them this way:

In my example, you'll get the value for the last 10 candles.
-
RE: How to create trendline based robot and indicatorposted in Questions & Answers
I'm afraid fxDreema cannot be used to create indicators. Only EAs can be created.
-
RE: Hi & Low of Current Day Valuesposted in Questions & Answers
@bigfoot This is the way add/subtract pips to the high/low prices:

I don't fully understand what you mean by deleting pending orders while creating new ones. Do you mean moving them maybe?
-
RE: Remove The Spread Infoposted in Questions & Answers
You need to select each of your projects, then go to its project options and there select this:
