I need help with this project please
-
Here the project starts to open a random buy deal
Every six pips, a new buy will be opened .And if the( bid )price goes down maxbuy
i want open sell evry 6 pips .
& every minsell +6 pips = buy
This project, but when I apply it to the test, the distance appears inconsistent
https://fxdreema.com/shared/jHWgmlJXb -
@khalids222 Why are those blocks on the 'on trade' tab there? There is no purple block on top of any of them. This is why your calculations are wrong. You should move them to the 'on tick' tab.
-
I tried all possible methods but none of them worked.
This is the last thing I did.
Does anyone have an idea how you can work?
https://fxdreema.com/shared/M7XdiD6fb -
@khalids222 Ok. Let's give one step back. You want to open a first trade (manually maybe?) and the every 6,12,18,24 pips away (in profit) from its open price you want opposite trades open. Is that correct? Is there any limit for those new trades? And when a new buy is supposed to be open?
-
@l-andorrà said in I need help with this project please:
Ok. Let's give one step back. You want to open a first trade (manually maybe?) and the every 6,12,18,24 pips away (in profit) from its open price you want opposite trades open. Is that correct? Is there any limit for those new trades? And when a new buy is supposed to be open?
Ok, let me explain with an example so that the picture is clear

-
@khalids222 That is not a trivial project. Is the initial price (the one used as distance 0 pips) manually selected?
-
@l-andorrà said in I need help with this project please:
@khalids222 That is not a trivial project. Is the initial price (the one used as distance 0 pips) manually selected?
The distance is six points
-
@khalids222 But is it inserted as an input parameter or should it be hardcoded?
-
@l-andorrà said in I need help with this project please:
But is it inserted as an input parameter or should it be hardcoded?
First of all, I thank you for your response and your efforts, which are appreciated, but sometimes as the days go by in the answer, the person loses hope of getting a correct answer.
I did not understand your question . And I sent the project and shared it, and I sent the request, and so far, six days have passed and we are answering a question every day. To complete this project, we need a month.
The project is fully explained in the pictures. If you can help with something, please provide it. You cannot also thank you from my heart and wish you success, but sometimes I feel that these questions are just a waste of time
I apologize if there was a mistake in my words, or something unintentional.
Thanks again for your efforts in the forum -
@khalids222 I will try and help but I am unsure how to use bucket of trades, I think you should have bucket in a seperate tree to the pink, bucket will change the variable then the for each will use without being connected, just ensure timbers are in correct order
-
@jstap said in I need help with this project please:
I will try and help but I am unsure how to use bucket of trades, I think you should have bucket in a seperate tree to the pink, bucket will change the variable then the for each will use without being connected, just ensure timbers are in correct order
Thank you very much, you can have another idea, you cannot rely on the same project as mine, you can change it with the same idea.
-
@khalids222 What are you saying?
-
@jstap I mean, you can present the idea in a different way of working.
It's not what it looks like in my project