@roar it checks price though, not pips
Posts made by yoloyacht
-
RE: Open a trade only if current trade isn’t profitable?posted in Questions & Answers
-
Open a trade only if current trade isn’t profitable?posted in Questions & Answers
So far I’ve been using the “no trade” block but want a more custom solution to that.
Here’s what I’m trying to do:
If a buy order is triggered, buy only if there is no current buy trade, or if there is a sell trade open, only buy if the sell trade is not profitable.But if a current sell trade is in profit, don’t open the buy trade.
-
RE: This works for XAUUSD but Not DAX30?posted in Questions & Answers
@l-andorrà tried that too

Might be a bug with CFDs?
It works with forex pairs and gold -
RE: This works for XAUUSD but Not DAX30?posted in Questions & Answers
@l-andorrà Yes exactly the same. Weirder thing is that when there is both a buy now and a pending order, pending order works. There are 2 trades that happen the same time. No idea why
-
RE: This works for XAUUSD but Not DAX30?posted in Questions & Answers
@l-andorrà anywhere after the once per bar, but am finding a new problem. It managed to get through, but somehow only works with “buy now” blocks. Pending order blocks don’t work
-
RE: Closing Pending Ordersposted in Questions & Answers
@l-andorrà https://fxdreema.com/shared/0wi4HFcme
pending orders on the left side -
This works for XAUUSD but Not DAX30?posted in Questions & Answers
I put text blocks to see where it stops, it won't get past once per bar for DJ30 or DAX30. Don't know why it's doing it, im stuck.
Here;s the project, using it on renko bars
https://fxdreema.com/shared/qWHwN7Voe -
RE: Closing Pending Ordersposted in Questions & Answers
@l-andorrà I'm using an offline chart though. It isn't working for me.
For example, My offline timeframe is M3, I want the order to expire in 3 candles, so i set the expiry to 9 minutes.
It still doesn't expire past that -
RE: Closing Pending Ordersposted in Questions & Answers
I'm using an offline chart though. It isn't working for me.
For example, My offline timeframe is M3, I want the order to expire in 3 candles, so i set the expiry to 9 minutes.
It still doesn't expire past that -
RE: Closing Pending Ordersposted in Questions & Answers
@l-andorrà does that mean 1 renko bar = 1 hour? In terms of expiring the trade
-
RE: Closing Pending Ordersposted in Questions & Answers
@l-andorrà Oops I forgot to mention I'm using Renko bars, wouldn't that not work since Renko isn't time based?
-
Closing Pending Ordersposted in Questions & Answers
Is it possible to set expiration by n candles?
I currently have a loop counter to close pending but am wondering if there is a much easier way.Thanks
-
RE: DAX30 Pending Orderposted in Questions & Answers
For some reason pending still isn't working, but buy/sell now blocks are. Any ideas?
-
DAX30 Pending Orderposted in Questions & Answers
Not sure if this is a bug, but when running the same EA for other pairs, it can open pending orders.
However, for DAX30, it doesn't. The way I tested it to make sure is that I have a text block printing before the order, and one after.For DAX30, the text also doesn't show up, which means the pending order isn't working. Any thoughts? Maybe a bug?

-
RE: Closing Trade After Opening a New Trade?posted in Questions & Answers
How do I set it up to close when a new candle opens? I tried doing that but it just seems to close immediately after I open a new trade at candle open
-
Closing Trade After Opening a New Trade?posted in Questions & Answers
I tried closing once per bar, but it seems to close all trades right away. I'm planning to close a trade at the very end of the candle. Here's what I have so far:
https://fxdreema.com/shared/9Nz3REoyc
-
RE: N candles from open?posted in Questions & Answers
Couldn't we store that static number into a variable? Then modify the variable that variable everytime a new order happens?
-
Pending Order Expiry by N candlesposted in Questions & Answers
Is this possible?
Open pending order -> after 2 candles, if it doesn't trigger, cancel the order