Use modify stops and put TP value to 1 pip with open price as reference
Posts made by ranjayforex
-
RE: move tp to breakeven is it possibleposted in Questions & Answers
-
RE: Close (partially) not work.posted in General Discussions
@plutofx Use Turn Off Block "For Each Trade" after partial is closed to prevent the block from running multiple times because when partial is closed basically a new trade is created hence why it recognizes and closes again. And then use "Turn On" to reactive "For Each Trade" Block again when a new trade is created.
-
Once Per Trade/Order Block Bugposted in Bug Reports
The Once Per Trade / Order Block is being passed more than once for each trade. Please take a look..
-
Currency Round Numbers - 25, 50,100 pipsposted in Questions & Answers
Hello, can someone help me to get a variable that calculate round number prices. example, on Gold = 1865 or 1860 or 1855 instead of 1865.12, etc etc or GBPUSD 1.3700 or 1.3750 etc
-
RE: EMA Shift Crossposted in Questions & Answers
Chane the 9 EMA on the left operand.. Think the readings are too close
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
I followed the steps thoroughly and now FxDreema cannot compile the EA? can someone assist?
-
RE: Time problemposted in General Discussions
You are placing the pending order and deleting it with the same block which means as the pending order opens it gets deleted. Use separate timefilter for each.
-
RE: My first ea ever. I need some advice.posted in Questions & Answers
@renato-2 Best way to use RSI is to Sell from 80 and Buy from 20 with a confirmation. I think there is too much logic as it related to SMA, when the values become true the trade would have already been exhausted. Use the two best SMA to you.
-
RE: How to get TP, SL, and Current Price Value in HTTP Web request url?posted in Questions & Answers
I found a way through trial and error. Thanks
-
How to get TP, SL, and Current Price Value in HTTP Web request url?posted in Questions & Answers
I have figured out how to post to Telegram bot.
-
Expert Advisor Trial Date Bugposted in Bug Reports
Expiry Date on the expert advisors not working. I tested on mine and it still runs after the expiry dates.
-
RE: How can I detect the candle when close all above yesterday and current day highposted in Questions & Answers
The first block should be fine