@s00071609
Thanks
Problem solved
Thank you
Posts made by mohsen 2
-
RE: Show initial deposit on the chartposted in Questions & Answers
-
RE: Show initial deposit on the chartposted in Questions & Answers
@s00071609
How should this code be written for withdrawal?Because both deposit and withdrawal are important
Now the deposit is done
Does the same code work for withdrawal? -
RE: Show initial deposit on the chartposted in Questions & Answers
@s00071609
Thanks
CorrectWill it only be terminated if a sum is withdrawn from the account?
I want the robot to be terminated if a sum is withdrawn.
-
RE: Show initial deposit on the chartposted in Questions & Answers
https://fxdreema.com/shared/imHGJxIze
This project works properly when it is in the On Init section.
I want this to be checked on every tick
But when it is in the On Tick section, it adds the deposit for every tick, it is added like this.
I want this to be checked on every tick
But when it is in the On Tick section, it adds the deposit for every tick, it is added like this.
I want the user to not be able to make any deposits or withdrawals, if he does, it will be terminated
-
RE: Show initial deposit on the chartposted in Questions & Answers
@s00071609 I want to limit the robot to one deposit.
For example:
I want to limit the robot to work only on a balance of $1000.And I want to check on each tick that if the user makes a new deposit or withdrawal while using the robot
the robot will be terminatedIf possible, please give me a sample project to use
Thanks -
RE: Sum Deposit Accountposted in Questions & Answers
@l-andorrà I want to set a limit for the robot
For example, limit the robot to only work on a balance of $1000
Now I want the robot to be terminated if the user makes a new deposit, i.e. there are 2 deposits in the history
-
RE: Show initial deposit on the chartposted in Questions & Answers
@s00071609 Hello
Why does this result return zero? Can you please help? -
RE: Show initial deposit on the chartposted in Questions & Answers
@s00071609 Hello, how do we use this variable that holds the total deposit and perform comparison or calculations on it with blocks?
-
RE: Show initial deposit on the chartposted in Questions & Answers
Hello, how should I do this? This code doesn't work for me.
I want to store the total of deposits into the account in a variable.
-
RE: Opens too many positionsposted in Questions & Answers
hi
The trades it opens have no stop and TP, that's why it works like thisIf you want the trades to be without stop and target, you should say if a sell position was open and buy conditions were created, close the sell trade and buy
For buy, if it was buy and sell conditions were created, close the buy and buy
-
Sum Deposit Accountposted in Questions & Answers
Hello friends
I want to store the total of the deposits that have been counted in a variable so that I can use it
How do I do this? Thanks -
RE: Change bot values via web formposted in Questions & Answers
@sktsec Can you help me more? Let me see an example of a project
-
RE: Change bot values via web formposted in Questions & Answers
@l-andorrà I am a programmer myself, I design web and application.
I am not fluent in mql language
I want to design a website where I can change the amount of robot inputs and control the robot
If someone is proficient in MQL and can help, I would be grateful
-
RE: Change bot values via web formposted in Questions & Answers
@VHV-Profit-Masters Yes, if you can control the robot like this, it will be great
-
RE: Change bot values via web formposted in Questions & Answers
@sktsec My password is stored in a variable
I compare it with the input that the user enters -
RE: Change bot values via web formposted in Questions & Answers
@sktsec Yes, I want to give a password and change this password whenever I want through a web form and not enter the source.
-
Change bot values via web formposted in Questions & Answers
hello
I want to change bot values through a web form
For example: for the security of the robot, I want to give the robot a password, now I want to be able to change this password through a web form and I no longer need to enter the source of the robot to change the password.Or I want to give the expiration date in such a way that I can change it through a web form, that is, control the robot through a web form.
Is this possible or not?
If possible please tell me how should I do this
