@tec-nacks Why do you need to modify a SL before the pending order is triggered? Additionally, I don't think any broker will accept a pending order with a SL moved to BE before being triggered.
Posts made by l'andorrà
-
RE: how to track Pending Orderposted in Questions & Answers
-
RE: My robots are making lots of profit in demo but can't trigger in live account in HF Markets pls can any help me which brokers support fxdreama in live trading accounts plsposted in Questions & Answers
@odizeraphael This is the second thread you opened for the exact same question. Please stop duplicating threads.
-
RE: EA not opening trade with price cross MAposted in Questions & Answers
Not sure I fully get it. Please confirm you need a trade to be open if candle ID 1 crossed above (red?) MA and then price crosses above Candle ID 1's high? Is that correct?
-
RE: How can show "highest price (candles period)" in the commentposted in Questions & Answers
Block 21 options is correct. You simply forgot to type something on the 'label' box. Do it and you will see the value you're looking for.
-
RE: Pip Valueposted in Questions & Answers
@Rafik You can use this:

However, you will only provide the base currency value. If you need any other value you will need custom code.
-
RE: ZigZag Switchesposted in Questions & Answers
@DragonZueloTrends Any MA confirmed by an RSI can be very effective, in my humble opinion.
-
RE: Play sound errorposted in Questions & Answers
@mohsenimi Did you chack any other sound other than the one you selected? They should work.
-
RE: Please help me Detect and Correct error in this project that was converted from Mq4 to Mq5posted in Questions & Answers
Block 944 is used in the 'on tick' tab when it is only fully functional in the 'on timer' tab.
-
RE: I need a free vps website to run my EAposted in Questions & Answers
@Drae Any fxDreema bot will work on any starndard MT4/MT5 platform, regardless it is running on a vps or not.
-
RE: Is there a way to check if a position was opened market or by a pending?posted in Questions & Answers
@Criptofuture1 If one only trade/order will be used at any moment, you can store the ticket number of that trade/order into a variables and then compare it later to check. If more than one were to be used, then you would need a custom array.
-
RE: ZigZag Switchesposted in Questions & Answers
@Fibonatic Sorry to be disappoint you, but I tried something like that some years ago and it never worked. Zigag is a terrible indicator to identify trends.
-
RE: Candle is above set priceposted in Questions & Answers
Not only jstap's question is pertinent. You need to select an orange block called 'select object by name' in order to that object to be correctly identified.
-
RE: How can I access the previous 3 tops zigzagposted in Questions & Answers
@Kamankesh This is the second thread you created for the exact same question. Please stop duplicating threads.
-
RE: I Need to know previous 3 Low, or the previous 2 High Of Zigzagposted in Questions & Answers
@Kamankesh You can select those values and store them into variables like this:

In this example, ID 0 means the most recent confirmed low, ID 1 means the previous confirmed low and so on.
-
RE: 'No trade nearby' Bug in Martingale Grid Sequenceposted in Bug Reports
@jstap Just curious. Where is the info of the terminal variables stored exactly? Is there come ROM memory in the MT$ itself that is stored no matter it is on or off maybe?