@jacky101 If this is a custom indicator using the MQ file, if not the EX file but it's harder, check ehat the buffers contain then build the EA around this.
Posts made by jstap
-
RE: I want to create EA that sell and buy when indicator appearposted in Questions & Answers
-
RE: Breakeven functionposted in Questions & Answers
@andrewfrank No problem, generally every function should have it's own tree.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh If you want to always place a buy on first order delete random and the sell side of the 1st tree, also this will always place from the bid/ask reference, maybe use the MID price.
-
RE: Breakeven functionposted in Questions & Answers
@andrewfrank Yes, the pass block just says "do something", do something" is also contained within a condition block.
-
RE: Breakeven functionposted in Questions & Answers
@andrewfrank Blocks under quite often wont work, you need no blocks above the condition for it to work.
-
RE: Exit manual orders?posted in Questions & Answers
@meken There is a few things that can be done in HERE, go into on trade tab to see how to delete orders, to put simply create a condition with reason to delete, under put the delete block. The magic number will decide what EA has placed the order, 0=manually placed, as lone as EA's have same number thy can control other EA's trades
-
RE: EA detecting tilt as cross need help...!!!!posted in Questions & Answers
@haikel Not off the top of my head, there's just too much, if you think of something your not sure about just ask.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh https://fxdreema.com/shared/61Y87kYWd, This works now, just need to decide what you're doing with the SL's.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh Put it in to a project and share the link, what I put will work just need to set each block conditions. I will then see what you have done and see what's wrong.
-
RE: ZigZag compare H1 vs H2 and L1 vs L2posted in Questions & Answers
@tipsywisdom Don't think this will work? I say this because H1 is always above L1 regardless of weather price is going up or down, if L1 is above L2 then price is going up but this could just be a durance in the swing.
-
RE: Chaikin Oscillator - is it workingposted in Questions & Answers
@musa-5 As this is not a standard MT indicator you need to add the custom indicatorn on FX MQ is easier to add than EX, then you need to verify that the buffers contain relevent data, then build EA around it.
-
RE: I want to make an EA for Boom & Crash. Help please.posted in Questions & Answers
@tipsywisdom I agree that this is likely a suicidal asset to trade but, this is entirely dependant on the strategy used and how it is implemented. To stop this from being tried means to stop a potentially working strategy before it starts.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh Look in the on trade tab at top.
-
RE: WAIT TO PASSposted in Questions & Answers
@thedisliked In HERE is a few options that will likely help.
-
RE: EA detecting tilt as cross need help...!!!!posted in Questions & Answers
@haikel By default the lines have to be tilting in the desired direction on a cross, doesn't stop the cross above followed by cross below though, in HERE is a few ideas that may help you.
-
RE: Breakeven functionposted in Questions & Answers
@andrewfrank The last picture is haw to do it providing inside the condition, you have the name of a bool constant to switch on/off in inputs, you also don't need the pass as is in the condition block.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan Yes but this goes to how you want the condition to work, you can use x> to turn a bool condition true/false but you cannot use the yellow output to switch it back. Unless you want condition to be true/false for only a small amount of time.
-
RE: Need help in setting pending ordersposted in Questions & Answers
@styleflesh In HERE is a few options, the bottom is how to achieve this, check all tabs and the group use in each block.