@shahzad If you do as @yerlin has said you can be helped to create, depending on market your condition will normally be real, to work out % use a single candle template.
Posts made by jstap
-
RE: HOw i Can Convert This Stretigy Into EAposted in Questions & Answers
-
RE: need help in setting Only buy or only sell.posted in Questions & Answers
You could create a enum drop down, you could use bool conditions, basically if true, do this. set up as many block as needed to cover all options.
-
RE: How to place an order based on an existing order ?posted in Questions & Answers
on trade tab, order position created (purple block), use groups to distinguish between pending, and instant, buy/sell block beneath.
-
RE: Take buy trade “ n times”posted in Questions & Answers
Yes on a buy 100 is above, and -100 is below, opposite for sells.
-
RE: Take buy trade “ n times”posted in Questions & Answers
@vijithtr It is doing that, but if you mean, buy below and sell above put -100 in your pending blocks.
-
RE: How to check if a Crossover Intersection point is Up a certain Levelposted in Questions & Answers
2 condition blocks, 1st checking the level, 2nd checking the cross...
-
RE: Take buy trade “ n times”posted in Questions & Answers
@vijithtr Is that doing what you want? I prefer to use a time filter over 1 minute rather than a specific time.
-
RE: How to wait for a new bar open to place trade ?posted in Questions & Answers
Time now==candle time
-
RE: Take buy trade “ n times”posted in Questions & Answers
That's a very specific number, condition = 1980, loop n times, buy
-
RE: Help!posted in Questions & Answers
Not much information, on trade tab, purple trade closed block, whatever condition you want, place trade.
-
RE: https://www.youtube.com/watch?v=JzN1fEZmc40posted in Questions & Answers
You could do it, it is not as good as it looks.
-
RE: Time source wrong calculationposted in Bug Reports
Interesting, hopefully @fxDreema can look and fix this, code can be used for correct results: https://fxdreema.com/shared/4MDTyPJZb

-
RE: How to take repeated trades with same lot size and different pipsposted in Questions & Answers
Make a start, and add a shared link
-
RE: Can anyone tell me Body Candle size %in Heikenashi Candleposted in Questions & Answers
Make a start, add a shared link, and say whats not working.
-
RE: need help in setting eaposted in General Discussions
Make a start, and share the link to look at.
-
RE: Looking for help to build EA based on ICT strategiesposted in Questions & Answers
C++ means a lot more work, even with chatGPT, infact this will get some code wrong, then you will have to correct. If done from FX, you can be helped with blocks.
-
RE: WHY IS MY EA ONLY TAKING SELL TRADES?posted in Questions & Answers
If you make a start, and share a test project.
-
RE: Bollinger Bands Macd triggerposted in Questions & Answers
Once per bar should go under your conditions, just means it will work when condition is true, rather than waiting for a new bar, looks like it will work though, let me know if not.
