Do you have the maths to work out this price value? If so you can add it to custom code, and use the value when needed.
Posts made by jstap
-
RE: Help me to code gann strategiesposted in Tutorials by Users
-
RE: EA keeps on taking trade as far RSI is above your condition even when the first trade is over or has hit stop lossposted in Bug Reports
If a trade has been placed, you will need to prevent one from happening again, like, for example, a once per bar block. There are many options to choose from, your reason for preventing a new trade is your setup specific.
-
RE: Variables + Constants inside Custom MQL code block?posted in Questions & Answers
Looks like you already have everything, just delete int as this is already defined in the variables tab. When you say doesn't seem to work, have you put the variable in a comment to see if it changes?
-
RE: HOW TO CREATE EA WITH CUSTOM INDICATOR (Which Has 7 Buffer)posted in Questions & Answers
You have to add the indicator here, and take a picture of your data window
-
RE: HOW TO CREATE EA WITH CUSTOM INDICATOR (Which Has 7 Buffer)posted in Questions & Answers
Instead of giving me a sarcastic reply, realise I am trying to help. Work out what values are in your buffers, if buffers are black you created them, so check if they contain relevant values!
-
RE: Enter when price crosses above/below moving average by "X" pipsposted in Questions & Answers
Candle 0 close is the current price, so regardless of candle price is where price is.
-
RE: Enter when price crosses above/below moving average by "X" pipsposted in Questions & Answers
Not 100% sure what you want, but if you adjust the MA by + or - "x" pips you effectively move the price of the MA
-
RE: How to draw the path of the zigzag indicator?posted in Questions & Answers
I don't think that can be done
-
RE: How to draw the path of the zigzag indicator?posted in Questions & Answers
Instead of using the indicator?
-
RE: How to draw the path of the zigzag indicator?posted in Questions & Answers
What do you mean by path?
-
RE: ADX indicatorposted in Questions & Answers
Add a shared link for what you have done, then say what it is not doing.
-
RE: HOW TO CREATE EA WITH CUSTOM INDICATOR (Which Has 7 Buffer)posted in Questions & Answers
I assume the indicator gives you price values, are you getting 2 different values in the buffers? Draw lines using the buffers to check if you are getting relevant values.
-
RE: How to fix My Stop Loss was hit by a candlestick wick .posted in Questions & Answers
Add a shared link to look at, this way any problems can be seen. Generally though your logic will prevent this from happening.
-
RE: EA keeps on taking trade as far RSI is above your condition even when the first trade is over or has hit stop lossposted in Bug Reports
It's not a bug, your logic needs to prevent this happening
-
RE: Typographical mistakeposted in Bug Reports
I think it's just miss written, your standard maths will tell you what it does.
-
RE: counting simultaneous open positionsposted in Questions & Answers
Then count by magic number and add