@balonginkosi-buthelezi I recommend you to specify candle ID 1 on all operands of all 'Condition' blocks. On the other hand, why are so many blocks OFF? I don't see any way to switch then ON. What's the logic behind that?

Posts made by l'andorrà
-
RE: AFTER EVERY LOOSING BUY TRADE I WANT THE EA TO PLACE A SELL
-
RE: EA para varios pares de divisas al tiempo
@deiby Es muy sencillo. Programas tu bot para que pueda actuar en cualquier par o cruce (opción Specified) y en él programas las condiciones de lanzamiento de operaciones que necesitas. Luego activas ese mismo robot en tantos gráficos como pares o cruces quieras operar. ¡Y ya está! Así de fácil.
-
RE: ERRORS IN PIPS INCREASE IN RELATION TO STOP LOSS
@molibedium Sure! let's do it step by step. This is one of the easiets ways to deal with trailing stops:
Do you need to trail both SL and TP?
-
RE: Show indicator value on chart
@fenixtrading What do you mean by '%B' exactly? The upper band, maybe?
-
RE: making a trade immediately in the first second after running EA
@rajab I answered you in your previous thread. Please don't duplicate threads.
On your question, substitute the 'fixed pips' stop loss option on both buy/sell now blocks by 'No stop loss' instead.
-
RE: need advice on using variables to select buffers of a custom indicator...
@zackry None of us will ever be grateful enough to miro.
-
RE: 2 Bulls followed by 2 bears
@mikeforrest18 That block order is correct but probably the settings within are wrong. Can you please share the link of the project?
-
RE: Show indicator value on chart
@fenixtrading I recommend you to store its value in a variable and then use a 'Comment' block including it.
-
RE: Data type for the timeline
@antonio You need a 'string' type variable for that, not a 'double' one.
-
RE: Can't close trade manually
@ttu22 Never! You need to separate what need to be separated!
-
RE: On Trade Event Data not working when Posting HTTP
@kekhumbo This is for real programmers. Anyone here?
-
RE: Risk Management- Risk % of free margin HELP
@jwojtas33 Honestly I never used that option. Did you try higher balances in your demos tests and got the same results?
-
RE: ERRORS IN PIPS INCREASE IN RELATION TO STOP LOSS
@molibedium There are no 'perfect examples' for all those features. There are effective ways to do them, though. I can share some examples dealing with all those points. However, there is no guarantee they will be exactly what you need necessarily. Maybe a more detailed description of your strategy would help.
-
RE: only sell condition (8) executes? can anyone help please?
@gligroup Much better now, but why did you remove tha 'once per bar' block? That was not necessary.
-
RE: EQUIDISTANT PENDING ORDERS
@agitins Then you should probably try a martingale money management. Let me insist that I do not recommend the structure you suggest in the second link, but if it works for you, no problem.
-
RE: Can't close trade manually
@ttu22 You need to disconnect blocks 8 and 27, as well as blocks 9 and 24. Then try it again.