Right click on the '1' number on the right operand. A message box will open with all your constants and variables. Then choose the one you want.
Posts made by l'andorrà
-
RE: How do I evaluate a variable (Not a terminal variable) in a condition?posted in Questions & Answers
-
RE: Custom parameter to draw a lineposted in Questions & Answers
Yes, you can create your own customized fxDreema block by selecting this:

-
RE: EA Hedgeposted in Questions & Answers
Certainly not a trivial EA. I suggest you to try your changes ans then I will be happy to help you as much as possible.
-
RE: Grid order dissapearingposted in Questions & Answers
Then I'm afraid I cannot give you an answer. The adminstrator should take a look on it, I'm afraid. Sorry.
-
RE: buy stop limitadaposted in Questions & Answers
Una forma para conseguirlo sería:
-
Capturas el precio por encima del cual NO quieres que abra la orden y lo metes en una variable.
-
Antes del bloque de lanzamiento de compra o venta, pones un bloque de condición como este:

En este caso sería para una compra por el Ask. En el operando de la derecha pones la variable del punto anterior. De ese modo te aseguras que si el precio está por encima, la condición de este bloque no será cierta, con lo que el EA no continuará y no abrirá la operación.
-
-
RE: Alert Message with symbol nameposted in Questions & Answers
You can send email to yourself every time an alert is generated:

-
RE: buy stop limitadaposted in Questions & Answers
¿Cuando dices límite máximo te refieres a precio máximo de entrada?
-
RE: how to change/Modify Stoch Period depends on other conditionsposted in Questions & Answers
Take both MA values and insert them into two different variables. Then compare both values to know the distance and insert it into a third variable. That last one will be the one you will need for the stoch period.
-
RE: Help!! MT4 personal Indicator Conversion to MT5posted in Questions & Answers
@fbmengue said in Help!! MT4 personal Indicator Conversion to MT5:
@musabbb No, was not created in FXDREEMA. And i only have the .ex4 FILE.
Could be done in the coverter option in FXDREEMA Paid members?
No. This site is not designed to create indicators, sorry.
-
RE: Fibonacci level entry - please help me to make my ea to enter trade on 50%posted in Questions & Answers
I recommend the following:
- Move the 'Once per bar' block on top of the project.
- Why do you connect block 8 to block 9. I can't see what you are looking for.
What is the problem exactly?
-
RE: One at a Timeposted in Questions & Answers
Could you please share your project for us to take a closer look on it?
-
RE: What is the best way to build a virtual SL - TP that converts to a market order after X pips?posted in Questions & Answers
Do not use Terminal Variables. Just use 'normal' ones.
-
RE: Check running trades total lot sizeposted in Questions & Answers
You will need a variable to put in here:

-
RE: Check Last Trade > If Break Even > Commandposted in Questions & Answers
An interesting idea. Thank you.
-
RE: 50 Fibo touch/cross trade partial exit help.posted in Questions & Answers
These are my suggestions.
-
Remove 'Once per tick' blocks. They are not necessary when the whole project is on the 'On Tick' tab.
-
Add two 'For each trade' above every 'close (partially)' block. One for But and the other for sell only trades. Pink blocks should always be under one 'For each trade' block.
-
Don't use two 'Break even' blocks if both have to do exactly the same (as is your case). Just use one an connect both blocks 259 and 260 to it.
Hope it helps.
-
-
RE: Scalper Expert adviceposted in General Discussions
Sounds interesting. Please share you project here!
-
RE: Grid order dissapearingposted in Questions & Answers
And are you sure that it doesn't happen either by erasing blocks 2 and 20?
-
RE: EA Hedgeposted in Questions & Answers
My suggestions:
- Separate bus from sells on block 1. Simply use one block for each one.
- Block 16 includes buys and sells, whereas block 23 sells only. Why?
Otherwise it's apparently correct. Did you test it?
-
RE: candle and ema 60posted in Questions & Answers
What do you mean exactly by 'second' candle? The second consecutive? The second no matter what or when? Some more detail would be much appreciated.
