Have you got the values in the data window?
Posts made by jstap
-
RE: How to implement TDI indicator on fxDreemaposted in Questions & Answers
-
RE: check distance between positions then close one of themposted in Questions & Answers
This is on on tick not on trade

I would save the open prices into two variables, then compare these -
RE: Trailing pendingposted in Questions & Answers
The only way I can think is, to slide the order to another order's value adjusted by 10 pips
-
RE: filter trades with magic number problemposted in Questions & Answers
Most blocks, what exactly do you mean?
-
RE: How can you make an EA to close trade when the candle change from bull to bearposted in Questions & Answers
This can't be stopped because it is just market behaviour, this is why people use candle 1
-
RE: ea dont recognize trade open on mt4posted in Questions & Answers
Add a shared link to show what you mean
-
RE: EA not taking trades unless recently syncedposted in Questions & Answers
I do not see how HA can work without a chosen candle type

I don't think spread is a price fraction

-
RE: Timer tradingposted in Questions & Answers
Server time is your chart time, and local is your computer time, but with liquidity/volatility comes a tick (price change), so regardless of what time used means the EA is waiting for a tick.
-
RE: find trade with defined magic numberposted in Questions & Answers
No, it is set in the EA settings and then added to by the group
-
RE: find trade with defined magic numberposted in Questions & Answers
If a second EA they would need the same magic number, looking for the trade in the set group
-
RE: find trade with defined magic numberposted in Questions & Answers
If you place a trade using a group number, then this is the number used to act with the trade. e.g (magic = 12345 group = 1) magic for trade = 12346
-
RE: HOW TO SET SL BASED ON INDICATOR?posted in Questions & Answers
Try this, put the buffer value into a comment, then when you can visually check that the returned value matches, create SL using indicator buffer
-
RE: EA not taking trades unless recently syncedposted in Questions & Answers
To me how things work on backtest (not results) it does on live. Maybe a configuration problem, the only way to know is to share a link, but even then may not see a problem.
-
RE: Variable for changing stop plus type?posted in Questions & Answers
where there is no change variable option, you would need to activate the block with the specific settings as you need them.
-
RE: Enum Operators as Inputsposted in Questions & Answers
On FX these data types can't be changed (in my experience), so I would activate a different block for the one I need.
-
RE: Chart Time Price To X Yposted in Questions & Answers
In your 1st picture you have 0,0,0,price 0 is not a time, and price is not a value?
-
RE: Chart Time Price To X Yposted in Questions & Answers
Yes but in your code you have both set @ 0?

