@l-andorrà Thank you for your response, do you know a similar tool like fxdreema where we can create ctrader bot ?
Posts made by Mani13
-
RE: C Traderposted in Questions & Answers
-
C Traderposted in Questions & Answers
Hi,
Can we use the fxdreema files on trading platforms like Ctrader in addition to MT4 and MT5 ? -
Orders at highest/lowest candle priceposted in Questions & Answers
Hi,
Can anyone help how to open orders at highest and lowest pricw of N candles ?
-
RE: Special Closing Conditionposted in Questions & Answers
Thank you for your reply,
Variable need to reset when all the trades get closed. Yes before new batch of trades will open -
Special Closing Conditionposted in Questions & Answers
Hello,
Good morning,
Can anyone suggest me how to count the total profit after closing multiple trades.For example.
Initial Deposit - 1000
10 trades with 1$ profit each get closed one by one when tp value hit .So I want to put that total of value of profit (10$) in a variable and also the count of trades that makes total 10$ of profit.
-
RE: Open trade on 100 pips gapposted in Questions & Answers
@fxdreema @l-andorrà @jstap is there any way repeat the function of ROUND NUMBER DETECTOR block ? it taking entry but not reentry on same price. I have tried to use RESET COUNTER block to reset the command of ROUND NUMBER DETECTOR block, may be i have done wrong thing. please suggest if any way possible.
-
RE: Open trade on 100 pips gapposted in Questions & Answers
@l-andorrà Thank you,
It had solved the partial thing.
It doesn't repeat the trade on same where it has taken previous trade.Like it open a buystop order at 1.0900 and if that trade get closed profit then it should now open Sellstop at 1.0900 and if loss then should again open a buystop.
Is there any way to repeat the process ?
-
RE: Open trade on 100 pips gapposted in Questions & Answers
@jstap Let me correct myself a bit more, I want to open first trade at a 100 value.
For example 1.0900 For EURUSD.
I only want the trade 100 value.
1.0900
1.0800
1.0700 EURUSD142.00
141.00
140.00 USDJPY
Like this, not in between.For example price is running at 1.0825 for EURUSD, I need BUYSTOP at 1.0900 and SELLSTOP at 1.0800
-
Open trade on 100 pips gapposted in Questions & Answers
Hi,
I want to open trade at 100 pips gap only, can anybody suggest the way?
like first trade 1.0800
next trade either above or below 100 pips like at 1.0900 or 1.0700 respectivelyNote :- Not grid type, when take profit of one trade get hit another trade must have to open at same level as previous or 100 pips above or below the previous trade.
-
RE: Close all positionsposted in Questions & Answers
@jstap , Thank you for coming in, How are you doing friend ? I believe you will have a solution to it.
I want to use both percentage modes for closing at profit and loss.
for example if global profit is 1% of balance then close all trades and same way when global loss is 1% of balance then close all trades.Profit tree is working fine but I didnt understand how to do it for loss tree.
I have done this thing but it didnt work

-
RE: Close all positionsposted in Questions & Answers
@jstap @l-andorrà can you please help me in this ?
-
RE: Close all positionsposted in Questions & Answers
I dont think so it gonna work this way, I already calculated the profit percentage correctly which work fine and loss percentage formula a similar way. and if we place close position before DD calculation how do close position work ?
-
RE: Close all positionsposted in Questions & Answers
So I need to use 2 different blocks
if trade for closing trades on profit and
No trade for closing over loss percentage, right ? -
RE: Close all positionsposted in Questions & Answers
Does any expert help me please where I am doing wrong ?
-
Close all positionsposted in Questions & Answers
Hello Everyone,
Hope you all are well.I want to close all the trades and pending orders on a ceratin drawdown percent of balance.
And I have done this as below picture but it not making any difference

-
RE: Backtest and live working differposted in Questions & Answers
I am using multiply factor in reference to previous open trade.
-
Backtest and live working differposted in Questions & Answers
Hello Everyone,
I am facing a issue that Ea is working fine when backtesting but when I put it on live account it works weirdly.
For example:- It is martingale and in backtest it is opening positions like this as required.
1
1
2 30 pips as pips gap each
2
4
4
But in live it is opening like this
1
1
1 30 pips as pips gap each
1
1
1
along with a popup window showing that you are trying open a lot size lower than minimum lot lot allowed by broker.
@fxfreema Please help.
