@bagheria You should use a variable instead. Your math is correct, but you are applying it to a price level and thats is not what you want but a balance level.
Posts made by l'andorrà
-
RE: TP % of balanceposted in Questions & Answers
-
RE: ASH Custom Indicator ( 2 line cross Indi)posted in Questions & Answers
@vinaluag Apparently teh indicator is correctly identified but I guess it repaints. This is why you get some weird results. Before trying to find another one please substitute blocks 6 for a 'pass' block. You are connecting two loop blocls and that is not recommended.
-
RE: HI . Please How do the condition work one by oneposted in Questions & Answers
@mustapha Are both 'buy now' blocks exactlñy the same? Then you just need one only and not two. And what happens when the second condition is activated and the trade open? Shoudl the first one be activated again for the next buy trade?
-
RE: Wrong timeframe close for candle conditionposted in Questions & Answers
@seb-0 Exactly. Please remember that you can specify two different fully operational timeframes within the same EA. Just select the wanted one on the appropriate display menu in each 'condition' block or by using the block suggested by seb 0.
-
RE: Switching the Ryan Jones MM settingsposted in Questions & Answers
@dcg Hnestly I necer used RJ MM so I cannot give you an answer for that specific question on those D and U values. I can try to help you by creating a specific block structure to get that reduced lot size you are looking for, though.
-
RE: Close the Open Position at next candle oppositeposted in Questions & Answers
@zedeai2 If I understand it correctly you mean the trade should close at the bottim of your candles 1's example, and NOT in the position you initially specified. Is that correct?
-
RE: Issue with risk % equity, strategy tester says error?posted in Questions & Answers
@alfredinho50 Can you please share the link of the project?
-
RE: Delete object after second object is created/creating only one object at beginning of indicatorposted in Questions & Answers
@mannybear1 Sure. Firstly you need to connect these blocks immediately below those drawing the lines:

I created just one variable, but you will need 2 different ones. I also selected the horizontal type object. Then you craete a new independnet block tree with these blocks:

This will remove all lines with a different price level. Please be aware you need to specify the same color as per the on chart line. Otherwise it will not work.
-
RE: Cross MA and returning triggerposted in Questions & Answers
@lopezdiaz2510 Good. And don't hesitate to be back here if you need mpre help.
-
RE: Necesito ayuda para hacer una cobertura simple.posted in Questions & Answers
@bruno-4 No entiendo la estrategia que buscas. Lanzas una compra y a la vez varias compras pendientes. eso hace que el bloque 38 sea innecesario. El bloque 'No position' superior ya impedirá crear nuevas operaciones. ¿Esa parte del robot funciona como deseas?
-
RE: Selection according to Symbolposted in Questions & Answers
@xyon126 You cannot. You need to do it manually as I explain in this video:
https://www.youtube.com/watch?v=BoRo47a4T3k&list=PLuAINtIcGzoVOBbGJezg_PgmntSql8VRe&index=3
From minute 01:32.
-
RE: Selection according to Symbolposted in Questions & Answers
@xyon126 Using the right pip size rules should be the way to do it.
-
RE: Check for open trades and the entry pointsposted in Questions & Answers
@wiehan1981 Then you will need a loop searching for all open trades and then an array to store all open prices. I'm afraid that will need custom code that I cannot provide (I'm nort a programmer, sorry). Maybe miro or roar can help.
-
RE: Close the Open Position at next candle oppositeposted in Questions & Answers
@zedeai2 Not sure I fully understand. The open on candle ID 0 will be at the exact same price it was the close price of candle ID 1. Unless you are talking about a gap between candle ID 0 and 1, that will never happen.
-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
@biztet What is inside both 'condition' blocks?
-
RE: ASH Custom Indicator ( 2 line cross Indi)posted in Questions & Answers
@vinaluag Are you sure the indicator is correctly imported into your fxDreema account? Can you please share the link of your project instead of just uploading a picture?
