
I can't understand why this is not working
@l-andorrà can you help, mate?
Latest posts made by choppedice
-
RE: Pips Away from an open price, but without the loopposted in Questions & Answers
-
RE: Pips Away from an open price, but without the loopposted in Questions & Answers
I was taking into consideration the least profitable trade, because I am interested in adding only when all my trades are in the green.
But I guess I could filter for the newest and put a block to only open the position when there are no open positions nearby.
That makes sense, right?
Thank you so much for your input. -
Pips Away from an open price, but without the loopposted in Questions & Answers
Hello.
I am familiar with the blocks "For Each Trade" connected to "pips away from open price".
In my case, I want to add long positions everytime the price climbs X pips. The thing is I have these blocks after an "Once per Tick Block", so when I have many trades open the processing becomes heavy for the CPU.Is there a way to Check what is the TradeID ou OpenPrice value of the least profitable trade every 5 seconds, for example, and store that value, so that, every tick, we compare that value with the current price?
If so, what are the blocks involved?
In this case I would only compare two values each tick, what would be much leaner on the CPU.Thanks in advance.
-
RE: How to perform an action when a certain object in the chart is pressed?posted in Questions & Answers

Like this?
When I press the button it executes once, When I depress it resets. -
How to perform an action when a certain object in the chart is pressed?posted in Questions & Answers
How should I build a condition to perform an action when a certain object in the chart is pressed?
-
RE: Error on the Block "No Trade Nearby" that doesn't find trades that are actually nearby...posted in Bug Reports
@l-andorrà
How would you use the "No Trade Nearby" block, then?
If you open an order and that is exactly the order you want to take into account to for not opening the next ones (e.g. the newest order, or the least profitable one), how would you use the blocks, then? -
RE: Can' use Newest Trades as a reference to Open next tradesposted in Questions & Answers
After more testing: The "around the price" option works as expected when evaluating other similar trades nearby, but the "at the winning side" and "at the losing side" don't.
-
Can' use Newest Trades as a reference to Open next tradesposted in Questions & Answers
Hello everyone,
I made several robots using the Most Profitable and Least Profitable trades as a reference for next trades to be open (e.g. using blocks like "pips away from" [most profitable] or "No trade nearby" [most profitable].
I can't seem to do that when I choose "For Each Trade" -> Newest to Oldest.- The robot adds more than one trade even of the price, even if after the first one added the price will not be x pips away or there will be trades around the price.
- It seems to cease to recognize the last opened trades when I synchorinize my VPS server with new parameters on the robot
Does anyone have suggestions on how to solve this?
It's weird that I can do it perfectly with one option and can't even develop the basics with the other.