It works perfectly, maybe you are wrong .
Posts made by emilio
-
RE: Has anyone actually written an EA with this program??posted in Questions & Answers
-
RE: Distance from open priceposted in Questions & Answers
I´ve done, but I want to compare the price , not pips.
I want to know if actual price is 0,0050 greater than open price.
-
RE: Distance from open priceposted in Questions & Answers
Hello all
I would like to check the distance from trade open price, to actual price .
F.E. 1,06584 is the open price and 1,06984 the target price , --> 0,004 is the gap that I would like to check with an if condition.
Now I use the block "pips away from open price " but is not exactly what I want.
I think it is not possible with the block described above, is it ??? any other option to do it ??
Thank you
-
RE: Trailing stopposted in Questions & Answers
Hello
I woull like to clarify myself the trailing stop block.
I´ve tried to apply it in a basic esquematic but something is wrong.
I just want to target the following " when a position is open an 1% of the market price is set as trailing stop and it goes increasing if price increases too" always the exit will be 1% of the maximun market price reached.
Here is my approach, maybe bad structure ?? maybe bad settings / block configuration ??
The examples and forum still are not enough for a squared as me .... Is it possible to get a real structure ???
As usual, thank you.
-
RE: Variable to draw a "point line"posted in Questions & Answers
Ok tks !!
I´ll try to do it by the way you tell

-
RE: Variable to draw a "point line"posted in Questions & Answers
Hello all
I would like to draw an H.line on the main screen.
Once per bar, every time that the sequence reaches the block "check profit of n trades" I would like a point will be included in the grafic,with the result of calculations configuring a "line".
I define variable A as 1.12345 and I want it to change on every bar, but I´m not able to run it,
The picture gives a real example of what I would like it to draw.
The purpose is just to see what is the "minimum" price for not to loose in a martingale scenario.
Tks
-
RE: Round for if condition.posted in Questions & Answers
Hello
I need to compare two M.A but i would like it to be only with 3 or 4 digits after comma instead of 5.
EURDLR is 1,06532 and I would like the block below to check only if >= 1,065 or 1,0653 compared with the candle before f.e. Is it possible ??
I´ve been tried some posibilities as round numbers detector but no good results.
Any idea / help to focus on ??
Thank you all !!!
-
RE: Configure Buy /sell sequenceposted in Questions & Answers
Ok the idea was to eliminate "Paroli" trades.
-
RE: Configure Buy /sell sequenceposted in Questions & Answers
Ok, it starts working, but the only left is that the EA don´t should sell "on profit" conditions, I´ve set to 0 the buy block in multiply on profit but I get the image below.
The target is just to make 0,04 and 0,07 disappear, all the other are ok
Thanks
-
RE: Configure Buy /sell sequenceposted in Questions & Answers
I would like to configure the buy / sell block of my EA in order to buy with the sequence x*1,6 in loosses trend.
f.e. 0,02 first, next one 0,03, next one 0,05, next one and 0,08 next one 0,14.I´ve tried different configurations of the sell block (Martingale/paroli-Labouchere-custom settings) but I´ve not been able to get the desired
sequence, and I get 0,02,0,03,0,02 ..... or other like that.Can someone give some clues/ screenshoot ??
Thank you in advance.
-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
It doesn´t let me open 0,1 with this one Intertraderdirect. (manual or EA)
No problem with another brocker like HBS. (manual or EA )
It is an Intertraderdirect restriction 100% sure.
I skipped the first step , check if manually possible.
closed item.
-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
Finally it is a broker settings problem
2015.03.08 18:07:30.159 2015.02.02 19:36 fxDreema ES35,M1: Alert: You want to trade 0 lot, but your broker's minimum is 1 lot. The trade/order will continue with 1 lot instead of 0 lot. The same rule will be applied for next trades/orders with desired lot size lower than the minimum. You will not see this message again until you restart the program.
Thank you !!!!
-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
So, clearly is my fault.
Can you please copy / paste the block (BUY/ SELL)or the simple EA you used ex4 , in order to compare and discover where I did the wrong . I told you because is the XX th time that I do the same with no good result (I´m in a bug....jajaja)
Thank you
-
RE: Pair / indexes --> 0,1 /1 in strategy testposted in Questions & Answers
Hello
When I run backtest eur/usd it buys/sells 0,1 --> works fine !!
The same backtest (hands in pockets) but run for indexes ES35 --> buys/sells became 1,2 or 3 (integer), and I want it to continue with 0,1
The broker lets me buy/sell 0,1 ofindex (for example) InterTraderDirect Demo account.
I´ve no tried the same EA in a real account , (so it should be a backtest and demo and broker problem together) But I would like to know if is the same for all you.
Thank you.
-
RE: Equity ¬ balanceposted in Questions & Answers
I would like to "protect" the system by "equity no more than XXXXX $ or pips respect to balance
Any idea/function/template to start ??
Again, thanks.

-
RE: See the result of "averageprofit from "n" trades"posted in Questions & Answers
Anyway, that was only for "furniture", the main core is perfectly working.
Thank you.
-
RE: See the result of "averageprofit from "n" trades"posted in Questions & Answers
Hello,
I would like to display in the terminal window the result of the function "check average profit from "n" trades" with a limited horizontal line like this " -------- " (Seven or X " - " from now to the left )
If I create a variable and every tick is actualized whith the average calculated it should be a solution, but how to assign the result of the function to a variable ?? and how to limitate the H_line to seven ??
Thank you in advance.