@EnriqueA04 That I'm afraid I don't know. I always use Tickstory data and I never have any problem when importing their data. It's not very expensive. Maybe you could try it too.
Posts made by l'andorrà
-
RE: EA doesn't run backtest on custom dataposted in Questions & Answers
-
RE: Buy/sell stopposted in Questions & Answers
@Ruchit1341 You can try this general idea:

Please notice that this is the 'on trade' tab, not the 'on tick' one. Every time a pending order is triggered, you can program the next one. In my example, the purple block is selecting buys only. You need to create another block tree for sells.
-
RE: History High and Lowposted in Questions & Answers
I still think using a custom indicator is a better option. Doing that on fxDreema is feasible, but the number of code lines necessary for it will make the optimization later simply unacceptable.
-
RE: How would you rate Pepperstone?posted in Questions & Answers
What regulation will you be using?
-
RE: May I ask how to set the quantity of the order warehouse to 1? From 0 to 1, then close the position from 1 to 0, and then continue placing orders from 0 to 1, always keeping the maximum order quantity at 1. How to set it? thank you Thank you.posted in Tutorials by Users
What do you exactly mean by 'warehouse'?
-
RE: **Stop Loos for group/grid**posted in Questions & Answers
@KLG Do you mean a common SL for all trades after the 5th one or no trade is having a SL until the 5th one is triggered?
-
RE: How to create new stoploss and take profitposted in Questions & Answers
@Hits You can do it this way in the 'on trade'. In this example, i did it for buys only:
https://fxdreema.com/shared/cmYiDfsQc
However, jstap is right. Almost no broker will allow you to do that close to the open price.
-
RE: insert indicator to fxdreemaposted in Tutorials by Users
@MeHrAn_HmGi You can find a custom indicator (if it exists) doing what you need and then import it into your fxDreema account.
You can also try ambrogio's suggestion, but you'll need some programming help too, as yo can see.
-
RE: Is it possible to create an EA based on SMC?posted in Questions & Answers
@fana-tumi What's the point of closing buy trades before opening them at the end of a bullish candlestick?
-
RE: License keyposted in Questions & Answers
@Cindi-operation Do you mean creating one for your bot?
-
RE: STOP LOSS / STEP Trailing not working, what am I doing wrongposted in Questions & Answers
Apparently, your current configuration is correct. Every time current price is at least at the distance set on 'Trailing stop in pips' constant from SL, then the SL will be moved the distance you selected on 'Trailing stop in pips' constant. Isn't that what you want?
-
RE: History High and Lowposted in Questions & Answers
The most efficient way is by using a custom indicator doing that. You can build a custom loop on fxDreema searching for that info, but that would make the bot FAR more inefficient and slow.
-
RE: Once per bar and Formula box are error.posted in Bug Reports
@MigSornrakrit Those blocks work correctly. The issue must be somewhere in the logic.

