@Pipologist
It seems checking the profit made within the time interval defined by you, and it checks it all the time.
Posts made by sktsec
-
RE: Unexpected Block Actionposted in Bug Reports
-
RE: Slippageposted in Questions & Answers
It is not working for most broker accounts. It is like for some accounts with requotes to confirm trading
-
RE: MT4 EA CONVERSION TO MT5posted in Questions & Answers
@Nkulu
Better download to your MT5 and compile it there. -
RE: Trades from Trendlines/SDzones?posted in Questions & Answers
@Expertnotreally
Order blocks, or many concepts in price actions / SMC / ICT, which need your own definitions before proceeding to develop any strategy.Sure you can share your definitions to see the possibilities of implementation
-
RE: I want to restrict my EA from trading between specific dates. For example: no trades from 01.01.2024 until 01.02.2024.posted in Questions & Answers
@mdjaveed123
Time Mode: Now means the time you are running the EA. Try Candle Time or Time Stamp. I like Candle Time as there is no ambiguity, but it need appropriate timeframe -
RE: Help with adding an input of "Applied Price" to "WILLIAM PERCENTAGE RANGE INDICATOR"posted in General Discussions
If you mean data type, you may try ENUM_APPLIED_PRICE
-
RE: Expirationposted in Questions & Answers
It seems using hidden object for the expiration. In case the hidden object has been deleted accidentally, expiration should not work. Using EA to check the time since opening is more reliable
-
RE: How to use Impulse up Impulse Down Box ?posted in Questions & Answers
You need your definition or indicator first
-
RE: fxdreema is working in un normal way pls fix ..tksposted in Bug Reports
@bacharchoura1
The problem happened, because as you stated, you working on 2 pc at the same time. Login to same account from 2pc at the same time is often problematic -
RE: Easy way to make ENUMposted in Tutorials by Users
@faisalfiaz2002
ENUM_TIMEFRAMES <-- data type -
RE: Backtesting is getting slower and slowerposted in Questions & Answers
@TXZZ
Probably if the computer became hot and performance fell sharply. You can confirm using software. In my case I put an ice pack to cool it down and see speed resume. -
RE: Store a Value for further calculationsposted in Questions & Answers
That means you successfully got the value.
In case you aim at a particular value at a particular time, have you tried Block pass once ? Does it help ?