@supersako You're welcome.
Posts made by l'andorrà
-
RE: info accountposted in Questions & Answers
@oking Well, I'm not an expert at buckets of trades but why don't you try 'Foer each trade' blocks instead?
-
RE: Daily Profit and Loss Target close logicposted in Questions & Answers
@kvinvest This is a way to stop all trades once target (positive or negative) is reached. Maybe it helps:
-
RE: Variable comparison of losing and winning closed positionsposted in Questions & Answers
@pontedruse Sorry, I forgot to add the link:
-
RE: hey I want a very simple EA that closes pending orders and open trades when it hits SL or trailing stop or a TP I do not understand why it does not work :( can you help me pleaseposted in Questions & Answers
@oracle-0 Remove that 'For each trade' block and substitute ot for a 'Pass' block. That configuration is connecting two loop blocks and that can lead to some weird results.
-
RE: Why my EA always opens 2 pending orders? Please take a look at my eaposted in Questions & Answers
@roar said in Why my EA always opens 2 pending orders? Please take a look at my ea:
@ankitrader OCO duplicates your 2 orders. 2*2=4.
You dont need OCO here, just disable it
I didn't know that!
Impressive... -
RE: Trailing Stop based on Risk to Reward ratiosposted in Questions & Answers
@pippusher618 Of course not, man!
I just selected the display menus for you to know them. I didn't change the values offered by default. Just type your values there. 
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@seb-0 I will try it. Thank you to both.
-
RE: Help with support and resistance strategy.posted in Questions & Answers
@adap69 I'm afraid both indicators repaint, my friend.
Don't you have other alternatives? -
RE: ATR value to Pips - Tutorialposted in Tutorials by Users
Upvoted and congratulated!
Great tutorial. -
RE: Daily Profit and Loss Target close logicposted in Questions & Answers
@kvinvest You need to disconnect block called 'Gain Loss calc' from its current position. It need to be separated from the other two trees and then having its own tree. On the other hand, I don't fully understand the logic behind block called 'Enable daily target'. What is it supposed to do?
-
RE: plz fix this good rsi ea thx veryposted in Questions & Answers
@alish668899 You are using a custom indicator. Are you sure its buffers are correctly identidifies by fxDreema. Additionally, are you sure the indicator doesn't repaint?
-
RE: info accountposted in Questions & Answers
@oking That example is programmed to work with forex symbols only. Are you maybe trading indexes or commodities?
-
RE: Trailing stop loss settingsposted in Questions & Answers
@od Then you need to create a variable to store the value of the ATR when the trade was open. Then you can use that value on the 'Trailing stop' block.
-
RE: hey I want a very simple EA that closes pending orders and open trades when it hits SL or trailing stop or a TP I do not understand why it does not work :( can you help me pleaseposted in Questions & Answers
@oracle-0 Ooops, sory. I forgot to tel that all those blocks should be moved to the 'On tick tab'. Do not use in this case the 'on trade' tab.
-
RE: Multiple Condition Tradeposted in Questions & Answers
@daniel208forex Candle ID 1 is the first closed candles before the current candle in formation. It is recommended to work with closed trades in order to avoid some weird results.
Try your new confirguration and let us know.
