You need your definition or indicator first
Posts made by sktsec
-
RE: How to use Impulse up Impulse Down Box ?posted in Questions & Answers
-
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 ?
-
RE: Save Profit on closed tradesposted in Questions & Answers
It seems repeatedly adding up the profits. Have you try make it just run once , like pass once, once per trade, ...
-
RE: How To Fix The Margin In money (Not In Lots)posted in Questions & Answers
@allstarengin
Not a block. It is a function, you just enter the formula to get the value -
RE: How can we select a SL/TP price level based on balance percentage?posted in Questions & Answers
In case you are interested to convert the price fraction into pips. Just divide the fraction by pip size.
Pip size = PipValue(_Symbol)*_Point
This PIpValue() function is reviewed by @roar long time ago and is calculated internally in the fxdreema.
-
RE: How To Fix The Margin In money (Not In Lots)posted in Questions & Answers
Have you try the function OrderCalcMargin() ?
-
RE: Store a Value for further calculationsposted in Questions & Answers
@Mani13
If you mean to record the spread on every tick data, that seems to a big task. Better find a way to get the tick data history (with spread) from your broker -
RE: How can we select a SL/TP price level based on balance percentage?posted in Questions & Answers
@l-andorrà
You probably mean money to price fraction.First get the SL / TP in money. Then convert the money to fraction
Divide this money by (lots*MoneyPerTick/TickSize), will give the fraction.
You can get the MoneyPerTick and TickSize from MarketInfo.
See if this demo help:
https://fxdreema.com/shared/JSwqXle7d -
RE: Store a Value for further calculationsposted in Questions & Answers
@Mani13
I am afraid the it is the spread you are talking about. It probably not a fix value and depends on the time you run this block. -
RE: I want to create a trendline like the image above, which is used in a small timeframe. Can anyone share it with me so that I can understand it?posted in Questions & Answers
It seems to me a regression channel. If it is really what you want, you first need to defined two points (i.e. shift / bar no / candle no).
-
RE: indicator to eaposted in Questions & Answers
Try
after buy trade: disable buy trade block and enable sell trade block.
after sell trade: disable sell trade block and enable buy trade block -
RE: How to make my bot to take just a positionposted in Questions & Answers
Try
after buy trade: disable buy trade block and enable sell trade block.
after sell trade: disable sell trade block and enable buy trade block -
RE: Error recessing indicator in EA. #resourceposted in Questions & Answers
It seems :
Indicator -> IndicatorsMaybe check the journals for any other error
-
RE: Has anyone encountered this problem before?posted in Questions & Answers
@PrinceErielle902
It also happened to me couples of month ago. Reason unknown.Better just delete some blocks and rebuild after all
-
RE: Need reference for draw on liquidityposted in Questions & Answers
You need the indicator for your concept of "Draw on Liquidity". The fxDreema block is ready to set the SL / TP at custom indicator level
-
RE: Strategy based on First candle of NY Sessionposted in Questions & Answers
M30 1 candle is like M5 6 candles. Maybe you can first try using the Market Info to get the highest and lowest of the 6 candles