@fabiobioware Then I'm afraid I have no idea how to do it, sorry.
Posts made by l'andorrà
-
RE: IMAGE JPEG ON THE CHART.posted in Questions & Answers
-
RE: Saying my connection was lost so here is the question againposted in Questions & Answers
@len-1 Dear Len, duplicating threads doesn't help. Can you please stop doing it?
-
RE: What is the advantage of modifying stop losses and trailing stopsposted in Questions & Answers
@len-1 Well, it certainly depends on your strategy, your main goals, your expectations, etc. Both solutions can be valid if you know what you want.
-
RE: can you use a condition for indicators without a condition (as a solo condition as itself)?posted in Questions & Answers
@len-1 Not sure I understand you. What do you exactly need?
-
RE: How do you find out if the command you want to use is by tick or by trade event?posted in Questions & Answers
@len-1 I recommend to use the trailing block on the on tick tab only. That way it will be check every single tick.
-
RE: The problem of time valueposted in Bug Reports
@lotol Do not use any variable at the 'label' position. You need to write something there to be easily identified when plotted on chart lie 'time'. Additionally, you are using the same variable everywhere. You should create different variables for different elements (price, time, etc.).
-
RE: 1 EMA,posted in Questions & Answers
@ramimoujaes Isn't this the same project you were asking foor help in your other thread? If so, please don't duplicate threads.
-
RE: Pips distance to open new buyposted in Questions & Answers
@fabiobioware Are you sure the pips size rules and spread are correct?
-
RE: Money Management - Martingale/Freeze balance mixposted in Questions & Answers
@couchpotato This is an example. Imagine you want to us a 50% of your balance (something I do not recommend). You can create a variable and do this:

Then you can use another formula block to transform it into lots and the is the variable you should use in the 'initial volume' box.
-
RE: Take Profit by Hedge calculationposted in Questions & Answers
@fabiobioware Then I recommend you to use goups to distinguis those trades. Just use as many groups as you need and then manage them differentñy but without limiting the number of trades as per your current project.
-
RE: Pips distance to open new buyposted in Questions & Answers
@fabiobioware Then you are limiting the loop to the most recent open trade only. Aren't the other 14 supposed to be checked?
-
RE: Money Management - Martingale/Freeze balance mixposted in Questions & Answers
@couchpotato You need to calculate how many lots are that percantage, then insert it into a variable and finally embed that variable at the lot size box.
-
RE: EQUIDISTANT PENDING ORDERSposted in Questions & Answers
@balonginkosi-buthelezi I recommend you to create a new thread with a specific question instead of taking this one for it, please.
-
RE: Take Profit by Hedge calculationposted in Questions & Answers
@fabiobioware You are limiting to 1 open trade to be checked on the left and two on the right. Why that difference?
-
RE: Pips distance to open new buyposted in Questions & Answers
@fabiobioware It depends on how many open trades are allowed on the 'check trades count' block. I guess you may have more than one open at the same time. If so the problem is that you specify that only 1 is to be considered by the 'For each trade' block.
-
RE: Create Sell PO after Buy PO triggerposted in Questions & Answers
@sobrishariff Fisrtly, disconnect block 8 from block 7. Then you will need to use the 'on trade' tab. Theer you need to use a 'Trade created' block on top and select 'buy' inside it. Below that block you can connect the sell pending order.
-
RE: Comments overlapping with 4k screen.posted in Questions & Answers
@johntyr The only idea Ican suggest now is rescaling the position X,Y af all those parameters. Are you using a 'Comment' block maybe?
-
RE: 3 EMAposted in Questions & Answers
@ramimoujaes No problem. Do you have a project to begin with?
-
RE: The problem of time valueposted in Bug Reports
@lotol Why do you exactly need the time value when what you are looking for is the highest price?