@kenya254254 If you take candle high - candle low you get the mid point, if you use a draw, condition block etc you can select a candle and use the mid price to find the middle.
Posts made by jstap
-
RE: draw midponin of candlestickposted in Questions & Answers
-
RE: Time pending order doesnt workposted in Questions & Answers
@william-1 Try only creating buy or sell and in the block placing a opposite order.
-
RE: Normailze doubleposted in Questions & Answers
@piptheripper I too have noticed sometimes this does something different to expected, you could try putting it in the adjust field:

-
RE: Check price level last closed order?posted in Questions & Answers
@meken This should do it for buys, use the variable in a condition to open a new trade.

-
RE: color ENUMposted in Questions & Answers
@piptheripper In constants put color as type, call it what you want, name it a usable name like "Red", in the EA inputs you will have the options like your picture.
-
RE: Cross %K period to %D period of the stochastic indicator, is possible set it?posted in Questions & Answers
@mariocasta Am not sure what you mean by %K and %D? in a standard condition block you can check if K crosses D.
-
RE: Using 3 Indicatorsposted in Questions & Answers
@slimmz You've answered your own question, check ma, check macd, check psar, if no psar, wait until next candle check psar, check for macd on candle before, and so on until the macd condition happened too many candles before.
-
RE: Wingding Lookup Image Brokenposted in Bug Reports
@general-melchett I don't know but you don't need it, you just need the code.

-
RE: get open lot volumeposted in Questions & Answers
@piptheripper This should do it, create a variable and use bucket of trades to fill:

-
RE: 100 PIPS A DAY Highly Profitable Easy Set And Forget Trading Strategyposted in Questions & Answers
@santhoshabraham Your no position block needs to be no pending, as for the times I am unsure you'll have to test, other than this all should work.
-
RE: SL/TP fixed pips bugposted in Questions & Answers
@uriel-0 I would create a separate EA and test each section individually once I get each working I would put it all together.
-
RE: moving averageposted in Questions & Answers
@zain-harvest In here https://www.jimdandyforex.com/mql4-programming-video-get-previous-indicators-data/ is how it's done, I don't know how this would be implemented, someone else may.
-
RE: SL/TP fixed pips bugposted in Questions & Answers
@uriel-0 Probably something like this, blue blocks will do TP or SL just depends on selection.
-
RE: moving averageposted in Questions & Answers
@zain-harvest From what I know you cannot in FX, custom code would do it but finding out how is the hard part.
-
RE: SL/TP fixed pips bugposted in Questions & Answers
@uriel-0 Stop's are modified when there is a reason, change all pink for non pink or put all separate with a pink for each above.
-
RE: moving averageposted in Questions & Answers
@zain-harvest Depends how you mean, if you want the MA price level in the past, use candle ID in the more settings section.
-
RE: How to create double cross MA bot?posted in Questions & Answers
@gtoat777 I am unsure what you are trying to do but a constant cannot be a bool and a double at the same time, you shouldn't need a loop back to the top to achieve this.
-
RE: SL/TP fixed pips bugposted in Questions & Answers
@uriel-0 This is not a bug it's the way it's set up, pink blocks need a pink for each trade block above,.
