@vnpython-0
Good
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 -
RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
Please see the photo, I have a bucket with all these operations.
How do I know the exact price when it will reach € 0.27 (or € 0.00)? -
As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
Hi everyone, I ask you if anyone knows how to visualize the exact price in relation to the profit of many open trades that have different distances, pips and sizes. I tried to use the bucket (average price) but the calculation is not accurate. It is not correct, because the average of the prices is not equal to the average of the profit. I need to know how to calculate (having many open positions with different sizes) the exact price of the profit at 0 €.
Please have been trying for 2 weeks, but I can't
AleX -
RE: Break even all operations + total pipsposted in Questions & Answers
Hi XYON,
All Take Profits must be moved, green circle.
The main data is Breakeven (red circle)
Breakeven - 6pips (profit) (green circle)This is my idea:
calculate a breakeven price of all sell trades (each candle), then use this price in the "MODIFY STOPS OF POSITIONS" module to change the TAKE PROFIT.The same thing for all BUY operations.
it may be an idea?
-
RE: Break even all operations + total pipsposted in Questions & Answers
Thanks for the answer, I have already made the Andorrà corrections and expert works well.
What I can't:
Insert a breakeven (to opposite orders) from the second order onwards.
I'll post a sample photo
There are a number of sell orders
The circle drawn in red is the breakeven of all these operations
The circle drawn in green is the take profit of all open sell operations (breakeven - 5pips)So every time a new sell trade is opened, all take profits move
Have I been understood now?


-
RE: Break even all operations + total pipsposted in Questions & Answers
block 1, I see it later
block 13 is a breakeven on the SL and it works
Block 14 and 15 was a small capital protectionnow what I can't is create a breakeven on the TP (take Profit), that is, he has to put the TP of all the open operations (for example buy) using a Breakeven + total pips.
example the price goes down
module 10 opens countertrend buy positions and does not insert the SL, but creates a TP at breakeven + pips, of all open buy operations.
The same thing will have to do for a sell moduleI've been clear

-
RE: Break even all operations + total pipsposted in Questions & Answers
see the link
I'm puzzling, help
-
Break even all operations + total pipsposted in Questions & Answers
I can't create a Breakeven on the TP, let me explain.
When blocks 10 and 12 begin to open opposite positions with fibonacci, a total TP is automatically created (break even all operations + total pips set).I can't create a Breakeven on the TP, let me explain.
When blocks 10 and 12 begin to open opposite positions with fibonacci, a total TP is automatically created (break even all operations + total pips set)Can anyone help me?

-
RE: CCI Divergenceposted in Questions & Answers
I thought it was the best solution ... thanks for the answer
-
CCI Divergenceposted in Questions & Answers
I'm having trouble, can you help me?
In the CCI I look for a divergence - double maximum / minimum on 14 candles and it must be formed:BUY divergence and double minimum on candles
1st maximum between 250 & 170 (cci)
2nd maximum between 130 & 80 (cci)SELL divergence and double maximum on candles
1st minimum between -250 & -170 (cci)
2nd minimum between -130 & -80 (cci)Thanks in advance
