@maniamuthan Lots on you tube, but not sure of other places.
Posts made by jstap
-
RE: do not execute another trade when tp hit by a conditionposted in Questions & Answers
-
RE: Open BUY or Sell at specified server timeposted in General Discussions
@l-andorrà Interesting, never relied on something happening on the second, if I ever do at least I'll know what to check.
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
@l-andorrà Yes it should be text, I believe.
-
RE: Check distanceposted in Questions & Answers
@mario-c In condition put price (market properties) level on left, on right put the level you want something to happen on, in the adjust box below put +90 Pips, or -140 Pips whichever you prefer.
-
RE: Hedging EA helpposted in Questions & Answers
@ralph1 You need to back test to try and work out what the bot is doing, ask any questions to enable you to build, people will gladly help you sus out how to achieve.
-
RE: do not execute another trade when tp hit by a conditionposted in Questions & Answers
@maniamuthan In the on trade tab you can set purple blocks that do something on a specific event, like hitting TP, set a flag underneeth, check in your buy/sell tree, reset with something like once per bar to have it trading again.
-
RE: help pleaseposted in General Discussions
@bdewdney In buy/sell block you can choose money management for the trade.
-
RE: place pending order below candle once per bar + delete once per barposted in Questions & Answers
@piptheripper If you are trying to minus 10 pips, put-10 Pips.
-
RE: How to import and use custom indicator?posted in Questions & Answers
@slimmz Go to my indicators on top of screen, MQ4/5 is easiest but EX4/5 can be added, just needs more work.
-
RE: Good Day FXDREEMA, Help required Custom indicatorposted in Questions & Answers
@scany21 It's hard to work out without having indicator, try and change to 2, mt4 language EMA = 2, maybe change type in indicator settings to int, but test first. If you still struggle put the indicator on here and someone will look.

-
RE: Bug in condition block for MACDposted in Bug Reports
@frank-c Adjust by something like +1 Pips, it is probabily not that it's not working, just somthing like 0.0000000001 = > in the the EA.
-
RE: Terminal Variablesposted in Questions & Answers
@neo_me You do not need terminal variables, this will record on platform for a month, then any EA can read if desired, if just to be used buy 1 EA, put both values into a formula block, adjust by /20, save into a variable you created, you can then use the result in any block as the variable and use.
-
RE: How to check distance between 2 running positions?posted in Questions & Answers
@maledetu formula block high-low will give you the distance as a price fraction, modify variables block to change to pips, variable in pips same variable in modify box, as is I believe, or as pips, one or the other will convert formula variable to pips.
-
RE: Check distanceposted in Questions & Answers
@mario-c Trying to have a close on 0 is unlikely because it is the current forming candle, as it closes it becomes 1 and a new 0 opens. Put your conditions into a comment block so you can visually see if it is working.
-
RE: Open BUY or Sell at specified server timeposted in General Discussions
@nizzy The green time filters, if seconds are important use component.
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
@piptheripper You could do it like this, you would have to set the date/time in inputs and put flag in tree.

-
RE: place pending order below candle once per bar + delete once per barposted in Questions & Answers
Try trail pending order, should move order every time candle changes.


