I Want To Correction In My Zigzag EA
-
@jstap Dear Sir, if we are putting flags in (No Trade/Order tree) than why we aren't putting flags on (If Trade tree)
-
Sir i need little more correction
check arrow 1 my bot buy there
check arrow 2 my bot close trade thereI want to short also where my bot closed buy trade because both conditions are matching for short which a gave in while making EA
-
@muneeb00 The if trade tree can only happen once so there is no point.
-
@muneeb00 If conditions are right the EA will open a sell, you have two trees so 1 doesn't affect the other. If the conditions are diffrent you need to add to initiate trade.
-
@jstap i changed condition of heikin ashi in if trade tree ID to 0. Now i feel bot is not working fine. Means not taking profit at zingzag top. What you say about this?
-
@muneeb00 This just depends on what works for you, as a general rule, especially with normal candles you will struggle to use close on 0, this is because as 0 closes it becomes 1 and a new 0 opens.
-
@jstap
i want to short where buy trade close condition are completed
i want to buy where sell trade close condition are completed -
@jstap

if i am changing candle ID to 0 in condition block of if trade tree than near top no profit taking by bot. -
@jstap my mind is ticking if we use any command like this.
Buy when short is closed
Short where buy trade is closed. It can help us
Is there any way to used this command or block? -
@muneeb00 Your flags in the above link is doing nothing, it is just constantly true. In on trade tab, purple trade closed block, under buy/sell block. you will have to restrict when this stops otherwise it will just continue to buy sell.
-
@jstap Sir can you edit from the link or share the screenshot please??
-
@jstap we are closing trade in (If trade tree) then why we are add purple trade closed block in (on trade) little confusing.
& sorry for wasting your time -
@jstap Still 2 problems in my bot
1st: that you are telling above
2nd: When play on Long & short. If Long trade closed at top because condition are met then why after closing of long trade bot are waiting again a bear candle after bullish candle.
I want where long trade are closed frequently short there because conditions are matched for long closing & short trade open. You can check my EAYou can help me in this otherwise it's impossible task without you for me
-
@muneeb00 This is how to get trade open upon close of another:

If your project was mine I would remove everything that is doing nothing (disconnect and move to the side), I would make the no order block into 2 and set 1 tree for buys and 1 for sells, then I would switch off buys/sells independently, as long as both are doing as expected I would then switch both on, then if all is doing as wanted I would make further refinements.
-
@jstap Sir if i am creating 2 different No order trees for buy and sell then bot is not taking trades while back testing.

-
@muneeb00 Please do as I say, remove those flags as they do nothing, I can't see what is in those blocks from a picture but, you must have done something wrong as it was with only 1 shared no trade block.
-
@jstap I think its ok now.

If is it ok, then its time to move problem no 2.
2nd: When play on Long & short. If Long trade closed at top because condition are met then why after closing of long trade bot are waiting again a bear candle after bullish candle.
I want where long trade are closed frequently short there because conditions are matched for long closing & short trade open. -
@muneeb00 Test it with buys off, then test with sells off, if these line up then you have a problem with your logic, and you probably need to more close above buy/sell.
-
@jstap Problem no 2 also solved great results while testing as per my expectations. Thanks Dear. Where can i write a review about you? You are really gem of person. Hats off
-
@jstap 2 days back when i asked about 1 bug in my EA that (buy & closed frequently) & (sell & closed frequently) again again. On that time you said insert flags in it. Today you tell me to delete these flags. I am scared of bug again
