@vnpython-0
Good
Latest posts made by alex222
-
RE: Trading costs toolposted in Tutorials by Users
very interesting, and what do you recommend then? Trading under a percentage?
-
Question for (on trade) or (in loop) ?posted in Questions & Answers

Hi @L'ANDORRÀ, hi everyone
I wanted to know if it is correct to use this procedure or if there is another one.
Use Buy entry with stop loss and take profit in pips.
Next I need to know their prices and put them in a variable.
is it correct to use (on trade) event data?
or should I use the (in loop)?thanks in advance of your reply
Alessandro -
RE: HTTP web requestposted in Questions & Answers
@miki no, it doesn't work.
Do you know another method? -
HTTP web requestposted in Questions & Answers
Hello everyone,
I wanted to understand where this process is wrong.-
I created a .php file (photo 2) and posted on the website. In the highlighted area I enter email and account number that web request must check.

-
I entered http request on on init (daily check) and I entered a run block for on tick

key1 takes it from account
key2 is an input constant that must be entered when you turn on the EA
I think there is an error somewhere, do you know how to fix it? -
-
RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
@miki
yesssssssssss works, you are great

-
RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
@miki Miki, sorry
I did not notice your link, I try it -
RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
Hi Miki,
the average of the prices is not equal to the average of the profit.
it is the same only if the grid has the same size and the same distances.
so i can't use it.
@paragorundu & @l-andorrà , understood what I need, but I need the exact price when the average reaches 0 profit. But it seems to me that this module does not exist. -
RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
hi guys, thanks for the answer. This module, I had taken into consideration, but it does not tell me the price, It just makes a comparison.
I want a price that I will then put on the Take Profit.
I really think this module is missing
if you have other ideas I accept them