Is there a way to copy a project made in the builder. Like saving a version
Posts made by VendettaFX
-
Copy a projectposted in Questions & Answers
-
RE: Adding text to a variableposted in Questions & Answers
@miro1360 What i would like to do is make the *3 from the adjust case of the modify variable, customizable in the optimization of back testing. I would like to do this with a constant but Since i can only enter number in the inputs, and cannot put a multiplication sign. Is there a way to work around.

-
Adding text to a variableposted in Questions & Answers
I would like to add a * sign to a constant and put it in a variable
i tried this "" + "*" + Recovery_Factor + ""
in a modify variable Text (code input), where Recovery_Factor is my constant but it return 0. Is there another way to do it -
Pending order get triggeredposted in Questions & Answers
Is there a way to detect when a pending order get triggered.
example: If pending order get triggered, then .. -
RE: ADX Crosses on last 5 candlesposted in Questions & Answers
My bad, everything is fine.
thx again -
RE: ADX Crosses on last 5 candlesposted in Questions & Answers
Thank you for answering. You are right and this is very logic

But there is still something wrong with it. on visual backtest i can see that sometimes, the entries are right on but it still miss some obvious on too. Can you see something else that could be wrong?
https://fxdreema.com/shared/MaiPFRGed -
ADX Crosses on last 5 candlesposted in Questions & Answers
Can someone help me. I would like a buy order to be triggered when the ADX Di+ crosses above the 27 level if the ADX itself is above 27, and if the Di+ has cross the Di- in the last 5 candles.
https://fxdreema.com/shared/nKdlt5csc
i also tried by changing cross width, doesn't work either
Thanks