@muneeb00 If you have set your conditions right, but this is when you use back test to see any problems, then make changes until all is doing as planed.
Posts made by jstap
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
-
RE: Change Meta editor to other terminal.posted in Questions & Answers
@kelrobot Put a shared link on here, you have (global variables) terminal variables on FXDreema that place a mark on your terminal, this can be read by EA to do something/or not. If conditions are all in the same EA then there is no point. You can make a bool (true/false) condition to activate/deactivate parts of the EA, these can be an internal variable or an external (input changeable) constant.
-
RE: Order open next candleposted in General Discussions
@mario-c Miro doesn't come by here very often any more, worth a try though. If you put a shared link on here someone will have a look to see what's wrong.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00Have a look HERE you need to decide the condition(s) for setting flag to true.
-
RE: Double entry, trail 2nd order (if TP hits 1 st order)posted in Questions & Answers
@meken I am not sure what result you will get from adjust on init, may give you half of constant and you need something like +50%, I will also say if you change the constant after inserting then the variable will stay the same as on int and you may as well make this value your constant, put constant & variable in comment block to visually check. For your buy/sell group you want to use numbers, this just adds to the magic number so needs to do somthing like 1111+1=1112, in your trail use the group that you have added to the 2nd BUY/SELL so it only responds to these trades, move all from on trade to on tick (if you reed the instructions trail needs to be here), you can use flags on trade with a purple trade closed block to activate trail. This is how I would do, hope this helps.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 Your shared link doesn't work
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 You use flags as in picture, you have to decide what condition switches it back on.

-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 It opens because your condition is still true, use a true/false flag, check before buy/sell and reset with a condition when needed.
-
RE: open trade when the candle crosses a vertical line drawn on chart.posted in Questions & Answers
@tipsywisdom @saakian1 As it's manually drawn referencing is defiantly possible, I think the only problem is if it doesn't show in the object list. Tipsy could you share how you would do this? I'm not too practiced on using a vertical line.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 If you have multiple trades open on the sae pair with the same magic number, they will all close when conditions are met.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 Your close blocks were set to any symbol, they need to be set to specified, this way EA will only act on trad's made on the chart EA is on.

-
RE: How to use ZigZag [advanced]posted in Tutorials by Users
@muneeb00 I just noticed this is in Miro's thread, start a new one and put the shared link in there, I will see what is wrong.
-
RE: How to use ZigZag [advanced]posted in Tutorials by Users
@muneeb00 In your close tree you need a separate one for each symbol, so instead of closing all it only closes the one, if using on separate charts change any symbol to specified.
-
RE: STOP LOSSposted in Questions & Answers
@ramshi How do you mean? If per trade set in buy/sell block, if all running trades, set a condition to be correct at 100pips, under put a close trades block.
-
RE: How to use ZigZag [advanced]posted in Tutorials by Users
@muneeb00 To close set another tree with if trade at top, conditions in middle, close trades block at bottom.
-
RE: open trade when the candle crosses a vertical line drawn on chart.posted in Questions & Answers
@saakian1 Have you manually drawn this line? or is it drawn some other way?
-
RE: How to use ZigZag [advanced]posted in Tutorials by Users
@muneeb00This should work fine once you add the no trade blocks, I would probably change the pass block for a once per bar because it will likely speed up back test, also drawing lines can slow things down, I would just add the zig zag to the chart.
-
RE: HeikinAshi Doji Scanner?posted in Questions & Answers
@siddhugaddi Thinking about it this is how to get the sizes into variables, you will then have to put a set of conditions together so your EA does what's needed when a doji is present.

