@slydexx If drawn from a orange block, delete with a orange block, you can either delete when no trade, use the tree that closed the trade or use a purple trade closed on the on trade tab.
Best posts made by jstap
-
RE: Overwriting Comment on Chartposted in Questions & Answers
-
RE: Overwriting Comment on Chartposted in Questions & Answers
@slydexx Never used comment on top, think needs a pass above, I would have pass->comment separate.
-
RE: Reopen a pending after closing itposted in Questions & Answers
@meshii Use the pink for each closed trade, you can then use the group to select and get the open price with the pink in loop option.
-
RE: Making The EA look nice? Settings block IDsposted in Questions & Answers
@nicholas86 The name is how you want input to look and help you know what's doing what, the value is whatever is needed to create the desired result type is:
bool== true/false
int == whole number like 1, 2, 3, 67, 581 etc
double == number with a decimal like 0.0, 8.7 etc
string == textthere are more but unlikely to need.
-
RE: Making The EA look nice? Settings block IDsposted in Questions & Answers
@nicholas86 I have never done this but you need to use this type: ENUM_APPLIED_PRICE
this in value: PRICE_TYPICAL
or possibly the value that's in the link. -
RE: Alert if disconnect Serverposted in Questions & Answers
@trader-1978 Have tested this and when no connection to server returns blank, if connected returns the name of server, you should be able to add blocks under to send notifications you want: https://fxdreema.com/shared/N5o3GLRxe
-
RE: loop back until you find the bufferposted in Questions & Answers
@nashwan Looking for last buffer can be done, have tried to get all but failed previously, try this but change the indicator and buffers, is set to ID1 encase indicator repaints on ID0.:https://fxdreema.com/shared/VpxC7alkc
-
RE: Transferring EAposted in Questions & Answers
@nightrain743 You get the source code by pressing the MQ button, as for uploading I don't know, not sure if anyone else on here will either.
-
RE: Robot based on the Parabolic Sarposted in Questions & Answers
@campero Using SAR is simple, basically for buys, blue no trade block-conditon block left operand=P SAR "below (<)" right operand=candle open-buy block.
-
RE: Spread and Stats Meter Disappears?posted in Questions & Answers
@Morpheus_0 I had this last week, for me it was a custom code block I had, switch blocks off and test you'll likely find the problem.
-
RE: EA Removing Itself?posted in Questions & Answers
@Morpheus_0 I don't know, but DLL imports can cause problems I don't use virtual for this reason, brokers don't use SL to spark you out of a trade and, if small enough SL isn't allowed I would find another broker.
-
RE: Or Block*posted in Questions & Answers
The and/or blocks require 2 connections on the top, so either needs both or one ot the other.
-
RE: Close trades groupposted in Questions & Answers
@Edtoloza This is whatever reason you want to reset the pass once, why is back test not possible?
-
RE: Is there a way to monitor if a "pending order" has been triggered?posted in Questions & Answers
When a pending has been triggered it become a trade, the only way is to work with trades.
-
RE: Martingale principlesposted in Questions & Answers
@NZEFILI Martingale is not a strategy, it's a money management concept, if you find how to implement it with out loosing share the stratagy...would be good to know.
-
RE: I need help on this ππposted in Questions & Answers
You create the button on init, when clicked the button turns on activates the blocks you want, then you either redraw the button off, or when clicked off it deactivates the button
-
RE: Open pending order based on last opened trade priceposted in Questions & Answers
Connect both blocks to the orange of the block above
-
RE: Open pending order based on last opened trade priceposted in Questions & Answers
Tee off from the block that placed the trade, in the offset in the pending block put 10 or -10