@philmorgan0382 I think if you use int instead of string then 1-24 will give you the hour, not sure if you can use double to use minutes, but worth a try.
Posts made by jstap
-
RE: Best time of day to trade testingposted in Questions & Answers
-
RE: HeikinAshi Doji Scanner?posted in Questions & Answers
@siddhugaddi I am not sure how without a custom indicator, hammer is easy because open = hi/lo, standard candles is easy because you have wick size, bun not with Heikinashi.
-
RE: trade comment and comments on chart (two questions)posted in Questions & Answers
@jstap Looking again this is what you had done, let me know specifics if doesn't work.
-
RE: trade comment and comments on chart (two questions)posted in Questions & Answers
@piptheripper Try this, MT4&5 optimising so can't test, if this does what I think you can use the variable in the draw block, you can use the same principle to save the money. You don't need the pass above pink as the (do something) logic is already in the block.

-
RE: open trade when the candle crosses a vertical line drawn on chart.posted in Questions & Answers
@saakian1 How is this line drawn? This will affect the options you have, if you have the time somewhere for when the line is drawn, you could use this?
-
RE: If position blockposted in Questions & Answers
@piptheripper I have never tried, but as it adds to magic I doubt it would work.
-
RE: trade comment and comments on chart (two questions)posted in Questions & Answers
@piptheripper This is possible, what do you mean by trade log? There is a log message block that writes on journal/experts tab, condition above will only write when something happens. Printing info on screen is the same but with a draw block.
-
RE: How to use ZigZag [advanced]posted in Tutorials by Users
@muneeb00 If you put a shared link here I will gladly have a look to see what is happening.
-
RE: I Want ZIGZAG Strategy On My EAposted in Questions & Answers
@muneeb00 There is this post by Miro https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced this will show you how to get the ZZ values you need, basically if ZZ is on the way up and you get your bear candle then conditions are met.
-
RE: I Want To Set A Conditional Stop Lossposted in Questions & Answers
@muneeb00 What question are you referring to? I you are talking about sells just do the same as the buys but use sell block and opposite conditions.
-
RE: I Want To Set A Conditional Stop Lossposted in Questions & Answers
@muneeb00 I have never used heikin ashi but it is probably because you needed 2 separate trees, those colour blue blocks need to be separate to each other.

-
RE: Crossed in the past X candlesposted in Questions & Answers
@xlestergg Try this LOOP, you can set it up to work with as many crosses as you like, just have 1 loop for each condition. It will count candles when true, and reset to 0 when false.
-
RE: Limit "max number" of symbols pair?posted in Questions & Answers
@primecapitalvn Can you explain a little more what you mean?
-
RE: If position blockposted in Questions & Answers
@piptheripper The group number you have in blocks will take care of this, the group number is added to the magic number, so if magic is 1111, group for specific trade is 1, then for these trades only the magic number becomes 1112.
-
RE: MACD mode?posted in Questions & Answers
@frank-c The white histogram bars are the main line, red dotted is the signal line.
-
RE: Win Trade Per Dayposted in Questions & Answers
@paihdt What is in that link will only allow EA to buy/sell until the max is reached, then the next day it will reset. I do not know what it does for martingale as I have never used.
-
RE: How to set lot size from fixed to risk per trade in(%)posted in Questions & Answers
@ralph1 I don't know how it calculates but 100% means is use all account balance, 50% is half, 200% means it effectively doubles the risk. I tend to use % vs SL size, but only works if you have a SL set.