Don't think you can, unlike pressing the x it takes it's time
Posts made by jstap
-
RE: CERRAR GRID NEGATIVOSposted in Questions & Answers
-
RE: Comment shows 2147483647posted in Questions & Answers
This value is one I have seen before, but in some instances it changes, try using an indicator is visible block with this variable and display 0 or variable depending on whether orange or yellow is activated
-
RE: Custom Indicator - double count at changeposted in Questions & Answers
It is not repainting until it recalculates and finds a change, so when both buffers are 0 it is changing direction, meaning previous candle two has a value so you know which direction it has changed to.
-
RE: mq5posted in Questions & Answers
Fractals are normally drawn on ID2 but can be redrawn, meaning ID3 is fixed
-
RE: opening trades on second metatrade account if condition meet on first metrader accountposted in Questions & Answers
Is not easy, you would be better finding a copy trade EA to use.
-
RE: Buy & Sell por medio de Botones.posted in Questions & Answers
I can only get this placing a trade on backtest, I have messaged admin to ask why: https://fxdreema.com/shared/8xiYaquOd
-
RE: Custom Indicator - double count at changeposted in Questions & Answers
In that case, once per bar - condition buffer == 0 - buy/sell, maybe add a condition so candle id 1 or 2 opposite buffer is != to 0, some combination of this should create a signal.
-
RE: Custom Indicator - double count at changeposted in Questions & Answers
If you move the arrow to the line as it's going up or across what value does it have?
-
RE: CERRAR GRID NEGATIVOSposted in Questions & Answers
check profit (unrealised) - close
Whatever you set the block to will close all running trades if -x.xx is reached
-
RE: Buy & Sell por medio de Botones.posted in Questions & Answers
Forgot to add on tick, have changed the post
-
RE: Buy & Sell por medio de Botones.posted in Questions & Answers
draw button on init, for live mouse clicked on object - place trade
on tick - if testing - condition object on chart preseed == 1 - place trade - draw button off -
RE: Condition block questionposted in Questions & Answers
You want candle 1 pip size to be =< ATR period 20?
-
RE: Pending order based on the pips count from the opening of new Candleposted in Questions & Answers
Candle close 1 is the open of 0, no pending order - place order offset by 20
-
RE: Custom Indicator - double count at changeposted in Questions & Answers
That is not what I meant, I mean what value is in the buffer, likely indicator appears and is visible will work for you.
-
RE: Custom Indicator - double count at changeposted in Questions & Answers
Ok but what values are returned for you to calculate when it has changed?
-
RE: Comment Block Date Formatposted in Questions & Answers
Yes, you can do all this, instead of pictures just ask how to display something specific.
-
RE: Not able to check current lossposted in Questions & Answers
Check loss is for a single trade, and check profit (unrealised) will check all running trades, do you want to check from a starting time, or currently running?