@talalkhan Ever picture I have put and you have put shows this, bool = true/false, double = numeric, these should be used as they are, put all in a comment, test, change, test, until you get what you need.
Posts made by jstap
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan Because 1 is bool and the other is numeric.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan again I will say use a different condition and place in a comment block so you can check.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan Both conditions are doing the same thing but trying to cause a different result, put in a comment so you can check.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan To reset a condition if it is a bool condition reset to the opposite using bool true/false, and using a condition that doesn't conflict with the other condition.
-
RE: I need help. to change pips away while running.posted in Questions & Answers
@nopthankyou Seperate your trees you'll probably see this fixes most.

-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan You have a condition making a bool condition true, then at the same time you have a condition changing this condition to 0, you have no comment block to visually check what is happening. Put the variables into a comment, visually check what is or isn't working, this way you will know what to check.
-
RE: stop loss on Parabolic SARposted in Questions & Answers
@haikel I am unsure what you mean, this will trail according to the PSAR dots from trade start?
-
RE: how to set the spread for my EA ???posted in Questions & Answers
@piotras10000 There is a few examples of things you can do in HERE.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan You have conflicting conditions, a bool cannot be a number, once x< has happened it is below, so condition to reset needs to happen at a different time with a different condition?
-
RE: Trades happens directly after the time filter is turned offposted in Questions & Answers
@sinister Can't work put what is happening from a sentence, put a shared link on here then what's happening can be looked at. I will so though only blocks that are true will pass once time filter allows, blocks that were true in the past will not work.
-
RE: how to set the spread for my EA ???posted in Questions & Answers
@piotras10000 I put it above the buy sell tree, so it stop's all unless conditions are met.
-
RE: how to set the spread for my EA ???posted in Questions & Answers
@piotras10000 Use the spread filter.

-
RE: After closing a trade wait "n" candles to open new one.posted in Questions & Answers
@fxtr Put the shared link on here and ill have a look.
-
RE: Add an indicator...??posted in Questions & Answers
@ibrahim-3 If you have the MQ file go to my indicators in top left and all should add, if only the EX file it will need adding manually.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan The set up is correct but it's using a cross so when the cross happens the variable is set to true, on every other candle the variable will be set back to false, use this variable to only be true/false when it suits your defenitions.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan As long as this condition is in the tree this will start/stop trading when condition is met or not.
-
RE: I Want To Create A EA With Custom Indicatorposted in Questions & Answers
@talalkhan This goes alone the same lines that I've showed you, if one condition alows 1 type of trade but should stop another, cus this condition to turn the other variable false.
-
RE: How to set open position opposite while the current order still not yet closedposted in Questions & Answers
@basmustrich-0 There is examples in HERE that should show what to do.
