@baccicin The only option to hide your SL is to go into project options in the top right, and turn on virtual stops, this should turn off stopes on platform but it only works on your computer.
Posts made by jstap
-
RE: Moving Average stop lossposted in Tutorials by Users
-
RE: EA on MT5 - (M5 timeframe) opening trades against trend (Please Help Fix Ex.5)posted in Questions & Answers
@denk777 No mate, don't think it's possible without the MQ files.
-
RE: Controlling two parts - Buys side and Sells sideposted in Questions & Answers
@alphaomega I am lost because I showed you how to stop the other type of trades from running, meaning your code would work as expected.
Use bucket of trades or pink for each trade to get the values you want for both buy and sell separately.
-
RE: Controlling two parts - Buys side and Sells sideposted in Questions & Answers
@alphaomega I haven't but you said allow only buys when buys activate, by putting the check block at the top of the tree the whole tree will not work when the opposite trade is running.
-
RE: Controlling two parts - Buys side and Sells sideposted in Questions & Answers
@alphaomega Put a blue check trades count block above the buy and sell, for buys check sells => 1, for sells check buys => 1.
-
RE: How to load EA on one chart only but allowing it to watch several charts?posted in Questions & Answers
@fxbam As I said I don't use this but depending on requirements that block will do that.
-
RE: How to load EA on one chart only but allowing it to watch several charts?posted in Questions & Answers
@fxbam There is a block called set market for next blocks, any blocks that have symbol below will be changed, any blocks that can't wont, I personally just add the EA to different charts.
-
RE: average profit test block does not work in live account, but works fine in backtestposted in Questions & Answers
@gggvvvv I am unsure why, try setting only buy or sell in relevent blocks, normalise block id's, as you don't have that many change each ID starting at 1 so id's go in order used (roughly).
-
RE: Press Button Draw buttonposted in Questions & Answers
@uriel-0 You'll find all you need in link, use the bool condition option, so when true it draws what you like, if false it deletes what you like.
https://fxdreema.com/forum/topic/14594/create-buttons-that-work-in-mt4-mt5-live-demo-back-test
-
RE: Confused…trade multiple currencies with one EAposted in Questions & Answers
@flyfisher There is a block called set market for next blocks, any blocks that have symbol changed below will change will be changed, any blocks that can't wont, I personally just add the EA to different charts.
-
RE: EA on MT5 - (M5 timeframe) opening trades against trend (Please Help Fix Ex.5)posted in Questions & Answers
@denk777 https://fxdreema.com/shared/8fvKBJ3J Have separated the buys and sells, if you want only 1 of either type add back to how it was.
-
RE: Create buttons that work in MT4 & MT5 Live, Demo & Back testposted in Tutorials by Users
@uriel-0 Am not explaining everything, but ask me any specific points you would like to know.
-
RE: Pending stop order that expires after x barposted in Questions & Answers
@alex81 The price offset is how far to place order, this should do what you want:
-
RE: Only one Trade in 2 hoursposted in Questions & Answers
@flyfisher Haven't tested but that is how I would do it
-
RE: Only one Trade in 2 hoursposted in Questions & Answers
@flyfisher Try this, add to your project, or add yours to this, should work:
-
RE: EA on MT5 - (M5 timeframe) opening trades against trend (Please Help Fix Ex.5)posted in Questions & Answers
@denk777 This is the logic in that, no buy or sell trade, ma X ><, bull or bear candle on candle 1, place buy or sell. The middle condition blocks do nothing as they would need to be inline.