@shubhankar-kumar But have you created any initial fxDreema project? If I understand correctly you are looking for someone to do it for you?
Posts made by l'andorrà
-
RE: hello can anyone help me to code , ea will not take more than 2 or 3 trade per day . if its limit is reached ea will stop trading on that dayposted in Questions & Answers
-
RE: How to change minimum lot size from 0.01 to 0.001?posted in Questions & Answers
@ferrymahmud Can you confirm the buy now block works correctly when manually selecting 0.001 lots? If that doesn't work, this means fxDreema cannot accept it. I never used any broker allowing that lot size before.
-
RE: stoploss based on body of candle id 1posted in Questions & Answers
@nik14 You need to select 'Custom(price level)' option instead:

-
RE: I've rented 1 month, but it's still FREEposted in General Discussions
@pandyws Did you pay with crypto? If so confirmations are made manully and they last longer.
-
RE: Terminateposted in Questions & Answers
@mohammed65 Do you mean that one EA on one chart should terminate the same EA on another chart within the same MT4 or a different EA on that same MT4 or an another MT4?
-
RE: which blocks should i use for this candle stick pattern?posted in Questions & Answers
@jstap If using the second or thirds options suggested by jstap don't forget to specigy the correct candle ID for all of them.
-
RE: Help. How can I create a backtest filter FxDreema?posted in Questions & Answers
@gu95ckt8 I wish I were, my friend. Sadly, I'm not.

-
RE: Help. How can I create a backtest filter FxDreema?posted in Questions & Answers
@gu95ckt8 I guess you will need a programmer to do it via custom code. I don't think that is possible just by using blocks.
-
RE: Can i add hour filter for other EA?posted in Questions & Answers
@jstap Correct. Any communication between different platforms needs Terminal Variables and a programmer knowing how to use them.
-
RE: Trailing stop without stop loseposted in Questions & Answers
@ekanters Exactly. And don't forget to add a 'For each trade' blocks instead of that 'if trade'. That will make it more efficcient.
-
RE: How to Group Close Tradeposted in Questions & Answers
@luckybest Why closing the sell trades only when the overall profit id 10? Shouldn't all buy trades be closed too? You got a final profit for all open trades after all. Why keeping the losing trades open?
-
RE: stacking indicatorsposted in Questions & Answers
@bta-magolide fxDreema is not designed to create an indicator. Certainly you can create an EA that behaves like an indicator, but then you won't be able to use any other EA on that same chart. Is that what you are looking for?
-
RE: Where is Swing trading blocks?posted in Questions & Answers
@ali-pahlawan There are no blocks detecting that automatically. You will need to create a block struture to find out, but you ned to include all parameters required to detect what you consider a swing.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra I'm afraid I cannot provide any help for custom code, sorry. I'm not a programmer

-
RE: which blocks should i use for this candle stick pattern?posted in Questions & Answers
@ali-pahlawan Is the body size of those candles relevant or not? Can they be as big as possible or are there any limits?
-
RE: How to change minimum lot size from 0.01 to 0.001?posted in Questions & Answers
@ferrymahmud Before doing that, are you sure your broker's MT4 will accpet that lot size value? Can I ask what broker are you using?
-
RE: Trailing stop without stop loseposted in Questions & Answers
@luckybest Then you will need to create a specific trailing stop structure. That block need an existing SL to be moved.
