
Posts made by ambrogio
-
RE: I want to take sell / buy trades with 200 emaposted in General Discussions
@zae your link doesn't work
-
RE: Helpposted in Questions & Answers
@nawathana all the indicators works on the last closed candle ( candle ID 1) , please do this change and let me know, otherwise share your example
-
RE: How set Stoploss by ATRposted in Questions & Answers
@nik14 hello, there are many topics on your question, have you already done a search on the forum?
-
RE: Helpposted in Questions & Answers
@nawathana have you specified candle ID 1 in "more settings" field of the condition block?
-
RE: Please help me understand the logicposted in Questions & Answers
@vonmunchy have you already read the instruction? https://fxdreema.com/howto#Constants-and Variables
this is just an example

-
RE: There's a problem both condition not working with each otherposted in General Discussions
@zae detach the "break even" block and put it under a "pass" block or a "if trade" block, and specify candle ID 1 everywhere

-
RE: Please help me understand the logicposted in Questions & Answers
@vonmunchy are you using the right buffers?

-
RE: Please help me understand the logicposted in Questions & Answers
@vonmunchy hi! It can only be a coincidence that both signals appear on the same candle (at the same time). Better if you use for e.g. "indicator is visible" for HMA and as second condition "indicator appear" for half trend indicator.
-
RE: how to automatize a strategyposted in Questions & Answers
@joele1989 you should recognize the name of the object on chart and work with them. This is a tutorial sample (i never tried it :))
https://fxdreema.com/forum/topic/4209/tutorial-07-read-prices-from-indicator-objects
-
RE: How to make a trade open just at a candle closeposted in General Discussions
@sherifkudo please, let me understand on a picture like this

draw your strategy on it, I understand better with pictures than in words
-
RE: How to make a trade open just at a candle closeposted in General Discussions
@sherifkudo please, can you share a screenshot of a chart (with EMA) to better understand what you need? And also the link to your project?
-
RE: Pending Order does not trigger Trade/ Positionposted in Questions & Answers
@umbrellamaker i saw you have put a buy limit of 100 LotSize (one hundred), maybe this could be the problem? Maybe the instrument properties don't allow this big size.
Ops, never mind. (EDIT) -
RE: Pls Help to identify data type for custom indicatorposted in Questions & Answers
@yogibear13 yes, you have to put numeric value (i leaved 0 so this value can be modified in the input tab of the EA, as my screenshot above)


-
RE: Pls Help to identify data type for custom indicatorposted in Questions & Answers
@yogibear13 https://fxdreema.com/forum/topic/7923/ea-enum-constant/2
https://fxdreema.com/forum/topic/8073/another-question-for-real-programmers/2ENUM_APPLIED_PRICE
ENUM_MA_METHOD@yogibear13 you haven't read the topics i gave you.
-
RE: Expert advisor was created with fxdreema?posted in General Discussions
@hordaz not everything is gold what glitters, the ones you see in the list are all pending orders (however, yes, it seems done with fxdreema)
-
RE: Pls Help to identify data type for custom indicatorposted in Questions & Answers
@yogibear13 please, can you upload your indicator?
-
RE: Pls Help to identify data type for custom indicatorposted in Questions & Answers
@yogibear13 Please, read well the documentation and click on the external links. Anyway ENUM_APPLIED_PRICE
-
RE: Pls Help to identify data type for custom indicatorposted in Questions & Answers
@yogibear13 hello! looking in the forum
https://fxdreema.com/instructions/builder/data-types
https://fxdreema.com/forum/topic/8073/another-question-for-real-programmers/4
https://fxdreema.com/forum/topic/7923/ea-enum-constant/2
