@farizramli08 Yes, you can google 'The Andorran Investor'.
Posts made by l'andorrà
-
RE: Daily target profitposted in Questions & Answers
-
RE: Martingala generalposted in Questions & Answers
@kepler De acuerdo, en ese caso me temo que tengo malas noticias, ya que la estructura que deseas crear de es alta complejidad. Te comparto un ejemplo de mi martingala personal para que te hagas una idea de la estructura necesaria para ello:
https://fxdreema.com/shared/6o0uTdg3e
A ella habría que añadir otra similar para crear la antimartingala. Como puedes imaginar, no es un proyecto trivial a crear. ¿Cómo lo ves?
-
RE: SLIDE ORDER NOT WORKING FOR BUY ORDERposted in Questions & Answers
@afnan7 I see two places where buy can be programmed. Wich one is not working correctly?
-
RE: So, about custom code blocks and absolute values, suppose I want the difference between 2 lines, but just want the absolute valueposted in Questions & Answers
@len-1 Why should you use the custom code block? You can get that distance by using the standard 'formula' block and then visualize the result via variable on the 'comment (ugly)' block.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra The problem with your current distribution of lot size closing is easy to understand. Let's imagine your trade is 0.1 lots. This means that as soon as it is open the following conditions will apply AT THE SAME TIME:
- Is lot size >= 0.03? Yes, so the lot size is partially closed.
- Is lot size >= 0.05? Yes, so the lot size is partially closed again.
- Is lot size >= 0.07? Yes, so the lot size is partially closed again.
And so on
You do not want that. You want your trade to be close just ONCE if it is >= 0.1. This means the new lot size will be 0.5, for example. Then you want to a new condition to apply for that lot size to be partially closed again later, not at the exact same tick where the previous partial close happened.
-
RE: Start Drawing Fibo From Changing Pointsposted in Questions & Answers
@ishahabzn In that case I would recommend not to use candles ID but price levels such as their highs and lows. That way they can be stored into variables that are easier to deal with.
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade I mean this:

Indexes, crypto and stocks pip size rules need to be specified here. Otherwise the EA will understand that is running on a standard forex chart.
-
RE: no more tradeposted in Questions & Answers
@haidang8055 You need this block with all applicable charts comma separated as per the example:

-
RE: Daily target profitposted in Questions & Answers
@farizramli08 Here you have the basic structure:
-
RE: How can you set it to trade off signals from a custom indicator?posted in Questions & Answers
@trodent Firstly you will need to upload the custom indicoator into you fxDreema account as explained into these tutorials:
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: need help from site admin...forget fx dremia account email....!!posted in Questions & Answers
@cmk You should contact the admin here:
-
RE: Martingala generalposted in Questions & Answers
@kepler De acuerdo. Para empezar, los bloques 3 y 9 son el mismo. Entiendo que deben ser diferentes, ¿verdad? Por otro lado, veo que no has creado ninguna variable. ¿Tienes experiencia en su uso?
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade Are you sure you are using the correct pip size rules? They are not those included by default in fxDreema?
-
RE: ** I will trade multiple currency pairs at the same time **posted in Questions & Answers
@anon Then you need to do this:

-
RE: Start Drawing Fibo From Changing Pointsposted in Questions & Answers
@ishahabzn You need to know the candle ID of that vertical line. However, the candle ID will change as new candles are created on the chart. Is that what you need?
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra Ok. In that case you can do two thing. Firstly you don't need to use so many 'check trades count' blocks. They are doing the same. Just use one only on top all oll those block trees. Secondly, you should add a new condition block below each condition block right now. So for example, on block 34 you have that lot size is supposed to be >=0.03. Then you should connect another condition block below so that lot size should be <0.05. That is what is required by block 27. Then you need to repeat the process with all the other block trees. Each one is supposed to be searching for a very narrow lot size segment.
