@flyfisher This is quite often to do with an indicator that repaints, have you tried using indicator appear?
Posts made by jstap
-
RE: Indicator with alert...but no exact trade at the signalposted in Questions & Answers
-
RE: i need to add a watermark to indicator helpposted in Questions & Answers
@fxdreema-8 You'll be lucky to find an answer on here, generally only EA's created on FXDreema can be fixed.
-
RE: Should I be concern about this warning [ "possible loss of data due to type conversion from 'datetime' to 'int' ] when using a simple order block.posted in Bug Reports
@b12 Don't worry about it, is only errors that matter but these will stop EA compiling.
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade Not really, every option you have there has been tried and used, this is just to try and help you so by not adding the link the only person that looses is you.
-
RE: Head and shoulders tutorialposted in Tutorials by Users
@bluekangaroo14 @l-andorrà Indicators that repaint are often no good, they often though use something like candle 1 closes above or below, so you can add this condition from FXDreema.
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade That's not the shared link, blocks cannot be looked inside with a picture.
-
RE: How can use buttons in MQL5?posted in Questions & Answers
@smanotasg1 If you search the forum for buttons you'll find many examples, start your project and put here asking any problems you're having.
-
RE: I need help with a partial close structure.posted in Questions & Answers
@tho401 That is what I meant by the partial close, use a bool (true/false) flag, under the +pips away tree turn the flag to true, check above the -pips away and set back to false under.
-
RE: Help me!!!posted in Tutorials by Users
@frendo The instructions are in the top right of the builder page, YouTube is YouTube just search for FXDreema.
-
RE: I need help with a partial close structure.posted in Questions & Answers
@tho401 For each trade->pips away use - for negative, use flags to switch on the -10 when trade has reached+10.
-
RE: Question about EA entry onceposted in Questions & Answers
@generalnazrin01 On init only happens once at EA start but I doubt you can place buys/sells from there, you can back test any time to see if works, personally I would do on tick and use some logic to prevent from placing more trades.
-
RE: For Forex propfirmposted in General Discussions
@mcvinbabas This is multiplying by the same variable it's putting the percent answer into, add a fixed number for the percent you want to risk in a day.
-
RE: Robotposted in Questions & Answers
@administrator Read instructions, go on YouTube, search the forum and learn.
-
RE: Trading hours and Daily high lowposted in Questions & Answers
@lekan4forex Then use market properties period of time high or low, make time filter act after the session end.
-
RE: How do I point to one instruction for each condition, and when that is repeated, then move on to the next command?posted in Questions & Answers
@ddvjvn-kmb Your logic is floored,> is all the time rsi is above a value, if you use X> and once per bar then you will get a trade once per candle every time the cross happens.
-
RE: For Forex propfirmposted in General Discussions
@mcvinbabas What is not working? I use all these principles and they work for me.
-
RE: Trading hours and Daily high lowposted in Questions & Answers
@lekan4forex if trade block->break even block, just don't add under the time filter so it works anytime (keep the tree separate).
-
RE: HEIKEN ASHI EA. not working properlyposted in Questions & Answers
@jansfx Add a shared project to look at, cant see inside blocks from a picture.