@william-1 You should select 'Stop loss' instead of 'take profit' within the TS block.
Posts made by l'andorrà
-
RE: How does Trailing stop worksposted in Questions & Answers
-
RE: Fx dreema app desktop problemposted in Bug Reports
@windill The desktop version is not updated for years. Please don't use it if possible. There is no guarantee it will work correctly.
-
RE: Get Daily Changeposted in Questions & Answers
@ontradingx That is an ambitious project. I recommend to find a custom indicator doing all those calculations (is possible) instead of programming it all via fxDreema. Just a suggestion.
-
RE: frequency distributionposted in Questions & Answers
@000111 You need a custom loop to do that. Probably a custom indicator doing it would be easier to get instead.
-
RE: want to create EA that put order on custom indicator(arrow,dot etc)posted in Questions & Answers
@haikel As you will see those tutorials are explicitly designed to import indocators that are NOT created with fxDreema.
-
RE: want to create EA that put order on custom indicator(arrow,dot etc)posted in Questions & Answers
@jstap Here you have two excellent tutorial explaining how to import ex4 files:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: % of Balance to Lotsposted in Bug Reports
@ken191225 You can type the exact name of the symbol and then try different values until you find the right one:

-
RE: AYUDA PARA CREAR UN EXPERTposted in Questions & Answers
@vair2507 Yo te puedo ayudar, pero si no tienes experiencia con fxDreema te adelanto que no es un proyecto fácil de construir. Para empezar, aquí tienes un proyecto de martingala pura:
https://fxdreema.com/shared/6o0uTdg3e
A eso habría que añadir todos los demás elementos que pides. Como podrás imaginar, no es algo que se haga en un día.

-
RE: How to get line/MA slopeposted in Tutorials by Users
@jstap Impressive work. Thank you for sharing.
-
RE: Get Daily Changeposted in Questions & Answers
@tipsywisdom I agree. The only way to get it is creating the calculation on your own via formula block, for example.
-
RE: Cross %K period to %D period of the stochastic indicator, is possible set it?posted in Questions & Answers
@mariocasta What is block 23 supposed to do?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra You can use from oldest to newest, of course. But the important part is moving those blocks to the 'on init' tab. Did you try it?
-
RE: why the system doesn't workposted in Questions & Answers
@sebaseba54 Pink blocks need to be connected below a 'For each trade' block. Otherwise they will not work properly. On the other hand, I see a trade is supposed to be open before the EA is executed. Then you should move all bloks to the 'on trade' tab.
-
RE: % of Balance to Lotsposted in Bug Reports
@ken191225 You need to modify the pip size rules like this, for example:

-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra No 'once per bar' blocks are necessaru on the 'on int tab'. On the other hand, those 'bull/bear candle' will never work on the 'on trade' tab. As bk7 said, those trees need to be moved to the 'on tick' tab.
-
RE: Pending Orders Run Twiceposted in Questions & Answers
@acealert Ok. Then you can do this on the 'on init' tab:
https://fxdreema.com/shared/lrxbUG02d
That will open the first buy (you can add a sell there if necessary). Then both TP and SL price levels will be stored so that you will be able to use them as ope price for any future pending order.
