@jstap you mean 2 logic tree on "on tick" one for buy and one for sell like that but with > and <?
Posts made by Mr.Big
-
RE: Dynamic Take Profit on Moving Averageposted in Questions & Answers
-
Dynamic Take Profit on Moving Averageposted in Questions & Answers
Hi everyone,
I have activated 1 market order and 2 pending orders using buttons, and I’d like to close all positions related to that chart based on a moving average that updates with each tick.
I tried adding the condition and the order closure in the "on tick" section, but it doesn't work.
Does anyone have a solution to suggest?
Here the project: https://fxdreema.com/shared/0rsyjbKlb
Thanks!
-
RE: Buy market trough a buttonposted in Questions & Answers
@jstap thnanks to your ebook bought i solve the visdibility of the button, now i must wait the opening of the market to test the lic on buy and see if the position will be open, right? or i can test it in another way?
-
RE: Buy market trough a buttonposted in Questions & Answers
thanks, here the new setup https://fxdreema.com/shared/ntpI40MOd
the button in "on init" the buy settings "in tick"
The buttion doesn't appear and i can't test the clic over it -
Buy market trough a buttonposted in Questions & Answers
I build e test ea to open a position 0.001 fixed size doing a clic on a button.
The button doesn't appear.... could you help me?
Here the test: https://fxdreema.com/shared/fYIkiT31e
Thanks!
-
RE: Why the trade doesn't work?posted in Questions & Answers
i see it removed, do you see it as in picture following the shared link https://fxdreema.com/shared/UMCSb08ec ??

-
RE: Why the trade doesn't work?posted in Questions & Answers
reviewed as here: https://fxdreema.com/shared/UMCSb08ec
Doesn't work... any open orders
-
RE: Why the trade doesn't work?posted in Questions & Answers
thanks, i try following your advice and i let you know
-
RE: Why the trade doesn't work?posted in Questions & Answers
@VHV-Profit-Masters i open in sell when reach 70 and buy when reach 30
-
Why the trade doesn't work?posted in Questions & Answers
Probably i didn't set it fine, but i see the RSI>70 and the fast MA over the slow MA.
The condition need a Sell order tha wasn't triggered.Where is the mistake?
https://fxdreema.com/shared/UMCSb08ecThanks!

-
RE: Condition block questionposted in Questions & Answers
Ok, the flow i would build to increase confidence with this tool is:
1- No trades go on, if there is a trade skip and check again
2- If StDev last closed bar is = or > of Avarage DevSt of the last 20 bars x [DevSt_Molt] go on itherwise stop
i defined DevSt_Molt as external input.
3- If RSI is in an iper area >30 or <70 go on otherwise stop
4- Check the trend looking at the position of the fast MA to the slow MA
5- Open at market Buy on short trend or open sell on a long trend
6- Place a grid of other 7 ordershttps://fxdreema.com/shared/p5Jy1DOXd
Thanks
-
RE: Condition block questionposted in Questions & Answers
I'll rephrase it more generically:
Do it if a value is >= than (an external numeric variable) x (Indicator Value)
That is the point not clear: (an external numeric variable) x (Indicator Value)
-
Condition block questionposted in Questions & Answers
Hi everyone, I would like to open a position if:
the ATR of the last closed bar is greater than or equal to the average ATR of the last 20 bars multiplied by a numerical coefficient.How can I perform the multiplication? Do I need to create a "formula" step and reference it in the comparison within the condition block?
Thank you for your support.