@biztet It is in the picture he's posted.
Posts made by jstap
-
RE: Check Profit (Average) Visible TPposted in Questions & Answers
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Would defiantly be a help but, many people like me didn't have.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Put a condition block in between modify and close, use what you have so if trade is not used neither is close.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Not without using an existent condition or, setting up another condition to activate/deactivate, to me having another input value is the best way to go.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan The problem is without another condition the block will pass if true and if yellow used it will pass if false, meaning that the block is pointless.
-
RE: ATR condition doesnt work in fxdreema?posted in Questions & Answers
@tashab The ATR goes from bottom to top, the numbers aren't fixed, they change depending on the average candle size during the used period, the returned number is the price fraction of the average size, I do not have line cross on ATR because of this, you can reference candle size and compare to average.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan I have showed you how to bool conditions on FX you need to understand simple logic, I can do for you but to learn how will enable you to fix other problems.

-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Because that skips 80 if you don't want to use, just create a constant bool condition.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan I cant help you, should be working, try and rebuild again and see if this changes the behaviour.
-
RE: RSI Cross above / Cross Belowposted in Questions & Answers
@doudou-7 Try putting the no trade block above the condition blocks but, these should restrict EA to onlt one trade at a time.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan From looking at your picture you have DAY_BALANCE in as a bool, it should be double, post above says what the type should be for each variable/constant, check all are the right type, this can cause unexpected results.
-
RE: ATR condition doesnt work in fxdreema?posted in Questions & Answers
@tashab In HERE is your project but I have added the ATR into a comment, you can see the size of number you need to be working with.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan In the buy/sell tree, the close tree should already be setting variable to false.
-
RE: ATR condition doesnt work in fxdreema?posted in Questions & Answers
@tashab This is hard to say without a shared link, 7.1 is quite high for atr as is displayed in price fraction not pips. If yoy want to use the pip value then you can find out how here. https://fxdreema.com/forum/topic/12802/atr-pips
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Orange condition block with a bool condition, if this is true then below blocks will activate, if false they wont, this is why once a day the condition is set to true and if loss met it, turned to false to stop trading.
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan This is not as I said, put all conditions in place, test then put on here if still not working.
-
RE: MACD on/off and MACD signal crosses 0 and crosses signal lineposted in Questions & Answers
@andrewfrank Some constants are in as bool, they need to be string, I would set all as standard, test if all works, insert constants one at a time until all working.

-
RE: MACD on/off and MACD signal crosses 0 and crosses signal lineposted in Questions & Answers
@andrewfrank All you pictures are correct, the MACD constants go into the orange condition block as in my picture, the logic of these blocks is if variable/constant = true pass, otherwise don't activate next block.
