hi
is it possible to trail take profit level when loss level hit?
Like is in stop loss when price meet profit level we lower sl, is it posible with take profit when price meet loss level we move take profit
hi
is it possible to trail take profit level when loss level hit?
Like is in stop loss when price meet profit level we lower sl, is it posible with take profit when price meet loss level we move take profit
hi
Which kind of block i can use to create logic when ea dont open new trade until next day when 2 was already opened
@jstap ok but is this set of blocks make a sense?
Hi
Like on topic, Is it even possible to create ea on fxdreema where blocks will check condition on first account and then send signal to buy or sell to second metatrader account?
i know but how to check that for example, on candle ID 1, trade was closed and i dont open any new trade on this candle
Hi
Is it possible to create condition where ea dont allow open new trade, when on the same candle few minutes ago was closed trade.
I mean, if on candle ID 1 was closed trade and after that is signal for open new trade on the same candle ID 1, ea doesnt allow open this trade and will wait for new oppourtinity in next candles
im confused, can by there any problems yet which couse these errors?
yes it is and below is this code
input enRsiTypes inpRsiMethod = rsi_rsx2;
here is the fragment of code i have
input int inpRsiPeriod = 21; // Rsi period
enum enRsiTypes
{
rsi_cut, // Cuttler's RSI
rsi_emp, // Trend emphasized RSI
rsi_ehl, // Ehlers' smoothed RSI
rsi_har, // Harris' RSI
rsi_lag, // RSI Laguerre
rsi_rap, // Rapid RSI
rsi_rsi, // RSI
rsi_rsx, // RSX
rsi_rsx2, // RSX 2
rsi_slo, // Slow RSI
rsi_dse, // Rsi Wilder's DsEma
rsi_ere, // Rsi Wilder's efficiency ratio DsEma
rsi_ssm, // Super smoother RSI
rsi_usie, // Ultimate RSI Ema
rsi_usir // Ultimate RSI Rma
};
Hi i want add custom indacator with enuamation. when i compile ea it shows me such errors

it is possible to check loss of current position and closed position together
this will be work in strategyy tester, for example when meet loss ea pause? or i have to test during live trading?
ok thanks, you tested similar schemat already in the past and worked?
or write in price with minus like >-340$?
this block work for amount of loss?
Is possible in fxdreema create schemat that robot close all trade and dont open any new trades when daily loss reached? which kind of block can i use?
hello
Is anyone know how tu add such a type of parmeter to custom indicator which have a few option to choose

like on screen, "Mode" have options "Historical" and "Current", but
"Style" have "Colored" and "Monochrome"
there are also parameter with option and i dont know how to add it, however i added only chosen parameter to old indicators and work fine on fxdreema.