CANDLE CROSS MA - HOW TO DO?
-
Hi Bro
https://fxdreema.com/shared/3CoKWhsbdI want to open only 1 order per 1 MA when the candle cross
It means there is 1 order only with 1 MA when Price cross 1time or many times
Please help me
Many thanks
-
condition block
left ampersand is candle#, timefarme?
cross above or below
right ampersand is indicator, moving average (sma, ema, ma#?), timeframe, candle #?are you asking for help or asking for someone to make it for you? Either way you need to be as detailed as possible.
-
-
Hi @khacdiepvnc , You first need to use 'No trade' block for buy or sell trades to keep the number of trades limited to one.
You need to connect your buy/sell conditions to 'No trade' block.
If you want each MA cross to open orders independently you need to use group numbers.
And sure you need to use 'Condition' blocks ad @jsauter86 mentioned to detect a cross condition.
-
I would find any tutorial and use that as a base, then change what you need to fit...or add..remove, etc.
-
@paragorundu could you send the example link?
-
@khacdiepvnc you may find a simple example below:
https://fxdreema.com/shared/ppxR1P45e
In setup 1, only one trade will be initiated if one of the three condition occurs for buy and sell.
In setup 2, only one trade will be initiated if one of the three condition occurs for buy or sell.
You can search introduction, HowTo or forum areas for details and various solutions.
-
@paragorundu said in CANDLE CROSS MA - HOW TO DO?:
@khacdiepvnc you may find a simple example below:
https://fxdreema.com/shared/ppxR1P45e
In setup 1, only one trade will be initiated if one of the three condition occurs for buy and sell.
In setup 2, only one trade will be initiated if one of the three condition occurs for buy or sell.
You can search introduction, HowTo or forum areas for details and various solutions.
Thanks Bro.
But with "No trade" block, there is only 1 order all time.
I need 3 order with 3MA (1 order/1MA) when Price cross they, and dont open new order if continue cross the MA more time. -
@khacdiepvnc As I have mentioned before, one option to use groups for your strategy.
I have created Setup 3 as an example.
https://fxdreema.com/shared/UX8qiV66
In this setup, No trade and connected blocks are in group. I have configured 1, 2, 3 as group numbers. It's a basic setup and is to give you an idea.
Be careful with the groups, it can be hard to manage in complex setups.
-
many thanks Bro @paragorundu
-
Ok I did it
-
@khacdiepvnc great!
Take care.