@aisar No, you need to provide a specific price level, not a pips distance.
Posts made by l'andorrà
-
RE: PO In Grid Same TP/SL For All Orderposted in Questions & Answers
-
RE: HOW TO CREATE PIVOT POINT BASED EAposted in Questions & Answers
@timberwolves You will need to store those values into variables before launching eachtrade and then use them as opening and TP levels.
-
RE: How to stop a trade with new candle wink or bodyposted in Questions & Answers
@solobot Could you please be more specific? What do you mean by 'bolded text' exactly?
-
RE: how can i stop this project from showing there could be loss of data due to type conversionposted in Questions & Answers
@frank-2 You should substitute those 'if trade' blocks on top of pink blocks by 'For each trade' blocks instead.
-
RE: Fast line Middle line Slow line Open position close position, open position close positionposted in Questions & Answers
@cool-gao Then this is what you need (for buys only):

-
RE: Once per hour trading bullish or bearing candleposted in Questions & Answers
@makabasaking The general logic is correct but are you sure you need that 'loop' block? On the other hand, you selected a few block boxes as ticked. That will create 'ugly' input parameters. You should use Constants instead IMHO.
-
RE: Fast line Middle line Slow line Open position close position, open position close positionposted in Questions & Answers
@cool-gao Is the 5-20 crossing supposed to happen at the same time as the 20-50 crossing? I guess not, but do you mean that as soon as the 5-20 happens both of them should be above the 50, right?
-
RE: After a sell/buy signal, check the trend in 3 different timeframesposted in Questions & Answers
@flyfisher That is not a trivial strategy to implement. You will need several variables controlling those active candles counters. Are you familiar with using variables?
-
RE: Simple Scalping Strategyposted in Questions & Answers
@legendarymike You need to put the 'once per bar' block below the condition block and not above it.
-
RE: Close and Open trade in 1 Candleposted in Questions & Answers
@engrled You can add this before launching a new trade:

-
RE: Help - Break Even - Trailing Stop - Take Profit - Stop Lossposted in Questions & Answers
@juniorzanini Is the bot supposed to open just one or many trades? If just one, you can create a variable controlling which options are activated after others were.
-
RE: Hours Filter and Once per barposted in Questions & Answers
@engrled Then you need to add a loop specifying that no closed trade happened in this candle. Yo can do it via 'for each trade' block connected below the time filter.
-
RE: How can creat a trading robot that will only work for me?posted in Questions & Answers
@sam-decarvalho You can encrypt the code file once it is compiled as ex4.
-
RE: Width of the Trading Window in Pixelposted in Questions & Answers
@volkerhmb Great! Thank you for sharing.
-
RE: Hello how can I draw this vertical line in the linked indicatorposted in Bug Reports
@frank-2 You can find it on the second half of this page:
-
RE: problema fibonacciposted in Questions & Answers
@mingo El problema es que fxDreema es muy antiintuitivo a la hora de trabajar con fibos. Si tomas el bloque naranja 'Draw fibo' le puedes especificar esos límites que pides. El problema es luego identificar los niveles intermedios. ¿Serán los estándar por defecto o quieres específicos menos habituales?
-
RE: PO In Grid Same TP/SL For All Orderposted in Questions & Answers
@aisar Then what you need is this:

-
RE: Check Age Function Not Working properlyposted in Questions & Answers
@econsulttt Did you try to select 'older than or equal' instead of equal? If it doesn't work either then it is a bug because the logic is correct.
-
RE: Check distance in percentage % ??posted in Questions & Answers
@gu95ckt8 What do you need to measure exactly? Candle bodies? Pips distance between MA?
