@dcg Never actually used but to draw line on chart means chart needs to be open so may as well have EA on chart, try saving the asset high/low into a variable and then visually verifying.
Posts made by jstap
-
RE: MT5 - How is the "Set current market" block supposed to work??posted in Questions & Answers
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 Am a little busy, as soon as I have a minute I'll have a look at this.
-
RE: SuperTrend (Non Repainting). Higher time frame Colour Change as macro signal to lower timeframeposted in Questions & Answers
@edify-1984 I am not sure what buffer does what just used it as example.
-
RE: Enable & Disable Indicator Functionposted in Questions & Answers
@paihdt This would give you the option in your inputs to switch on/off any combonation you want.

-
RE: MT5 - How is the "Set current market" block supposed to work??posted in Questions & Answers
@dcg This block changes the current market if block has option, then loops back around and activates the next until it's finished then all goes back to original settings, it will not open other charts.
-
RE: Trade copier (open and close my manual trades on the same platform)posted in Questions & Answers
@guym Magic number 0 will ensure EA reacts to manually placed, if you mean the same account then EA can place extra trades from manually placed trade depending on your conditions. If a different account but on the same platform then global variables can pass information from 1 EA to another.
-
RE: Enable & Disable Indicator Functionposted in Questions & Answers
@paihdt Connect your indicator block below the condition, connect yellow condition to the top of other condition. The if condition blocks are a switch, one can allow 2 indicators, if 1 is true it will use 1, if false it will use 2, if both are to be used at the same time configuration needs to be different, unsure what the other yellow condition is doing. If you still can't get to work, place a shared link here so what is needed can be assessed.
-
RE: Fibonacci + zigzagposted in Questions & Answers
@piptheripper Miro doesn't come here often, I don't know of another way.
-
RE: Heiken Ashi values don't match MT4 valuesposted in Bug Reports
@rickial Put a shared link on here so your project can be assessed.
-
RE: Trouble with Heikin Ashi indicatorposted in Questions & Answers
@felipe1169 HA indicator works when I have tried although this may depend on the permeators you want to use. Test each section of your project individually then you will know exactly what is not working.
-
RE: Problem using the appposted in Questions & Answers
@michael-odusami Only the web version is updated, so the only way you can be guaranteed that all works.
-
RE: My Ea is not working or placing tradesposted in Questions & Answers
@kaden Put a shared link here so problems can be seen.
-
RE: Hi everyone,posted in Questions & Answers
@karibo Something like this (on trade tab) will do it, if you want a trail that works different on this trade to the other, place order with a different group number, and put the group in a different trail block (only have trail on on tick tab).

-
RE: I have one indicator that is stopping my Ea from workingposted in Questions & Answers
@kaden This depends on what information is in the buffers, put your indicator here and it can be assessed, if it inly has price level then there is no way of knowing when the colour changes.
-
RE: SuperTrend (Non Repainting). Higher time frame Colour Change as macro signal to lower timeframeposted in Questions & Answers
@edify-1984Like this is probably what you want.

-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
@uriel-0 Start a new thread, put a shared link and people will check the problem.
-
RE: Auto SL-TP for tradesposted in Questions & Answers
@ali-pahlawan I would use a indicator like ZigZag, @miro1360 has some good code on here that can be used.
-
RE: Heiken Ashi values don't match MT4 valuesposted in Bug Reports
@rickial Is this just because you are not selecting a candle type? FX uses the MT indicator so should be identical.
-
RE: Fibonacci + zigzagposted in Questions & Answers
@piptheripper The top option needs to be a time, not sure if you can get this without @miro1360 fibo code, once you have this all will work.