@Armin622
To include a line feed (new line) when sending a message via a bot, you can use the escape sequence \n
Posts made by sktsec
-
RE: Enter in massageposted in Questions & Answers
-
RE: Problem closing trades with SL several pips below the set SLposted in Questions & Answers
@jstap
Even worst is the B book brokers, which indeed trades against you.So,
you win --> they loss
you loss --> they win -
RE: Problem closing trades with SL several pips below the set SLposted in Questions & Answers
It is the trading condition depending on the broker. That means different brokers have different slippages.
Demo account, on the other hand, being not real, often gives better trading condition.
-
RE: On Tick vs OHLC vs Opening Priceposted in Questions & Answers
In case of MT4:
If EA only open trades at bar start, backtest with opening price is OK. But the SL TP may not be accurate enough. A final check with OHLC is needed.
If EA would open trades within bar, backtest with opening price is USELESS. At least using OHLC as a rough test. On Tick backtest is a must.
My experience:
In the second case, a OHLC backtest with profit factor, say, 1.6, would turn out in On Tick backtest to be, say, 1.3
The so called On TIck backtest seems to be using the minute data only (i.e. not real tick, just estimations for ticks) -
RE: custom indicatorposted in Questions & Answers
It may need some time to update the custom indicator.
Try it the next day. Remove the related block and start from scratch.
By the way, the :: problem is an old bug, that happens when you try to set enum in custom indicator.
-
RE: custom indicatorposted in Questions & Answers
@Dr-Amiin
Remove your custom enumeration of ENUM_APPLIED_PRICE.It is built-in. Just used it directly.
-
RE: candle close up horizontal lineposted in Questions & Answers
Have you try Trendline Price Level instead ?
-
RE: Supply demand zoneposted in Questions & Answers
Supply and demand zone seems to be a valid concept. In reality, there are many many different ways to define it by different people.
-
RE: EA Trades Volatility indexposted in Questions & Answers
@jpsam
FxDreema EA, like any other EA, is supposed to work on any chart which the EA is put on.Does the index you mentioned can be shown on a chart ?
-
RE: How Long to backtest a eaposted in Questions & Answers
@Fireblade
I think there is no definite answer.Apart from the period duration, I would also consider the number of trades done within the period. I would expect that at least 100 trades. Say, if there are 100 trades in 3 months, I would test at least 3 months.
Sure you would backtest again after some time.
-
RE: Re-run the project with a time changeposted in Questions & Answers
@Armin622
I think you want to a start over, or in terms of EA, deinit all and init again.This happens in indicators but I am afraid there is no easy way to do it in EA automatically.
-
RE: 谁能提供FXDreema的用法的完整视频教程网址?恩谢并愿购买posted in Questions & Answers
@3162269686
Amazon 不是已退出中國市場嗎 ? 或者試一下料學上網 ? -
RE: Hi, I am using built 1440 and still found Ordersend error 138. Anyone know how to fix it? Thanks.posted in Questions & Answers
Are you using Windows 10 rather than Windows 11 ?
-
RE: hi guys. the EAs I created using FXdreema work well under Every Tick while testing however it performs badly on 'Every Tick based on Real Ticks'. How can I set my EA to perform only on 'Every Tick' rather than the other failing one.posted in Questions & Answers
Maybe you can modify your algo to trade only at candle start.
-
RE: Found New Bugposted in Questions & Answers
The second one:
Use graphics acceleration when available -
RE: Found New Bugposted in Questions & Answers
- Click on the three dots in the upper-right corner
- Select Settings
- Select System.
Under the System section, toggle the switch for
Use hardware acceleration when availableRestart Chrome